log libinterp/corefcn/data.cc @ 29358:0a5b15007766 stable

age author description
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Wed, 23 Dec 2020 11:23:44 +0100 Markus Mützel ones, zeros, NaN, NA, false, true: Document syntax with "like" (bug #50854).
Tue, 08 Dec 2020 13:25:03 -0800 Rik maint: Updating naming conventions for exceptions and use const where possible.
Fri, 27 Nov 2020 17:01:47 -0800 Rik doc: Cleanup Texinfo macros use in documentation.
Fri, 24 Apr 2020 20:03:50 +0200 Markus Mützel zeros, ones, NaN, Inf, NA: Add "like" syntax (bug #50865).
Mon, 19 Oct 2020 09:44:02 -0700 Rik doc: Use @xref, @pxref rather than "see @code{}" in TexInfo in libinterp/
Wed, 14 Oct 2020 13:14:02 -0700 Rik maint: Remove unnecessary parentheses bracketing %!error BIST tests.
Tue, 13 Oct 2020 22:24:20 -0700 Rik maint: Prepend name of function to error() messages.
Tue, 13 Oct 2020 19:49:11 -0700 Rik maint: Use Octave convention of space after function name in libinterp/.
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.
Tue, 22 Sep 2020 15:59:00 +0200 Markus Mützel Add Matlab compatible wrappers for base64_encode and base64_decode.
Thu, 10 Sep 2020 14:59:10 -0700 Rik maint: merge stable to default.
Thu, 10 Sep 2020 14:54:42 -0700 Rik maint: spellcheck documentation ahead of 6.1 release. stable
Thu, 06 Aug 2020 16:28:30 -0400 John W. Eaton replace Range with range<double>
Thu, 06 Aug 2020 15:09:30 -0400 John W. Eaton use Range::increment instead of Range::inc
Thu, 30 Jul 2020 16:16:04 -0400 John W. Eaton move non-member octave_value operator functions to octave namespace
Wed, 19 Feb 2020 18:42:00 -0500 John W. Eaton allow data type argument for true and false functions
Tue, 04 Feb 2020 15:48:27 -0800 Rik doc: Reword isscalar, isvector, isrow, iscolumn, ismatrix, issquare docstrings.
Sun, 26 Jan 2020 23:07:45 -0500 John W. Eaton refactor index_exception classes to accommodate std::exception::what method
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Mon, 30 Sep 2019 11:05:42 +0200 Carlo de Falco Remove wrapper template class NoAlias<T> (bug #56752)
Sat, 26 Oct 2019 19:00:54 -0700 Rik Store constant row vectors for ones(), zeros(), pi(), e() as Ranges for compactness.
Fri, 20 Sep 2019 09:03:14 -0700 Rik Produce symmetric sequences for linspace (bug #56659).
Mon, 05 Aug 2019 20:04:10 -0700 Rik More explicit error messages for invalid 2nd and 3rd inputs to diag().
Mon, 05 Aug 2019 17:16:27 -0700 Rik maint: merge stable to default.
Mon, 05 Aug 2019 17:15:57 -0700 Rik Stop segfault when calling 3-input form of diag with cell arrays (bug #56711). stable
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Wed, 08 May 2019 15:18:32 -0700 Rik Always reserve at least 1 element of storage for sparse matrices (bug #56232). stable
Mon, 08 Apr 2019 08:22:15 -0700 Rik doc: Fix names of options in issorted (bug #56087). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 01 Jan 2019 21:26:13 -0800 Rik data.cc: Fix static analyzer detected issues (bug #55347). stable
Sun, 23 Dec 2018 09:38:30 -0800 Rik doc: Add warning note about integers exceeding flintmax to mod, rem (bug #55238). stable
Mon, 10 Dec 2018 17:23:17 -0800 Rik Remove unnecessary whitespace in last cset.
Mon, 10 Dec 2018 17:22:04 -0800 Rik Add BISTS tests for iscomplex().
Fri, 30 Nov 2018 20:07:20 +0100 Markus Mützel Silence compiler warnings about format identifier for octave_idx_type (bug #55046).
Wed, 21 Nov 2018 10:16:04 -0800 Rik Supply missing arguments to variable length *printf functions (bug #55046).
Fri, 09 Nov 2018 21:20:34 -0800 Rik doc: grammarcheck C++ files in libinterp/ directory.
Fri, 12 Oct 2018 10:11:24 +0200 Kai T. Ohlhus Emit an error when utility matrices (zeros, ones, rand, etc.) are given a fractional dimension in a dimension vector (bug #54781).
Thu, 11 Oct 2018 15:48:51 -0700 Rik Emit an error when utility matrices (zeros, ones, rand, etc.) are given a fractional dimension in a dimension vector (bug #54781).
Thu, 11 Oct 2018 14:04:47 -0700 Rik Emit an error when utility matrices (zeros, ones, rand, etc.) are given a fractional dimension (bug #54781).
Thu, 04 Oct 2018 22:25:20 +0200 Kai T. Ohlhus Determine an object's shape by "size" (bug #51308, bug #44498, bug #43925).
Fri, 07 Sep 2018 09:48:33 -0700 Rik maint: merge stable to default.
Fri, 07 Sep 2018 09:47:38 -0700 Rik Fix BIST test in cset 1f52a96c8c21. stable
Fri, 07 Sep 2018 09:33:33 -0700 Gene Harvey Fix mod operation for signed integer types (bug #54602). stable
Sat, 01 Sep 2018 13:11:25 -0700 Mike Miller issorted: return true on an empty array (bug #54599)
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Wed, 11 Jul 2018 08:41:10 -0700 Rik maint: merge stable to default.
Tue, 10 Jul 2018 20:57:59 -0700 Rik doc: small fixes to size() and plot.txi (bug #54283). stable
Tue, 10 Jul 2018 15:04:01 -0700 Rik maint: merge stable to default.
Tue, 10 Jul 2018 14:01:04 -0700 Rik doc: Clarify description of Example 4 for size() (bug #54283). stable
Tue, 19 Jun 2018 09:18:44 -0700 Rik Use "ascend"/"descend" for issorted direction (bug #54147).
Wed, 13 Jun 2018 16:22:45 -0700 Rik maint: merge stable to default.
Wed, 13 Jun 2018 14:20:48 -0700 Rik doc: Use @var rather than @code to mark third argument to sort in docstring. stable
Thu, 19 Apr 2018 14:33:28 -0400 John W. Eaton maint: Merge stable to default.
Thu, 19 Apr 2018 08:39:45 -0700 Rik doc: Clarify docstring for sum (bug #53698). stable
Wed, 18 Apr 2018 21:54:41 -0700 Rik doc: Update documentation for binary functions (plus, or, etc.) (bug #53684).
Mon, 16 Apr 2018 14:39:33 -0700 Rik Emit an error if binary operator functions (or, plus, etc.) are called with 1 arg (bug 53450).