*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 17 Sep 2001 10:24:27 +0000 (10:24 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 17 Sep 2001 10:24:27 +0000 (10:24 +0000)
lib/ChangeLog

index ba89bffcdd17748184bd289d883c4f0838017492..2a06517aee9aaaa5119bdb04a25599a254abcb43 100644 (file)
@@ -1,3 +1,10 @@
+2001-09-06  Paul Eggert  <eggert@twinsun.com>
+
+       * strtoimax.c (HAVE_LONG_LONG):
+       Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
+       (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
+       to work around bug in IBM C compiler.
+
 2001-09-16  Jim Meyering  <meyering@lucent.com>
 
        * mkdir.c: New file.