log libinterp/corefcn/pr-output.cc @ 33476:0fbf06e4b460 default tip @

age author description
Sat, 13 Apr 2024 14:28:48 -0400 Arun Giridhar Backed out changeset c714266d9f0d
Fri, 12 Apr 2024 18:53:59 -0400 Arun Giridhar Replace some `panic_unless` with `error` for input validation
Fri, 12 Apr 2024 11:15:32 -0400 John W. Eaton replace nearly all remaining uses of panic_impossible with error
Mon, 25 Mar 2024 00:42:04 -0400 John W. Eaton replace calls to error_* with corresponding panic_* functions in libinterp
Fri, 16 Feb 2024 14:42:54 -0500 John W. Eaton use explicit lambda-expression captures (bug #65318)
Thu, 25 Jan 2024 20:15:37 +0100 Markus Mützel Deprecate lo_ieee_ functions that are part of C99 or C++11.
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, 13 Dec 2023 15:48:06 -0500 John W. Eaton avoid dim_vector copies in more places where possible (bug #64962)
Tue, 12 Dec 2023 18:24:05 -0800 Rik maint: C++ style check for libinterp/ before 9.1 release. stable
Thu, 23 Nov 2023 19:42:27 -0800 Rik doc: grammarcheck C++ files before 9.1 release. stable
Tue, 12 Sep 2023 15:29:51 -0400 Nicholas R. Jankowski rats - Update default string length from 9 to 13 (bug #43717).
Fri, 07 Apr 2023 13:37:16 -0700 Rik Improve display of mixed complex scalar values with NaN and an integer.
Fri, 07 Apr 2023 12:18:51 -0700 Rik maint: merge stable to default
Fri, 07 Apr 2023 12:18:28 -0700 Rik Fix display of scalar complex variables with mixed Inf/NaN and floating point values (bug #63961) stable
Sun, 02 Apr 2023 12:02:12 +0200 Markus Mützel maint: Merge stable to default.
Sat, 01 Apr 2023 18:34:27 +0200 Markus Mützel Don't use encoding facet when writing bytes to stream (bug #63931). stable
Thu, 23 Mar 2023 11:23:52 -0400 Arun Giridhar maint: Merge stable to default
Thu, 23 Mar 2023 11:21:19 -0400 Arun Giridhar pr-output.cc: Fix integer output for `format native-bit` (bug #63940) stable
Sat, 18 Mar 2023 15:37:12 -0400 Arun Giridhar maint: Merge stable to default
Sat, 18 Mar 2023 15:36:23 -0400 Arun Giridhar pr-output.cc: Fix output for `format native-bit` (bug #63940) stable
Tue, 24 Jan 2023 17:19:44 -0800 Rik maint: Eliminate "(void)" in C++ function prototypes/declarations.
Thu, 12 Jan 2023 10:22:04 -0500 John W. Eaton use interpreter::feval instead of global feval function
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sat, 10 Dec 2022 07:19:18 -0500 Nicholas R. Jankowski doc: Note interaction between format and output_precision (bug #39832) stable
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:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Sun, 30 Oct 2022 21:58:36 -0700 Rik doc: grammar check documentation ahead of 8.1 release.
Sun, 22 May 2022 19:36:01 +0200 Markus Mützel maint: Merge stable to default.
Sun, 22 May 2022 19:34:03 +0200 Markus Mützel doc: Document contracted format arguments (bug #62417). stable
Mon, 09 May 2022 13:58:46 -0400 Nicholas R. Jankowski format: Add 'default' format option (bug #62430)
Mon, 04 Apr 2022 11:11:01 -0700 Rik Ffdisp: Place validation/error code before normal code.
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)
Sat, 01 Jan 2022 19:43:52 -0800 Rik doc: Always have a return value for functions which set internal variables (bug #61681)
Fri, 24 Sep 2021 16:34:42 -0500 Gene Harvey pr-output.cc: Remove redundant visibility specifications.
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
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)
Tue, 23 Nov 2021 11:26:38 -0800 Rik maint: Shorten @seealso lines to less than 80 characters (bug #57599)
Mon, 27 Sep 2021 20:30:57 -0700 Rik maint: use ALL_CAPS for static const variables used as constants.
Wed, 18 Aug 2021 11:40:25 -0400 John W. Eaton move most functions in variables.cc to octave namespace
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions 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, 28 Apr 2021 13:46:02 -0400 John W. Eaton move idx_vector classes inside octave namespace
Tue, 06 Apr 2021 10:47:40 -0400 John W. Eaton if bug number is supplied, prefer '%!test' over '%!xtest'
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
Sat, 10 Oct 2020 07:28:34 -0700 Rik maint: Backed out changeset 09c071328135.
Fri, 09 Oct 2020 13:49:52 -0700 Rik test: remove unnecessary BIST tests in C++ files checking for excessive number of inputs.
Fri, 02 Oct 2020 13:25:00 -0400 John W. Eaton use [=] capture default specification where possible
Thu, 06 Aug 2020 16:28:30 -0400 John W. Eaton replace Range with range<double>
Thu, 06 Aug 2020 15:36:30 -0400 John W. Eaton new Range::final_value function
Thu, 06 Aug 2020 15:09:30 -0400 John W. Eaton use Range::increment instead of Range::inc
Thu, 30 Jan 2020 18:07:29 -0800 Rik Segregate remaining failing rats() tests in to BIST test for bug #57704.