log scripts/pkg/pkg.m @ 31375:96f751f8392c

age author description
Sun, 30 Oct 2022 21:58:36 -0700 Rik doc: grammar check documentation ahead of 8.1 release.
Fri, 19 Aug 2022 08:54:05 +0200 Markus Mützel pkg.m: Show URL of source tarball(s) in verbose mode.
Fri, 08 Jul 2022 12:46:37 +0200 Markus Mützel pkg.m: Create PREFIX and ARCHPREFIX directories (bug #62681). stable
Tue, 12 Apr 2022 17:07:01 +0200 Markus Mützel pkg.m: Create directory before saving file (bug #62303). stable
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 02 Dec 2021 11:24:41 -0500 Nicholas R. Jankowski Enable pkg update to accept options for install (bug #56128, #60573, #60574) stable
Tue, 11 May 2021 13:26:38 -0400 Nicholas R. Jankowski doc: Update pkg documentation related to local/global install (bug #59821). stable
Wed, 14 Jul 2021 11:47:25 +0200 Markus Mützel pkg.m: Install local packages in API dependent path (bug #58299).
Fri, 30 Apr 2021 19:23:11 +0200 Markus Mützel maint: merge stable to default.
Fri, 30 Apr 2021 15:02:13 +0200 Markus Mützel pkg.m: Use default prefixes unless otherwise set previously (bug #60472). stable
Sun, 21 Mar 2021 18:10:14 +0100 Markus Mützel pkg.m: Install local packages in version dependent path (bug #58299).
Wed, 10 Feb 2021 10:10:40 -0500 John W. Eaton maint: merge stable to default.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Thu, 15 Oct 2020 14:30:01 -0700 Rik maint: Use '##' as lead-in for full-line comments.
Thu, 08 Oct 2020 15:31:33 -0700 Rik pkg.m,build.m: capture output of rmdir() so that error is not thrown.
Thu, 10 Sep 2020 14:59:10 -0700 Rik maint: merge stable to default.
Thu, 10 Sep 2020 14:54:42 -0700 Rik maint: spellcheck documentation ahead of 6.1 release. stable
Thu, 10 Sep 2020 14:28:33 -0700 Rik maint: grammarcheck documentation ahead of 6.1 release. stable
Tue, 01 Sep 2020 16:29:25 +0200 Markus Mützel maint: merge stable to default.
Tue, 01 Sep 2020 16:28:58 +0200 Markus Mützel Fix typos in commit f4426602b5f8. stable
Tue, 01 Sep 2020 15:30:31 +0200 Markus Mützel maint: merge stable to default.
Tue, 01 Sep 2020 15:29:42 +0200 Markus Mützel * pkg.m: Make sure to not pass empty strings to __run_test_suite__. stable
Thu, 25 Jun 2020 18:20:03 -0700 Rik Fix unlink() calls in package m-files for new syntax (bug #57830)
Wed, 24 Jun 2020 07:42:37 -0700 Rik Backed out changeset 9e9ddc90e88a.
Tue, 23 Jun 2020 11:55:11 -0700 Rik pkg.m: Handle package names in a case insensitive manner (bug #57735).
Wed, 06 May 2020 10:05:36 +0200 Philip Nienhuis pkg.m: Add introduction to packages to doc string (bug #58225). stable
Thu, 07 May 2020 23:13:55 +0200 Philip Nienhuis pkg.m: Perform tilde expansion on 'local_list' argument (bug #58332). stable
Sat, 22 Feb 2020 17:26:34 +0100 Markus Mützel pkg.m: Install packages globally if process has elevated rights (bug #44548).
Sun, 16 Feb 2020 11:31:48 -0800 Mike Miller pkg: add "test" command to test all functions in a package (bug #41215)
Sat, 25 Jan 2020 15:26:07 +0100 Philip Nienhuis pkg.m: Don't unload dependency packages when their dependers are loaded (bug #57522).