log libinterp/corefcn/cellfun.cc @ 31605:e88a07dec498 stable

age author description
Thu, 01 Dec 2022 14:23:45 -0800 Rik maint: Use macros to begin/end C++ namespaces. stable
Wed, 22 Jun 2022 12:48:59 -0400 John W. Eaton eliminate WHO arguments from interpreter-private functions
Tue, 05 Apr 2022 08:33:58 -0700 Rik maint: Use "fcn" as preferred abbreviation for "function" in libinterp/.
Mon, 04 Apr 2022 10:31:48 -0700 Rik doc: Ensure documentation lists output argument when it exists for functions in libinterp/
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)
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 09:53:44 -0500 John W. Eaton merge stable to default
Tue, 23 Nov 2021 09:51:21 -0500 John W. Eaton update bug status stable
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:43:17 -0400 John W. Eaton update bug status in test suite
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, 11 Nov 2020 14:55:09 -0500 John W. Eaton maint: merge stable to default.
Wed, 11 Nov 2020 14:24:24 -0500 Rik cellfun and uniformoutput: don't fail if function returns nothing (bug #58411) stable
Thu, 05 Nov 2020 12:40:38 -0500 John W. Eaton maint: merge stable to default.
Thu, 05 Nov 2020 12:02:13 -0500 John W. Eaton save last error info when cellfun error handler is defined (bug #58411) stable
Tue, 13 Oct 2020 19:49:11 -0700 Rik maint: Use Octave convention of space after function name in libinterp/.
Tue, 29 Sep 2020 14:01:11 -0400 John W. Eaton maint: merge stable to default.
Tue, 29 Sep 2020 14:00:48 -0400 John W. Eaton * cellfun.cc: Update comments about overloaded function handles. stable
Thu, 06 Aug 2020 16:28:30 -0400 John W. Eaton replace Range with range<double>
Thu, 30 Jul 2020 16:16:04 -0400 John W. Eaton move non-member octave_value operator functions to octave namespace
Mon, 23 Mar 2020 15:29:49 -0400 John W. Eaton convert obsolete octave_fcn_inline object to @inline class stable
Fri, 17 Jan 2020 13:27:27 -0600 John W. Eaton merge stable to default.
Fri, 17 Jan 2020 13:15:27 -0600 John W. Eaton fix many spelling errors (bug #57613) stable
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)
Fri, 04 Oct 2019 16:40:30 -0400 John W. Eaton make recover_from_exception a member function
Fri, 04 Oct 2019 01:15:13 -0400 John W. Eaton revamp error handling
Sun, 21 Jul 2019 10:21:01 -0400 John W. Eaton style fixes: generally aim to break long lines before operators, not after
Fri, 31 May 2019 15:49:38 +0000 John W. Eaton move global error configuration and status variables inside a class
Mon, 25 Mar 2019 10:56:14 +0000 John W. Eaton maint: Merge stable to default.
Sun, 24 Mar 2019 21:50:07 -0700 Rik doc: Small fixes to mat2cell and polyeig docstrings (bug #55985). stable
Fri, 08 Mar 2019 06:24:34 +0000 John W. Eaton use get_function_handle instead of extract_function
Tue, 05 Mar 2019 22:30:09 +0000 John W. Eaton lazily evaluate fcn handles; fix overload resolution (bug #29447, bug #31821, bug #48802)
Sat, 19 Jan 2019 15:59:59 +0100 Markus Mützel documentation: Avoid some overfull lines in the PDF manual. stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 04 Dec 2018 10:13:02 -0800 Rik maint: merge stable to default.
Tue, 04 Dec 2018 10:12:41 -0800 Rik doc: Rewrite docstrings for mat2cell and num2cell (bug #53335). stable
Fri, 30 Nov 2018 20:07:20 +0100 Markus Mützel Silence compiler warnings about format identifier for octave_idx_type (bug #55046).
Thu, 09 Aug 2018 14:16:14 -0700 Rik Use nested functions to prevent leaking globals in BIST tests.
Thu, 26 Jul 2018 16:32:12 -0700 Rik maint: Use Octave convention for spacing of C++ cast statements.
Thu, 19 Jul 2018 16:55:47 -0400 John W. Eaton move libinterp/utils functions inside octave namespace
Tue, 03 Apr 2018 13:52:07 -0700 Rik maint: style check C++ ahead of 4.4 release. stable
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Tue, 13 Jun 2017 20:51:14 -0700 Rik maint: Deprecate is_vector and replace with isvector.