1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-17 09:05:50 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-01-08 09:42:39 +00:00
parent 55010ac438
commit d4833923f7

View File

@@ -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.