1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-07 02:06:26 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2005-04-01 07:39:49 +00:00
parent a21d9a21de
commit 361d16aba9
+10 -1
View File
@@ -1,7 +1,16 @@
2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
2005-04-01 Jim Meyering <jim@meyering.net>
* Version 5.3.1.
Don't let pr treat +1:-1 like +1:18446744073709551615.
* src/pr.c (strtoumax): Remove declaration.
(first_last_page): Use xstrtoumax in place of strtoumax,
so we don't interpret a negative page number (e.g., in an option
like --pages=1:-1) as valid.
* tests/pr/Test.pm: Add a test for this.
2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
* src/pinky.c (short_pinky): Adjust to read_utmp signature change.
* src/uptime.c (uptime): New arg OPTIONS. All uses changed.
* src/users.c (users): Likewise.