log scripts/pkg/pkg.m @ 14010:99e33d556d5c

age author description
Wed, 07 Dec 2011 19:06:13 -0500 Jordi Gutiérrez Hermoso Merge in Carnë's changes
Tue, 29 Nov 2011 05:16:09 +0000 Carnë Draug pkg: mention available NEWS file to read after package install
Sun, 27 Nov 2011 16:51:06 -0800 Rik Use "local" option to configuration variables to simplify code.
Wed, 23 Nov 2011 09:42:50 -0800 Rik doc: Spellcheck documentation before 3.6.0 release
Sat, 05 Nov 2011 17:16:28 +0000 Carnë Draug NEWS file of packages now expected to be in the package root. Also support ONEWS file as per GNU the standards. Updated manual accordingly.
Tue, 04 Oct 2011 22:06:09 -0700 Rik pkg.m: Display verbose output immediately rather than buffering it.
Thu, 15 Sep 2011 12:51:10 -0400 John W. Eaton maint: untabify and remove trailing whitespace from source files
Sat, 06 Aug 2011 18:03:18 -0700 Rik Replace function handles with function names in cellfun calls for 15% speedup.
Wed, 13 Jul 2011 17:13:34 -0700 Rik doc: Update docstring for pkg()
Thu, 07 Jul 2011 19:16:14 -0400 Lukas Reichlin Implement pkg update command
Mon, 06 Jun 2011 11:54:15 -0400 John W. Eaton maint: use libdir for .oct files, not libexecdir stable
Sun, 01 May 2011 11:39:50 -0700 Rik doc: Periodic grammarcheck and spellcheck of documentation. stable
Thu, 31 Mar 2011 20:57:37 -0700 Rik Add documentation for '-forge' option (bug #32464).
Wed, 26 Jan 2011 15:44:51 -0500 Olaf Till Let pkg.m export environment variables MKOCTFILE, OCTAVE_CONFIG and OCTAVE.
Fri, 10 Oct 2008 11:19:29 +0200 John W. Eaton pkg.m: better handling of filenames with spaces release-3-0-x
Fri, 10 Oct 2008 11:13:34 +0200 Benjamin Lindner enclose building direcries in quotes in pkg.m release-3-0-x
Wed, 20 Aug 2008 11:01:24 -0400 Jaroslav Hajek avoid problematic subfunction call in an anonymous function release-3-0-x
Tue, 29 Apr 2008 03:37:06 -0400 David Bateman Set archprefix for -local and -global options to pkg release-3-0-x
Mon, 07 Apr 2008 13:40:38 -0400 John W. Eaton update copyright dates release-3-0-x
Mon, 24 Mar 2008 18:27:20 -0400 Thomas Weber Allow installation of already extracted packages release-3-0-x
Mon, 24 Mar 2008 18:25:09 -0400 Michael Goffioul pkg.m: adapt to changes in isspace for cell arrays of strings. release-3-0-x
Thu, 20 Jan 2011 18:26:09 -0500 John W. Eaton missing semicolons in script files
Thu, 20 Jan 2011 17:51:13 -0500 John W. Eaton style fixes for warning and error messages in script files
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Sat, 15 Jan 2011 10:04:30 -0800 Rik Eliminate @deffn macros.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Fri, 26 Nov 2010 02:58:16 -0500 John W. Eaton search PATH from environment for programs, not EXEC_PATH
Thu, 04 Nov 2010 12:18:08 -0700 Rik Reverse changeset b1f4bdc276b6. Use all lower case for "uniformoutput" option.
Wed, 03 Nov 2010 17:37:00 -0700 Rik Use CamelCase for 'UniformOutput' option to cellfun.
Sat, 23 Oct 2010 03:00:31 -0400 John W. Eaton style fix: break lines before && and ||, not after
Sun, 01 Aug 2010 20:22:17 -0700 Rik Grammarcheck more of the documentation.
Mon, 26 Jul 2010 21:25:36 -0700 Rik Grammarcheck documentation of m-files
Sun, 18 Jul 2010 20:35:16 -0700 Rik Grammarcheck the documentation from m-files.
Mon, 07 Jun 2010 13:45:21 +0200 Jaroslav Hajek support pkg list -forge
Mon, 07 Jun 2010 09:57:54 +0200 Jaroslav Hajek support pkg install -forge
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Fri, 05 Mar 2010 14:38:32 -0800 Soren Hauberg pkg/pkg.m (write_index): include classes in autogenerated INDEX files
Tue, 26 Jan 2010 08:11:53 +0100 Jaroslav Hajek again complement->setdiff
Sat, 23 Jan 2010 06:58:30 +0100 Jaroslav Hajek complement->setdiff in pkg.m
Tue, 13 Oct 2009 21:10:37 -0700 Rik Fix various incorrect usages of TeXinfo deffn and deftypefn macros
Sat, 06 Jun 2009 18:30:52 -0700 Rik Various documentation improvements
Sun, 24 May 2009 12:35:22 +0200 Carlo de Falco let pkg describe return version information
Tue, 19 May 2009 15:59:37 +0200 Carlo de Falco Fix bug when calling pkg describe to check whether a package is installed
Fri, 24 Apr 2009 12:29:01 -0700 Rik Eliminate most overfull errors when running texi2pdf for generating pdf documentation
Thu, 02 Apr 2009 14:12:25 -0700 Rik Cleanup documentation for system.texi, package.texi
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Mon, 09 Mar 2009 16:31:13 -0400 John W. Eaton use doc-cache instead of DOC for doc cache file name
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Mon, 02 Mar 2009 13:00:59 +0100 Jaroslav Hajek fix & simplify fix_depends pkg.m
Thu, 26 Feb 2009 10:29:59 +0100 Jaroslav Hajek implement strsplit; deprecate split
Wed, 25 Feb 2009 00:41:40 -0500 Jason Riedy pkg.m (generate_lookfor_cache): generate a DOC file for each directory
Sun, 15 Feb 2009 23:49:15 -0500 John W. Eaton handle commands in the lexer
Wed, 04 Feb 2009 10:56:23 -0500 John W. Eaton style fixes
Thu, 22 Jan 2009 18:22:52 -0500 Soren Hauberg m-file implementation of help system
Tue, 13 Jan 2009 14:08:36 -0500 John W. Eaton style fixes
Tue, 13 Jan 2009 11:56:00 -0500 John W. Eaton comment style fixes
Sun, 11 Jan 2009 07:55:44 +0100 Jaroslav Hajek disallow invalid {}-indexed assigments
Wed, 08 Oct 2008 20:00:25 +0200 Jaroslav Hajek replace all TODOs and XXXs with FIXMEs
Thu, 02 Oct 2008 15:00:28 -0400 John W. Eaton pkg.m: better handling of filenames with spaces
Thu, 02 Oct 2008 13:25:57 -0400 Benjamin Lindner enclose building direcries in quotes in pkg.m
Wed, 20 Aug 2008 11:01:24 -0400 Jaroslav Hajek avoid problematic subfunction call in an anonymous function
Tue, 29 Apr 2008 03:37:06 -0400 David Bateman Set archprefix for -local and -global options to pkg
Mon, 24 Mar 2008 18:14:18 -0400 Thomas Weber Allow installation of already extracted packages
Tue, 04 Mar 2008 14:16:16 -0500 Michael Goffioul pkg.m: adapt to changes in isspace for cell arrays of strings.
Thu, 28 Feb 2008 02:41:19 -0500 Ben Abbott strcat.m: Matlab compatibility, with cstrcat.m replacing conventional strcat.m.
Tue, 19 Feb 2008 19:25:19 -0500 John W. Eaton pkg.m style fixes
Tue, 19 Feb 2008 19:23:58 -0500 carlo added describe command to pkg
Thu, 20 Dec 2007 16:55:26 +0000 jwe [project @ 2007-12-20 16:55:26 by jwe]
Wed, 28 Nov 2007 02:32:42 +0000 jwe [project @ 2007-11-28 02:32:41 by jwe]
Mon, 26 Nov 2007 21:44:54 +0000 dbateman [project @ 2007-11-26 21:44:54 by dbateman]
Tue, 06 Nov 2007 22:47:35 +0000 jwe [project @ 2007-11-06 22:47:35 by jwe]
Fri, 26 Oct 2007 16:09:12 +0000 jwe [project @ 2007-10-26 16:09:12 by jwe]
Sun, 14 Oct 2007 19:28:42 +0000 dbateman [project @ 2007-10-14 19:28:42 by dbateman]
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]
Wed, 03 Oct 2007 19:46:26 +0000 dbateman [project @ 2007-10-03 19:46:26 by dbateman]
Mon, 01 Oct 2007 10:08:31 +0000 dbateman [project @ 2007-10-01 10:08:31 by dbateman]
Wed, 26 Sep 2007 18:58:53 +0000 dbateman [project @ 2007-09-26 18:58:52 by dbateman]
Thu, 23 Aug 2007 16:16:28 +0000 jwe [project @ 2007-08-23 16:14:51 by jwe]
Tue, 17 Jul 2007 15:22:47 +0000 dbateman [project @ 2007-07-17 15:22:47 by dbateman]
Thu, 14 Jun 2007 22:33:56 +0000 dbateman [project @ 2007-06-14 22:33:56 by dbateman]
Wed, 13 Jun 2007 09:34:13 +0000 dbateman [project @ 2007-06-13 09:34:13 by dbateman]
Sun, 10 Jun 2007 21:13:01 +0000 dbateman [project @ 2007-06-10 21:13:01 by dbateman]
Fri, 08 Jun 2007 09:13:25 +0000 dbateman [project @ 2007-06-08 09:13:25 by dbateman]
Thu, 07 Jun 2007 21:30:40 +0000 dbateman [project @ 2007-06-07 21:30:39 by dbateman]
Sun, 03 Jun 2007 22:17:01 +0000 dbateman [project @ 2007-06-03 22:17:01 by dbateman]
Fri, 01 Jun 2007 23:10:56 +0000 dbateman [project @ 2007-06-01 23:10:24 by dbateman]
Thu, 31 May 2007 19:31:14 +0000 dbateman [project @ 2007-05-31 19:31:14 by dbateman]
Thu, 24 May 2007 10:26:21 +0000 dbateman [project @ 2007-05-24 10:26:21 by dbateman]
Tue, 22 May 2007 19:25:29 +0000 jwe [project @ 2007-05-22 19:25:29 by jwe]
Mon, 21 May 2007 21:05:54 +0000 dbateman [project @ 2007-05-21 21:05:54 by dbateman]
Fri, 18 May 2007 21:38:13 +0000 dbateman [project @ 2007-05-18 21:38:13 by dbateman]
Mon, 14 May 2007 13:56:34 +0000 dbateman [project @ 2007-05-14 13:56:34 by dbateman]
Sat, 12 May 2007 05:50:04 +0000 dbateman [project @ 2007-05-12 05:50:03 by dbateman]
Thu, 05 Apr 2007 19:14:03 +0000 jwe [project @ 2007-04-05 19:14:03 by jwe]
Thu, 05 Apr 2007 17:19:30 +0000 jwe [project @ 2007-04-05 17:19:30 by jwe]
Fri, 23 Mar 2007 15:13:19 +0000 jwe [project @ 2007-03-23 15:13:19 by jwe]
Fri, 02 Mar 2007 17:14:37 +0000 dbateman [project @ 2007-03-02 17:14:37 by dbateman]
Tue, 27 Feb 2007 15:18:35 +0000 jwe [project @ 2007-02-27 15:18:35 by jwe]
Mon, 26 Feb 2007 20:24:51 +0000 dbateman [project @ 2007-02-26 20:24:42 by dbateman]
Mon, 26 Feb 2007 14:48:22 +0000 dbateman [project @ 2007-02-26 14:45:29 by dbateman]
Thu, 22 Feb 2007 00:07:07 +0000 dbateman [project @ 2007-02-22 00:07:07 by dbateman]
Tue, 30 Jan 2007 20:17:19 +0000 dbateman [project @ 2007-01-30 20:17:19 by dbateman]
Mon, 29 Jan 2007 17:35:15 +0000 jwe [project @ 2007-01-29 17:35:15 by jwe]
Wed, 24 Jan 2007 19:58:46 +0000 jwe [project @ 2007-01-24 19:58:46 by jwe]
Fri, 19 Jan 2007 03:14:42 +0000 jwe [project @ 2007-01-19 03:14:42 by jwe]
Fri, 19 Jan 2007 03:11:24 +0000 jwe [project @ 2007-01-19 03:11:24 by jwe]
Tue, 09 Jan 2007 17:12:52 +0000 jwe [project @ 2007-01-09 17:12:52 by jwe]
Tue, 09 Jan 2007 04:33:46 +0000 jwe [project @ 2007-01-09 04:31:18 by jwe]
Wed, 06 Dec 2006 18:00:13 +0000 jwe [project @ 2006-12-06 18:00:13 by jwe]
Wed, 29 Nov 2006 21:01:05 +0000 dbateman [project @ 2006-11-29 21:01:05 by dbateman]
Mon, 06 Nov 2006 20:16:58 +0000 jwe [project @ 2006-11-06 20:16:58 by jwe]
Mon, 23 Oct 2006 19:01:04 +0000 jwe [project @ 2006-10-23 19:01:04 by jwe]
Tue, 17 Oct 2006 12:45:08 +0000 dbateman [project @ 2006-10-17 12:45:08 by dbateman]
Mon, 09 Oct 2006 16:44:08 +0000 jwe [project @ 2006-10-09 16:44:08 by jwe]
Wed, 04 Oct 2006 20:38:06 +0000 jwe [project @ 2006-10-04 20:38:06 by jwe]
Wed, 04 Oct 2006 19:13:08 +0000 jwe [project @ 2006-10-04 19:13:08 by jwe]
Wed, 04 Oct 2006 19:04:55 +0000 jwe [project @ 2006-10-04 19:01:59 by jwe]
Wed, 04 Oct 2006 18:45:43 +0000 jwe [project @ 2006-10-04 18:45:43 by jwe]
Wed, 04 Oct 2006 17:39:41 +0000 jwe [project @ 2006-10-04 17:39:41 by jwe]