From: Jim Meyering Date: Wed, 15 Oct 2003 07:25:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.1.0~408 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb9191034c3f8142eee69174a22bc6ba69a066f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 32be63654c..5588600bb5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2003-10-14 Paul Eggert + + Fix some number-parsing bugs, e.g., "head -n 100k@" wasn't + properly diagnosed. + * human.c, xstrtoimax.c, xstrtol.c, xstrtol.h, xstrtoul.c, xstrtoumax.c: + Sync with gnulib. + 2003-10-13 Paul Eggert * xalloc.h, xmalloc.c, xstrdup.c: Import latest version from gnulib.