projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
660fca6
)
*** empty log message ***
author
Jim Meyering
<jim@meyering.net>
Sun, 27 Feb 2000 18:04:10 +0000
(18:04 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 27 Feb 2000 18:04:10 +0000
(18:04 +0000)
lib/ChangeLog
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 13037fb022017462c59c11d56b43b48a9cc0aafb..a62af45046305a18dbf3ac41939ac080fa3f9fe8 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-1,5
+1,9
@@
2000-02-27 Jim Meyering <meyering@lucent.com>
+ * backupfile.c: Guard inclusion of stdlib.h with `#if HAVE_STDLIB_H',
+ not `#if STDC_HEADERS'.
+ Declare malloc if needed.
+
* backupfile.c: Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'
now that autoconf always defines the HAVE_DECL_ symbols.
* human.c: Likewise.