log src/DLD-FUNCTIONS/hex2num.cc @ 14501:60e5cf354d80

age author description
Tue, 27 Mar 2012 22:46:45 -0700 Rik Update %!tests in DLD-FUNCTIONS/ directory with Octave coding conventions.
Mon, 13 Feb 2012 07:42:56 -0800 Rik doc: Correct off-by-1 spacings in all .cc docstrings
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sun, 25 Sep 2011 19:44:04 -0400 John W. Eaton fix warnings for uninitialized variables
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, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Wed, 20 Jan 2010 17:33:41 -0500 John W. Eaton DLD-FUNCTIONS/*.cc: untabify
Mon, 05 Oct 2009 00:11:07 -0400 John W. Eaton eliminate is_string argument from octave_value character array constructors
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files
Sat, 21 Mar 2009 15:52:41 -0700 Rik Cleanup of data types related documentation
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Wed, 18 Feb 2009 14:51:47 -0500 John W. Eaton hex2num.cc: use union to avoid cast and GCC warning
Wed, 18 Feb 2009 14:32:53 -0500 John W. Eaton use 'invalid', not 'illegal'
Tue, 25 Mar 2008 20:22:46 -0400 David Bateman Add the num2hex and hex2num functions