diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-12 19:36:18 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-11-12 19:36:18 +0000 |
commit | 80877e6a3801ec40a98c70b95c8d54770a0d6260 (patch) | |
tree | db1c350adbce512e453a16bc716ca20c7e897a34 /NEWS | |
parent | 48eaa738279a07863aec669605cd2416555d9cc4 (diff) | |
download | coreutils-80877e6a3801ec40a98c70b95c8d54770a0d6260.tar.xz |
Document recent changes to "pr".
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -84,6 +84,11 @@ GNU coreutils NEWS -*- outline -*- pathchk no longer accepts trailing options, e.g., "pathchk -p foo -b" now treats -b as a file name to check, not as an invalid option. + pr now supports page numbers up to 2**64 on most hosts, and it + detects page number overflow instead of silently wrapping around. + pr now accepts file names that begin with "+" so long as the rest of + the file name does not look like a page range. + printf has several changes: It now uses 'intmax_t' (not 'long int') to format integers, so it |