From: Jim Meyering Date: Sat, 8 Jan 2005 09:42:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d4833923f761bc33fac458272c49dc346bdb3fc4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 62a4366105..19f78f21ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,10 +2,13 @@ * Version 5.3.0. - `pr --columns=N' was not equivalent to `pr -N' + `pr --columns=N' was not equivalent to `pr -N' when also using + either -s or -w. + * 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. + * NEWS: Document this. * tests/pr/Test.pm (test_vector): For each -N test, automatically create a new test vector using --columns=N.