summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-04-12 19:52:38 +0000
committerJim Meyering <jim@meyering.net>2003-04-12 19:52:38 +0000
commitcd4d79b1c3936a36e59d840679cc34e37b327389 (patch)
tree75c0acb9ae11113a5b203ba8bda29e300e437fd5 /ChangeLog
parentb7fcd8d3ede7cf1b44ec1fe77ece850145a0cc4a (diff)
downloadcoreutils-cd4d79b1c3936a36e59d840679cc34e37b327389.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ad6c7f12..4dbb583e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,20 @@
* Version 5.0.1.
+ Giving nl an invalid STYLE argument (in --header-numbering=STYLE (-h),
+ --body-numbering=STYLE (-b), or --footer-numbering=STYLE (-f)) or
+ FORMAT (--number-format=FORMAT (-n)) would not give a useful diagnostic.
+ * src/nl.c (main): Fix those problems and remove literal quote marks
+ (e.g., "`%s'") from format string; instead use "%s" in each format
+ string and `quote (optarg)' as the corresponding argument.
+ Also, diagnose all invalid command line options before failing.
+
+ * src/nl.c (proc_text): Fix a bug introduced on 2001-11-10,
+ for textutils-2.0.17, that would make nl output extra newlines
+ in some cases. It was reported at http://bugs.debian.org/177256.
+ This bug was introduced for TEXTUTILS-2_0_17 on 2001-11-10.
+ * tests/misc/nl: Add test for the above-fixed bug.
+
* tests/misc/readlink: New file. Test the --canonicalize option.
* tests/misc/Makefile.am (TESTS): Add readlink.