log libinterp/parse-tree/pt-eval.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Thu, 17 Nov 2022 11:50:20 -0500 John W. Eaton remove operators deprecated in version 7
Fri, 08 Apr 2022 14:11:05 -0400 John W. Eaton move eval of anon fcn handles and built-in and mex functions to pt-eval.cc
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Thu, 17 Mar 2022 02:52:53 -0400 John W. Eaton maint: Merge stable to default.
Thu, 17 Mar 2022 02:44:19 -0400 John W. Eaton only allow range<FLOAT> to be instantiated stable
Thu, 17 Feb 2022 22:42:22 -0500 John W. Eaton maint: Merge stable to default.
Thu, 17 Feb 2022 22:21:03 -0500 John W. Eaton allow deletion of dynamic_library objects to be delayed stable
Thu, 10 Feb 2022 09:17:46 +0100 Antonius Burgers maint: remove unused variables identified by compiler warnings (Bug #62017)
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)
Mon, 17 Jan 2022 19:33:06 +0100 Markus Mützel maint: Merge stable to default.
Mon, 17 Jan 2022 17:53:37 +0100 Markus Mützel Print function name for too many arguments of anonymous function (bug #61842). stable
Wed, 12 Jan 2022 14:28:14 -0800 Rik maint: merge stable to default.
Tue, 11 Jan 2022 12:43:53 -0800 Rik Assign error ID when parser fails because of incorrect number of function inputs/outputs (bug #61789) 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
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Tue, 23 Nov 2021 12:36:01 -0500 John W. Eaton eliminate use of .+ and .- operators in Octave sources
Tue, 23 Nov 2021 12:28:40 -0500 John W. Eaton deprecate/eliminate additional instances of '**', '.**', '**=', and '.*=='
Tue, 23 Nov 2021 09:53:44 -0500 John W. Eaton merge stable to default
Tue, 23 Nov 2021 09:51:21 -0500 John W. Eaton update bug status stable
Fri, 12 Nov 2021 15:16:05 -0500 John W. Eaton detect fcn called with too many args when arg list not present (bug #61471)
Wed, 22 Sep 2021 23:17:42 -0400 John W. Eaton fix file position info for errors in conditional expressions (bug #61201)
Sun, 15 Aug 2021 15:15:55 -0400 John W. Eaton eliminate obsolete DEFCONSTFUN and DEFCONSTMETHOD macros
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
Fri, 13 Aug 2021 14:08:16 -0400 John W. Eaton eliminate some unnecessary octave:: namespace tags
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
Tue, 06 Jul 2021 11:12:20 -0700 Rik Add 's'=sparse attribute for whos function (bug #60687)
Fri, 02 Jul 2021 09:56:19 -0400 John W. Eaton maint: Merge stable to default.
Fri, 02 Jul 2021 09:41:09 -0400 John W. Eaton avoid crash with dbquit when executing command in terminal from gui (bug #60813) stable
Fri, 02 Jul 2021 09:38:48 -0400 John W. Eaton move top-level REPL from interpreter to evaluator stable
Tue, 29 Jun 2021 05:49:14 -0400 John W. Eaton maint: Merge stable to default.
Tue, 29 Jun 2021 05:25:34 -0400 John W. Eaton fix scoping issue for handles to sibling nested functions (bug #60845) stable
Fri, 04 Jun 2021 13:58:59 -0400 John W. Eaton also accept validation syntax for classdef properties
Tue, 01 Jun 2021 13:34:57 -0400 John W. Eaton initial implementation of parsing for arguments validaton block (bug #59405)
Wed, 12 May 2021 20:11:34 -0700 Rik maint: merge stable to default.
Wed, 12 May 2021 20:03:41 -0700 Rik maint: use std::size_t in more instances (bug #60471) stable
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
Fri, 07 May 2021 13:52:24 -0400 John W. Eaton remove debug code accidentally pushed in 5cf985f5760a
Wed, 05 May 2021 20:30:09 -0400 John W. Eaton reset parser if parse error occurs parsing code in get_line_and_eval
Wed, 05 May 2021 20:28:44 -0400 John W. Eaton move get_line_and_eval to parse tree evaluator
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Tue, 13 Apr 2021 08:06:05 -0400 John W. Eaton undo previous change; reset parser in server loop
Tue, 13 Apr 2021 06:25:20 -0400 John W. Eaton also reset parser when interpreter recovers from exception
Thu, 25 Mar 2021 23:06:40 -0400 John W. Eaton experimental command window widget with server loop
Thu, 25 Mar 2021 16:25:31 -0400 John W. Eaton leave error message output stream decision to error_system class
Tue, 06 Apr 2021 10:43:17 -0400 John W. Eaton update bug status in test suite
Thu, 01 Apr 2021 03:02:22 -0400 John W. Eaton maint: merge stable to default.
Tue, 30 Mar 2021 01:08:00 -0400 John W. Eaton hold references to closure frames in anon functions if needed (bug #60237) stable
Tue, 02 Mar 2021 12:32:43 -0500 John W. Eaton defer clearing function vars until stack frame is deleted (bug #60137) stable
Tue, 09 Mar 2021 22:39:33 -0500 John W. Eaton maint: merge stable to default.
Sun, 07 Mar 2021 23:28:25 -0500 John W. Eaton fix context link when creating handle to nested function stable
Tue, 09 Mar 2021 22:19:58 -0500 John W. Eaton fix interrupt and dbquit behavior when using server mode
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