log libinterp/corefcn/cellfun.cc @ 33617:ec2635a02328 bytecode-interpreter tip

age author description
Sun, 12 May 2024 21:00:35 -0400 Arun Giridhar Fix some more silent acceptance of fractional inputs (bug #65730)
Sat, 13 Apr 2024 14:28:48 -0400 Arun Giridhar Backed out changeset c714266d9f0d
Fri, 12 Apr 2024 18:53:59 -0400 Arun Giridhar Replace some `panic_unless` with `error` for input validation
Mon, 25 Mar 2024 00:42:04 -0400 John W. Eaton replace calls to error_* with corresponding panic_* functions in libinterp
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)
Wed, 12 Apr 2023 15:34:43 -0700 Rik Use upper/lower in preference to toupper/tolower to match Matlab.
Sun, 19 Feb 2023 20:11:39 -0800 Rik Avoid heap buffer overflow in mat2cell (bug #63682)
Sun, 19 Feb 2023 20:04:49 -0800 Rik Backed out changeset 79abf4cdcd95
Sun, 19 Feb 2023 17:19:24 +0100 Markus Mützel mat2cell: Next attempt to avoid heap buffer overflow (bug #63682).
Sun, 19 Feb 2023 12:45:22 +0100 Markus Mützel mat2cell: Avoid heap buffer overflow error with only one dimension argument (bug #63682).
Sat, 04 Feb 2023 17:49:58 -0800 Rik Fix mat2cell for N-D array input with only one output dimension (bug #63682)
Sat, 04 Feb 2023 17:38:52 -0800 Rik Backed out changeset 8c57434587c9 (bug #63682)
Thu, 19 Jan 2023 20:08:10 +0100 Markus Mützel mat2cell: Allow omitting input for trailing dimensions (bug #63682).
Thu, 12 Jan 2023 10:22:04 -0500 John W. Eaton use interpreter::feval instead of global feval function
Thu, 12 Jan 2023 08:40:45 -0500 John W. Eaton avoid an unnecessary use of __get_interpreter__
Fri, 06 Jan 2023 13:11:27 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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: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