log libinterp/corefcn/toplev.cc @ 21226:a55b8ece1ecd

age author description
Mon, 08 Feb 2016 23:14:56 -0500 John W. Eaton reorganize octave_config_info again
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 15:10:15 -0500 John W. Eaton move octave_config_features function out of header file
Wed, 03 Feb 2016 14:37:13 -0500 John W. Eaton revamp oct-conf.h
Sun, 24 Jan 2016 11:02:30 +1100 Lachlan Andrew dbstop: conditional breakpoint, dbstop if caught error etc. (bug #46795)
Mon, 25 Jan 2016 19:16:31 -0500 John W. Eaton eliminate use of USE_64_BIT_IDX_T
Thu, 21 Jan 2016 18:18:16 -0500 John W. Eaton store more --enable-FEATURE info in octave_config_info
Tue, 19 Jan 2016 12:44:54 -0800 Rik Use err_disabled_feature, warn_disabled_feature throughout code base.
Fri, 15 Jan 2016 13:40:34 -0800 Rik maint: Remove unnecessary declarations of retval.
Wed, 13 Jan 2016 11:02:22 -0800 Rik maint: Replace if/error/else paradigm with just if/error.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Tue, 22 Dec 2015 10:29:22 -0800 Rik maint: Invert simple conditionals in if/else/error paradigm.
Fri, 18 Dec 2015 22:39:36 -0500 John W. Eaton style fixes for comments
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.
Thu, 17 Dec 2015 16:04:13 +0100 Kai T. Ohlhus Unified "sleep" functions to "octave_sleep" in C++ and "pause" in Octave.
Sat, 12 Dec 2015 11:21:58 -0800 Rik 2015 Code Sprint: toplev.cc: use ovl ().
Sat, 12 Dec 2015 07:40:03 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all C++ files.
Wed, 09 Dec 2015 14:00:43 -0500 John W. Eaton eliminate return statements after calls to error
Thu, 03 Dec 2015 16:40:05 -0500 John W. Eaton eliminate return statements after calls to print_usage
Thu, 03 Dec 2015 10:23:38 -0800 Rik maint: Use Octave coding conventions for #if statements.
Wed, 02 Dec 2015 16:54:13 -0500 John W. Eaton always throw exception after debugging with debug_on_error
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Mon, 23 Nov 2015 20:50:07 -0500 John W. Eaton eliminate more uses of error_state
Thu, 19 Nov 2015 14:17:45 -0800 Rik Preface error() messages with name of function when possible.
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Tue, 17 Nov 2015 11:46:22 -0500 John W. Eaton eliminate more uses of error_state
Fri, 13 Nov 2015 14:10:26 -0500 John W. Eaton rename octave_value value extractors that accept error message args
Wed, 04 Nov 2015 15:56:22 -0500 John W. Eaton eliminate more uses of error_state
Fri, 23 Oct 2015 16:55:23 -0400 John W. Eaton defer stack trace until back at top level
Wed, 21 Oct 2015 23:43:46 -0400 John W. Eaton more cleanup of indexing exceptions
Wed, 21 Oct 2015 15:23:08 -0400 John W. Eaton catch index_exception by const reference where possible
Fri, 09 Oct 2015 10:06:39 -0400 John W. Eaton use new string_value method to handle value extraction errors
Mon, 05 Oct 2015 19:29:36 -0400 John W. Eaton eliminate many more simple uses of error_state
Fri, 02 Oct 2015 15:07:37 -0400 Lachlan Andrew use exceptions for better invalid index error reporting (bug #45957)
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Sat, 05 Sep 2015 01:02:27 +0200 Stefan Miereis Simplify error output if max_recursion_depth is exceeded (Bug #45843).
Sat, 09 May 2015 17:19:30 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Tue, 24 Feb 2015 17:09:42 +0000 Carnë Draug input.h: change meaning of interactive and forced_interactive global variables.
Tue, 17 Feb 2015 14:37:26 -0500 John W. Eaton put OSMESA compiler flag variables in config_options struct
Tue, 17 Feb 2015 14:33:05 -0500 John W. Eaton more consistently use _CPPFLAGS and _LDFLAGS variables
Tue, 17 Feb 2015 14:10:46 -0500 John W. Eaton use FLTK_CFLAGS and FLTK_LIBS instead of GRAPHICS_CFLAGS and GRAPHICS_LIBS
Sat, 14 Feb 2015 11:27:10 -0600 Daniel J Sebald Restructure shutdown flow and behavior for improved robustness
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Fri, 23 Jan 2015 16:40:25 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Thu, 22 Jan 2015 14:46:30 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Wed, 21 Jan 2015 20:32:40 -0800 Daniel J Sebald Correct missing word in output of warranty(). stable
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Sun, 21 Dec 2014 17:49:28 -0500 John W. Eaton emit stack trace immediately at point of error
Tue, 16 Dec 2014 09:21:29 -0800 Rik Use stricter input validation when looking for a string as input (bug #42651).
Fri, 28 Nov 2014 10:23:03 -0800 Rik maint: Periodic merge of gui-release to default.
Fri, 28 Nov 2014 08:21:57 -0800 Rik Remove unused FC variable from build system. gui-release
Tue, 21 Oct 2014 08:57:47 -0700 Rik doc: Remove deprecated dump_prefs function from the manual.
Tue, 21 Oct 2014 08:41:09 -0700 Rik doc: Add documentation about finish.m and shutdown procedure to manual.
Tue, 30 Sep 2014 11:37:57 -0700 Rik Improve docstrings and mark documentation m-files as tested in miscellaneous/ dir.
Tue, 19 Aug 2014 05:41:06 -0400 John W. Eaton new data directory for storing data files we distribute
Sun, 08 Jun 2014 17:59:59 -0700 Rik doc: Replace "non-zero" with "nonzero" to match existing usage.
Thu, 15 May 2014 08:16:53 -0700 Rik Fix infinite loop when using builtin ("keyboard") (bug #33296).
Mon, 07 Apr 2014 07:50:10 -0700 Vaibhav Gupta Print newline after closing interpreter with EOF (bug #41513).