emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Sat, 29 May 2004 01:13:52 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3715 emacs/src/ChangeLog:1.3716
*** emacs/src/ChangeLog:1.3715  Fri May 28 22:54:58 2004
--- emacs/src/ChangeLog Sat May 29 00:01:42 2004
***************
*** 1,3 ****
--- 1,14 ----
+ 2004-05-28  Stefan Monnier  <address@hidden>
+ 
+       * alloc.c: Undo Kim's recent changes and fix the same bug differently.
+       (marker_blocks_pending_free): Remove.
+       (Fgarbage_collect): Sweep after cleaning up undo-lists.
+       Mark the undo lists after claning them up.
+       Don't free block in marker_blocks_pending_free.
+       (mark_buffer): Don't mark undo_list.
+       (gc_sweep): Sweep hash-tables and strings first.
+       Do free marker blocks that are empty.
+ 
  2004-05-28  Jim Blandy  <address@hidden>
  
        * regex.c (print_partial_compiled_pattern): Add missing 'break'




reply via email to

[Prev in Thread] Current Thread [Next in Thread]