diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1abe3bda55d..4310a82ca2b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2004-06-22 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * lisp.h (SAFE_ALLOCA_LISP): New macro to allocate Lisp_Objects. | ||
| 4 | Temporarily inhibits GC if memory is xmalloc'ed, as the Lisp_Objects | ||
| 5 | in that memory area are unknown to GC. Add comments. | ||
| 6 | |||
| 7 | * fns.c (Fmapconcat, Fmapcar): Use SAFE_ALLOCA_LISP. | ||
| 8 | |||
| 1 | 2004-06-21 Kim F. Storm <storm@cua.dk> | 9 | 2004-06-21 Kim F. Storm <storm@cua.dk> |
| 2 | 10 | ||
| 3 | * lisp.h (MAX_ALLOCA): Define here. | 11 | * lisp.h (MAX_ALLOCA): Define here. |