aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index df10f95e500..89ee0913525 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12004-05-29 Richard M. Stallman <rms@gnu.org>
2
3 * lisp.h (truncate_undo_list): Update decl.
4
5 * alloc.c (undo_outer_limit): New variable.
6 (syms_of_alloc): Defvar it.
7 (Fgarbage_collect): Pass undo_outer_limit to truncate_undo_list.
8
9 * undo.c (truncate_undo_list): New arg LIMITSIZE.
10
11 * alloc.c (lisp_align_malloc): Check for base == 0
12 regardless of HAVE_POSIX_MEMALIGN.
13 Clean up HAVE_POSIX_MEMALIGN handling of `err'.
14
12004-05-28 Stefan Monnier <monnier@iro.umontreal.ca> 152004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
2 16
3 * alloc.c: Undo Kim's recent changes and fix the same bug differently. 17 * alloc.c: Undo Kim's recent changes and fix the same bug differently.