log libinterp/corefcn/variables.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
Sun, 27 Nov 2022 17:01:00 -0800 Rik maint: cleanup code in BIST tests to use Octave coding conventions. 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.
Wed, 24 Nov 2021 10:26:19 -0500 John W. Eaton remove functions deprecated in version 6
Fri, 19 Nov 2021 20:57:09 -0800 Rik Add support for "class" option to exist() function (bug #46260)
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
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
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Fri, 19 Feb 2021 21:25:07 -0800 Rik Return 0 if first argument to exist() is empty regardless of nargin value (bug #59950).
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
Tue, 09 Feb 2021 12:18:31 -0500 John W. Eaton compatibility with undocumented Matlab behavior for exist function (bug #59950)
Thu, 05 Nov 2020 18:43:39 -0500 John W. Eaton maint: merge stable to default.
Thu, 05 Nov 2020 16:51:25 -0500 John W. Eaton improve behavior of exist for finding class constructors (bug #59304) stable
Tue, 13 Oct 2020 14:23:39 -0700 Rik maint: Don't use semicolon at end of single-line BIST tests.
Sat, 10 Oct 2020 07:28:34 -0700 Rik maint: Backed out changeset 09c071328135.
Fri, 09 Oct 2020 13:49:52 -0700 Rik test: remove unnecessary BIST tests in C++ files checking for excessive number of inputs.
Wed, 30 Sep 2020 03:17:52 -0700 Rik Replace unwind_protect with more efficient constructs (bug #59192).
Wed, 16 Sep 2020 13:15:35 -0700 Rik inputname.m: Closer compatibility with Matlab for special values (i,j,NaN,Inf) (bug #59103)
Fri, 26 Jun 2020 13:57:24 -0700 Rik maint: Merge stable to default.
Fri, 26 Jun 2020 13:57:04 -0700 Rik doc: Better document how global variables and clear() interact (bug #57604). stable
Mon, 17 Feb 2020 15:47:35 -0500 John W. Eaton remove functions deprecated in version 5
Wed, 29 Jan 2020 06:30:40 -0500 John W. Eaton move sparse functions from dldfcn to corefcn directory (bug #57459)
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, 07 Oct 2019 10:55:51 -0400 John W. Eaton make unimplmented message an error and append to undefined identifier error
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Fri, 13 Sep 2019 16:22:34 -0400 John W. Eaton move change directory function to interpreter class
Sat, 31 Aug 2019 15:10:03 +0900 Kai T. Ohlhus maint: merge stable to default.
Sat, 31 Aug 2019 15:00:42 +0900 Kai T. Ohlhus BIST should not rely on the current directory to be writable. stable
Thu, 18 Jul 2019 11:23:22 -0400 John W. Eaton rename octave_link and octave_link_events classes, move inside octave namespace
Wed, 17 Jul 2019 14:09:20 -0400 John W. Eaton eliminate static functions from octave_link class
Mon, 01 Apr 2019 18:21:27 +0000 John W. Eaton eliminate direct access to call stack in variables functions
Fri, 31 May 2019 15:49:38 +0000 John W. Eaton move global error configuration and status variables inside a class
Mon, 01 Apr 2019 11:15:06 +0000 John W. Eaton move file-scope static autoload map variable and functions to evaluator
Tue, 05 Mar 2019 22:24:00 +0100 Markus Mützel Fix "exist" for drive letters and UNC shares on Windows (bug #55824).
Thu, 07 Feb 2019 00:04:48 +0000 John W. Eaton maint: Merge stable to default.
Mon, 04 Feb 2019 16:29:26 -0800 Mike Miller create BIST temporary files in tempdir instead of P_tmpdir (bug #55565)
Mon, 04 Feb 2019 14:02:05 -0800 Rik variables.cc: Don't leak variables into global namespace from BIST tests. stable
Mon, 04 Feb 2019 13:47:15 -0800 Rik Create any BIST temporary files in writable temporary directory (bug #55565).
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Sat, 05 Jan 2019 06:33:32 -0800 Rik maint: merge stable to default.
Fri, 04 Jan 2019 15:13:00 -0800 Rik variables.cc: Fix static analyzer detected issues (bug #55347). stable
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:41:55 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable