log libinterp/parse-tree/pt-eval.cc @ 20654:b65888ec820e draft default tip gccjit

age author description
Fri, 27 Feb 2015 16:59:36 +0100 Stefan Mahr dmalcom gcc jit import draft default tip gccjit
Mon, 05 Oct 2015 22:47:42 -0400 John W. Eaton eliminate more simple uses of error_state
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.
Sun, 24 May 2015 02:41:37 +0100 Carnë Draug Deprecate Array::nelem() and Range::nelem() in favour of ::numel().
Sun, 03 May 2015 21:52:42 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 25 Feb 2015 11:55:49 -0800 Rik maint: Cleanup C++ code to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Thu, 04 Dec 2014 16:22:26 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 04 Dec 2014 16:06:31 -0500 John W. Eaton avoid printing debug location in cmd window when using GUI to step gui-release
Sun, 05 Oct 2014 10:48:26 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Sun, 05 Oct 2014 10:46:48 -0400 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Sun, 05 Oct 2014 10:41:51 -0400 John W. Eaton compute for loop indices consistently with range element results stable
Fri, 27 Dec 2013 13:01:39 +0100 LYH jit compiler: Add support for the do_until statement
Mon, 13 Jan 2014 10:49:22 -0800 Rik maint: Merge gui-release -> stable.
Sun, 12 Jan 2014 18:18:47 -0800 Rik Don't echo scripts not executed from the cmd line when using 'echo on'(bug #41202) gui-release
Fri, 21 Mar 2014 14:59:38 -0400 LYH Add the do-until statement support draft
Mon, 06 Jan 2014 14:34:56 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Aug 2013 18:57:48 +0200 Stefan Mahr include stack in exception variable (bug #41117) gui-release
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
Tue, 05 Nov 2013 12:27:42 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:29:06 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 05 Oct 2013 11:22:09 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 28 Aug 2013 08:27:38 -0700 Rik Use '##' for comments which stand alone on a line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Tue, 13 Aug 2013 19:35:53 +0200 Stefan Mahr improve try-catch-statement to save exception to a variable (bug #33217)
Mon, 22 Apr 2013 16:37:53 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Sat, 06 Apr 2013 11:51:23 -0400 John W. Eaton deprecate symbol_table::varref functions