log libinterp/corefcn/data.cc @ 31146:9e9f5f1e8ec2

age author description
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/
Tue, 22 Mar 2022 00:06:09 -0400 John W. Eaton maint: Merge stable to default.
Tue, 22 Mar 2022 00:01:53 -0400 John W. Eaton eliminate range<T>::make_constant function stable
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)
Wed, 26 Jan 2022 18:53:08 -0800 Rik Coding changes for performance in complex() (bug #61912)
Wed, 05 Jan 2022 13:28:52 -0500 Nicholas R. Jankowski doc: clarifies issorted only operates on vectors (bug #61765)
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
Mon, 27 Dec 2021 19:53:35 -0800 Rik doc: Use TF for output variable in documentation for isXXX functions in libinterp/ directory.
Mon, 29 Nov 2021 16:46:01 -0800 Rik maint: strip trailing spaces from codebase.
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
Fri, 26 Nov 2021 18:13:42 -0800 Rik maint: merge stable to default.
Fri, 26 Nov 2021 18:13:08 -0800 Rik doc: Use consistent styling for @ref, @xref, @pxref statements. 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)
Wed, 29 Sep 2021 16:22:00 +0900 John W. Eaton allow size function to query arbitrary list of dimensions (bug #61098)
Sat, 14 Aug 2021 22:48:52 -0400 John W. Eaton eliminate octave:: namespace tags in DEFUN and DEFMETHOD and more
Sat, 14 Aug 2021 18:55:37 -0400 John W. Eaton * data.h, data.cc (do_class_concat): Pass string argument by const reference.
Fri, 13 Aug 2021 21:53:51 -0400 John W. Eaton move DEFUN and DEFMETHOD functions inside octave namespace
Sat, 14 Aug 2021 15:47:41 -0400 John W. Eaton move do_class_concat function inside octave namespace
Mon, 28 Jun 2021 10:36:25 +0200 Markus Mützel maint: Merge stable to default.
Mon, 28 Jun 2021 10:30:11 +0200 Markus Mützel mrdivide, mldivide: Document that functions might return minimum norm solutions (bug #60839). stable
Thu, 24 Jun 2021 14:47:20 -0700 Rik maint: merge stable to default.
Thu, 24 Jun 2021 14:46:56 -0700 Rik Improve documentation for log2 function (bug #60817). stable
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
Thu, 08 Apr 2021 16:04:45 -0700 Rik maint: merge stable to default.
Thu, 08 Apr 2021 16:04:13 -0700 Rik doc: Use Texinfo commands to improve transpose() docstring rendering. stable
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
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