log libinterp/corefcn/toplev.cc @ 22051:6db928d06b07

age author description
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
Fri, 01 Jul 2016 19:48:35 -0700 Rik maint: Eliminate unnecessary double newline blocks (only whitespace changes).
Sun, 26 Jun 2016 03:50:20 -0400 John W. Eaton use OCTAVE_USE_WINDOWS_API more consistently
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Sat, 18 Jun 2016 10:55:49 -0400 John W. Eaton fix build for Windows systems
Fri, 17 Jun 2016 13:45:04 -0400 John W. Eaton limit gnulib headers to liboctave/wrappers directory
Thu, 16 Jun 2016 01:00:20 -0400 John W. Eaton hide sys/wait.h header and provide wrappers for waitpid macros
Wed, 15 Jun 2016 10:21:48 -0700 Mike Miller Drop old unused build-system library naming variables LIBPRE, LIBEXT, etc
Tue, 14 Jun 2016 13:43:17 -0400 John W. Eaton hide sys/select header
Fri, 10 Jun 2016 17:23:27 -0700 Rik Improve docstring for system().
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:59:35 -0400 John W. Eaton use namespace for oct_mach_info class
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Wed, 13 Apr 2016 14:01:39 -0700 Rik Fix hang when querying dbstack (bug #47605).
Mon, 11 Apr 2016 13:53:17 -0400 John W. Eaton store hg id info in libgui and main exe and check for consistency (bug #45659)
Mon, 11 Apr 2016 12:16:19 -0400 John W. Eaton store liboctave and liboctinterp hg ids separately
Mon, 11 Apr 2016 11:36:27 -0400 John W. Eaton don't store build time in source file (bug #45659)
Mon, 11 Apr 2016 10:45:17 +0200 mmuetzel Add fftwf_version (bug #45659)
Sun, 10 Apr 2016 15:33:43 -0400 mmuetzel more updates for version function
Sat, 09 Apr 2016 18:58:28 -0400 John W. Eaton revise method of handling hg id for build info
Fri, 08 Apr 2016 21:41:18 +0200 mmuetzel Add more info to version.m and store build info in the binary (bug #45659)
Fri, 25 Mar 2016 11:22:58 -0700 Rik Cast NULL pointer to char, rather than void, when using execl.
Thu, 10 Mar 2016 19:00:37 -0500 John W. Eaton deprecate octave_config_info
Wed, 09 Mar 2016 13:17:48 -0500 John W. Eaton don't substitute SONAME_FLAGS
Fri, 04 Mar 2016 12:51:00 -0500 John W. Eaton break generated file dependence on Makefile (bug #46063)
Fri, 26 Feb 2016 13:13:38 -0800 Mike Miller Eliminate more extra newlines to stdout when not interactive (bug #47258)
Fri, 26 Feb 2016 13:06:39 +0000 Carnë Draug Do not print extra newlines to stdout on exit (bug #47258).
Tue, 23 Feb 2016 15:05:45 -0500 John W. Eaton use correct stack frame when reporting debug location
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 12 Feb 2016 16:28:51 -0500 John W. Eaton allow __have_feature__ to check for ENABLE_ options
Mon, 08 Feb 2016 17:30:29 -0500 John W. Eaton create and install a subset of config.h in octave-config.h
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.