log libinterp/octave.cc @ 17787:175b392e91fe

age author description
Mon, 28 Oct 2013 19:51:46 -0700 Rik Use GNU style coding conventions for code in libinterp/
Sun, 27 Oct 2013 18:47:22 -0400 John W. Eaton new main program wrapper to handle giving up controlling tty
Sun, 27 Oct 2013 08:40:54 -0400 John W. Eaton move usage and options strings and funtions to separate file
Thu, 24 Oct 2013 17:13:02 -0400 John W. Eaton avoid HDF5 error message at exit (bug #37713)
Wed, 23 Oct 2013 22:29:06 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 05 Oct 2013 11:22:09 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Fri, 04 Oct 2013 16:10:22 -0400 John W. Eaton don't fork if there is no controlling tty
Fri, 04 Oct 2013 13:53:25 -0400 John W. Eaton provide --no-fork command line option
Sat, 28 Sep 2013 15:04:14 -0400 John W. Eaton eliminate some macros in version.h
Thu, 04 Jul 2013 10:09:58 -0400 John W. Eaton periodic merge of default to classdef classdef
Sun, 30 Jun 2013 15:16:06 -0700 Rik Rename enable_jit_compiler to jit_enable, enable_jit_debugging to debug_jit.
Sun, 30 Jun 2013 14:19:02 -0700 Rik Rename saving_history() to history_save().
Sun, 30 Jun 2013 13:50:48 -0700 Rik Rename default_save_options() to save_default_options().
Thu, 20 Jun 2013 20:18:28 -0700 Rik Rename cmdline option --jit-debugging to --jit-debug.
Wed, 19 Jun 2013 11:36:42 -0700 Rik Add -W command line option to disable window system (bug #38937)
Wed, 12 Jun 2013 09:58:28 -0400 John W. Eaton exit gracefully after executing code from --eval
Mon, 22 Apr 2013 16:37:53 -0400 John W. Eaton maint: periodic merge of default to classdef classdef
Thu, 18 Apr 2013 10:45:14 -0400 John W. Eaton partially undo the changes in 9bc1f8278966
Wed, 17 Apr 2013 00:17:21 -0400 John W. Eaton allow GUI to customize prompts at startup
Tue, 09 Apr 2013 23:08:24 -0400 John W. Eaton improve exit sequence for GUI
Sat, 06 Apr 2013 11:51:23 -0400 John W. Eaton deprecate symbol_table::varref functions
Thu, 07 Mar 2013 10:25:39 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 06 Mar 2013 22:56:56 -0500 John W. Eaton make global line_editing variable static in octave.cc
Wed, 06 Mar 2013 19:45:53 -0500 John W. Eaton eliminate stdin_is_tty global variable
Wed, 06 Mar 2013 16:43:33 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 06 Mar 2013 14:36:19 -0500 John W. Eaton move more global parser and lexer variables to classes
Tue, 05 Mar 2013 17:50:37 -0500 John W. Eaton move more global variables to octave_lexical_feedback class
Thu, 28 Feb 2013 02:04:24 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Wed, 27 Feb 2013 18:49:16 -0500 John W. Eaton use pure parser and reentrant lexer interfaces
Thu, 03 Jan 2013 13:36:55 -0500 Jordi Gutiérrez Hermoso maint: periodic merge of stdefault to classdef classdef
Thu, 03 Jan 2013 03:05:16 -0500 John W. Eaton do system-specific initialization before installing default variable values
Sun, 23 Dec 2012 19:03:38 -0500 Michael Goffioul Re-instate classdef bootstrapping. classdef
Sun, 23 Dec 2012 13:00:02 -0500 Michael Goffioul maint: periodic merge of default to classdef classdef
Thu, 29 Nov 2012 23:39:21 -0500 Mike Miller Add isguirunning function to query whether the GUI is running
Thu, 01 Nov 2012 15:01:20 -0400 Jordi Gutiérrez Hermoso maint: periodic merge of default to classdef classdef
Fri, 05 Oct 2012 08:27:56 -0400 Jordi Gutiérrez Hermoso remove useless initialize_pathsearch function
Wed, 03 Oct 2012 03:10:45 -0400 John W. Eaton call Ffoo functions instead of setting Vfoo directly.
Wed, 03 Oct 2012 03:07:22 -0400 John W. Eaton set Venable_jit_debugging and Venable_jit_compiler variables directly from command line options
Wed, 03 Oct 2012 02:51:04 -0400 John W. Eaton set Vdoc_cache_file and Vtexi_macros_file variables directly from command line options
Wed, 03 Oct 2012 02:43:32 -0400 John W. Eaton don't use bind_internal_variable when handling -x option
Wed, 03 Oct 2012 02:38:53 -0400 John W. Eaton elimnate call to bind_internal_variable when handling -H option
Wed, 03 Oct 2012 02:32:26 -0400 John W. Eaton eliminate calls to bind_internal_variable when setting --traditional options
Wed, 03 Oct 2012 02:23:38 -0400 John W. Eaton * octave.cc (info_program, info_file): Delete unused static variables.
Wed, 03 Oct 2012 02:17:28 -0400 John W. Eaton set Vinfo_file and Vinfo_program variables directly from command line options
Wed, 03 Oct 2012 02:06:35 -0400 John W. Eaton * octave.cc (long_opts): Use --no-jit-compiler to match docs.
Tue, 02 Oct 2012 15:53:23 -0400 John W. Eaton initialize docstrings for built-in functions from file
Mon, 01 Oct 2012 18:30:44 -0400 John W. Eaton maint: periodic merge of stable to default base src/octave.cc@8ddd589f8016
Mon, 24 Sep 2012 16:57:59 -0400 John W. Eaton set PS4 to "" instead for --traditional mode
Fri, 07 Sep 2012 18:24:08 -0400 Mike Miller Fix --image-path option
Thu, 06 Sep 2012 01:33:08 -0400 John W. Eaton allow jit compiler to be enabled at run-time
Tue, 04 Sep 2012 18:43:28 -0400 Mike Miller don't start the GUI if window system is disabled
Thu, 30 Aug 2012 12:05:04 -0400 John W. Eaton install default values before initializing interpreter (bug #37161)
Tue, 28 Aug 2012 11:00:53 -0400 John W. Eaton attempt to display location of out of memory errors in interpreted code
Fri, 24 Aug 2012 15:50:14 -0400 John W. Eaton maint: periodic merge of default to classdef classdef base src/octave.cc@63c78c5618e4
Thu, 23 Aug 2012 19:07:34 -0400 John W. Eaton correctly handle multiple --path command line arguments
Thu, 23 Aug 2012 17:53:42 -0400 John W. Eaton perform fewer actions before starting GUI
Thu, 23 Aug 2012 15:08:19 -0400 John W. Eaton include --force-gui and --no-gui options in --help output
Sat, 18 Aug 2012 16:23:39 -0400 John W. Eaton split libinterp from src base src/octave.cc@85c1b622d869