log libinterp/corefcn/error.cc @ 31606:dfa5d9c3ae72

age author description
Thu, 01 Dec 2022 14:28:07 -0800 Rik maint: merge stable to default
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Mon, 28 Nov 2022 15:31:57 -0500 Arun Giridhar maint: Merge stable to default.
Mon, 28 Nov 2022 15:28:03 -0500 Arun Giridhar error.cc: Fix potential null pointer dereference (bug #63436) stable
Thu, 17 Nov 2022 12:08:35 -0500 John W. Eaton remove function deprecated in Octave 7
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Mon, 07 Feb 2022 21:47:53 -0800 Arun Giridhar Replace direct calls to C library assert() with Octave specialty functions in libinterp/ (bug #61753)
Sun, 23 Jan 2022 19:56:13 -0800 Rik maint: merge stable to default.
Wed, 19 Jan 2022 09:28:18 -0800 John W. Eaton Fix error in rethrow with anonymous functions (bug #61841). stable
Sat, 01 Jan 2022 19:43:52 -0800 Rik doc: Always have a return value for functions which set internal variables (bug #61681)
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Fri, 26 Nov 2021 18:13:42 -0800 Rik maint: merge stable to default.
Fri, 26 Nov 2021 18:13:08 -0800 Rik doc: Use consistent styling for @ref, @xref, @pxref statements. stable
Wed, 24 Nov 2021 10:26:19 -0500 John W. Eaton remove functions deprecated in version 6
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Sat, 14 Aug 2021 16:27:53 -0400 John W. Eaton move some error handling functions inside octave namespace
Sat, 14 Aug 2021 08:43:55 -0400 John W. Eaton delete some unused functions in error.cc
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Thu, 25 Mar 2021 17:47:56 -0400 John W. Eaton allow event manager to handle display of execution exceptions
Thu, 25 Mar 2021 16:25:31 -0400 John W. Eaton leave error message output stream decision to error_system class
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 10 Dec 2020 15:27:14 -0800 Rik maint: More updates to standardize exception naming scheme.
Fri, 27 Nov 2020 17:01:47 -0800 Rik doc: Cleanup Texinfo macros use in documentation.
Thu, 22 Oct 2020 11:20:26 -0400 John W. Eaton maint: merge stable to default.
Thu, 22 Oct 2020 11:15:54 -0400 John W. Eaton handle debug_on_interrupt when execution_exception is caught (bug #59306) stable
Mon, 19 Oct 2020 09:49:03 -0700 Rik doc: Use @code{} within alternate text for @xref,@pxref macros in libinterp/
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Wed, 30 Sep 2020 03:17:52 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Thu, 17 Sep 2020 10:24:55 -0700 Rik maint: Use C++ raw string literals to simplify backlsashing.
Sat, 09 May 2020 13:15:03 +0200 Markus Mützel maint: merge stable to default.
Sat, 09 May 2020 13:00:30 +0200 Markus Mützel warning_ids.m: Remove unused warning ids (bug #58396). stable
Thu, 07 May 2020 13:14:07 -0700 Rik Make 1-input form "warning (STATE)" use special ID "all" (bug #58296).
Wed, 06 May 2020 15:57:35 -0700 Rik Pretty print warning() output state when nargout==0 (bug #58296).
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Mon, 25 Nov 2019 10:13:04 -0800 Rik Change warning to be case insensitive about options (bug #57290).
Fri, 04 Oct 2019 14:13:06 -0400 John W. Eaton simplify evaluator logic for try-catch command
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Sun, 28 Jul 2019 17:24:42 -0400 John W. Eaton eliminate unnecessary application::interative function
Tue, 23 Jul 2019 15:26:20 -0400 John W. Eaton always disable debug_on_error and debug_on_warning at debug prompt (bug #56625)
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Mon, 01 Apr 2019 16:58:05 +0000 John W. Eaton eliminate direct access to call_stack in error functions
Tue, 04 Jun 2019 13:15:25 +0000 John W. Eaton additional refactoring of error handling functions
Fri, 31 May 2019 15:49:38 +0000 John W. Eaton move global error configuration and status variables inside a class
Mon, 08 Apr 2019 00:36:33 +0000 John W. Eaton make dbup/dbdown work again (bug #56020)
Mon, 11 Mar 2019 11:49:24 -0700 Rik maint: merge stable to default.
Wed, 06 Mar 2019 12:41:14 -0800 Mike Miller doc: document the newline character in warning messages (bug #49158) stable
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Thu, 24 Jan 2019 19:28:27 +0000 John W. Eaton maint: Merge stable to default.
Thu, 24 Jan 2019 19:18:51 +0000 John W. Eaton maint: Strip trailing whitespace from source files. stable
Tue, 22 Jan 2019 14:34:08 +0100 Kai T. Ohlhus Remove inconsistent warning "Octave:divide-by-zero" (bug #46650).