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,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog,v
Date: Tue, 02 Oct 2007 21:24:52 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/02 21:24:47

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5908
retrieving revision 1.5909
diff -u -b -r1.5908 -r1.5909
--- ChangeLog   2 Oct 2007 21:16:53 -0000       1.5908
+++ ChangeLog   2 Oct 2007 21:24:47 -0000       1.5909
@@ -1,5 +1,13 @@
 2007-10-02  Stefan Monnier  <address@hidden>
 
+       * lisp.h (struct Lisp_Hash_Table): Move non-traced elements at the end.
+       Turn `count' into an integer.
+       * fns.c (make_hash_table, hash_put, hash_remove, hash_clear)
+       (sweep_weak_table, sweep_weak_hash_tables, Fhash_table_count):
+       * print.c (print_object) <HASH_TABLE_P>: `count' is an int.
+       * alloc.c (allocate_hash_table): Use ALLOCATE_PSEUDOVECTOR.
+       (mark_object) <HASH_TABLE_P>: Use mark_vectorlike.
+
        * alloc.c (allocate_pseudovector): New fun.
        (ALLOCATE_PSEUDOVECTOR): New macro.
        (allocate_window, allocate_terminal, allocate_frame)




reply via email to

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