log libinterp/octave.cc @ 29898:dffd1c943f1a stable

age author description
Sun, 18 Jul 2021 15:54:48 +0200 Markus Mützel main.cc: Use getopt to parse command line arguments (bug #60886). stable
Sun, 18 Jul 2021 15:54:48 +0200 Markus Mützel main.cc: Use getopt to parse command line arguments (bug #60886).
Wed, 12 May 2021 19:28:54 +0200 Markus Mützel maint: merge stable to default.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471) stable
Fri, 07 May 2021 13:12:35 -0400 John W. Eaton * octave.cc (application::init): Allow --interactive with --server.
Wed, 28 Apr 2021 22:57:42 -0400 John W. Eaton use std::size_t and std::ptrdiff_t in C++ code (bug #60471)
Wed, 21 Apr 2021 11:43:23 -0400 John W. Eaton use std::unique_ptr to manage interpreter object in application object
Tue, 20 Apr 2021 16:54:51 -0400 John W. Eaton maint: merge stable to default.
Tue, 20 Apr 2021 16:20:10 -0400 John W. Eaton perform shutdown actions in interpreter destructor (bug #60334) stable
Thu, 25 Mar 2021 23:06:40 -0400 John W. Eaton experimental command window widget with server loop
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 17 Dec 2020 20:18:51 -0500 John W. Eaton allow Octave to operate as a server, executing commands from a queue
Thu, 03 Dec 2020 12:28:59 -0500 John W. Eaton make all command line option info available in scripting language
Fri, 22 May 2020 22:21:47 -0400 John W. Eaton avoid crash when exiting octave-cli (bug #56952) stable
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Fri, 13 Dec 2019 18:16:11 -0800 Rik Remove deprecated FORCE_GUI_OPTION from getopts parsing.
Sun, 28 Jul 2019 17:24:42 -0400 John W. Eaton eliminate unnecessary application::interative function
Fri, 08 Feb 2019 17:33:14 -0800 Rik maint: Use bool values true/false rather than 0/1 in C++.
Wed, 02 Jan 2019 16:45:58 -0500 John W. Eaton maint: Merge stable to default.
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 21 Dec 2018 15:07:02 -0500 John W. Eaton maint: remove functions, variables, and typedefs deprecated in version 4.4
Fri, 08 Jun 2018 15:43:36 -0400 John W. Eaton rename defaults source files to installation-data
Thu, 07 Jun 2018 10:11:54 -0400 John W. Eaton prefer <istream>, <ostream>, or <iosfwd> to <iostream> where possible
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 14 Mar 2018 08:52:35 -0700 Mike Miller Keep the '--no-gui' option as the inverse of '--gui'
Wed, 14 Mar 2018 14:29:50 +0100 Carnë Draug Don't start GUI by default, require new '--gui' option
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Fri, 01 Dec 2017 11:24:33 -0800 Rik Stop segfault when starting Octave with conflicting options (bug #52567).
Wed, 09 Aug 2017 18:02:27 -0700 Rik Restore processing multiple '--eval' lines when launching Octave (bug #51708).
Tue, 01 Aug 2017 14:44:02 -0400 John W. Eaton defer execution of user code to interpreter::execute (bug #51631)
Fri, 28 Jul 2017 15:40:00 -0700 Rik Use character literals 'c' rather than string literals "c" when possible.
Fri, 28 Jul 2017 10:34:33 -0700 Rik Use C++11 raw string literals to avoid escaping double quotes.
Tue, 25 Jul 2017 14:54:10 -0700 Rik Use C++11 nullptr rather than 0 in code (bug #51565).
Wed, 19 Jul 2017 16:34:13 -0400 John W. Eaton defer installing qt graphics toolkit until interpreter is ready
Thu, 29 Jun 2017 20:16:54 -0400 John W. Eaton new class to manage help system and associated variables
Wed, 28 Jun 2017 01:15:21 -0400 John W. Eaton don't call built-in interpreter functions from the application context
Mon, 26 Jun 2017 09:05:37 -0400 John W. Eaton remove octave:: namespace tag from symbols used inside octave namespace
Fri, 09 Jun 2017 02:21:28 -0400 John W. Eaton don't use singleton for symbol_table
Thu, 18 May 2017 10:53:24 -0400 John W. Eaton manage interpreter instance in interpreter object
Tue, 02 May 2017 17:18:02 -0400 John W. Eaton do sysdep init and init global vars in app, not interpreter (bug #50880)
Fri, 28 Apr 2017 13:19:12 -0700 Rik maint: Use C++11 nullptr rather than 0 or NULL when possible.
Thu, 27 Apr 2017 17:33:10 -0700 Rik maint: Wrap tertiary operator in parentheses "(COND ? x : y)".
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 30 Jan 2017 15:13:29 -0500 John W. Eaton separate final interpreter initialization from execution
Sat, 28 Jan 2017 15:19:42 -0500 John W. Eaton more refactoring of interpreter and application classes
Fri, 27 Jan 2017 11:13:47 -0500 John W. Eaton refactor interpreter::execute
Tue, 24 Jan 2017 18:00:05 -0500 John W. Eaton rework clean_up_and_exit (bug #50068)
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 27 Jul 2016 16:25:45 -0400 John W. Eaton do system dependent and default variable inits early (bug #)
Wed, 13 Jul 2016 13:36:36 -0400 John W. Eaton don't attempt to access intepreter before it is ready (bug #48494)
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Mon, 11 Jul 2016 16:34:02 -0400 John W. Eaton avoid accessing optarg and optind directly (bug #48454)
Sun, 10 Jul 2016 07:15:21 -0400 John W. Eaton use classes for octave application and interpreter
Thu, 07 Jul 2016 13:55:37 -0700 Mike Miller Set default floating point unit state when initializing the interpreter (bug #48418)
Thu, 07 Jul 2016 13:44:40 -0400 John W. Eaton provide wrapper for getopt
Wed, 06 Jul 2016 18:31:40 -0400 John W. Eaton move signal functions into octave namespace
Wed, 06 Jul 2016 14:57:54 -0400 John W. Eaton move octave_child_list to separate file and define inside namespace
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Fri, 17 Jun 2016 06:42:28 -0400 John W. Eaton use gnulib strsignal module
Wed, 15 Jun 2016 13:51:00 -0400 John W. Eaton hide fcntl.h header
Tue, 14 Jun 2016 18:10:04 -0400 John W. Eaton provide wrappers for some unistd.h functions
Fri, 10 Jun 2016 15:29:18 -0400 John W. Eaton don't include unistd.h unless it is needed
Thu, 19 May 2016 18:55:23 -0400 John W. Eaton use namespace for command_editor and command_history classes
Thu, 19 May 2016 12:56:47 -0400 John W. Eaton use namespace for unwind_protect class
Thu, 19 May 2016 01:22:06 -0400 John W. Eaton use namespace for file_stat classes
Thu, 19 May 2016 00:33:18 -0400 John W. Eaton use namespace for system file_ops class
Wed, 18 May 2016 14:58:29 -0400 John W. Eaton use namespace for system env class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Tue, 17 May 2016 11:32:53 -0400 John W. Eaton use namespace for numeric_limits
Tue, 17 May 2016 01:11:27 -0400 John W. Eaton define octave_numeric_limits template methods for Inf and NaN
Mon, 16 May 2016 12:57:20 -0700 Mike Miller Make --line-editing undo an earlier --no-line-editing (bug #47686)
Wed, 09 Mar 2016 16:12:41 -0800 Mike Miller Prevent GUI from running without readline (bug #47371)
Tue, 08 Mar 2016 12:59:25 -0500 John W. Eaton catch exceptions in PKG_ADD files at startup (bug #47346)
Tue, 08 Mar 2016 12:14:15 -0500 John W. Eaton Backed out changeset 74a676d5ce09
Tue, 08 Mar 2016 06:19:57 -0500 John W. Eaton use safe_source_file for PKG_ADD and PKG_DEL files (bug #47346)
Fri, 26 Feb 2016 13:06:39 +0000 Carnë Draug Do not print extra newlines to stdout on exit (bug #47258).
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
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