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: Sat, 29 Sep 2007 20:19:43 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/09/29 20:19:42

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5900
retrieving revision 1.5901
diff -u -b -r1.5900 -r1.5901
--- ChangeLog   29 Sep 2007 20:10:22 -0000      1.5900
+++ ChangeLog   29 Sep 2007 20:19:41 -0000      1.5901
@@ -1,5 +1,11 @@
 2007-09-29  Stefan Monnier  <address@hidden>
 
+       * alloc.c (mark_terminal): Remove left-over declaration.
+       (enum mem_type): Replace all vector subtypes -> MEM_TYPE_VECTORLIKE.
+       (allocate_vectorlike): Remove type argument.  Adjust callers.
+       (live_vector_p, mark_maybe_pointer, valid_lisp_object_p):
+       Only handle the one remaining MEM_TYPE_VECTORLIKE.
+
        * alloc.c (MALLOC_BLOCK_INPUT, MALLOC_UNBLOCK_INPUT): New macros
        to avoid unnecessary BLOCK_INPUTs when SYNC_INPUT is used.
        (xmalloc, xrealloc, xfree, lisp_malloc, lisp_free, lisp_align_malloc)




reply via email to

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