diff lib/ChangeLog @ 3482:f16f37022ead

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Mon, 17 Sep 2001 10:24:27 +0000
parents 006fa74ac160
children 99e44cf4b95f
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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.