log src/load-path.cc @ 14200:64d9f33313cc stable rc-3-6-0-1

age author description
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Sat, 03 Dec 2011 04:34:17 -0500 John W. Eaton clean up memory allocated for singletons before exit
Sun, 01 May 2011 11:39:50 -0700 Rik doc: Periodic grammarcheck and spellcheck of documentation. stable
Mon, 25 Apr 2011 09:24:33 -0700 Rik doc: miscellaneous touch-ups to documentation strings stable
Tue, 12 Apr 2011 21:17:57 -0700 Rik doc: Correct use of it's -> its in documentation. stable
Sat, 26 Feb 2011 17:28:11 -0800 Rik Rewrite error strings in src/ to use variables named in documentation.
Fri, 11 Feb 2011 14:27:26 -0500 John W. Eaton use correct type for std::string length
Mon, 29 Jun 2009 14:15:59 +0200 John W. Eaton load-path.cc (Faddpath): preserve order of prepended elements release-3-2-x
Thu, 20 Nov 2008 08:39:44 +0100 Brian Gough spelling corrections release-3-0-x
Mon, 29 Sep 2008 07:21:47 +0200 John W. Eaton load-path.cc (load_path::do_initialize): look for OCTAVE_PATH in the environment, not OCTAVE_LOADPATH release-3-0-x
Fri, 19 Sep 2008 12:30:30 +0200 Jaroslav Hajek fix problems from transplant 7552 release-3-0-x
Tue, 20 May 2008 16:49:02 -0400 Kim Hansen load-path.cc (load_path::initialize): include separator when appending sys_path release-3-0-x
Tue, 19 Aug 2008 16:15:52 -0400 David Bateman Add a search for Contents.m files to the help function release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Tue, 15 Jan 2008 00:49:28 +0000 jwe [3-0-0-branch @ 2008-01-15 00:49:27 by jwe] release-3-0-x
Thu, 20 Jan 2011 17:24:59 -0500 John W. Eaton strip trailing whitespace from source files
Thu, 20 Jan 2011 03:24:14 -0500 John W. Eaton load_path::do_add, load_path::do_remove: strip trailing directory separators
Wed, 19 Jan 2011 17:51:22 -0800 Rik Grammarcheck Texinfo for files in src directory.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Mon, 18 Oct 2010 01:19:28 -0400 John W. Eaton load_path::do_find{all,}first_of: search path for relative file names
Tue, 28 Sep 2010 09:25:14 -0700 Rik Make all regexp in Octave compatible with both POSIX and PCRE.
Wed, 15 Sep 2010 14:49:54 -0400 John W. Eaton fix typo in previous change to load-path.cc
Wed, 15 Sep 2010 14:43:30 -0400 John W. Eaton addpath, rmpath: document path arguments
Tue, 14 Sep 2010 02:18:38 -0400 Jordi GutiƩrrez Hermoso genpath: accept additional arguments as names of directories to skip
Sat, 11 Sep 2010 03:02:05 -0400 John W. Eaton addpath: accept numeric option arguments as documented
Mon, 23 Aug 2010 15:57:37 -0400 John W. Eaton load_path::dir_info::initialize: clear method_file_map before updating file list
Sat, 31 Jul 2010 11:18:11 -0700 Rik Grammarcheck .cc files
Wed, 14 Apr 2010 12:23:13 +0200 Jaroslav Hajek add some missing copyright stmts
Wed, 24 Mar 2010 09:53:14 -0400 John W. Eaton load_path::add_to_fcn_map: style fixes
Thu, 18 Feb 2010 08:40:17 +0100 Jaroslav Hajek improve shadowed function checking
Sat, 13 Feb 2010 08:17:21 +0100 Jaroslav Hajek partially rewrite function handles
Thu, 11 Feb 2010 12:41:46 -0500 John W. Eaton untabify src C++ source files
Wed, 03 Feb 2010 03:07:06 -0500 John W. Eaton use gnulib getcwd module
Mon, 01 Feb 2010 10:44:32 +0100 Jaroslav Hajek warn when core functions are shadowed
Wed, 20 Jan 2010 20:39:26 -0500 John W. Eaton remove Emacs local-variable settings from source files in src directory
Wed, 06 Jan 2010 13:18:41 +0100 Jaroslav Hajek make unwind_protect frames local
Wed, 11 Nov 2009 15:18:28 -0500 John W. Eaton load-path.cc (load_path::do_find_all_first_of): take advantage of string_vector (std::list<std:string>) constructor
Wed, 11 Nov 2009 15:11:14 -0500 John W. Eaton improved support for Contents.m files
Sun, 01 Nov 2009 12:36:06 -0500 John W. Eaton fix relative directory caching
Wed, 21 Oct 2009 09:51:58 -0400 John W. Eaton load-path: compare directory timestamps with tolerance
Thu, 27 Aug 2009 16:08:23 +0200 Jaroslav Hajek fix previous change, avoid duplicate loads of methods in descendant classes
Fri, 24 Jul 2009 08:13:20 +0200 Jaroslav Hajek allow taking handles of methods with no base overload
Fri, 26 Jun 2009 09:15:31 -0400 John W. Eaton load-path.cc (Faddpath): preserve order of prepended elements
Tue, 23 Jun 2009 08:22:13 +0200 Jaroslav Hajek update unwind_protect usage everywhere
Thu, 28 May 2009 07:22:59 -0400 John W. Eaton load_path::do_files: avoid shadow warning from GCC
Tue, 26 May 2009 12:00:00 -0400 John W. Eaton omit file extensions from __list_functions__ output
Wed, 08 Apr 2009 23:18:05 -0400 John W. Eaton force rehash if path, addpath, or rmpath modify path
Tue, 24 Mar 2009 11:29:53 -0400 rtshort Partial implementation of derived classes using the old form with "@" files.
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Thu, 19 Feb 2009 02:16:34 -0500 John W. Eaton use consistent format for doc strings of internal functions
Sun, 15 Feb 2009 23:49:15 -0500 John W. Eaton handle commands in the lexer
Mon, 09 Feb 2009 13:23:09 -0500 John W. Eaton load-path.cc: catch execution exception in getcwd
Tue, 27 Jan 2009 23:02:08 -0500 John W. Eaton load-path.cc (Fcommand_line_path): rename from Fcommandlinepath
Mon, 26 Jan 2009 22:35:20 -0500 John W. Eaton load-path.cc (load_path::do_find_fcn): handle @foo/bar
Sat, 24 Jan 2009 14:53:44 -0500 Ben Abbott savepath: Respect cmd-line and env paths.
Wed, 14 Jan 2009 03:28:31 -0500 John W. Eaton load_path::do_set: call clear after disabling add_hook
Tue, 18 Nov 2008 09:49:05 -0500 John W. Eaton load-path.cc: comment
Mon, 17 Nov 2008 23:03:37 -0500 John W. Eaton load-path.cc (load_path::dir_info::update): simplify previous change
Mon, 17 Nov 2008 22:30:39 -0500 John W. Eaton load-path.cc (load_path::dir_info::update): smarter handling of relative names
Mon, 17 Nov 2008 11:38:39 +0100 Brian Gough spelling corrections