log libinterp/corefcn/oct-stream.cc @ 30167:964a937d556f

age author description
Mon, 13 Sep 2021 17:40:57 -0700 Rik maint: use "m_" prefix for member variables in class delimited_stream.
Mon, 13 Sep 2021 17:10:48 -0700 Rik maint: use "m_" prefix for member variables in classes scanf_format_list, printf_format_list, textscan_format_list.
Mon, 06 Sep 2021 09:16:58 -0700 Rik maint: Use "m_" prefix for member variables in class printf_value_cache.
Fri, 20 Aug 2021 13:52:01 -0400 John W. Eaton save and restore output stream state in Octave's printf function (bug #61051)
Wed, 18 Aug 2021 16:53:56 -0400 John W. Eaton mark some internal functions as static
Tue, 17 Aug 2021 11:17:36 -0400 John W. Eaton move i/o stream classes 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)
Wed, 10 Mar 2021 16:35:59 -0800 Rik maint: Remove support for old_NA definition (pre-R compatible value).
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
Mon, 01 Feb 2021 10:01:59 -0800 Rik Allow writing full size matrices with dlmwrite (bug #59955).
Tue, 29 Dec 2020 18:15:36 +0100 Markus Mützel Set API tags in files in libinterp/corefcn (patch #8919).
Mon, 05 Oct 2020 15:19:15 -0400 John W. Eaton eliminate unnecessary uses of octave:: namespace qualifier
Thu, 30 Jul 2020 16:16:04 -0400 John W. Eaton move non-member octave_value operator functions to octave namespace
Tue, 11 Aug 2020 15:20:01 -0400 John W. Eaton refactor octave_read_* and octave_write_* functions
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).
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
Fri, 06 Dec 2019 14:18:15 -0600 John W. Eaton prevent crash if dynamic printf field widths are out of range (bug #57368)
Thu, 21 Nov 2019 19:23:20 -0600 John W. Eaton use std::shared_ptr to manage stream rep
Fri, 25 Oct 2019 17:38:08 +0200 Markus Mützel Add basic support for string encoding with fgetl and fgets (bug #55452).
Fri, 04 Oct 2019 16:40:30 -0400 John W. Eaton make recover_from_exception a member function
Wed, 25 Sep 2019 17:57:08 -0400 John W. Eaton use std::atomic to implement refcount class
Tue, 17 Sep 2019 17:51:43 -0700 Rik Fix error with %q format and textscan (bug #56917).
Tue, 10 Sep 2019 15:44:01 -0700 Mike Miller accept 'X' as scanf conversion specifier (bug #56869)
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).