log libinterp/corefcn/file-io.cc @ 28185:493d46a02edc

age author description
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