log src/octave.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
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
Fri, 22 Jan 2010 16:44:01 -0500 John W. Eaton rename member functions in prog_args class to avoid conflicts with gnulib definitions
Fri, 22 Jan 2010 16:34:07 -0500 John W. Eaton octave.cc: don't include sys/types.h, unistd.h, or fstream
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, 06 Jan 2010 13:18:41 +0100 Jaroslav Hajek make unwind_protect frames local
Fri, 18 Dec 2009 03:05:06 -0500 John W. Eaton get_debug_input: force interactive input mode; don't get user input unless stdin is a tty
Thu, 22 Oct 2009 08:56:58 +0200 Jaroslav Hajek improve error messages by auto-prepending current function name
Tue, 13 Oct 2009 21:10:37 -0700 Rik Fix various incorrect usages of TeXinfo deffn and deftypefn macros
Fri, 28 Aug 2009 05:30:29 -0400 John W. Eaton allow abbreviated graphics property names to match, with optional warning
Tue, 23 Jun 2009 15:48:40 +0200 Jaroslav Hajek improve error handling
Tue, 23 Jun 2009 08:22:13 +0200 Jaroslav Hajek update unwind_protect usage everywhere
Thu, 11 Jun 2009 14:26:04 -0400 John W. Eaton octave.cc: keep long options in alphabetized
Thu, 11 Jun 2009 14:20:36 -0400 John W. Eaton new option, --no-window-system
Tue, 09 Jun 2009 12:14:26 +0200 Jaroslav Hajek avoid using readline at all when line editing suppressed or interpreter embedded
Tue, 09 Jun 2009 11:17:53 +0200 Jaroslav Hajek don't garble readline settings when line editing is disabled
Tue, 26 May 2009 11:20:40 -0400 John W. Eaton properly unmark forced variables
Mon, 25 May 2009 15:00:10 +0200 Jaroslav Hajek don't allow quit() in embedded mode by default, make configurable
Wed, 20 May 2009 09:52:03 +0200 Jaroslav Hajek smarter handling of quit()
Fri, 17 Apr 2009 14:53:17 -0700 Rik Update help strings for command line options
Mon, 23 Mar 2009 19:29:01 -0400 John W. Eaton tag bug don't define forced variables
Sat, 07 Mar 2009 11:35:31 -0500 John W. Eaton document --doc-cache-file option
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Tue, 24 Feb 2009 15:08:39 -0500 John W. Eaton doc and lookfor fixes
Mon, 12 Jan 2009 23:51:27 -0500 John W. Eaton octave.cc (maximum_braindamage): set confirm_recursive_rmdir to false
Thu, 27 Nov 2008 10:28:24 +0100 Brian Gough corrections for typos
Thu, 23 Oct 2008 16:01:06 -0400 John W. Eaton skip reading history file with --no-history option
Wed, 10 Sep 2008 12:38:04 -0400 John W. Eaton octave.cc (octave_main): make all command-line arguments available to startup scripts
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
Mon, 04 Aug 2008 23:44:50 -0400 John W. Eaton make file_ops a proper singleton class
Sun, 04 May 2008 03:42:19 -0400 John W. Eaton initial implementation of dbup and dbdown