summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-08 09:35:17 +0000
committerJim Meyering <jim@meyering.net>2005-01-08 09:35:17 +0000
commit2205834c01085709b0e52667ae0f3656168453b9 (patch)
tree5b9cb42b5615565ceb36315c8dffd547433e7ad4
parent08f451c3f442ff764fe3cc61fe71635c27ee1567 (diff)
downloadcoreutils-2205834c01085709b0e52667ae0f3656168453b9.tar.xz
*** empty log message ***
-rw-r--r--ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index de6508d2b..62a436610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2005-01-08 Jim Meyering <jim@meyering.net>
+
+ * Version 5.3.0.
+
+ `pr --columns=N' was not equivalent to `pr -N'
+ * src/pr.c (main): Set `explicit_columns' for --columns=N,
+ not just for -N. This bug has existed since the introduction
+ of the --columns=N option on 1998-08-15.
+ * tests/pr/Test.pm (test_vector): For each -N test, automatically
+ create a new test vector using --columns=N.
+
2005-01-07 Paul Eggert <eggert@twinsun.com>
* src/pr.c (main): Check for column count overflow with
@@ -9,8 +20,6 @@
2005-01-06 Jim Meyering <jim@meyering.net>
- * Version 5.3.0.
-
* README: List the precise HP-UX version numbers that are affected.
Suggestion from Bob Proulx.