log libinterp/corefcn/data.cc @ 25574:0e09d5fd7dab stable

age author description
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).
Fri, 06 Apr 2018 20:25:05 +0300 Maor Shutman linspace: handle ranges with equal Inf endpoints (bug #53489)
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
Tue, 27 Mar 2018 20:46:43 -0700 Rik doc: grammarcheck documentation again ahead of 4.4 release. stable
Mon, 26 Mar 2018 21:15:42 -0700 Rik doc: End tic() @xref with a comma to avoid TeXinfo warning. stable
Mon, 26 Mar 2018 20:35:45 -0700 Rik doc: Redo documentation for tic and toc. stable
Mon, 26 Mar 2018 10:45:04 -0700 Rik doc: Spellcheck documentation ahead of 4.4 release. stable
Fri, 09 Mar 2018 13:44:08 +0200 maorshutman Add nnz implementation for Range type (bug #53185).
Mon, 22 Jan 2018 02:17:46 -0500 John W. Eaton maint: strip trailing whitespace from source files
Fri, 19 Jan 2018 08:09:21 -0800 Rik maint: merge stable to default.
Wed, 17 Jan 2018 17:49:41 -0800 Rik doc: Use @var{} around variables in operator functions such as and, or, uplus. stable
Sun, 07 Jan 2018 07:20:03 -0800 Rik Fix reversal of START,END in linspace BIST test in cset 22a2bc91cc7f.
Fri, 05 Jan 2018 18:44:53 -0500 John W. Eaton don't use singleton for octave_value_typeinfo
Sat, 06 Jan 2018 13:45:54 -0800 Rik Fix typos and add tolerance to linspace BIST tests in 22a2bc91cc7f.
Sat, 06 Jan 2018 11:43:16 -0800 Rik Add more BIST tests for linspace.
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Thu, 04 Jan 2018 11:23:43 -0800 Rik maint: merge stable to default.
Thu, 04 Jan 2018 11:23:12 -0800 Rik doc: Remove unimplemented option "extra" from cumsum documentation. stable
Wed, 03 Jan 2018 22:00:03 -0800 Rik maint: merge stable to default.
Wed, 03 Jan 2018 21:49:38 -0800 Rik doc: Documentation fixes for linspace, logspace, lookup (bug #52785). stable
Wed, 27 Dec 2017 11:22:26 -0800 Rik isstring.m: Add new function for identifying string arrays.
Thu, 21 Dec 2017 03:45:09 -0800 Rik maint: merge stable to default.
Thu, 21 Dec 2017 03:38:39 -0800 Rik doc: Fix various inconsistencies in manual (bug #52712). stable
Thu, 23 Nov 2017 18:12:40 +0000 Carnë Draug eps: error if input is not of floating point type
Thu, 23 Nov 2017 16:27:02 +0000 Carnë Draug libinterp/corefcn/data.cc: template eps() to reduce code duplication
Mon, 06 Nov 2017 10:27:09 +0100 Marco Caliari Add function vecnorm (bug #52342).
Fri, 22 Sep 2017 17:17:45 -0400 John W. Eaton avoid warnings from GCC about ABI change with exception specifications
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Fri, 07 Jul 2017 18:06:34 -0400 John W. Eaton move base64 encode and decode functions inside octave namespace
Wed, 05 Jul 2017 15:35:05 -0700 Brad Kennedy nth_element: allow sequence of indices to be passed as a vector (bug #51329)
Sun, 25 Jun 2017 09:50:51 -0400 John W. Eaton move symbol_table class inside octave namespace
Tue, 20 Jun 2017 18:26:15 -0400 John W. Eaton eliminate obsolete file lo-math.h
Sun, 18 Jun 2017 18:09:53 -0700 Rik Use modf, pow from C++ std library.
Fri, 16 Jun 2017 17:18:02 -0700 Rik Use hypot, hypotf from C++ std library.
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.
Tue, 13 Jun 2017 12:43:42 -0700 Rik maint: Deprecate is_sorted and replace with issorted.
Tue, 13 Jun 2017 11:25:31 -0700 Rik maint: Deprecate is_object and replace with isobject.
Tue, 13 Jun 2017 10:20:55 -0700 Rik maint: Deprecate is_numeric_type and replace with isnumeric.
Tue, 13 Jun 2017 09:52:59 -0700 Rik maint: Deprecate is_float_type and replace with isfloat.
Tue, 13 Jun 2017 09:20:08 -0700 Rik maint: Deprecate is_map and replace with isstruct.
Tue, 13 Jun 2017 08:24:42 -0700 Rik maint: Deprecate is_sparse_type and replace with issparse.
Tue, 13 Jun 2017 07:53:53 -0700 Rik maint: Deprecate is_real_type and replace with isreal.
Mon, 12 Jun 2017 21:18:23 -0700 Rik maint: Deprecate is_complex_type and replace with iscomplex.
Mon, 12 Jun 2017 17:53:28 -0700 Rik maint: Deprecate is_integer_type and replace with isinteger.
Mon, 12 Jun 2017 17:24:08 -0700 Rik maint: Deprecate is_bool_type and replace with islogical.
Sun, 11 Jun 2017 22:14:09 -0700 Rik maint: Deprecate is_empty and replace with isempty.
Sun, 11 Jun 2017 15:35:21 -0700 Rik maint: Deprecate is_cell and replace with iscell.
Sun, 11 Jun 2017 15:26:14 -0700 Rik maint: Deprecate is_cellstr and replace with iscellstr.
Fri, 09 Jun 2017 17:44:57 -0400 John W. Eaton use new script to tag fixed bugs in tests
Fri, 09 Jun 2017 17:40:34 -0400 John W. Eaton new script for updating test status for fixed bugs
Fri, 09 Jun 2017 15:34:03 -0400 John W. Eaton allow bugs to be tagged as fixed in test suite