log libinterp/octave.cc @ 21220:d78e45987d6a

age author description
Sun, 07 Feb 2016 14:56:17 -0500 John W. Eaton rename octave::build_env namespace from octave::config
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Wed, 03 Feb 2016 23:44:49 -0500 John W. Eaton don't install some internal headers and template sources
Tue, 05 Jan 2016 14:16:58 -0800 Rik maint: Rename attributes GCC_ATTR_XXX to OCTAVE_XXX.
Tue, 05 Jan 2016 08:57:08 -0800 Rik maint: Avoid GCC_ATTR_RETURN in typedef which clang can't compile.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Sun, 20 Dec 2015 15:31:53 -0800 Rik maint: eliminate special cases of statements after error.
Fri, 18 Dec 2015 16:04:56 -0800 Rik maint: Rename oct-obj.[cc|h] to ovl.[cc|h] for clarity.
Fri, 18 Dec 2015 15:37:22 -0800 Rik maint: Use new C++ archetype in more files.
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Sat, 12 Dec 2015 09:44:37 -0500 Mike Miller maint: Refactor C++ calls to print_usage to resemble m-files (2015 code sprint)
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Tue, 24 Nov 2015 15:03:29 -0500 John W. Eaton eliminate various compiler warnings
Mon, 23 Nov 2015 23:23:57 -0500 John W. Eaton eliminate more uses of error_state
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Fri, 11 Sep 2015 07:38:31 -0400 Mike Miller Initialize interpreter correctly with script and --traditional (bug #45921) stable
Mon, 16 Mar 2015 11:51:35 -0700 Rik Set LC_NUMERIC and LC_TIME environment variables to 'C' (bug 44469).
Tue, 24 Feb 2015 21:38:21 -0800 Rik doc: Add have_window_system() to documentation.
Tue, 24 Feb 2015 19:47:22 +0000 Carnë Draug Script file or eval code are not interactive session so keep Octave quiet.
Tue, 24 Feb 2015 17:09:42 +0000 Carnë Draug input.h: change meaning of interactive and forced_interactive global variables.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Wed, 21 Jan 2015 12:36:25 -0500 John W. Eaton also skip startup message if session is not interactive
Tue, 20 Jan 2015 17:34:56 -0800 Rik Don't print start-up message when input is a non-interactive script.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Sat, 03 Jan 2015 09:52:07 -0800 Rik Don't check for input redirect in combination with --eval or script.
Fri, 02 Jan 2015 18:05:24 -0800 Rik Make cmd-line options for --eval, script file, '< script' mutually exclusive (bug #35318).
Mon, 08 Dec 2014 12:59:47 -0500 John W. Eaton allow ranges to be disabled
Mon, 08 Dec 2014 10:14:00 -0500 John W. Eaton allow disabling of permutation and diagonal matrices
Tue, 19 Aug 2014 06:40:53 -0400 John W. Eaton make "file found in path" warnings consistent
Sat, 21 Dec 2013 13:44:53 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 19 Dec 2013 15:47:06 -0500 John W. Eaton set struct levels to print to 0 for --traditional (bug #40955) gui-release
Thu, 12 Dec 2013 00:24:02 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Wed, 11 Dec 2013 23:35:34 -0500 John W. Eaton enable non-integer ranges as indices by default and deprecate preference gui-release
Wed, 11 Dec 2013 22:22:28 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Wed, 11 Dec 2013 20:51:22 -0500 John W. Eaton enable do_braindead_shortcircuit_evaluation by default and deprecate gui-release
Wed, 11 Dec 2013 22:21:06 -0500 John W. Eaton don't error for non-integer ranges used as indices if --traditional stable
Tue, 10 Dec 2013 18:04:17 -0500 John W. Eaton set default warning state before modifying for --traditional option stable
Tue, 05 Nov 2013 12:27:42 -0500 John W. Eaton maint: periodic merge of default to classdef classdef
Mon, 04 Nov 2013 13:20:04 -0800 Rik octave.cc: Set LC_TIME to C locale so that dates always compute correctly.
Fri, 01 Nov 2013 21:42:06 -0400 John W. Eaton make -q suppress no graphical display startup message (bug #38937)
Wed, 30 Oct 2013 19:18:25 -0400 John W. Eaton set LC_NUMERIC local to "C" for CLI and GUI (bug #40422)
Tue, 29 Oct 2013 11:09:49 -0700 Rik Build JIT compiler by default, but do not enable it by default.
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