summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-12-18 16:47:01 +0000
committerDave Love <fx@gnu.org>2001-12-18 16:47:01 +0000
commit8b771c9f2151326e896b3456d5698c97448b49e8 (patch)
tree4917c28a2450bcbc1c38942dae83b1c2ccfde5ce /lib-src
parent37c87084b575503322fc35297bc0505cc899a8fe (diff)
downloademacs-8b771c9f2151326e896b3456d5698c97448b49e8.tar.gz
*** empty log message ***
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index e92b49363ae..e57cdc298e0 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,19 @@
+2001-12-18 Dave Love <fx@gnu.org>
+
+ * test-distrib.c: Conditionally include fcntl.h.
+
+ * fakemail.c: Include "config.h", not <../src/config.h>.
+ (_XOPEN_SOURCE): Define as 500.
+
+ * emacsserver.c: Include "config.h", not <../src/config.h>.
+
+ * cvtmail.c: Include config.h, stdlib.h.
+ (xmalloc, xrealloc, skip_to_lf sysfail): Prototype.
+
+ * yow.c: Conditionally include various headers. Use "epaths.h",
+ not <../src/epaths.h>.
+ (malloc, realloc) [!HAVE_STDLIB_H]: Prototype.
+
2001-12-12 Francesco Potorti` <pot@gnu.org>
* etags.c (PHP_functions): New function by Diez B. Roggisch,