summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-12 17:51:55 +0000
committerJim Meyering <jim@meyering.net>2001-08-12 17:51:55 +0000
commit94fe1350f47b6236d4aa9adce132d8ef07af53dd (patch)
tree7c980c66d749880a525246db055bc88b9d5ad78f /old
parent494f552020ae3faed0c07820c18c2cf24009340a (diff)
downloadcoreutils-94fe1350f47b6236d4aa9adce132d8ef07af53dd.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 65db5d163..8fa82fbc0 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -2,6 +2,9 @@
* tests/mk-script ($program_name): Define.
(main): Use $program_name, rather than long-inaccurate `build-script'.
+ (main): Iterate over the sorted keys (rather than `while...each...'),
+ so this script produces the same output regardless of which version
+ of perl (e.g., perl5.6) is used.
2001-08-04 Jim Meyering <meyering@lucent.com>