log libinterp/parse-tree/pt-eval.cc @ 29294:6867e1e12815

age author description
Thu, 14 Jan 2021 01:11:44 -0500 John W. Eaton respond to interrupt signals when idle in the server loop
Thu, 07 Jan 2021 01:30:18 -0500 John W. Eaton make debugging possible in server mode
Thu, 07 Jan 2021 00:01:18 -0500 John W. Eaton move some eval-related functions from interpreter to tree_evaluator class
Sun, 03 Jan 2021 14:39:31 -0500 John W. Eaton prefer unwind_action over unwind_protect in more places
Thu, 10 Dec 2020 15:27:14 -0800 Rik maint: More updates to standardize exception naming scheme.
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Fri, 27 Nov 2020 17:01:47 -0800 Rik doc: Cleanup Texinfo macros use in documentation.
Fri, 13 Nov 2020 20:43:19 -0500 John W. Eaton maint: merge stable to default.
Fri, 13 Nov 2020 20:38:28 -0500 John W. Eaton don't clear stack frame values indirectly through call stack (bug #59432) stable
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
Wed, 14 Oct 2020 13:14:02 -0700 Rik maint: Remove unnecessary parentheses bracketing %!error BIST tests.
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Mon, 28 Sep 2020 12:31:35 -0400 John W. Eaton maint: merge stable to default.
Mon, 21 Sep 2020 10:45:18 -0400 John W. Eaton refactor implementation of END indexing in interpreter (bug #58953) stable
Thu, 17 Sep 2020 10:24:55 -0700 Rik maint: Use C++ raw string literals to simplify backlsashing.
Sat, 12 Sep 2020 14:55:48 -0400 John W. Eaton maint: merge stable to default.
Sat, 12 Sep 2020 14:52:03 -0400 John W. Eaton stash (shallow) copy of indexed object instead of pointer stable
Tue, 08 Sep 2020 23:45:14 -0400 John W. Eaton maint: merge stable to default.
Tue, 08 Sep 2020 22:41:19 -0400 John W. Eaton allow 'end' indexing to work for nested function calls (bug #58953) stable
Wed, 12 Aug 2020 12:14:17 -0400 John W. Eaton new template class for octave_range objects
Thu, 06 Aug 2020 16:28:30 -0400 John W. Eaton replace Range with range<double>
Thu, 30 Jul 2020 16:16:04 -0400 John W. Eaton move non-member octave_value operator functions to octave namespace
Fri, 14 Aug 2020 00:50:03 -0400 John W. Eaton maint: merge stable to default.
Thu, 13 Aug 2020 23:55:47 -0400 John W. Eaton throw error if 'end' is applied to undefined symbol (bug #58830) stable
Mon, 03 Aug 2020 11:13:26 -0400 John W. Eaton fix incorrect format in previous change
Mon, 03 Aug 2020 11:05:10 -0400 John W. Eaton avoid warning when compiling with 32-bit octave_idx_type (bug #58888)
Fri, 24 Jul 2020 09:49:09 -0700 Rik New warning ID "Octave:infinite-loop" (bug #45143).
Fri, 24 Jul 2020 01:01:35 -0400 John W. Eaton allow infinite limits on for loop ranges (bug #45143)
Mon, 20 Jul 2020 17:43:16 -0400 John W. Eaton allow integer constants > flintmax to be represented exactly (bug #45945)
Sat, 11 Jul 2020 09:34:44 -0400 John W. Eaton error for functions called with too many inputs or outputs
Sun, 12 Jul 2020 17:06:15 -0400 John W. Eaton maint: merge stable to default.
Sun, 12 Jul 2020 16:59:52 -0400 John W. Eaton reset pointer to lvalue list before executing commands (bug #58748, bug #58751) stable
Tue, 07 Jul 2020 19:40:20 -0400 John W. Eaton maint: merge stable to default.
Tue, 07 Jul 2020 18:34:23 -0400 John W. Eaton improve error checking for undefined function outputs (bug #58686, #58695) stable
Sat, 04 Jul 2020 11:14:43 +0900 Kai T. Ohlhus maint: merge stable to default.
Sat, 04 Jul 2020 11:13:35 +0900 Kai T. Ohlhus Partially backout cset 286fe9352cd6. stable
Thu, 02 Jul 2020 15:11:19 +0900 Kai T. Ohlhus maint: merge stable to default.
Thu, 02 Jul 2020 15:06:36 +0900 Kai T. Ohlhus Interpreter errors on unassigned inputs (bug #58686) stable
Tue, 30 Jun 2020 15:52:25 -0400 John W. Eaton accept spmd command blocks as language elements (bug #58676)
Mon, 15 Jun 2020 16:43:09 -0400 John W. Eaton fix dispatch error with classsimple function handle (bug #58572) stable
Wed, 29 Apr 2020 14:10:27 -0400 John W. Eaton refactor octave_fcn_handle class stable
Wed, 15 Apr 2020 23:14:06 -0400 John W. Eaton move make_fcn_handle to tree_evaluator class stable
Mon, 30 Mar 2020 15:14:10 -0400 John W. Eaton store local init vars for anonymous functions in handle, not function object stable
Mon, 30 Mar 2020 10:43:47 -0400 John W. Eaton refactor octave_function call method stable
Sat, 25 Apr 2020 13:17:11 -0400 John W. Eaton use shared_ptr for stack frames in call stack and for accesss and static links stable
Thu, 30 Apr 2020 23:51:30 -0400 John W. Eaton delete obsolete and unused tree_return_list class (bug #58279) stable
Sat, 25 Jan 2020 10:06:23 -0500 John W. Eaton eliminate unused variable
Tue, 21 Jan 2020 09:20:15 -0600 John W. Eaton fix more spelling errors (bug #57613)
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
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
Tue, 17 Dec 2019 12:26:09 -0500 John W. Eaton reafactor mlock, munlock, and mislocked functions
Mon, 16 Dec 2019 14:34:34 -0500 John W. Eaton allow mlock to lock current dynamically loaded function (bug #57245)
Sun, 08 Dec 2019 22:06:09 +0100 Markus Mützel Fix crash if first command at debug prompt is empty (bug #57244).
Fri, 29 Nov 2019 15:42:34 -0600 John W. Eaton fix stack frame location info when using debugger (bug #57315)