log libinterp/corefcn/load-save.cc @ 33639:65b1cf6aa60a bytecode-interpreter tip

age author description
Thu, 07 Mar 2024 14:09:48 -0500 John W. Eaton maint: strip trailing whitespace from source files stable
Tue, 27 Feb 2024 16:40:49 -0500 Nicholas R. Jankowski doc: update save and load docstring options for hdf5 formats (bug #42530) stable
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 18:24:05 -0800 Rik maint: C++ style check for libinterp/ before 9.1 release. stable
Mon, 04 Dec 2023 18:24:49 +0100 Markus Mützel Use own function for symbol name matching on Windows (bug #64975). stable
Sat, 06 May 2023 13:08:38 +0200 Markus Mützel Avoid using file_stat in libinterp/corefcn (bug #59711).
Fri, 24 Feb 2023 09:36:30 -0500 Arun Giridhar load-save.cc: Use temp file only when not in append mode (bug #63803)
Wed, 15 Feb 2023 20:02:04 -0500 John W. Eaton use octave::sys::rename for consistency (bug #63803)
Wed, 15 Feb 2023 19:32:12 -0500 Arun Giridhar load-save.cc: Change rename function
Wed, 15 Feb 2023 17:41:53 -0500 Arun Giridhar load-save.cc: Save to temporary file first to prevent data loss (bug #63803)
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:12:14 -0500 John W. Eaton maint: Merge stable to default.
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 20:05:44 -0800 Rik maint: merge stable to default
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:28:07 -0800 Rik maint: merge stable to default
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Wed, 16 Nov 2022 17:04:55 +0100 Markus Mützel load-save.cc: Remove function definition missing from 2aa5bcaba504.
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
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
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Tue, 23 Nov 2021 11:26:38 -0800 Rik maint: Shorten @seealso lines to less than 80 characters (bug #57599)
Tue, 19 Oct 2021 14:26:04 +0200 Markus Mützel Use UTF-8 file API if supported by HDF5 library.
Sun, 05 Sep 2021 19:40:02 -0700 Rik maint: rename "zfstream.[h|cc]" to "gzfstream.[h|cc]" to match class name.
Wed, 18 Aug 2021 09:23:45 -0400 John W. Eaton * load-save.h (dump_octave_core): Deprecate function. Change all uses.
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 21:50:26 -0400 John W. Eaton merge "namespace octave" and OCTAVE_NAMESPACE_BEGIN/END blocks
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
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)
Mon, 08 Mar 2021 19:10:58 +0100 Markus Mützel maint: merge stable to default.
Mon, 08 Mar 2021 19:10:23 +0100 Markus Mützel doc: Add note that wildcard patterns for "save" are glob patterns (bug #60157). stable
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
Wed, 02 Dec 2020 21:23:44 +0100 Markus Mützel load-save.cc: Fix typos in cdc2f3799c85.
Wed, 02 Dec 2020 20:05:12 +0100 Markus Mützel Correctly handle short strings when saving to .mat files (-v6 or -v7) (bug #59591).
Wed, 04 Nov 2020 17:35:02 +0100 Markus Mützel Fix typo in BIST for save() and mark it as fixed.
Wed, 04 Nov 2020 07:17:03 -0800 Rik Add bug #59225 to BIST test for save().
Wed, 04 Nov 2020 08:40:36 +0100 Markus Mützel load-save.cc: Run BIST with "-zip" only if HAVE_ZLIB is defined.
Tue, 03 Nov 2020 10:35:32 -0800 Rik Emit an error if save is called with -append, -zip, and a binary format (bug #59225)
Fri, 30 Oct 2020 11:21:49 +0100 Markus Mützel maint: merge stable to default.
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows. stable
Sun, 25 Oct 2020 09:41:51 +0100 Markus Mützel maint: merge stable to default.
Fri, 23 Oct 2020 18:59:29 +0200 Markus Mützel Always open files in binary mode for saving variables (bug #59238). stable
Fri, 28 Aug 2020 09:38:28 -0700 Rik maint: merge stable to default.
Fri, 28 Aug 2020 09:32:35 -0700 Rik maint: Strip trailing spaces from files. stable
Fri, 12 Jun 2020 22:13:04 +0200 Markus Mützel Use wide character overload to open file streams on Windows.
Fri, 15 May 2020 23:03:24 +0200 Markus Mützel Store character vectors in .mat files (-v6 or -v7) as UTF-16 (bug #58368).
Tue, 14 Apr 2020 11:09:42 -0700 Rik Warn if -v7.3 format is used for load/save (bug #45706). stable
Tue, 21 Jan 2020 14:35:03 -0800 Rik maint: Remove remaining "Author:" instances from code base.
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.