log libinterp/octave-value/ov-usr-fcn.cc @ 33362:2949b89f9711

age author description
Mon, 08 Apr 2024 19:39:34 -0400 John W. Eaton replace most uses of panic_impossible with error in octave_value classes
Thu, 04 Apr 2024 01:00:08 -0400 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Thu, 04 Apr 2024 00:58:56 -0400 John W. Eaton refactor position tracking in the parser
Tue, 02 Apr 2024 16:11:12 -0400 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Mon, 01 Apr 2024 23:27:43 -0400 John W. Eaton refactor comment handling in the lexer and parser
Fri, 22 Mar 2024 19:45:02 +0100 Markus Mützel maint: Merge default to bytecode-interpreter. bytecode-interpreter
Wed, 20 Mar 2024 23:14:22 -0400 John W. Eaton display function signature as help text for undocumented functions (bug #65258)
Tue, 06 Feb 2024 00:29:39 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Tue, 06 Feb 2024 00:28:21 -0500 John W. Eaton eliminate all uses of base_list<T> template
Sat, 20 Jan 2024 14:01:56 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Sat, 20 Jan 2024 13:31:00 -0500 John W. Eaton split test with multiple assertions stable
Sat, 20 Jan 2024 13:16:20 -0500 John W. Eaton Backed out changeset 56995fce2adc stable
Fri, 19 Jan 2024 14:36:34 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Fri, 19 Jan 2024 14:06:27 -0500 John W. Eaton prepare for eventual removal of isargout stable
Sat, 13 Jan 2024 13:26:01 -0500 Arun Giridhar maint: Merge default to bytecode-interpreter bytecode-interpreter
Thu, 11 Jan 2024 14:40:27 -0500 John W. Eaton eliminate useless "if (ptr)" checks protecting "delete ptr" statements. stable
Fri, 22 Dec 2023 12:17:24 -0500 John W. Eaton maint: merge default to bytecode-interpreter bytecode-interpreter
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Tue, 12 Dec 2023 23:14:33 -0800 Rik maint: Merge default to bytecode-interpreter. bytecode-interpreter
Tue, 12 Dec 2023 18:24:05 -0800 Rik maint: C++ style check for libinterp/ before 9.1 release. stable
Wed, 06 Dec 2023 15:02:58 -0500 John W. Eaton remove experimental bytecode interpreter from stable branch for release stable
Mon, 04 Dec 2023 09:52:14 -0500 John W. Eaton disable building bytecode evaluator by default (bug #64977) stable
Sat, 21 Oct 2023 21:00:42 -0400 John W. Eaton maint: strip trailing whitespace from source files
Thu, 05 Oct 2023 23:57:25 +0200 Petter T. VM Handle mixing of non-bytecode and bytecode scripts (bug #64705)
Fri, 22 Sep 2023 15:46:36 +0200 Petter T. VM Support globals in scripts properly (bug #64705)
Mon, 04 Sep 2023 16:52:22 +0200 Petter T. VM Add support for nested functions
Sat, 19 Aug 2023 13:05:33 +0200 Petter T. VM Add support for scripts
Mon, 24 Apr 2023 20:34:39 +0200 Petter T. experimental stack-based virtual machine
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
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)
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
Mon, 27 Dec 2021 19:53:35 -0800 Rik doc: Use TF for output variable in documentation for isXXX functions in libinterp/ directory.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Tue, 14 Sep 2021 17:31:49 -0700 Rik maint: use "m_" prefix for protected member variables in class octave_user_code.
Wed, 01 Sep 2021 23:50:07 -0400 John W. Eaton eliminate redundant storage of parent function name in function objects
Wed, 18 Aug 2021 11:40:25 -0400 John W. Eaton move most functions in variables.cc to octave namespace
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Tue, 10 Aug 2021 16:42:29 -0400 John W. Eaton remove JIT compiler from Octave sources
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
Mon, 10 May 2021 20:17:29 +0200 Markus Mützel maint: merge stable to default.
Mon, 10 May 2021 20:04:16 +0200 Markus Mützel Fix error if test suite is run before Octave is installed (bug #60554). stable
Sat, 08 May 2021 17:45:19 +0200 Markus Mützel maint: merge stable to default.
Sat, 08 May 2021 17:43:50 +0200 Markus Mützel Mark system functions correctly if OCTAVE_HOME is non-canonical (bug #60554). 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)
Sun, 28 Mar 2021 15:35:05 -0400 John W. Eaton use "m_" prefix for class members in a few more classes
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year 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, 19 Mar 2020 13:54:03 -0400 John W. Eaton new function to identify anonymous function handles stable