diff options
author | Pádraig Brady <P@draigBrady.com> | 2011-08-24 00:09:30 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2011-08-24 00:21:17 +0100 |
commit | 1f93c9633997b8843e9b30ad29fe3b2631cf3655 (patch) | |
tree | 81326b6a5d93ab8b14e518abbc01c3a51d26ceb9 /NEWS | |
parent | 423b079f5324b9097d487e752b71a8399b970ba9 (diff) | |
download | coreutils-1f93c9633997b8843e9b30ad29fe3b2631cf3655.tar.xz |
pr: fix so that LAST_PAGE is honored with -T
Ever since the LAST_PAGE functionality was added
in commit ed0923a1, 1996-12-05,
"Apply big patch (patch-20) from Roland Huebner"
it was ignored when -t or -T were specified or
when -l <= 10.
* src/pr.c (print_page): Increment the current page here.
(print_header): Don't increment the current page here.
* tests/pr/pr-tests: Add a test case.
* NEWS: Mention the fix
Reported at http://debbugs.gnu.org/cgi/bugreport.cgi?bug=9347
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ GNU coreutils NEWS -*- outline -*- as much memory. du, chmod, chgrp and chown started using fts in 6.0. chcon was added in coreutils-6.9.91 with fts support. ] + pr -T no longer ignores a specified LAST_PAGE to stop at. + [bug introduced in textutils-1.19q] + printf '%d' '"' no longer accesses out-of-bounds memory in the diagnostic. [bug introduced in sh-utils-1.16] |