log libinterp/corefcn/file-io.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, 30 Nov 2022 20:27:16 -0800 Rik maint: Review C++ files for style and coding conventions. stable
Sun, 27 Nov 2022 17:01:00 -0800 Rik maint: cleanup code in BIST tests to use Octave coding conventions. stable
Sat, 09 Jul 2022 13:43:11 -0700 Rik Return -1 rather than platform-dependent EOF from puts, fputs (bug #62725)
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
Sun, 03 Apr 2022 12:38:19 +0200 Markus Mützel Unify detection of temporary directory (bug #62215).
Sat, 05 Mar 2022 21:20:58 +0100 Markus Mützel Encoding facet based on gnulib uniconv for STL iostreams (bug #61839).
Mon, 28 Feb 2022 11:48:29 +0100 Gaël Bonithon textscan: Reposition scan pointer after reading a single `.` (bug #60711).
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 11:02:23 -0500 John W. Eaton delete unused functions and deprecate file-io.h
Wed, 24 Nov 2021 10:56:24 -0500 John W. Eaton avoid declaring mark_for_deletion and cleanup_tmp_files in octave namspace stable
Tue, 23 Nov 2021 11:26:38 -0800 Rik maint: Shorten @seealso lines to less than 80 characters (bug #57599)
Wed, 18 Aug 2021 09:11:15 -0400 John W. Eaton move deprecated file-io.cc functions inside octave namespace
Tue, 17 Aug 2021 11:17:36 -0400 John W. Eaton move i/o stream classes inside octave namespace
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
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)
Tue, 06 Apr 2021 10:47:40 -0400 John W. Eaton if bug number is supplied, prefer '%!test' over '%!xtest'
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
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Fri, 27 Nov 2020 17:01:47 -0800 Rik doc: Cleanup Texinfo macros use in documentation.
Mon, 19 Oct 2020 09:44:02 -0700 Rik doc: Use @xref, @pxref rather than "see @code{}" in TexInfo in libinterp/
Thu, 10 Sep 2020 14:59:10 -0700 Rik maint: merge stable to default.
Thu, 10 Sep 2020 14:28:33 -0700 Rik maint: grammarcheck documentation ahead of 6.1 release. stable
Tue, 14 Apr 2020 22:55:33 -0400 John W. Eaton maint: merge stable to default.
Tue, 14 Apr 2020 22:49:34 -0400 John W. Eaton omit unnecessary calls to std::string::c_str stable
Sun, 29 Mar 2020 12:59:33 -0700 Rik test: Add %!xtest for bug #50743 so it is not forgotten (bug #50743).
Sun, 29 Mar 2020 12:53:19 -0700 Rik test: Add BIST test for textscan (Bug #51093).
Sun, 29 Mar 2020 11:26:16 -0700 Rik Fix textscan handling of empty fields at end of line (Bug #57612).
Sat, 28 Mar 2020 15:59:47 -0700 Rik Fix textscan when literal and delimiter might be the same character (bug #58008).
Mon, 17 Feb 2020 20:02:18 -0800 Rik rmdir: throw an error if operation fails and nargout == 0 (bug #57830).
Fri, 25 Oct 2019 19:00:03 +0200 Markus Mützel Use the mfile_encoding as default encoding for fopen (bug #55826).
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
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
Tue, 10 Dec 2019 13:19:07 -0800 Rik doc: grammarcheck C++ files in libinterp/ directory.
Tue, 22 Oct 2019 13:38:02 -0400 John W. Eaton eliminate global tmp_files variable
Tue, 17 Sep 2019 17:51:43 -0700 Rik Fix error with %q format and textscan (bug #56917).
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Mon, 10 Jun 2019 12:59:54 -0500 John W. Eaton * file-io.cc: Declare local constant "who" names "static const".
Mon, 03 Jun 2019 09:04:41 -0700 Rik Return correct error messages on octave-streams when scanf fails (bug #56396)
Wed, 20 Mar 2019 02:27:30 +0000 John W. Eaton update bug status in tests
Sat, 09 Mar 2019 20:30:24 +0100 Markus Mützel Avoid bogus error message when checking encoding identifier (bug #55452).
Sat, 09 Feb 2019 20:05:47 +0100 Markus Mützel Support encoding of file streams in textscan (bug #55452).
Sat, 09 Feb 2019 17:41:48 +0100 Markus Mützel Add front-end support for encodings in "fopen" (bug #55452).
Tue, 29 Jan 2019 21:09:07 +0100 Markus Mützel Support opening handles to files with non-ASCII characters on Windows. stable
Sun, 27 Jan 2019 10:53:25 -0800 Mike Miller file id must not be single for textscan and other file I/O funcs (bug #55577) stable
Wed, 02 Jan 2019 22:46:05 +0100 Andreas Weber file-io.cc: Fix static analyzer detected V595 issue (bug #55347) stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 20 Jul 2018 09:01:15 -0400 John W. Eaton move libinterp/corefcn/sysdep functions inside octave namespace
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Tue, 12 Jun 2018 08:15:22 -0700 Rik maint: merge stable to default.
Tue, 12 Jun 2018 08:04:59 -0700 Rik doc: Use qcode macro to document fseek offsets (bug #51402). stable
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 27 Mar 2018 20:46:43 -0700 Rik doc: grammarcheck documentation again ahead of 4.4 release. stable
Mon, 26 Mar 2018 14:40:14 -0700 Rik doc: Update documentation for SEEK_SET, SEEK_CUR, SEEK_END. stable
Mon, 26 Mar 2018 10:45:04 -0700 Rik doc: Spellcheck documentation ahead of 4.4 release. stable
Mon, 19 Mar 2018 18:20:53 -0700 Mike Miller doc: end first sentences of doc strings with a period (bug #53388) stable
Tue, 27 Feb 2018 10:39:21 -0800 Rik Change default status of pager to "off" (bug #53217).
Wed, 31 Jan 2018 17:24:05 -0800 Rik Clear environment variables affecting tmpdir before running BIST tests (bug #52627)
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 04 Jan 2018 11:09:12 -0800 Rik doc: Use '@:' to create non-sentence ending period for "etc.)".
Tue, 26 Dec 2017 11:35:08 -0800 Rik maint: merge stable to default.
Tue, 26 Dec 2017 10:14:56 -0800 Rik doc: Delete extra ']' in scanf docstring (bug #52742). stable
Fri, 15 Dec 2017 12:51:20 -0800 Rik Remove warnings about 'W', 'A', and 'R' modes in fopen (bug #52644).
Fri, 15 Dec 2017 12:01:17 -0800 Rik maint: merge stable to default.
Fri, 15 Dec 2017 12:00:50 -0800 Rik doc: Explain Matlab compatibility of fopen modes (bug #52644). stable
Fri, 01 Dec 2017 17:28:37 -0600 Daniel J Sebald Fix textscan missing fields and number reads for cell-specified delimiters (bug #52550).
Sun, 26 Nov 2017 10:22:39 -0800 Rik Remove regression mark for second BIST test for textscan bug #52479.
Fri, 24 Nov 2017 17:29:00 -0800 Rik maint: merge stable to default.
Wed, 22 Nov 2017 14:06:44 -0600 Daniel J Sebald Remove all delimiters from whitespace list in textscan function (bug #52479). stable
Thu, 31 Aug 2017 15:38:31 -0700 Rik Make fread, fwrite precisions compatible with Matlab (bug #41672).
Sat, 26 Aug 2017 14:40:00 -0700 Rik Document that fread 'float' size is 32 bits (bug #41672).
Wed, 16 Aug 2017 16:04:29 -0700 Mike Miller fix remaining spurious octave_value_list conversions (bug #51767)
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Thu, 06 Jul 2017 16:26:56 -0400 John W. Eaton * file-io.cc (Ftmpfile): Close tmp file if stream creation fails.
Thu, 06 Jul 2017 13:34:31 -0400 John W. Eaton don't use singleton for stream_list object
Thu, 06 Jul 2017 12:21:42 -0400 John W. Eaton refactor fprintf, printf, fputs, puts, fscanf, and scanf functions
Tue, 13 Jun 2017 10:20:55 -0700 Rik maint: Deprecate is_numeric_type and replace with isnumeric.
Fri, 09 Jun 2017 17:44:57 -0400 John W. Eaton use new script to tag fixed bugs in tests
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs
Fri, 09 Jun 2017 15:34:03 -0400 John W. Eaton allow bugs to be tagged as fixed in test suite
Fri, 28 Apr 2017 13:52:02 -0400 John W. Eaton use builtin-defun-decls.h to ensure declarations of interpreter functions
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
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
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
Tue, 17 Jan 2017 14:25:51 -0500 John W. Eaton move pager and diary classes into octave namespace
Tue, 17 Jan 2017 13:56:16 -0500 John W. Eaton move some octave stream classes into octave namespace
Mon, 28 Nov 2016 12:20:27 -0800 Rik Return null "" status when querying a bad FID with fopen (bug #49695).
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 08 Nov 2016 10:01:17 -0800 Rik maint: Clean up code base to follow Octave coding conventions.
Fri, 04 Nov 2016 15:07:34 -0700 Rik doc: Use Texinfo dots macro to create ellipses. stable
Thu, 03 Nov 2016 14:17:37 -0700 Rik doc: Don't create @tables of type @code with @qcode entries. stable
Fri, 16 Sep 2016 15:36:26 -0700 Mike Miller tempname: respect the value of $TMPDIR if set, be consistent with tempdir
Wed, 14 Sep 2016 16:05:16 -0700 Rik test: Add bug ids (<#####>) to BIST tests.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 15 Aug 2016 10:05:50 -0700 Rik doc: grammarcheck documentation for 4.2 release.
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Wed, 29 Jun 2016 09:21:50 -0400 John W. Eaton maint: strip trailing whitespace from files.
Wed, 29 Jun 2016 11:51:42 -0400 John W. Eaton provide wrapper for tmpfile (bug #48337)
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Thu, 16 Jun 2016 01:01:53 -0400 John W. Eaton * file-io.cc (cleanup_tmp_files): Use octave_unlink_wrapper.
Wed, 15 Jun 2016 13:51:00 -0400 John W. Eaton hide fcntl.h header
Mon, 13 Jun 2016 16:01:26 -0400 John W. Eaton create wrappers for some gnulib functions
Fri, 10 Jun 2016 15:29:18 -0400 John W. Eaton don't include unistd.h unless it is needed