File: ChangeLog

package info (click to toggle)
ddir 2025.0129-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 136 kB
  • sloc: perl: 205; makefile: 141
file content (86 lines) | stat: -rw-r--r-- 2,542 bytes parent folder | download | duplicates (5)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
2019-05-05 Sun  Jari Aalto  <jari.aalto@cante.net>

	* ALL: update copyright years. Point URLs to Github.

	* bin/ddir.pl: Update to latest Perl.

2016-10-29 Sat  Jari Aalto  <jari.aalto@cante.net>

	* bin/ddir.pl: Adjust layout.
	(Tree): Corrent opendir() statement.

2010-05-01 Sat  Jari Aalto  <jari.aalto@cante.net>

	* bin/ddir.pl (HandleCommandLineArgs): Remove
	"require_order" from Getopt::Long::config().

2010-04-15 Thu  Jari Aalto  <jari.aalto@cante.net>

	* bin/ddir.pl
	(top level): Fix many of the remarks Perl::Critic.
	(Help): rewrite eval Pod::Man call.
	(Tree): rewrite 'local' dirhandle to 'my'.

2010-04-14 Wed  Jari Aalto  <jari.aalto@cante.net>

	* Makefile (top level): Completely rework the documentation
	installation. Add "# Rule:" documentation blocks to the targets.
	(all): call target 'doc'.
	(docdir): New target, and variable.
	(XARGS): New variable.
	(INSTALL_DIR): New variable.
	(PERL): New variable.
	(clean): use find(1).

	* INSTALL (INSTALL): (Manual install): adjust wording.
	(License): Add "by" to the sentence.

	* bin/ddir.pl (Main): Use current dir as the default argument.
	(Help::DESCRIPTION): Explain the name "ddir".
	(Help::SEE ALSO: Add dir(1), wcd(1).

2010-04-04 Sun  Jari Aalto  <jari.aalto@cante.net>

	* bin/ddir.pl (Help): Correct manual page string that appears in
	the center.

2010-03-24 Wed  Jari Aalto  <jari.aalto@cante.net>

	* README (README): Add Copyright and license.

2010-03-23 Tue  Jari Aalto  <jari.aalto@cante.net>

	* bin/ddir.pl (POD::LICENSE): Change wording 'this program' to
	'this program and its documentation'.

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.