log scripts/miscellaneous/ls.m @ 30949:7d99816e9709 stable

age author description
Thu, 21 Apr 2022 17:52:31 +0200 Markus Mützel ls.m: Improve wording in docstring (bug #62282). stable
Mon, 11 Apr 2022 16:40:52 +0200 Markus Mützel maint: Merge stable to default.
Mon, 11 Apr 2022 15:58:27 +0200 Markus Mützel Fix "ls" with glob patterns on Windows (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
Mon, 01 Nov 2021 14:37:01 +0100 Markus Mützel ls: Use "ls" command also on Windows if available.
Wed, 10 Feb 2021 09:52:15 -0500 John W. Eaton update Octave Project Developers copyright for the new year stable
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
Wed, 02 Jan 2019 16:32:43 -0500 John W. Eaton maint: Update copyright dates in all source files. stable
Fri, 07 Dec 2018 17:29:30 -0500 John W. Eaton avoid unnecessary use of global variable
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.
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.
Fri, 09 Oct 2015 19:29:28 -0700 Lachlan Andrew ls.m: Produce listing with 1 file per line if nargout > 0 (bug #46002).
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
Sat, 04 Oct 2014 19:34:30 -0700 Rik ls.m: Return Matlab compatible output when called with functional form.
Fri, 03 Oct 2014 07:35:20 -0400 Mike Miller ls.m: Restore missing space between command and arguments
Wed, 01 Oct 2014 10:58:03 -0700 Rik Rework ls.m and dir.m
Tue, 05 Aug 2014 17:53:36 -0700 Rik maint: Merge gui-release to default.
Tue, 05 Aug 2014 17:51:47 -0700 Rik maint: Merge stable to gui-release. gui-release
Tue, 05 Aug 2014 17:50:55 -0700 Rik ls.m: Fix bug listing directories with spaces in name (bug #42920)
Tue, 05 Aug 2014 17:46:31 -0700 Rik ls.m: Fix bug listing directories with spaces in name (bug #42920). stable
Tue, 07 Jan 2014 15:15:47 -0800 Rik ls.m: Enclose paths with spaces in double quotes on Windows (bug #40989).
Tue, 31 Dec 2013 15:31:15 -0800 Rik maint: Use Octave coding conventions in cset 1e9cb13faa7a.
Wed, 25 Dec 2013 10:46:42 -0200 Felipe G. Nievinski fix ls when spaces are present in path (bug #40989)
Tue, 03 Dec 2013 13:13:44 -0800 Rik ls.m: Strip tailing UNIX file separator when running in Windows environment (bug #40726).
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.
Mon, 09 Sep 2013 14:30:31 -0700 Rik doc: Update documentation for file and directory functions.
Fri, 31 May 2013 19:00:08 -0400 Mike Miller ls.m: fix error when listing an empty directory
Thu, 29 Nov 2012 23:10:51 -0500 Mike Miller Fix regexp escaping of arguments to ls
Mon, 13 Feb 2012 07:29:44 -0800 Rik Use Octave coding conventions in all m-file %!test blocks
Mon, 02 Jan 2012 14:25:41 -0500 John W. Eaton maint: update copyright notices for 2012 stable
Wed, 07 Dec 2011 10:10:10 -0800 Rik ls.m: Fix handling of arguments with dashes (-l) (Bug #34950)
Mon, 05 Dec 2011 17:13:35 -0800 Rik ls.m: Fix handling of special characters in filename arguments (Bug #34950)
Mon, 21 Nov 2011 04:10:37 -0500 John W. Eaton quote filenames passed to the shell
Mon, 21 Nov 2011 04:06:52 -0500 John W. Eaton Backed out changeset 19e11eb17812
Mon, 21 Nov 2011 03:16:39 -0500 John W. Eaton quote filenames passed to the shell
Mon, 25 Apr 2011 11:04:48 -0700 Rik ls.m: Don't print backtrace information when command issues an error.
Thu, 20 Jan 2011 17:35:29 -0500 John W. Eaton all script files: untabify and strip trailing whitespace
Sat, 15 Jan 2011 10:04:30 -0800 Rik Eliminate @deffn macros.
Fri, 14 Jan 2011 05:47:45 -0500 John W. Eaton update copyright notices
Tue, 28 Sep 2010 09:25:14 -0700 Rik Make all regexp in Octave compatible with both POSIX and PCRE.
Mon, 26 Jul 2010 21:25:36 -0700 Rik Grammarcheck documentation of m-files
Fri, 23 Apr 2010 11:28:50 -0700 Rik Untabify .m scripts
Fri, 27 Mar 2009 22:31:03 -0700 Rik Grammar check TexInfo in all .m files
Sat, 07 Mar 2009 10:41:27 -0500 John W. Eaton update copyright notices
Sun, 15 Feb 2009 23:49:15 -0500 John W. Eaton handle commands in the lexer