diff options
| author | Kim F. Storm | 2004-06-21 22:35:00 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-06-21 22:35:00 +0000 |
| commit | 3d33d9939e186ff7d764e60c971c4c62ddcd95e6 (patch) | |
| tree | 829b2ed86ce6dc7fc59727961513c16f36895748 /src | |
| parent | dbadb64b380769deacc0fd013197c11d25d6c197 (diff) | |
| download | emacs-3d33d9939e186ff7d764e60c971c4c62ddcd95e6.tar.gz emacs-3d33d9939e186ff7d764e60c971c4c62ddcd95e6.zip | |
*** empty log message ***
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. |