]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 15 Oct 2003 07:25:53 +0000 (07:25 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 15 Oct 2003 07:25:53 +0000 (07:25 +0000)
lib/ChangeLog

index 32be63654c4789c8f5ecce7748387bdfe801b2e1..5588600bb55a858dde89c19f4ba521b5639b74ef 100644 (file)
@@ -1,3 +1,10 @@
+2003-10-14  Paul Eggert  <eggert@twinsun.com>
+
+       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  <eggert@twinsun.com>
 
        * xalloc.h, xmalloc.c, xstrdup.c: Import latest version from gnulib.