log scripts/miscellaneous/dir.m @ 31096:b6aeea949531

age author description
Wed, 15 Jun 2022 20:00:35 +0200 Markus Mützel dir.m: Skip unnecessary parts if no output argument is requested.
Thu, 21 Apr 2022 12:04:09 -0700 Rik maint: merge stable to default.
Thu, 21 Apr 2022 12:03:41 -0700 Rik doc: tweak docstrings for ls, dir (bug #62282). stable
Thu, 21 Apr 2022 18:32:33 +0200 Markus Mützel maint: Merge stable to default.
Thu, 21 Apr 2022 18:31:33 +0200 Markus Mützel dir.m: Clarify wildcard behavior on Windows in docstring (bug #62282). stable
Wed, 30 Mar 2022 20:40:27 -0700 Rik doc: Ensure documentation lists output argument when it exists for all m-files.
Tue, 28 Dec 2021 18:22:40 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
Sun, 02 May 2021 13:25:50 +0200 Markus Mützel dir.m: Don't restrict BIST to Unix-like platforms.
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, 15 Dec 2020 17:08:43 +0100 Markus Mützel maint: merge stable to default.
Tue, 15 Dec 2020 17:08:13 +0100 Markus Mützel dir.m: Return folder (not including file) in field "folder" (bug #59689). stable
Thu, 24 Sep 2020 14:44:58 -0700 Rik Eliminate unneeded verification of nargin, nargout in m-files.
Thu, 03 Sep 2020 17:43:52 -0700 Rik dir.m: Remove keyboard command left over in cset 549c10384cc2.
Thu, 03 Sep 2020 17:15:01 -0700 Rik dir.m: Return directory, not contents, when wildcard specified (bug #58976)
Mon, 17 Feb 2020 20:02:18 -0800 Rik rmdir: throw an error if operation fails and nargout == 0 (bug #57830).
Sat, 01 Feb 2020 03:24:54 -0500 Daniel J Sebald Supply folder field for dir() on Windows UNC shares (bug #57664).
Sun, 26 Jan 2020 19:28:56 -0800 Mike Miller dir.m: Add regression BIST test (bug #57666).
Sun, 26 Jan 2020 17:56:48 -0800 Rik dir.m: Return correct folder for '.' file (bug #57666)
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
Thu, 02 Jan 2020 15:43:01 -0500 John W. Eaton remove Author: jwe and Adapted-by: jwe lines from source files
Sun, 27 Oct 2019 09:59:39 +0100 Markus Mützel New function "is_same_file".
Wed, 07 Aug 2019 12:57:25 -0700 Rik dir.m: Tweak code for 10% performance improvement.
Tue, 06 Aug 2019 21:14:38 -0700 Rik maint: merge stable to default.
Tue, 06 Aug 2019 21:13:40 -0700 Rik dir.m: Fix occasionally returning incorrect folder field (bug #55448). stable
Fri, 12 Jul 2019 09:11:58 -0700 Rik dir.m: Gracefully handle race conditions when file is deleted (bug #56618).
Thu, 21 Feb 2019 19:21:57 +0000 John W. Eaton use temporary directory for testing dir function
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
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.
Thu, 13 Apr 2017 10:34:43 -0400 John W. Eaton maint: Strip trailing whitespace from source files.
Sun, 12 Mar 2017 14:21:52 +0000 Markus Mützel dir.m: Do not include trailing filesep in "folder". Fix BIST. (bug #50504).
Fri, 10 Mar 2017 22:29:19 -0800 Rik dir.m: Add folder entry to output struct for Matlab compatibility (bug #50504).
Wed, 08 Mar 2017 21:11:54 -0800 Rik dir.m: Fix regression in 529c6d0c6684.
Mon, 06 Mar 2017 11:19:31 -0800 Rik dir.m: Improve performance by another 2X (bug #50416).
Mon, 06 Mar 2017 09:31:32 -0800 Rik dir.m: Improve performance by 2.3X (bug #50416).
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.
Sat, 16 Jul 2016 14:03:34 +1000 Lachlan Andrew Allow dir to accept [ and ] in arguments. (bug #47950)
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.
Sat, 12 Dec 2015 07:31:00 -0800 Rik 2015 Code Sprint: remove class of function from docstring for all m-files.
Tue, 12 May 2015 09:22:01 -0700 Rik maint: Remove unnecessary whitespace at end of lines. stable
Mon, 04 May 2015 14:22:02 -0700 Rik doc: Update more docstrings to have one sentence summary as first line. stable
Wed, 11 Feb 2015 14:19:08 -0500 John W. Eaton maint: Update copyright notices for 2015.
Tue, 20 Jan 2015 10:24:46 -0500 John W. Eaton maint: Periodic merge of gui-release to default.
Tue, 20 Jan 2015 08:26:57 -0500 John W. Eaton strip trailing whitespace from most source files stable
Wed, 01 Oct 2014 10:58:03 -0700 Rik Rework ls.m and dir.m
Tue, 12 Nov 2013 16:43:42 -0800 Rik doc: Add note about wildcard expansion in ls and dir functions (bug #40544).
Wed, 23 Oct 2013 22:09:27 -0400 John W. Eaton maint: Update copyright notices for release.
Sat, 28 Sep 2013 16:54:34 -0700 Rik doc: grammarcheck of documentation before 3.8 release.
Mon, 09 Sep 2013 14:30:31 -0700 Rik doc: Update documentation for file and directory functions.
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.