log src/DLD-FUNCTIONS/str2double.cc @ 14138:72c96de7a403 stable

age author description
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 21 Dec 2011 21:01:22 -0500 John W. Eaton str2double: correctly handle things like ["1"; "2 3"; "4i"] stable
Tue, 20 Dec 2011 18:06:07 -0500 John W. Eaton str2double: return NaN for things like "1 2 3 4" (bug #34713). stable
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Mon, 06 Jun 2011 15:26:50 -0700 Rik str2double.cc: Return NaN for invalid inputs rather than printing error. stable
Sat, 04 Jun 2011 16:03:21 -0700 Rik doc: str2double() inputs which cannot be parsed return NaN. stable
Thu, 20 Jan 2011 19:33:32 -0800 Rik Use @nospell macro on certain words in docstrings.
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Sun, 16 Jan 2011 22:13:23 -0800 Rik Improve docstrings for functions in DLD-FUNCTIONS directory.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Sat, 25 Dec 2010 07:47:50 -0800 Rik Overhaul str2double function fixing bug and docstring and adding 'NA' processing.
Sun, 01 Aug 2010 20:22:17 -0700 Rik Grammarcheck more of the documentation.
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Mon, 01 Mar 2010 15:10:03 -0500 John W. Eaton str2double.cc: style fix
Mon, 01 Mar 2010 15:02:25 -0500 John W. Eaton configure checks for complex element setter/reference accessor methods
Mon, 01 Mar 2010 15:24:05 +0100 Jaroslav Hajek use C++-0x code in str2double
Mon, 01 Mar 2010 09:49:56 +0100 Jaroslav Hajek avoid g++ extension in str2double
Thu, 25 Feb 2010 11:11:45 +0100 Jaroslav Hajek handle Infs and NaNs in str2double
Wed, 24 Feb 2010 21:42:22 +0100 Jaroslav Hajek implement compiled str2double