log libinterp/corefcn/data.cc @ 33448:71317c258da9

age author description
Sat, 20 Apr 2024 12:59:52 -0400 John W. Eaton improve argument checking in base64_decode functions
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)
Sat, 06 Apr 2024 14:38:17 -0400 John W. Eaton take adavantage of compiler warnings for unhandled enum switch cases
Fri, 29 Mar 2024 14:46:02 -0700 Rik Better input validation for sort() function (bug #65527)
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 00:58:01 -0500 Nicholas R. Jankowski maint: Merge stable to default.
Fri, 16 Feb 2024 00:57:10 -0500 Nicholas R. Jankowski doc: Add missing hyphen to isscalar docstring (bug #48088) stable
Thu, 15 Feb 2024 21:43:58 -0500 Nicholas R. Jankowski maint: Merge stable to default.
Thu, 15 Feb 2024 21:42:27 -0500 Nicholas R. Jankowski doc: Clarify object types for isX functions (bug #48088) stable
Tue, 13 Feb 2024 16:44:15 -0500 Nicholas R. Jankowski maint: Merge stable to default.
Tue, 13 Feb 2024 13:54:04 -0500 Nicholas R. Jankowski doc: Generalize isempty/square/row/vector targets as objects (bug #48088) stable
Thu, 08 Feb 2024 11:35:20 -0800 Rik maint: merge stable to default
Thu, 08 Feb 2024 11:32:11 -0800 Rik doc: Document behavior of size when DIM arg exceeds actual number of dimensions (bug #65261) stable
Mon, 22 Jan 2024 19:20:02 +0100 Markus Mützel maint: Merge stable to default.
Mon, 22 Jan 2024 11:39:45 +0100 Markus Mützel Try to avoid warning about possible integer range overflow from GCC. stable
Thu, 11 Jan 2024 17:10:08 -0800 Rik maint: move BIST tests for sparse-qr from data.cc to leftdiv.tst.
Wed, 10 Jan 2024 17:36:53 -0800 Rik maint: Overhaul sparse-qr.cc.
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
Wed, 13 Dec 2023 15:48:06 -0500 John W. Eaton avoid dim_vector copies in more places where possible (bug #64962)
Mon, 11 Dec 2023 23:47:10 -0500 Nicholas R. Jankowski Correct inconsistent alias note from c273d7fdab3a (bug #64995)
Fri, 08 Dec 2023 15:42:52 -0500 Nicholas R. Jankowski doc: Add height and width info to rows and columns docstrings (bug #64995)
Mon, 11 Dec 2023 22:04:31 -0500 Nicholas R. Jankowski maint: Merge stable to default.
Mon, 11 Dec 2023 18:28:46 -0500 Nicholas R. Jankowski Apply consistent notes in docstrings for aliased functions stable
Fri, 08 Dec 2023 09:12:23 -0500 John W. Eaton new height and width aliases for rows and columns (bug #64995)
Sat, 25 Nov 2023 17:21:32 +0100 Markus Mützel maint: Add space " " between C++ cast and argument. stable
Wed, 26 Apr 2023 16:26:32 -0700 Rik Add BIST tests for Matlab compatibility for functions which accept negative dimensions.
Thu, 20 Apr 2023 18:59:26 -0700 Rik maint: merge stable to default
Thu, 20 Apr 2023 18:58:57 -0700 Rik Fix floating point exception when Sparse array reshaped to 0x0 (bug #64080) stable
Fri, 24 Mar 2023 14:42:24 -0700 Rik Improve Matlab compatibility of linspace for Inf endpoints.
Fri, 24 Mar 2023 08:40:35 -0700 Rik maint: merge stable to default
Fri, 24 Mar 2023 08:40:01 -0700 Rik doc: Improve documentation for linspace and logspace functions. stable
Thu, 12 Jan 2023 10:22:04 -0500 John W. Eaton use interpreter::feval instead of global feval function
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
Sat, 03 Dec 2022 01:01:57 -0500 John W. Eaton maint: Merge stable to default.
Fri, 02 Dec 2022 19:33:07 -0800 Rik doc: Don't use TexInfo @var{} macro "like" for zeros, ones, etc. 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
Thu, 01 Dec 2022 14:01:16 -0800 Rik maint: merge stable to default
Wed, 30 Nov 2022 20:27:16 -0800 Rik maint: Review C++ files for style and coding conventions. stable
Sun, 27 Nov 2022 17:03:48 -0800 Rik maint: merge stable to default
Sun, 27 Nov 2022 17:01:00 -0800 Rik maint: cleanup code in BIST tests to use Octave coding conventions. stable
Fri, 25 Nov 2022 13:58:54 -0500 Kasper H. Filtenborg Add new function 'tensorprod' (patch #10288)
Sun, 30 Oct 2022 21:58:36 -0700 Rik doc: grammar check documentation ahead of 8.1 release.
Sun, 30 Oct 2022 10:54:12 -0700 Rik doc: Fix warning from Texinfo about unbalanced parenthesis (bug #63210)
Sun, 09 Oct 2022 13:21:29 +0200 Markus Mützel Allow empty input for dimension vector (bug #63181).
Mon, 11 Jul 2022 22:46:33 -0700 Rik doc: Update plus() function to use inputs A, B.
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Tue, 12 Apr 2022 18:31:18 +0200 Markus Mützel Check that dimensions input arguments for ones/zeros/... are scalar (bug #62291).
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Mon, 04 Apr 2022 11:22:26 -0700 Rik doc: Update documentation for __sort_rows_idx__.
Mon, 04 Apr 2022 11:16:29 -0700 Rik maint: Backed out changeset 3a15bf04cb7f (__sort_rows_idx__ is used).
Mon, 04 Apr 2022 10:50:26 -0700 Rik maint: Remove ancient unused function __sort_rows_idx__.
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/