log libinterp/corefcn/data.cc @ 31627:1e270beb6982

age author description
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/
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.