diff options
| author | Dave Love | 2001-12-18 16:47:01 +0000 |
|---|---|---|
| committer | Dave Love | 2001-12-18 16:47:01 +0000 |
| commit | fb5aa7acba1e4b919e8d92e735bf6c7fb7d330db (patch) | |
| tree | 960cfc07f99b9834b8058ede587d5e0561754641 /lib-src | |
| parent | 228b0b9a316a2adf4d97c7ca2a840bb4a2f55d1b (diff) | |
| download | emacs-fb5aa7acba1e4b919e8d92e735bf6c7fb7d330db.tar.gz emacs-fb5aa7acba1e4b919e8d92e735bf6c7fb7d330db.zip | |
*** empty log message ***
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, |