projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82af802
)
.
author
Jim Meyering
<jim@meyering.net>
Sun, 27 Feb 2000 19:05:50 +0000
(19:05 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 27 Feb 2000 19:05:50 +0000
(19:05 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index a62af45046305a18dbf3ac41939ac080fa3f9fe8..0f071e1b8d5198a66e903f5dfe4a9e51c7eb2e90 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,5
+1,8
@@
2000-02-27 Jim Meyering <meyering@lucent.com>
+ * strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
+ Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
+
* backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H',
not `#if STDC_HEADERS'.
Declare malloc if needed.