diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 16 |
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 @@ | |||
| 1 | 2001-12-18 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * test-distrib.c: Conditionally include fcntl.h. | ||
| 4 | |||
| 5 | * fakemail.c: Include "config.h", not <../src/config.h>. | ||
| 6 | (_XOPEN_SOURCE): Define as 500. | ||
| 7 | |||
| 8 | * emacsserver.c: Include "config.h", not <../src/config.h>. | ||
| 9 | |||
| 10 | * cvtmail.c: Include config.h, stdlib.h. | ||
| 11 | (xmalloc, xrealloc, skip_to_lf sysfail): Prototype. | ||
| 12 | |||
| 13 | * yow.c: Conditionally include various headers. Use "epaths.h", | ||
| 14 | not <../src/epaths.h>. | ||
| 15 | (malloc, realloc) [!HAVE_STDLIB_H]: Prototype. | ||
| 16 | |||
| 1 | 2001-12-12 Francesco Potorti` <pot@gnu.org> | 17 | 2001-12-12 Francesco Potorti` <pot@gnu.org> |
| 2 | 18 | ||
| 3 | * etags.c (PHP_functions): New function by Diez B. Roggisch, | 19 | * etags.c (PHP_functions): New function by Diez B. Roggisch, |