log src/octave.cc @ 14200:64d9f33313cc stable rc-3-6-0-1

age author description
Fri, 06 Jan 2012 12:39:49 -0500 John W. Eaton use gnulib::isatty stable
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Mon, 19 Dec 2011 23:14:41 -0500 John W. Eaton don't reset parser when exiting (bug #35120) stable
Thu, 06 Oct 2011 16:44:18 +0100 Michael Goffioul Add support for full asynchronous graphics toolkit running in a separate
Wed, 28 Sep 2011 09:47:33 -0500 Jordi GutiƩrrez Hermoso Initialise history before executing startup files (bug #32900)
Sat, 16 Jul 2011 18:00:15 -0700 Rik codesprint: Correct typos in previous check-ins to get tests running.
Sat, 16 Jul 2011 18:32:15 -0400 John W. Eaton codesprint: new tests for octave.cc
Thu, 03 Feb 2011 16:54:48 -0500 John W. Eaton include <unistd.h> in octave.cc
Thu, 13 Aug 2009 07:56:00 +0200 John W. Eaton new option, --no-window-system release-3-2-x
Wed, 24 Jun 2009 07:31:32 +0200 Jaroslav Hajek improve error handling release-3-2-x
Mon, 15 Sep 2008 08:06:54 +0200 John W. Eaton octave.cc (octave_main): make all command-line arguments available to startup scripts release-3-0-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Thu, 13 Jan 2011 16:52:30 -0500 John W. Eaton style fixes
Wed, 15 Dec 2010 02:05:27 -0500 John W. Eaton improve handling of exceptions for startup files
Wed, 10 Nov 2010 21:52:51 -0500 John W. Eaton IEEE math initialization tweaks
Mon, 25 Oct 2010 17:05:48 -0400 John W. Eaton octave.cc: fix call to xerbla
Fri, 22 Oct 2010 21:18:00 -0400 John W. Eaton use getopt_long correctly
Fri, 08 Oct 2010 15:22:47 -0400 John W. Eaton Matlab compatible short-circuit behavior for & and | operators
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
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Thu, 24 Jun 2010 20:08:14 -0700 Rik Add [FILE] to octave usage string (bug #30258).
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, 02 Apr 2010 13:28:02 -0400 Judd Storrs Truncate argv() for scripts used without command line parameters. Bug #29423
Sun, 28 Feb 2010 08:19:49 +0100 Jaroslav Hajek implement IDs for common liboctave exceptions
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Wed, 03 Feb 2010 03:07:06 -0500 John W. Eaton use gnulib getcwd module
Tue, 02 Feb 2010 02:45:14 -0500 John W. Eaton assume atexit exists
Sat, 23 Jan 2010 12:42:48 -0500 John W. Eaton use getopt directly instead of the (mostly useless) prog_args wrapper class