log libinterp/octave-value/ov-re-sparse.cc @ 21231:5f318c8ec634

age author description
Tue, 09 Feb 2016 04:15:50 -0500 John W. Eaton eliminate feature tests from lo-specfun.h
Sat, 06 Feb 2016 08:48:47 -0500 John W. Eaton use "#if defined (HAVE_FOO)" instead of "#if HAVE_FOO" for feature tests
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Wed, 20 Jan 2016 16:58:59 -0800 Rik Replace pattern if/err_XXX/else/code with if/err_XXX/ code.
Wed, 20 Jan 2016 16:08:30 -0800 Rik Invert pattern if/code/else/err_XXX to if !/err_XXX/code.
Mon, 18 Jan 2016 21:06:26 -0800 Rik Rename local gripe_XXX functions to err_XXX or warn_XXX.
Mon, 18 Jan 2016 18:28:06 -0800 Rik Switch gripe_XXX to either err_XXX or warn_XXX naming scheme.
Fri, 01 Jan 2016 13:58:45 -0800 Rik maint: Remove return stmts after gripe function calls.
Thu, 31 Dec 2015 13:45:43 -0500 John W. Eaton avoid old-style cast warnings from HDF5 macros used in C++ sources
Tue, 29 Dec 2015 11:48:45 -0800 Rik Finish renaming mapper function finite to isfinite.
Sun, 20 Dec 2015 10:15:02 -0800 Rik maint: Use '! expr' rather than '!expr' to conform to coding guidelines.
Fri, 18 Dec 2015 22:06:22 -0500 John W. Eaton eliminate comments after preprocessor conditionals
Mon, 14 Dec 2015 12:59:29 -0800 Rik 2015 Code Sprint: Eliminate useless return statements after error ().
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Thu, 26 Feb 2015 10:49:20 -0500 John W. Eaton avoid needing to include hdf5 in public header files (bug #44370, #43180)
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 13:43:29 -0500 John W. Eaton unconditionally disable the octave_allocator class
Wed, 07 May 2014 09:09:43 -0700 Rik maint: Use space after variable name and before equals sign.
Thu, 12 Dec 2013 00:24:02 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Wed, 11 Dec 2013 23:35:34 -0500 John W. Eaton enable non-integer ranges as indices by default and deprecate preference gui-release
Thu, 05 Dec 2013 10:50:17 -0800 Rik Follow coding convention of defining and initializing only 1 variable per line in liboctinterp.
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 07 Aug 2013 13:42:49 -0700 Rik Use 2-D, not 2D, in error messages.
Tue, 27 Nov 2012 23:39:54 -0500 Steven G. Johnson Add complex erf,erfc,erfcx,erfi,dawson routines from Faddeeva package.
Wed, 22 Aug 2012 17:36:54 -0400 John W. Eaton use std::numeric_limits for integer max and min values
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/octave-value/ov-re-sparse.cc@f17aa5dfb608