log libinterp/corefcn/variables.cc @ 28504:d747d57989e2 stable

age author description
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
Wed, 02 Jan 2019 11:44:09 -0800 Rik Fix static analyzer detected V1003 issues with expansions in macros (bug #55347). stable
Fri, 21 Dec 2018 15:07:02 -0500 John W. Eaton maint: remove functions, variables, and typedefs deprecated in version 4.4
Tue, 04 Dec 2018 21:17:01 -0800 Rik Improve input validation to reject multiple options for clear (bug #53565).
Tue, 04 Dec 2018 16:18:10 -0800 Rik Clarify documentation around locking functions and clear.
Mon, 19 Aug 2013 08:51:38 +0200 Julien Bect Don't remove globals when 'clear' called without arguments (bug #39790).
Fri, 16 Nov 2018 13:16:50 -0500 John W. Eaton move eval_string inside interpreter/evaluator class
Wed, 21 Nov 2018 10:16:04 -0800 Rik Supply missing arguments to variable length *printf functions (bug #55046).
Thu, 15 Nov 2018 22:51:11 -0500 John W. Eaton move Fwho, Fwhos, and supporting functions to call-stack.cc
Thu, 15 Nov 2018 22:45:04 -0500 John W. Eaton move symbol_info and symbol_info_list classes to separate file
Thu, 15 Nov 2018 15:05:36 -0500 John W. Eaton move whos_line_format to evaluator
Thu, 15 Nov 2018 18:34:07 -0500 John W. Eaton refactor do_who function
Thu, 15 Nov 2018 18:04:08 -0500 John W. Eaton modernize symbol_info and symbol_info_list classes
Thu, 15 Nov 2018 13:39:10 -0500 John W. Eaton eliminate complexity of handling expression arguments in who and whos
Thu, 15 Nov 2018 12:34:43 -0500 John W. Eaton move get_dims_str from variables.cc to octave_value class
Sun, 11 Nov 2018 14:31:10 -0800 Rik Deprecate C++ function is_keyword in favor of iskeyword for readability.
Fri, 19 Oct 2018 12:41:19 -0400 John W. Eaton maint: Merge stable to default.
Fri, 19 Oct 2018 12:38:01 -0400 John W. Eaton style fixes stable
Tue, 07 Aug 2018 19:54:42 +0200 Torsten Prevent immediate updates of GUI workspace view when using clear in a script (bug #54443).
Thu, 09 Aug 2018 14:16:14 -0700 Rik Use nested functions to prevent leaking globals in BIST tests.
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Tue, 12 Jun 2018 15:08:07 -0400 John W. Eaton maint: Merge stable to default.
Tue, 12 Jun 2018 15:06:19 -0400 John W. Eaton create valid tmp scope for who -file (bug #54030) stable
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Wed, 23 May 2018 17:12:57 -0400 John W. Eaton new input_system class to manage user input for the interpreter
Mon, 21 May 2018 19:32:57 -0400 John W. Eaton store unwind protect frame for function evaluation in call_stack object
Thu, 03 May 2018 01:13:32 -0400 John W. Eaton use cbegin, crbegin, cend, and crend and auto decls where possible
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
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.
Thu, 28 Dec 2017 14:29:54 -0800 Rik doc: Note that return code 8 (class) is not implemented for exist().