log libinterp/octave.cc @ 20830:b65888ec820e draft default tip gccjit

age author description
2015-10-01 John W. Eaton begin removal of global error_state variable
2015-09-11 Mike Miller Initialize interpreter correctly with script and --traditional (bug #45921) stable
2015-03-16 Rik Set LC_NUMERIC and LC_TIME environment variables to 'C' (bug 44469).
2015-02-25 Rik doc: Add have_window_system() to documentation.
2015-02-24 Carnë Draug Script file or eval code are not interactive session so keep Octave quiet.
2015-02-24 Carnë Draug input.h: change meaning of interactive and forced_interactive global variables.
2015-02-11 John W. Eaton maint: Update copyright notices for 2015.
2015-01-21 John W. Eaton also skip startup message if session is not interactive
2015-01-21 Rik Don't print start-up message when input is a non-interactive script.
2015-01-20 John W. Eaton strip trailing whitespace from most source files
2015-01-03 Rik Don't check for input redirect in combination with --eval or script.
2015-01-03 Rik Make cmd-line options for --eval, script file, '< script' mutually exclusive (bug #35318).
2014-12-08 John W. Eaton allow ranges to be disabled
2014-12-08 John W. Eaton allow disabling of permutation and diagonal matrices
2014-08-19 John W. Eaton make "file found in path" warnings consistent
2013-12-21 John W. Eaton maint: Periodic merge of gui-release to default.
2013-12-19 John W. Eaton set struct levels to print to 0 for --traditional (bug #40955) gui-release
2013-12-12 John W. Eaton maint: Periodic merge of gui-release to default.
2013-12-12 John W. Eaton enable non-integer ranges as indices by default and deprecate preference gui-release
2013-12-12 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
2013-12-12 John W. Eaton enable do_braindead_shortcircuit_evaluation by default and deprecate gui-release
2013-12-12 John W. Eaton don't error for non-integer ranges used as indices if --traditional stable
2013-12-10 John W. Eaton set default warning state before modifying for --traditional option stable
2013-11-05 John W. Eaton maint: periodic merge of default to classdef classdef
2013-11-04 Rik octave.cc: Set LC_TIME to C locale so that dates always compute correctly.
2013-11-02 John W. Eaton make -q suppress no graphical display startup message (bug #38937)
2013-10-30 John W. Eaton set LC_NUMERIC local to "C" for CLI and GUI (bug #40422)
2013-10-29 Rik Build JIT compiler by default, but do not enable it by default.
2013-10-29 Rik Use GNU style coding conventions for code in libinterp/
2013-10-27 John W. Eaton new main program wrapper to handle giving up controlling tty
2013-10-27 John W. Eaton move usage and options strings and funtions to separate file
2013-10-24 John W. Eaton avoid HDF5 error message at exit (bug #37713)
2013-10-24 John W. Eaton maint: periodic merge of default to classdef classdef
2013-10-24 John W. Eaton maint: Update copyright notices for release.
2013-10-05 John W. Eaton maint: periodic merge of default to classdef classdef
2013-10-04 John W. Eaton don't fork if there is no controlling tty
2013-10-04 John W. Eaton provide --no-fork command line option
2013-09-28 John W. Eaton eliminate some macros in version.h
2013-07-04 John W. Eaton periodic merge of default to classdef classdef
2013-06-30 Rik Rename enable_jit_compiler to jit_enable, enable_jit_debugging to debug_jit.
2013-06-30 Rik Rename saving_history() to history_save().
2013-06-30 Rik Rename default_save_options() to save_default_options().
2013-06-21 Rik Rename cmdline option --jit-debugging to --jit-debug.
2013-06-19 Rik Add -W command line option to disable window system (bug #38937)
2013-06-12 John W. Eaton exit gracefully after executing code from --eval
2013-04-22 John W. Eaton maint: periodic merge of default to classdef classdef
2013-04-18 John W. Eaton partially undo the changes in 9bc1f8278966
2013-04-17 John W. Eaton allow GUI to customize prompts at startup
2013-04-10 John W. Eaton improve exit sequence for GUI
2013-04-06 John W. Eaton deprecate symbol_table::varref functions
2013-03-07 John W. Eaton maint: periodic merge of default to classdef classdef
2013-03-07 John W. Eaton make global line_editing variable static in octave.cc
2013-03-07 John W. Eaton eliminate stdin_is_tty global variable
2013-03-06 John W. Eaton maint: periodic merge of default to classdef classdef
2013-03-06 John W. Eaton move more global parser and lexer variables to classes
2013-03-05 John W. Eaton move more global variables to octave_lexical_feedback class
2013-02-28 John W. Eaton maint: periodic merge of default to classdef classdef
2013-02-27 John W. Eaton use pure parser and reentrant lexer interfaces
2013-01-03 Jordi Gutiérrez Hermoso maint: periodic merge of stdefault to classdef classdef
2013-01-03 John W. Eaton do system-specific initialization before installing default variable values