log libinterp/corefcn/error.cc @ 21121:f5b17eb2508b

age author description
Wed, 20 Jan 2016 20:57:45 -0800 Rik maint: Remove unused variables.
Fri, 15 Jan 2016 13:40:34 -0800 Rik maint: Remove unnecessary declarations of retval.
Tue, 05 Jan 2016 14:16:58 -0800 Rik maint: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX.
Sun, 03 Jan 2016 10:58:15 -0800 Rik maint: Move GCC_ attributes to start of declaration for future compatibility.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Wed, 30 Dec 2015 10:06:38 -0800 Rik Stop deprecated warning about use of vusage in usage().
Tue, 29 Dec 2015 11:08:04 -0500 John W. Eaton maint: Periodic merge of stable to default.
Tue, 29 Dec 2015 11:51:16 +0100 Rafael Laboissiere doc: fix spelling of "occurred". stable
Mon, 28 Dec 2015 09:00:05 -0800 Rik maint: Periodic merge of stable to default.
Sun, 27 Dec 2015 12:25:03 -0800 Rik Clean up instances of make_argv().
Thu, 24 Dec 2015 13:55:51 -0500 John W. Eaton maint: invert if/else/error instances.
Wed, 23 Dec 2015 00:30:11 +0100 Lachlan Andrew Fix behavior of warning ("error") call (bug #45753). stable
Fri, 18 Dec 2015 22:39:36 -0500 John W. Eaton style fixes for comments
Fri, 18 Dec 2015 16:18:41 -0800 Rik maint: Replace "octave_value_list ()" with "ovl ()".
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Wed, 16 Dec 2015 15:00:31 -0800 Rik maint: Use new C++ archetype in more files.
Mon, 14 Dec 2015 15:34:39 -0800 Rik maint: Replace argc variable name with nargin in C++ code.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Tue, 08 Dec 2015 17:39:27 -0800 Rik Fix compilation error passing std::string through '...'.
Tue, 08 Dec 2015 09:55:51 -0800 Rik Clear error/warning ID when lasterror/lastwarning called with just a message.
Tue, 08 Dec 2015 16:22:54 -0500 John W. Eaton eliminate memory leaks in error functions
Tue, 08 Dec 2015 16:34:57 -0500 John W. Eaton tag error and usage functions with noreturn attribute
Tue, 08 Dec 2015 01:37:04 -0500 John W. Eaton if error format ends with newline, suppress stack trace (bug #46608)
Mon, 07 Dec 2015 13:54:01 -0500 John W. Eaton eliminate unnecessary uses of nargin
Mon, 07 Dec 2015 09:32:33 -0800 Rik Use variable name nargin consistently in C++ code.
Fri, 04 Dec 2015 14:06:41 -0500 John W. Eaton eliminate return statements after calls to print_usage
Wed, 02 Dec 2015 16:54:13 -0500 John W. Eaton always throw exception after debugging with debug_on_error
Mon, 30 Nov 2015 22:04:02 -0500 John W. Eaton restore stack traces to error messages
Mon, 30 Nov 2015 09:15:58 -0500 John W. Eaton avoid defined but not used warning in error.cc
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Wed, 04 Nov 2015 15:56:22 -0500 John W. Eaton eliminate more uses of error_state
Fri, 23 Oct 2015 16:55:23 -0400 John W. Eaton defer stack trace until back at top level
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).
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Tue, 28 Apr 2015 14:03:03 -0700 Rik Don't save "warning: " prefix in lastwarn() message. stable
Sat, 25 Apr 2015 12:17:51 -0400 John W. Eaton don't print stack trace if warning format ends with newline character
Fri, 24 Apr 2015 22:31:21 -0400 John W. Eaton also provide stack traces for errors in script files (bug #44862)
Sun, 19 Apr 2015 17:55:33 -0700 Rik doc: Periodic grammarcheck of documentation.
Tue, 07 Apr 2015 21:18:22 -0700 Rik Document expansion of escape sequences in single quotes (bug #44745).
Mon, 23 Feb 2015 20:43:54 +0000 Carnë Draug Rename 'matlab-incompatible' warning to 'language-extension'.
Tue, 24 Feb 2015 17:09:42 +0000 Carnë Draug input.h: change meaning of interactive and forced_interactive global variables.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Tue, 30 Dec 2014 11:33:33 -0500 John W. Eaton do a better job of preserving warning state when running tests
Mon, 29 Dec 2014 23:05:25 -0500 John W. Eaton fix handling of options struct passed to warning function (bug #36393)
Sun, 21 Dec 2014 19:50:40 -0500 John W. Eaton don't print stack trace on errors if error_state is -2
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).
Sat, 22 Nov 2014 20:20:13 -0800 Rik maint: Periodic merge of gui-release to default.
Sat, 22 Nov 2014 20:19:23 -0800 Rik maint: Periodic merge of stable to gui-release. gui-release
Wed, 19 Nov 2014 10:43:55 -0800 Rik doc: Fix backslash not showing in error/warning docs due to escape processing. stable
Sat, 20 Sep 2014 14:25:30 -0700 Rik Depecrate usage() function.
Thu, 08 May 2014 14:04:35 -0700 Rik Enter true debug mode after debug_on_(warning|error) (bug #37574).
Tue, 20 Aug 2013 18:57:48 +0200 Stefan Mahr include stack in exception variable (bug #41117) gui-release
Wed, 11 Dec 2013 23:35:34 -0500 John W. Eaton enable non-integer ranges as indices by default and deprecate preference gui-release
Wed, 11 Dec 2013 22:22:28 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Wed, 11 Dec 2013 20:58:30 -0500 John W. Eaton enable "backtrace" warning by default and document option gui-release