log libinterp/corefcn/oct-stream.cc @ 26566:f8d380d04b01 stable

age author description
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.
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Fri, 28 Jul 2017 11:19:36 -0700 Rik Use C++11 raw string literals to avoid escaping backslashes in strings.
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Wed, 26 Jul 2017 16:26:31 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Mon, 24 Jul 2017 13:51:56 -0400 John W. Eaton * oct-stream.cc (textscan::read_format_once): Fix typo (! instead of ~).
Thu, 06 Jul 2017 13:34:31 -0400 John W. Eaton don't use singleton for stream_list object
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Tue, 13 Jun 2017 11:25:31 -0700 Rik maint: Deprecate is_object and replace with isobject.
Tue, 13 Jun 2017 09:20:08 -0700 Rik maint: Deprecate is_map and replace with isstruct.
Tue, 13 Jun 2017 07:53:53 -0700 Rik maint: Deprecate is_real_type and replace with isreal.
Mon, 12 Jun 2017 17:53:28 -0700 Rik maint: Deprecate is_integer_type and replace with isinteger.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Sat, 27 May 2017 09:59:32 -0700 Rik maint: Don't write '> >' for declaration of templates that use templates.