log

age author description
Wed, 26 Aug 2020 13:30:29 -0400 John W. Eaton maint: merge stable to default.
Wed, 26 Aug 2020 13:27:48 -0400 John W. Eaton update docs for built-in variables (bug #58988) stable
Wed, 26 Aug 2020 13:26:26 -0400 John W. Eaton * refcard.tex: Delete entry for 'help'. stable
Wed, 26 Aug 2020 13:07:54 -0400 John W. Eaton * refcard.tex: Remove spurious text at top of file. stable
Wed, 26 Aug 2020 15:42:02 +0200 Markus Mützel maint: merge stable to default.
Sun, 23 Aug 2020 10:44:53 -0400 Valdas Fix indexing error in print.m (bug #58998). stable
Fri, 21 Aug 2020 08:36:47 -0400 John W. Eaton disallow keywords in function parameter lists (bug #58945)
Wed, 12 Aug 2020 12:14:17 -0400 John W. Eaton new template class for octave_range objects
Thu, 20 Aug 2020 17:42:26 -0400 John W. Eaton define mixed-type operators for octave_idx_type and octave_int<T> values
Thu, 20 Aug 2020 17:40:47 -0400 John W. Eaton provide template for isinf (const octave_int<T>&)
Wed, 19 Aug 2020 23:52:02 -0400 John W. Eaton define xis_one_or_zero and xis_zero as templates with specializations
Wed, 19 Aug 2020 23:45:18 -0400 John W. Eaton allow template types in OV_TYPEID macros
Wed, 19 Aug 2020 23:42:05 -0400 John W. Eaton new typedefs for octave_value matrix and scalar types
Wed, 19 Aug 2020 23:36:01 -0400 John W. Eaton octave -> mxArray type traits
Thu, 06 Aug 2020 23:57:40 -0400 John W. Eaton new octave_value constructors for integer and float ranges.
Thu, 06 Aug 2020 16:28:30 -0400 John W. Eaton replace Range with range<double>
Thu, 06 Aug 2020 15:36:30 -0400 John W. Eaton new Range::final_value function
Thu, 06 Aug 2020 15:09:30 -0400 John W. Eaton use Range::increment instead of Range::inc
Thu, 06 Aug 2020 13:53:07 -0400 John W. Eaton new template for range objects
Tue, 04 Aug 2020 10:56:14 -0400 John W. Eaton use m_ prefix for octave_range member variables
Fri, 31 Jul 2020 13:18:01 -0400 John W. Eaton refactor octave_value colon_op function
Fri, 31 Jul 2020 13:00:48 -0400 John W. Eaton also provide builtin type to class traits
Thu, 30 Jul 2020 16:16:04 -0400 John W. Eaton move non-member octave_value operator functions to octave namespace
Thu, 30 Jul 2020 16:15:03 -0400 John W. Eaton fix constness of cat op args
Mon, 03 Aug 2020 17:07:38 -0400 John W. Eaton allow tests to work when disable_range is true
Tue, 11 Aug 2020 15:20:01 -0400 John W. Eaton refactor octave_read_* and octave_write_* functions
Thu, 20 Aug 2020 23:12:47 +0900 Abdallah Elshamy doc: Overhaul Strings chapter.
Thu, 20 Aug 2020 23:12:47 +0900 Abdallah Elshamy doc: Improve JSON documentation.
Tue, 18 Aug 2020 15:22:48 +0900 Kai T. Ohlhus jsondecode.cc: Prefer STL to custom comparison function
Tue, 18 Aug 2020 14:44:22 +0900 Abdallah Elshamy Support for RapidJSON 1.1.0 with jsonencode and jsondecode