log libinterp/corefcn/oct-stream.cc @ 27382:9354d33dfbc4

age author description
Mon, 09 Sep 2019 18:48:40 -0400 John W. Eaton accept 'E' and 'G' as scanf conversion specifiers (bug #56869)
Sun, 28 Jul 2019 17:24:42 -0400 John W. Eaton eliminate unnecessary application::interative function
Sat, 09 Mar 2019 22:09:25 +0100 Markus Mützel Convert encoding just before writing to stream (bug #55452).
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Wed, 26 Jun 2019 15:47:03 -0400 John W. Eaton unless necessary for formatting or code, use ' instead of `
Tue, 11 Jun 2019 12:53:55 -0500 John W. Eaton style fixes
Mon, 03 Jun 2019 09:04:41 -0700 Rik Return correct error messages on octave-streams when scanf fails (bug #56396)
Sat, 01 Jun 2019 21:01:45 -0700 Rik Call error() function from base_stream in the correct manner.
Sat, 01 Jun 2019 08:56:51 -0700 Rik Fix stream positioning when using scanf with widths (bug #56200).
Wed, 22 May 2019 13:57:30 +0000 John W. Eaton where possible, eliminate octave:: namespace qualifier inside octave namespace
Thu, 25 Apr 2019 08:48:19 -0700 Rik Place Octave's warning and error IDs in to the "Octave" namespace (bug #56213).
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).
Sat, 09 Feb 2019 16:43:11 +0100 Markus Mützel Add basic backend for encodings in file streams (bug #55452).
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
Thu, 17 Jan 2019 08:04:53 -0800 Rik Fix dead assignments found by clang static analysis (bug #55440). stable
Tue, 08 Jan 2019 16:44:44 -0800 Rik oct-stream.cc: Fix static analyzer detected issues (bug #55347). stable
Thu, 03 Jan 2019 15:21:53 -0800 Rik Use "x == fix (x)" to detect integers rather than floor or round (bug #55347). stable
Thu, 03 Jan 2019 23:09:18 +0100 Andreas Weber oct-stream.cc: Fix static analyzer detected V519 issue (bug #55347). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 02 Jan 2019 18:27:41 +0100 Andreas Weber oct-stream.cc: Fix static analyzer detected V601 issue (bug #55347) stable
Fri, 30 Nov 2018 20:07:20 +0100 Markus Mützel Silence compiler warnings about format identifier for octave_idx_type (bug #55046).
Fri, 19 Oct 2018 12:41:19 -0400 John W. Eaton maint: Merge stable to default.
Fri, 19 Oct 2018 12:38:01 -0400 John W. Eaton style fixes stable
Tue, 31 Jul 2018 21:03:08 -0700 Rik Fix problems with cset 39fd627b2c5d when octave_idx_type is 64-bit (bug #54405).
Tue, 31 Jul 2018 10:17:17 -0700 Rik Emit an immediate error if size of an octave_stream object is invalid (bug #54405).
Sun, 22 Jul 2018 21:52:34 -0700 Rik Improve fread speed by a further 40% when SKIP parameter used (bug #54100).
Sun, 22 Jul 2018 20:40:02 -0700 Rik Improve fread speed by a further 2.5X when SKIP parameter used (bug #54100).
Fri, 20 Jul 2018 10:25:45 -0700 Rik Improve fread speed by 2.5X when SKIP parameter used (bug #54100).
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Fri, 25 May 2018 16:30:01 -0400 John W. Eaton eliminate some singletons and static & global variables
Tue, 05 Jun 2018 13:28:45 -0400 John W. Eaton maint: Merge stable to default.
Sat, 02 Jun 2018 18:28:38 +0200 Markus Mützel Avoid segfault with textscan (bug #53786). stable
Sat, 02 Jun 2018 18:28:38 +0200 Markus Mützel Avoid segfault with textscan (bug #53786).
Thu, 03 May 2018 01:13:32 -0400 John W. Eaton use cbegin, crbegin, cend, and crend and auto decls where possible
Thu, 03 May 2018 00:39:14 -0400 John W. Eaton be more careful with using auto in place of explicit const iterator decls
Wed, 02 May 2018 01:36:20 -0400 John W. Eaton use auto keyword to declare iterator variables where possible
Wed, 02 May 2018 00:30:00 -0400 John W. Eaton eliminate redundant octave:: namespace tags
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 26 Mar 2018 13:10:42 -0400 John W. Eaton omit argument name from default copy ctors and assignment operators stable
Wed, 14 Feb 2018 02:25:44 -0500 John W. Eaton allow NUL characters in printf and scanf formats (bug #53148)
Tue, 13 Feb 2018 15:04:06 -0800 Rik Add FIXME note to printf_format_list::add_elt_to_list (bug #53148).
Mon, 12 Feb 2018 01:07:27 -0500 John W. Eaton don't include "singleton-cleanup.h" in files that do not need it
Sat, 10 Feb 2018 07:58:25 -0500 John W. Eaton avoid splitting namespace blocks unnecessarily
Mon, 22 Jan 2018 02:17:46 -0500 John W. Eaton maint: strip trailing whitespace from source files
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 03 Jan 2018 22:00:03 -0800 Rik maint: merge stable to default.
Thu, 21 Dec 2017 20:25:53 +0100 Markus Mützel Correctly handle reading of characters >127 in scanf family (bug #52681). stable
Wed, 27 Dec 2017 15:40:14 -0500 John W. Eaton * oct-stream.cc: Fix whitespace in some macro definitions.
Fri, 01 Dec 2017 17:28:37 -0600 Daniel J Sebald Fix textscan missing fields and number reads for cell-specified delimiters (bug #52550).
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
Wed, 27 Sep 2017 11:01:06 -0500 Daniel J Sebald Reuse constructor code of delimited stream.
Wed, 25 Oct 2017 21:04:20 -0700 Rik maint: Periodic merge of stable to default.
Wed, 27 Sep 2017 03:58:28 -0500 Daniel J Sebald Properly restore the input stream pointer at end of textscan (bug #52116 et al.) stable
Wed, 27 Sep 2017 03:58:28 -0500 Daniel J Sebald Properly restore the input stream pointer at end of textscan (bug #52116 et al.)
Tue, 29 Aug 2017 12:21:42 -0400 John W. Eaton allow large ints to be read by C-style scanf (bug #51794)
Wed, 02 Aug 2017 12:04:45 -0700 Rik Miscellaneous cleanups of C++11 std::string code.
Sun, 30 Jul 2017 09:21:58 -0700 Rik Use C++11 string fcns back() and pop_back() to simplify code.