projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9c1fe2
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Mon, 17 Sep 2001 10:24:27 +0000
(10:24 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 17 Sep 2001 10:24:27 +0000
(10:24 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index ba89bffcdd17748184bd289d883c4f0838017492..2a06517aee9aaaa5119bdb04a25599a254abcb43 100644
(file)
--- 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.