1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 03:12:48 +02:00

Sync from gnulib.

This commit is contained in:
Paul Eggert
2006-01-10 17:47:56 +00:00
parent 71520b31c0
commit d11af4159e
26 changed files with 453 additions and 298 deletions

View File

@@ -1,7 +1,12 @@
2006-01-08 Jim Meyering <jim@meyering.net>
2006-01-10 Paul Eggert <eggert@cs.ucla.edu>
* Version 6.0-cvs.
* src/system.h (X2NREALLOC, X2REALLOC, DECIMAL_DIGIT_ACCUMULATE):
Use verify_true instead of verify_expr, to sync with gnulib.
2006-01-08 Jim Meyering <jim@meyering.net>
* src/date.c (usage): Adjust the formatting of the entries for
%::z and %:::z (separate with two spaces, not one) so that help2man
formats them properly. Reported by Philip Rowlands.