log scripts/pkg/pkg.m @ 22323:bac0d6f07a3e

age author description
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Wed, 29 Jun 2016 13:22:59 -0700 Mike Miller pkg: warn and continue updating on non-forge packages (bug #48294)
Thu, 14 Apr 2016 22:57:24 +0100 Carnë Draug pkg: drop special usage of 'all' in load, unload, and describe (bug #40674)
Wed, 20 Apr 2016 11:06:03 -0700 Mike Miller Backed out changeset dcf8922b724b
Wed, 20 Apr 2016 17:53:10 +0200 Kai T. Ohlhus Deprecate printf, puts, and scanf. Make fputs a M-file.
Sun, 10 Apr 2016 23:00:07 +0100 Carnë Draug pkg: remove support for autoload (automatically loading package at start).
Sun, 27 Mar 2016 15:50:01 -0700 Rik doc: Wrap m-file docstrings to 79 characters + newline (80 total).
Mon, 21 Mar 2016 00:02:43 +0000 Carnë Draug pkg build: complete rewrite of the logic behind binary packages.
Thu, 10 Mar 2016 19:00:37 -0500 John W. Eaton deprecate octave_config_info
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Thu, 19 Nov 2015 14:39:04 -0800 Rik Preface warning() messages with name of function when possible.
Thu, 19 Nov 2015 14:17:45 -0800 Rik Preface error() messages with name of function when possible.
Tue, 17 Nov 2015 17:57:33 +0000 Carnë Draug pkg: add warning about security implications when using -forge.
Fri, 04 Sep 2015 18:47:54 +0100 Carnë Draug pkg: fix regression on output of pkg list (bug #45873)
Thu, 03 Sep 2015 16:21:08 +0100 Carnë Draug pkg.m: drop check of nargout value, the interpreter already does that.
Mon, 23 Feb 2015 14:54:39 -0800 Rik maint: Clean up m-files to follow Octave coding conventions.
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:29:54 -0500 John W. Eaton strip trailing whitespace from most source files
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
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