1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
2010-03-21 Sun Jari Aalto <jari.aalto@cante.net>
* bin/ddir.pl (Tree): display non-directories
first, then directories. Previously printed
all entries in alphabetical order regardless of
the type.
2010-03-16 Tue Jari Aalto <jari.aalto@cante.net>
* bin/ddir.pl (Tree): Sort directory entries.
2010-03-15 Mon Jari Aalto <jari.aalto@cante.net>
* bin/ddir.pl:
Set up roject at github.com.
(top level): Add proper function banners. GPL etc.
(top level::Standard perl modules): Add many more modules.
(top level::Globals): Add version variable.
(Initialize): New.
(Help): New. Convert old roff into POD. Add many, many options.
(HelpExclude): New.
(HandleCommandLineArgs): New.
2003-01-28 Jari Aalto <jari.aalto@cante.net>
* bin/ddir.pl: Do not use #!/usr/local/bin/perl, but
only #!perl. Suppose perl is along path.
1995-05-17 Thu Jari Aalto <jari.aalto@cante.net>
* bin/ddir.pl: Initial version.
|