log scripts/pkg/private/uninstall.m @ 29936:79c6a29dd384

age author description
Thu, 17 Mar 2016 10:50:22 +0530 Neeraj Battan pkg: Better warning messages for packages not being uninstalled (bug #31946).
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
Tue, 08 Sep 2020 08:34:28 -0700 Rik maint: Remove trailing spaces from code base.
Thu, 25 Jun 2020 18:20:03 -0700 Rik Fix unlink() calls in package m-files for new syntax (bug #57830)
Mon, 17 Feb 2020 20:02:18 -0800 Rik rmdir: throw an error if operation fails and nargout == 0 (bug #57830).
Wed, 08 Jan 2020 11:59:41 -0500 John W. Eaton update formatting of copyright notices
Mon, 06 Jan 2020 22:29:51 -0500 John W. Eaton update Octave Project Developers copyright for the new year
Mon, 06 Jan 2020 15:38:17 -0500 John W. Eaton use centralized file for copyright info for individual contributors
Sat, 16 Nov 2019 23:32:42 +0100 Philip Nienhuis Make packages installation dirs in global octave_packages file relative
Wed, 30 Oct 2019 23:18:11 +0100 Philip Nienhuis Don't break uninstalling a package due to unrelated dependencies (bug #51722)
Sat, 26 Oct 2019 21:51:41 +0200 Philip Nienhuis Adapt path styles for pkg.m on Windows (bug #57083)
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Tue, 14 Aug 2018 11:17:26 -0700 Mike Miller prefer 'isfolder' over 'exist (..., "dir")' in Octave functions
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Sat, 06 Jan 2018 07:57:19 -0800 Rik maint: Update punctuation for GPL v3 license text.
Wed, 22 Feb 2017 12:58:07 -0500 John W. Eaton maint: Merge stable to default.
Wed, 22 Feb 2017 12:39:29 -0500 John W. Eaton maint: Update copyright dates. stable
Mon, 23 Jan 2017 14:27:48 -0500 John W. Eaton maint: Merge stable to default.
Fri, 20 Jan 2017 12:19:08 -0500 John W. Eaton maint: strip extra trailing newlines from files. stable
Sun, 13 Nov 2016 20:33:47 -0800 Rik maint: Standardize Copyright formatting.
Wed, 17 Aug 2016 01:05:19 -0400 John W. Eaton maint: Update copyright notices for 2016.
Fri, 20 May 2016 15:46:45 -0700 Rik maint: Use newlines to make code more readable.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Thu, 12 Mar 2015 14:37:40 -0400 John Donoghue Check if pkgs were found to uninstall before attempting uninstall (Bug #44524).
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
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.
Wed, 17 Jul 2013 14:02:32 -0700 Rik Use matrix concatenation for strings, rather than cstrcat(), for clarity and performance.
Fri, 16 Mar 2012 17:50:42 -0700 Rik doc: grammarcheck new pkg/private functions
Fri, 16 Mar 2012 19:15:05 -0400 Jordi Gutiérrez Hermoso doc: Fix more pkg.m doc build failures
Fri, 16 Mar 2012 17:24:37 -0400 Jordi Gutiérrez Hermoso doc: Fix the encoding in Søren's name
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.