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
|
Wed, 24 Sep 2008 12:06:54 -0400 |
John W. Eaton |
load-path.cc (load_path::do_initialize): look for OCTAVE_PATH in the environment, not OCTAVE_LOADPATH
|
Tue, 19 Aug 2008 16:15:52 -0400 |
David Bateman |
Add a search for Contents.m files to the help function
|
Thu, 07 Aug 2008 15:31:17 -0400 |
John W. Eaton |
fix typo in NPOS change
|
Thu, 07 Aug 2008 15:15:33 -0400 |
John W. Eaton |
replace NPOS with std::string::npos
|
Tue, 05 Aug 2008 12:04:10 -0400 |
John W. Eaton |
dir_path: use singleton class for static data members
|
Mon, 04 Aug 2008 23:44:50 -0400 |
John W. Eaton |
make file_ops a proper singleton class
|
Thu, 24 Jul 2008 15:42:40 -0400 |
John W. Eaton |
handle private functions in class directories
|
Tue, 20 May 2008 16:49:02 -0400 |
Kim Hansen |
load-path.cc (load_path::initialize): include separator when appending sys_path
|
Thu, 17 Jan 2008 07:50:33 +0000 |
jwe |
[project @ 2008-01-17 07:50:33 by jwe]
|
Tue, 15 Jan 2008 00:50:50 +0000 |
jwe |
[project @ 2008-01-15 00:50:50 by jwe]
|
Fri, 28 Dec 2007 20:56:58 +0000 |
jwe |
[project @ 2007-12-28 20:56:55 by jwe]
|
Mon, 10 Dec 2007 07:06:01 +0000 |
jwe |
[project @ 2007-12-10 07:06:00 by jwe]
|
Fri, 12 Oct 2007 21:27:37 +0000 |
jwe |
[project @ 2007-10-12 21:27:11 by jwe]
|
Fri, 12 Oct 2007 06:41:26 +0000 |
jwe |
[project @ 2007-10-12 06:40:56 by jwe]
|
Fri, 31 Aug 2007 17:29:55 +0000 |
jwe |
[project @ 2007-08-31 17:29:22 by jwe]
|
Tue, 28 Aug 2007 02:59:59 +0000 |
jwe |
[project @ 2007-08-28 02:59:58 by jwe]
|
Fri, 24 Aug 2007 15:36:50 +0000 |
jwe |
[project @ 2007-08-24 15:36:49 by jwe]
|
Thu, 31 May 2007 19:44:45 +0000 |
jwe |
[project @ 2007-05-31 19:44:45 by jwe]
|
Mon, 21 May 2007 20:59:26 +0000 |
jwe |
[project @ 2007-05-21 20:59:26 by jwe]
|