log libinterp/corefcn/load-save.cc @ 27932:b018f553fd85

age author description
Fri, 10 Jan 2020 17:25:12 -0800 Rik maint: Use Octave coding conventions in libinterp/
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
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Mon, 01 Apr 2019 18:00:15 +0000 John W. Eaton eliminate direct access to call stack in load-save functions
Tue, 30 Apr 2019 15:31:53 +0000 John W. Eaton maint: Merge stable to default.
Tue, 23 Apr 2019 21:25:01 -0700 Rik doc: state that Octave can only load HDF5 files created by itself (bug #56148). stable
Mon, 28 Jan 2019 18:01:46 +0000 John W. Eaton move variable values from symbol_record objects to stack_frame objects
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 16 Nov 2018 02:42:26 -0500 John W. Eaton use symbol_info_list to gather data for saving workspace on crash
Fri, 16 Nov 2018 00:18:57 -0500 John W. Eaton use symbol_info_list to gather data for save function
Thu, 01 Nov 2018 18:08:27 -0400 John W. Eaton where possible, use octave_stdout and avoid including <iostream>
Wed, 31 Oct 2018 18:22:23 -0400 John W. Eaton eliminate global and file-scope static variables from load-save.cc (bug #54571)
Fri, 27 Jul 2018 18:15:17 -0400 John W. Eaton maint: Merge stable to default.
Fri, 27 Jul 2018 13:21:50 -0400 John W. Eaton avoid questionable cast stable
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Fri, 13 Jul 2018 19:13:23 +0200 Markus Mützel Fix lifetime issues with temporary char arrays returned by get_ASCII_filename (bug #54299).
Wed, 11 Jul 2018 08:41:10 -0700 Rik maint: merge stable to default.
Wed, 11 Jul 2018 08:40:07 -0700 Rik doc: Miscellaneous documentation fixes all over the manual (bug #54288). stable
Wed, 04 Jul 2018 21:19:32 +0200 Markus Mützel Call get_ASCII_filename for HDF5 functions (bug #49118).
Tue, 03 Jul 2018 21:06:00 +0200 Markus Mützel Call get_ASCII_filename for std::ifstream (bug #49118).
Wed, 16 May 2018 12:17:25 -0400 John W. Eaton eliminate some unnecessary parser includes in source files
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Tue, 10 Apr 2018 22:22:37 -0400 John W. Eaton improve handling of global symbols (bug #53599) stable
Tue, 03 Apr 2018 21:37:29 -0700 Rik doc: Shorten very long first sentences of docstrings (bug #53388). stable
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
Fri, 23 Mar 2018 10:29:45 -0700 Rik doc: grammarcheck docstrings in C++ files ahead of 4.4 release. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 22 Dec 2017 18:32:07 -0500 John W. Eaton fix binding for global variables in script files (bug #52722)
Mon, 27 Nov 2017 01:12:05 -0500 John W. Eaton use shared_ptr to manage symbol_scope objects
Mon, 04 Dec 2017 12:30:40 -0500 John W. Eaton refactor symbol_record object
Mon, 20 Nov 2017 08:05:10 -0500 John W. Eaton Fix typo: varaible -> variable.
Thu, 16 Nov 2017 21:43:47 -0500 John W. Eaton don't use symbol_table:: nesting for symbol_record, symbol_scope, or fcn_info
Thu, 31 Aug 2017 16:49:36 -0700 Rik doc: Document extra save options for -ascii format (bug #51898).
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Thu, 27 Jul 2017 09:45:05 -0700 Rik Add break or continue statements to prevent implicit fall-through in case statements.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Thu, 20 Jul 2017 21:25:06 -0700 Rik Replace static instances of OCTAVE_LOCAL_BUFFER with local variables.
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Thu, 15 Jun 2017 19:15:06 -0400 John W. Eaton remove additional functions from symbol_table class
Wed, 14 Jun 2017 11:45:47 -0400 John W. Eaton make symbol table context info mostly local to symbol table scopes
Wed, 14 Jun 2017 11:53:34 -0400 John W. Eaton use pointer to scope instead of scope id
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Tue, 13 Jun 2017 09:20:08 -0700 Rik maint: Deprecate is_map and replace with isstruct.
Wed, 07 Jun 2017 12:46:34 -0700 Rik doc: Improve documentation for Octave's save-related functions.
Fri, 28 Apr 2017 11:38:39 -0700 Rik maint: Eliminate <cfloat.h> header from libinterp files
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Mon, 24 Apr 2017 17:20:37 -0700 Rik maint: Use convention 'int& x' for naming references.
Mon, 24 Apr 2017 14:38:34 -0700 Rik maint: Use convention 'int *x' for naming pointers.
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
Mon, 16 Jan 2017 15:18:46 -0500 John W. Eaton maint: Merge stable to default.
Sun, 15 Jan 2017 08:07:31 -0800 Rik doc: Don't use @code in @deftypefn because it expands badly in plain text format. stable
Mon, 05 Dec 2016 13:04:12 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/corefcn.