log libinterp/corefcn/file-io.cc @ 27919:1891570abac8

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