log libinterp/corefcn/oct-stream.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Fri, 25 Nov 2022 08:30:30 -0800 Rik Fix scanf handling of exceptional values (NA, NaN, Inf) at EOF (bug #63383)
Tue, 22 Nov 2022 08:23:44 -0800 Rik Fix scanf handling of bare '-' character for floating point formats (bug #63383)
Tue, 22 Nov 2022 12:48:29 +0100 Markus Mützel scanf: Do cleanup actions before throwing an error.
Tue, 22 Nov 2022 12:45:48 +0100 Markus Mützel scanf: Reset failbit when reaching eof while scanning for whitespace (bug #62723).
Mon, 21 Nov 2022 19:56:25 -0800 Rik Fix scanf edge case with '-' character in last position and '%d' conversion (bug #63383)
Mon, 21 Nov 2022 13:11:26 -0800 Rik Overhaul scanf functionality for correctness and Matlab compatibility (bug #63383, bug #62723)
Tue, 02 Aug 2022 18:47:12 +0200 Markus Mützel maint: Merge stable to default.
Tue, 02 Aug 2022 18:46:24 +0200 Markus Mützel scanf: Don't set error when reaching end of stream (bug #62723). stable
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Mon, 28 Mar 2022 19:52:24 +0200 Markus Mützel maint: Merge stable to default.
Mon, 28 Mar 2022 19:27:35 +0200 Markus Mützel Avoid issues when converting large integers to floating point (bug #62212). stable
Sun, 13 Mar 2022 11:30:55 +0100 Markus Mützel textscan: Refresh buffer with overlay (bug #62152).
Sat, 05 Mar 2022 21:20:58 +0100 Markus Mützel Encoding facet based on gnulib uniconv for STL iostreams (bug #61839).
Mon, 28 Feb 2022 11:48:29 +0100 Gaël Bonithon textscan: Reposition scan pointer after reading a single `.` (bug #60711).
Sun, 27 Feb 2022 14:44:00 +0100 Markus Mützel fputs: Use character encoding of file stream (bug #61839).
Thu, 10 Feb 2022 09:17:46 +0100 Antonius Burgers maint: remove unused variables identified by compiler warnings (Bug #62017)
Mon, 07 Feb 2022 21:47:53 -0800 Arun Giridhar Replace direct calls to C library assert() with Octave specialty functions in libinterp/ (bug #61753)
Fri, 31 Dec 2021 18:44:26 +0100 Markus Mützel strcase-wrappers: Add wrappers for strcasecmp and strncasecmp.
Tue, 28 Dec 2021 18:59:33 -0500 John W. Eaton maint: Merge stable to default.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 23 Dec 2021 19:00:12 +0100 Markus Mützel maint: merge stable to default.
Mon, 27 Sep 2021 10:38:27 -0500 Gene Harvey Use octave_strncasecmp wrapper instead of strncasecmp. stable
Sun, 28 Nov 2021 22:03:07 -0800 Rik maint: merge stable to default.
Sun, 28 Nov 2021 21:52:08 -0800 Rik maint: style check C++ files in libinterp/ ahead of 7.1 release. stable
Wed, 24 Nov 2021 09:38:51 -0800 Rik maint: Shorten some long lines in libinterp to <= 80 characters (bug #57599)
Mon, 13 Sep 2021 21:16:35 -0700 Rik maint: Use "m_" prefix for additional member variable in class textscan (cset 8e63cdd88ba6).
Mon, 13 Sep 2021 21:10:02 -0700 Rik maint: use "m_" prefix for member variables in class textscan.
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)