log libinterp/corefcn/load-path.cc @ 23519:4fe410bd918d

age author description
Fri, 19 May 2017 16:05:03 -0400 John W. Eaton use DEFMETHOD for some built-in functions
Thu, 27 Apr 2017 12:31:17 -0400 John W. Eaton move load_path class to octave namespace
Thu, 20 Apr 2017 00:20:59 -0400 John W. Eaton eliminate load-path singleton
Thu, 20 Apr 2017 00:16:08 -0400 John W. Eaton rename load_path::loader to load_path::package_info
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
Fri, 27 Jan 2017 18:15:48 -0500 John W. Eaton move recover_from_exception and atexit functions inside octave namespace
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
Thu, 19 Jan 2017 23:41:54 -0500 John W. Eaton move parse tree classes inside octave namespace
Mon, 05 Dec 2016 13:04:12 -0800 Rik maint: Use C++ range feature to simplify some for loops in libinterp/corefcn.
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Tue, 27 Sep 2016 12:38:57 -0700 Rik Don't replace relative directory names in PATH with absolute names (bug #49184).
Tue, 30 Aug 2016 21:46:47 -0700 Rik maint: Style check C++ code in libinterp/.
Sun, 16 Mar 2014 22:07:07 +0100 Julien Bect doc: add note about PKG_ADD/PKG_DEL to addpath and rmpath (bug #41885)
Wed, 17 Aug 2016 03:41:42 -0400 John W. Eaton move more classes inside octave namespace
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Mon, 15 Aug 2016 10:05:50 -0700 Rik doc: grammarcheck documentation for 4.2 release.
Mon, 11 Jul 2016 18:05:53 -0400 John W. Eaton move new interpreter class to separate file
Wed, 29 Jun 2016 09:21:50 -0400 John W. Eaton maint: strip trailing whitespace from files.
Tue, 21 Jun 2016 16:07:51 -0400 John W. Eaton move docstrings in C++ files out of C strings and into comments
Mon, 20 Jun 2016 09:19:15 -0700 Rik addpath: Remove duplicate directory separators before adding path.
Sun, 19 Jun 2016 18:04:07 -0700 Rik Add directories through addpath in the correct order (bug #48247).
Thu, 19 May 2016 13:59:28 -0400 John W. Eaton use namespace for dir_path class
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 01:05:45 -0400 John W. Eaton use namespace for dir_entry class
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
Wed, 18 May 2016 15:23:05 -0400 John W. Eaton use namespace for system time classes
Tue, 17 May 2016 12:09:30 -0400 John W. Eaton use "#if ..." consistently instead of "#ifdef" and "#ifndef"
Tue, 08 Mar 2016 13:52:03 -0800 Rik Only show Octave executable files in list of @class methods (bug #46416).
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)
Thu, 18 Feb 2016 13:34:50 -0800 Rik Use '#include "config.h"' rather than <config.h>.
Fri, 05 Feb 2016 16:29:08 -0800 Rik maint: Indent #ifdef blocks in libinterp.
Thu, 21 Jan 2016 09:47:50 -0800 Rik maint: Use "return ovl (...)" in DEFUN macros.
Wed, 20 Jan 2016 22:19:02 -0800 Rik maint: change "return octave_value ()" to "return ovl ()".
Fri, 15 Jan 2016 13:40:34 -0800 Rik maint: Remove unnecessary declarations of retval.
Thu, 31 Dec 2015 13:39:25 -0800 Rik maint: Use comparison operators rather than compare() for strings.
Wed, 30 Dec 2015 12:33:33 -0800 Rik maint: Replace emtpy 'std::string ()' calls with "".
Fri, 18 Dec 2015 16:18:41 -0800 Rik maint: Replace "octave_value_list ()" with "ovl ()".
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.
Wed, 09 Dec 2015 14:00:43 -0500 John W. Eaton eliminate return statements after calls to error
Mon, 07 Dec 2015 14:29:39 -0500 John W. Eaton always return value from DEFUN functions
Mon, 07 Dec 2015 09:32:33 -0800 Rik Use variable name nargin consistently in C++ code.
Mon, 07 Dec 2015 08:30:51 -0800 Rik Use int rather than octave_idx_type for nargin data type.
Sat, 05 Dec 2015 15:59:22 -0800 Rik maint: Clean-up more instances of print_usage().
Fri, 04 Dec 2015 14:06:41 -0500 John W. Eaton eliminate return statements after calls to print_usage
Fri, 27 Nov 2015 14:10:35 -0500 John W. Eaton warn about shadowed built ins with addpath -end (bug #46553)
Wed, 25 Nov 2015 15:27:48 -0500 John W. Eaton propagate octave_execution_exception objects through try/catch blocks
Wed, 18 Nov 2015 10:40:26 -0800 Rik Make error messages more specific about the variable and problem encountered.
Sat, 14 Nov 2015 15:18:05 -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
Thu, 08 Oct 2015 19:00:51 -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
Thu, 01 Oct 2015 16:18:19 -0400 John W. Eaton begin removal of global error_state variable
Thu, 06 Aug 2015 08:09:01 -0700 Rik Use error() rather than ::error() unless explicitly required.