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.