log libinterp/corefcn/variables.h @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Wed, 16 Nov 2022 06:07:14 -0500 Arun Giridhar maint: Remove more function deprecated in Octave 7
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
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Wed, 24 Nov 2021 10:26:19 -0500 John W. Eaton remove functions deprecated in version 6
Wed, 18 Aug 2021 11:40:25 -0400 John W. Eaton move most functions in variables.cc to octave namespace
Sat, 14 Aug 2021 11:13:17 -0400 John W. Eaton rename OCTAVE_USE_DEPRECATED_FUNCTIONS macro and attempt to make it work
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
Mon, 17 Feb 2020 15:47:35 -0500 John W. Eaton remove functions deprecated in version 5
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, 07 Oct 2019 10:55:51 -0400 John W. Eaton make unimplmented message an error and append to undefined identifier error
Fri, 08 Mar 2019 06:24:34 +0000 John W. Eaton use get_function_handle instead of extract_function
Wed, 02 Jan 2019 16:45:58 -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
Fri, 21 Dec 2018 15:07:02 -0500 John W. Eaton maint: remove functions, variables, and typedefs deprecated in version 4.4
Wed, 23 May 2018 17:12:57 -0400 John W. Eaton new input_system class to manage user input for the interpreter
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Tue, 05 Dec 2017 17:09:24 -0500 John W. Eaton avoid including symtab.h, symscope.h, or symrec.h unnecessarily
Fri, 19 May 2017 18:15:48 +0200 Michael Barnes provide variable-editor widget for the GUI
Mon, 26 Jun 2017 18:38:40 -0400 John W. Eaton move mlock, munlock, and mislocked to interpreter class
Mon, 26 Jun 2017 18:05:53 -0400 John W. Eaton move bind_ans to tree_evaluator class
Mon, 26 Jun 2017 14:31:07 -0400 John W. Eaton deprecate some global functions that access the symbol table
Fri, 16 Jun 2017 09:39:20 -0400 John W. Eaton delete functions deprecated prior to the 4.2 release
Fri, 28 Apr 2017 11:38:39 -0700 Rik maint: Eliminate <cfloat.h> header from libinterp files
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Fri, 03 Feb 2017 19:54:32 -0500 John W. Eaton declare some functions that are only used once "static"
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 01 Aug 2016 12:40:18 -0400 John W. Eaton refill multi-line macro definitions
Thu, 30 Jun 2016 18:19:37 +1000 Lachlan Andrew Allow tab completion of arrays of structures.
Tue, 17 May 2016 11:32:53 -0400 John W. Eaton use namespace for numeric_limits
Tue, 17 May 2016 01:11:27 -0400 John W. Eaton define octave_numeric_limits template methods for Inf and NaN
Tue, 16 Feb 2016 14:39:52 -0500 John W. Eaton new set_internal_variable variant
Wed, 10 Feb 2016 14:25:53 -0500 John W. Eaton include octave-config.h in public header files
Fri, 22 Jan 2016 12:15:12 -0500 John W. Eaton provide replacement hints for deprecated C++ functions
Tue, 05 Jan 2016 14:16:58 -0800 Rik maint: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX.
Sun, 03 Jan 2016 10:58:15 -0800 Rik maint: Move GCC_ attributes to start of declaration for future compatibility.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Tue, 29 Dec 2015 11:02:26 -0800 Rik maint: Move GCC_ATTR_DEPRECATED to beginning of function declaration.
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 03 Jul 2013 17:43:48 -0700 Rik maint: Collapse interpfcn and interpfcn-core directories into corefcn directory. base libinterp/interpfcn/variables.h@dbcf9712531a