log src/utils.cc @ 16062:cc5a7d1233f3 stable rc-3-6-4-2

age author description
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Thu, 26 Jul 2012 09:25:47 -0700 Rik maint: Cuddle open bracket used for indexing C++ arrays in source code.
Fri, 29 Jun 2012 13:38:28 -0700 Rik doc: Clarify docstrings for canonicalize_file_name, make_absolute_filename
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
Wed, 03 Feb 2010 03:07:06 -0500 John W. Eaton use gnulib getcwd module
Thu, 21 Jan 2010 15:41:19 -0500 John W. Eaton assume unistd.h and sys/types.h exist
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Wed, 20 Jan 2010 10:38:00 +0100 Jaroslav Hajek make OCTAVE_QUIT a function
Tue, 12 Jan 2010 09:03:42 +0100 Jaroslav Hajek allow more cells in strfind/strrep + supply a general mechanism
Thu, 07 Jan 2010 08:31:41 +0100 Jaroslav Hajek correctly handle interrupts in pause()
Wed, 06 Jan 2010 13:18:41 +0100 Jaroslav Hajek make unwind_protect frames local
Sun, 27 Dec 2009 21:56:53 +0100 Jaroslav Hajek optimize cellfun (@subsref, args, {subs}, uniformoutput, true) case
Fri, 20 Nov 2009 08:19:42 +0100 Jaroslav Hajek fix indexed numel for non-numeric indices
Wed, 11 Nov 2009 15:11:14 -0500 John W. Eaton improved support for Contents.m files
Fri, 23 Oct 2009 09:28:14 -0700 Rik Periodic grammar check of Octave documentation files to ensure common format
Thu, 08 Oct 2009 08:03:59 +0200 Jaroslav Hajek avoid recursive overloaded calls in builtin numel
Wed, 05 Aug 2009 09:56:44 +0200 Jaroslav Hajek implement isindex function
Mon, 04 May 2009 15:57:28 -0400 Peter O'Gorman configure.in, aclocal.m4: check for c99 vsnprintf
Sat, 28 Mar 2009 13:57:22 -0700 Rik Check grammar on all .cc files
Sat, 07 Mar 2009 14:41:42 -0500 John W. Eaton utils.cc (octave_vsnprintf): avoid uninitialized variable warning
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Sun, 15 Feb 2009 23:49:15 -0500 John W. Eaton handle commands in the lexer
Tue, 10 Feb 2009 16:02:36 -0500 John W. Eaton doc fixes
Thu, 16 Oct 2008 13:28:43 -0400 John W. Eaton imported patch rundemos
Tue, 19 Aug 2008 16:15:52 -0400 David Bateman Add a search for Contents.m files to the help function
Thu, 07 Aug 2008 15:31:17 -0400 John W. Eaton fix typo in NPOS change
Thu, 07 Aug 2008 15:15:33 -0400 John W. Eaton replace NPOS with std::string::npos
Wed, 06 Aug 2008 14:39:59 -0400 John W. Eaton fix extern decls in .cc files
Sun, 25 May 2008 15:04:37 +0200 David Bateman Add Ffilemarker and fix for 'dbstep in'
Sun, 27 Apr 2008 22:34:17 +0200 David Bateman First attempt at single precision tyeps
Thu, 14 Feb 2008 17:14:23 -0500 John W. Eaton use exceptions in liboctave error handler