log libinterp/corefcn/oct-stream.cc @ 33670:9dd2a8e7e0d5 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).