log libinterp/corefcn/toplev.cc @ 20654:b65888ec820e draft default tip gccjit

age author description
Fri, 09 Oct 2015 10:06:39 -0400 John W. Eaton use new string_value method to handle value extraction errors
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Sat, 05 Sep 2015 01:02:27 +0200 Stefan Miereis Simplify error output if max_recursion_depth is exceeded (Bug #45843).
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Tue, 24 Feb 2015 17:09:42 +0000 Carnë Draug input.h: change meaning of interactive and forced_interactive global variables.
Tue, 17 Feb 2015 14:37:26 -0500 John W. Eaton put OSMESA compiler flag variables in config_options struct
Tue, 17 Feb 2015 14:33:05 -0500 John W. Eaton more consistently use _CPPFLAGS and _LDFLAGS variables
Tue, 17 Feb 2015 14:10:46 -0500 John W. Eaton use FLTK_CFLAGS and FLTK_LIBS instead of GRAPHICS_CFLAGS and GRAPHICS_LIBS
Sat, 14 Feb 2015 11:27:10 -0600 Daniel J Sebald Restructure shutdown flow and behavior for improved robustness
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Fri, 23 Jan 2015 16:40:25 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 22 Jan 2015 14:46:30 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Wed, 21 Jan 2015 20:32:40 -0800 Daniel J Sebald Correct missing word in output of warranty(). stable
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Sun, 21 Dec 2014 17:49:28 -0500 John W. Eaton emit stack trace immediately at point of error
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Fri, 28 Nov 2014 10:23:03 -0800 Rik maint: Periodic merge of gui-release to default.
Fri, 28 Nov 2014 08:21:57 -0800 Rik Remove unused FC variable from build system. gui-release
Tue, 21 Oct 2014 08:57:47 -0700 Rik doc: Remove deprecated dump_prefs function from the manual.
Tue, 21 Oct 2014 08:41:09 -0700 Rik doc: Add documentation about finish.m and shutdown procedure to manual.
Tue, 30 Sep 2014 11:37:57 -0700 Rik Improve docstrings and mark documentation m-files as tested in miscellaneous/ dir.
Tue, 19 Aug 2014 05:41:06 -0400 John W. Eaton new data directory for storing data files we distribute
Sun, 08 Jun 2014 17:59:59 -0700 Rik doc: Replace "non-zero" with "nonzero" to match existing usage.
Thu, 15 May 2014 08:16:53 -0700 Rik Fix infinite loop when using builtin ("keyboard") (bug #33296).
Mon, 07 Apr 2014 07:50:10 -0700 Vaibhav Gupta Print newline after closing interpreter with EOF (bug #41513).
Fri, 21 Feb 2014 18:20:35 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Fri, 21 Feb 2014 08:05:37 -0600 Michael C. Grant correctly handle nested evalin ('caller', ...) calls at top scope (bug #41651) gui-release
Sat, 08 Feb 2014 14:44:21 -0800 Rik Don't put parent function in subfunction stack structure name (bug #41506).