log libinterp/corefcn/load-save.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
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.
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