log libinterp/corefcn/oct-stream.cc @ 33625:d213a148b3f1 default tip @

age author description
Wed, 17 Apr 2024 13:58:27 -0400 John W. Eaton rename yTYPE_value functions strict_TYPE_value
Fri, 12 Apr 2024 11:15:32 -0400 John W. Eaton replace nearly all remaining uses of panic_impossible with error
Mon, 08 Apr 2024 21:43:05 -0400 Arun Giridhar Replace `xint_value` and related functions with stricter versions (bug #65538)
Mon, 25 Mar 2024 00:42:04 -0400 John W. Eaton replace calls to error_* with corresponding panic_* functions in libinterp
Sun, 24 Mar 2024 18:12:06 -0400 John W. Eaton eliminate unnecessary use of <cassert> in libinterp files
Sat, 02 Mar 2024 13:58:51 -0800 Rik maint: merge stable to default
Sat, 02 Mar 2024 13:54:06 -0800 John W. Eaton Fix duplicate final value in scanf function (bug #65390, bug #63467). stable
Thu, 25 Jan 2024 20:15:37 +0100 Markus Mützel Deprecate lo_ieee_ functions that are part of C99 or C++11.
Wed, 27 Dec 2023 16:55:14 -0800 Rik maint: New method rwdata() as clearer alternative to fortran_vec().
Fri, 22 Dec 2023 12:14:08 -0500 John W. Eaton maint: merge stable to default
Fri, 22 Dec 2023 12:08:17 -0500 John W. Eaton maint: update Octave Project Developers copyright for the new year stable
Thu, 21 Dec 2023 11:22:26 -0800 Rik maint: Place class name and class keyword on one line.
Wed, 20 Dec 2023 20:02:42 -0800 Rik maint: Use constexpr where possible for performance.
Tue, 12 Dec 2023 18:24:05 -0800 Rik maint: C++ style check for libinterp/ before 9.1 release. stable
Sat, 25 Mar 2023 17:37:15 -0700 Rik maint: Replace variable length array (C99 feature) with std::vector (C++ feature).
Wed, 08 Mar 2023 09:28:28 -0800 Rik maint: Use "nonzero" rather than "non-zero" in code base.
Fri, 17 Feb 2023 23:27:46 -0500 John W. Eaton default or disable more ctors, dtors, and assignment ops
Thu, 16 Feb 2023 15:13:35 -0800 Rik maint: Use "m_" prefix on all private member variables in classes.
Thu, 16 Feb 2023 14:43:18 -0500 John W. Eaton use new macros to consistently delete copy and move member functions
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Fri, 06 Jan 2023 13:12:14 -0500 John W. Eaton maint: Merge stable to default.
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 01 Dec 2022 20:05:44 -0800 Rik maint: merge stable to default
Thu, 01 Dec 2022 18:02:15 -0800 Rik maint: Re-indent code after switch to using namespace macros. stable
Thu, 01 Dec 2022 14:28:07 -0800 Rik maint: merge stable to default
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.