comparison src/ChangeLog @ 55840:e2775bcb9a2e

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 29 May 2004 16:26:16 +0000
parents 51a4742fb73b
children f1d6a507dcfd
comparison
equal deleted inserted replaced
55839:9e7829a684df 55840:e2775bcb9a2e
1 2004-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
1 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca> 15 2004-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.
4 (marker_blocks_pending_free): Remove. 18 (marker_blocks_pending_free): Remove.
5 (Fgarbage_collect): Sweep after cleaning up undo-lists. 19 (Fgarbage_collect): Sweep after cleaning up undo-lists.