log scripts/miscellaneous/mkdir.m @ 30239:120e878f343f

age author description
Wed, 13 Oct 2021 08:05:14 -0700 Rik mkdir.m: issue a warning if DIR already exists (bug #61338)
Mon, 27 Sep 2021 17:45:48 -0400 John W. Eaton * mkdir.m: Remove obsolete test.
Fri, 24 Sep 2021 10:46:49 -0400 John W. Eaton simplify mkdir and allow it to create parent directory (bug #61166)
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
Sun, 11 Oct 2020 21:59:35 -0700 Rik test: Add expected error message <Invalid call> to BIST tests for nargin.
Thu, 24 Sep 2020 14:44:58 -0700 Rik Eliminate unneeded verification of nargin, nargout in m-files.
Mon, 17 Feb 2020 20:02:18 -0800 Rik rmdir: throw an error if operation fails and nargout == 0 (bug #57830).
Sun, 16 Feb 2020 14:39:54 -0800 Rik mkdir.m: Use standard error message syntax when nargout == 0 (bug #57830)
Fri, 14 Feb 2020 07:31:16 -0800 Rik mkdir.m: Don't return status when no output requested (bug #57799).
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
Mon, 21 Jan 2019 22:07:16 -0800 Rik mkdir.m: Prevent exceeding max recursion limit on bad input (bug #55540). stable
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Mon, 13 Aug 2018 12:17:58 -0700 Rik isdir.m: Make m-file a legacy function (bug #54489)
Fri, 30 Mar 2018 09:19:05 -0400 John W. Eaton maint: Update copyright dates in all source files. stable
Wed, 28 Mar 2018 13:12:01 -0700 Rik Add command forms to documentation of copyfile, mkdir, movefile. stable
Mon, 19 Mar 2018 14:36:20 -0700 Rik mkdir.m: Fix GPL header block to match rest of Octave. stable
Wed, 31 Jan 2018 12:41:36 -0800 Mike Miller mkdir: restore tilde expansion of directory argument (bug #53031)
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.
Mon, 15 Aug 2016 10:05:50 -0700 Rik doc: grammarcheck documentation for 4.2 release.
Fri, 17 Jun 2016 05:52:21 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Sun, 01 May 2016 22:11:14 +1000 Lachlan Andrew mkdir.m: new script to implement recursive mkdir (bug #30650).