diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f6d2c771028..d6c08054bc0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,6 +9,14 @@ | |||
| 9 | Initialize these arrays to nonzero, so that they're not | 9 | Initialize these arrays to nonzero, so that they're not |
| 10 | put into BSS by that optimization. | 10 | put into BSS by that optimization. |
| 11 | 11 | ||
| 12 | 2003-07-13 Stefan Monnier <monnier@cs.yale.edu> | ||
| 13 | |||
| 14 | * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING. Update users. | ||
| 15 | (lisp_align_malloc): Use posix_memalign is available. | ||
| 16 | (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization. | ||
| 17 | (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK | ||
| 18 | for consistency. Update users. | ||
| 19 | |||
| 12 | 2003-07-13 Richard M. Stallman <rms@gnu.org> | 20 | 2003-07-13 Richard M. Stallman <rms@gnu.org> |
| 13 | 21 | ||
| 14 | * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them. | 22 | * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them. |
| @@ -41,12 +49,12 @@ | |||
| 41 | * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1, | 49 | * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1, |
| 42 | END_FILES_1. | 50 | END_FILES_1. |
| 43 | (START_FILES_1, END_FILES_1): New macros (conditional). | 51 | (START_FILES_1, END_FILES_1): New macros (conditional). |
| 44 | (LD_SWITCH_SYSTEM_TEMACS): Defined. | 52 | (LD_SWITCH_SYSTEM_TEMACS): Define. |
| 45 | 53 | ||
| 46 | * s/openbsd.h: Don't include bsd4-3.h. | 54 | * s/openbsd.h: Don't include bsd4-3.h. |
| 47 | (TERMINFO): Defined. | 55 | (TERMINFO): Define. |
| 48 | (LIBS_TERMCAP): Defined. | 56 | (LIBS_TERMCAP): Define. |
| 49 | (LD_SWITCH_SYSTEM): Defined (two definitions). | 57 | (LD_SWITCH_SYSTEM): Define (two definitions). |
| 50 | 58 | ||
| 51 | * xfns.c: Include libpng/png.h instead of png.h. | 59 | * xfns.c: Include libpng/png.h instead of png.h. |
| 52 | 60 | ||