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:10:23 +0000

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

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/src/ChangeLog,v
retrieving revision 1.5899
retrieving revision 1.5900
diff -u -b -r1.5899 -r1.5900
--- ChangeLog   29 Sep 2007 17:50:09 -0000      1.5899
+++ ChangeLog   29 Sep 2007 20:10:22 -0000      1.5900
@@ -1,5 +1,12 @@
 2007-09-29  Stefan Monnier  <address@hidden>
 
+       * 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)
+       (lisp_align_free, make_interval, allocate_string, allocate_string_data)
+       (make_float, Fcons, allocate_vectorlike, Fmake_symbol, allocate_misc):
+       Use them.
+
        * xfaces.c (load_face_font, free_realized_face, clear_face_gcs):
        Don't let signal handlers run when a GC is freed but not yet NULL'ed.
        (x_free_gc): Remove BLOCK_INPUT since it's now redundant.




reply via email to

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