log src/utils.cc @ 14522:f739e30494c8

age author description
Sun, 04 Mar 2012 12:21:10 -0800 Rik Update %!tests in src/ directory with Octave coding conventions.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 07 Dec 2011 06:47:15 -0500 John W. Eaton rename octave_vsnprintf and octave_snprintf
Sun, 04 Dec 2011 15:57:58 -0500 John W. Eaton avoid memory issue with octave_vsnprintf
Wed, 23 Nov 2011 02:35:37 -0500 John W. Eaton subsref, subsasgn: allow empty subscript structs
Thu, 15 Sep 2011 12:02:54 -0400 John W. Eaton maint: move test_string.m tests to source files
Wed, 07 Sep 2011 18:12:26 -0500 Jordi GutiƩrrez Hermoso Fix warning about signed/unsigned comparison
Sun, 04 Sep 2011 01:19:09 -0400 John W. Eaton new tests for utils.cc
Sat, 14 May 2011 21:17:20 -0700 Rik doc: Improve a few docstrings related to test functions and directories. stable
Sun, 03 Apr 2011 20:33:14 -0700 Rik Add new section on parsing to documentation.
Mon, 28 Mar 2011 16:38:13 -0700 Rik Improve docstrings for a number of functions.
Sat, 26 Feb 2011 17:28:11 -0800 Rik Rewrite error strings in src/ to use variables named in documentation.
Fri, 19 Sep 2008 12:30:30 +0200 Jaroslav Hajek fix problems from transplant 7552 release-3-0-x
Tue, 19 Aug 2008 16:15:52 -0400 David Bateman Add a search for Contents.m files to the help function release-3-0-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Wed, 19 Jan 2011 21:16:13 -0800 Rik Spellcheck documentation before 3.4 release.
Wed, 19 Jan 2011 17:51:22 -0800 Rik Grammarcheck Texinfo for files in src directory.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Fri, 31 Dec 2010 13:20:44 -0800 Rik Improve docstrings for all isXXX functions.
Thu, 30 Sep 2010 06:00:00 -0400 John W. Eaton toplev.cc, sighandlers.cc, utils.cc, octave.cc, pt-eval.cc pt-idx.cc: Octave_map to octave_map and octave_scalar_map conversion
Wed, 22 Sep 2010 07:57:33 +0200 Jaroslav Hajek add missing copyright
Tue, 21 Sep 2010 03:35:46 -0400 John W. Eaton provide gethostname function
Thu, 16 Sep 2010 07:08:02 -0400 John W. Eaton eliminate some GCC warnings
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Thu, 20 May 2010 12:19:45 -0400 John W. Eaton file_in_path, file_in_loadpath: return empty string instead of empty matrix if file not found
Fri, 07 May 2010 15:58:51 -0400 John W. Eaton use internal variable instead of warning state to control whether to allow non-integer ranges as indices
Wed, 05 May 2010 14:20:58 -0400 John W. Eaton allow non-integer ranges as indices conditionally
Fri, 09 Apr 2010 09:54:19 -0400 Judd Storrs isvarname: keywords are not valid variable names
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Wed, 03 Feb 2010 06:34:29 -0500 John W. Eaton assume vsnprintf from gnulib; use sstream instead of snprintf