log scripts/pkg/pkg.m @ 19629:be7ac98fab43 gui-release

age author description
Tue, 20 Jan 2015 09:43:29 -0500 John W. Eaton strip trailing whitespace from most source files gui-release
Tue, 20 Jan 2015 10:05:42 -0500 John W. Eaton maint: Periodic merge of stable to gui-release. gui-release
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Tue, 30 Sep 2014 11:37:57 -0700 Rik Improve docstrings and mark documentation m-files as tested in miscellaneous/ dir.
Tue, 30 Sep 2014 08:29:16 -0700 Rik ver.m: Overhaul function.
Thu, 20 Mar 2014 12:31:19 -0400 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 11 Mar 2014 21:15:06 -0400 John Donoghue Implement pkg update pkgnametoupdate (Bug #41732) gui-release
Fri, 24 Jan 2014 10:14:15 +0100 Carlo de Falco Move definifion of default package paths to separate function.
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Wed, 28 Aug 2013 08:33:02 -0700 Rik maint: End m-files with 1 blank line.
Mon, 19 Aug 2013 20:46:38 -0700 Rik doc: Add new @qcode macro for code samples which are quoted.
Wed, 14 Aug 2013 00:13:40 -0400 Mike Miller maint: Update source file encodings to UTF-8 and fix character errors
Thu, 14 Mar 2013 14:47:29 -0700 Rik pkg.m: Fix str-to-num warnings (bug #37785)
Sat, 02 Mar 2013 07:59:25 -0800 Rik pkg.m: Restore ability to use '~' in specifying prefix directories.
Fri, 18 Jan 2013 16:48:12 -0500 John W. Eaton maint: periodic merge of stable to default
Fri, 18 Jan 2013 16:42:05 -0500 John W. Eaton use packages.octave.org instead of sourceforge in pkg.m stable
Mon, 14 Jan 2013 20:26:36 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 14 Jan 2013 20:24:32 -0500 John W. Eaton * pkg/pkg.m: Get it right this time. stable
Mon, 14 Jan 2013 20:11:21 -0500 John W. Eaton * pkg.m (configure_make): Finish previous change. stable
Mon, 14 Jan 2013 16:05:47 -0500 John W. Eaton maint: periodic merge of stable to default
Mon, 14 Jan 2013 15:07:04 -0500 John W. Eaton use mkoctfile, not octave_config_info to get default pkg compiler tools stable
Mon, 01 Oct 2012 18:30:44 -0400 John W. Eaton maint: periodic merge of stable to default
Mon, 01 Oct 2012 17:18:49 -0400 John W. Eaton use ' instead of ` in error messages, warnings and most comments stable
Sun, 19 Aug 2012 10:50:40 -0400 John W. Eaton fix missing semicolons in various .m files
Thu, 16 Aug 2012 16:25:15 +0100 Carnë Draug pkg: check cURL library when using -forge
Tue, 31 Jul 2012 11:58:01 +0200 Muhali Fix typo in pkg.m reported in bug #36994.
Thu, 19 Jul 2012 21:28:00 +0200 Carlo de Falco remove redundant private function absolute_pathname
Fri, 13 Jul 2012 00:05:49 +0200 Carlo de Falco fix typo in error message in pkg.m
Thu, 12 Jul 2012 10:58:42 -0400 Jordi Gutiérrez Hermoso pkg.m: Check if the prefix directory can be created; don't fail silently
Thu, 12 Jul 2012 06:38:07 +0200 Rafael Laboissiere pkg.m: create prefix directory, if it does not exist
Fri, 16 Mar 2012 21:14:49 +0100 Carlo de Falco maint: Remove redundant private function from the package manager.
Fri, 16 Mar 2012 18:55:09 +0100 Carlo de Falco maint: Remove redundant private function from the package manager.
Thu, 15 Mar 2012 19:41:24 +0100 Carlo de Falco maint: Refactor pkg.m and move subfunctions to private/ directory.
Fri, 09 Mar 2012 16:39:24 -0500 John W. Eaton maint: periodic merge of stable to default
Thu, 01 Mar 2012 14:58:59 +0000 Miguel Bazdresch pkg: bug fix - accessing non-existent variable for error message stable
Mon, 13 Feb 2012 07:38:23 -0800 Rik doc: Use Octave preference for double quote in docstrings in scripts/
Wed, 18 Jan 2012 21:15:42 -0800 Rik Replace to-be-deprecated findstr occurrences with strfind.
Wed, 18 Jan 2012 21:14:36 -0800 Rik Replace to-be-deprecated strmatch occurrences with alternate code.
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
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