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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog [emacs-unicode-2]
Date: Wed, 27 Oct 2004 02:27:07 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3331.2.26 emacs/src/ChangeLog:1.3331.2.27
*** emacs/src/ChangeLog:1.3331.2.26     Wed Oct 27 05:42:02 2004
--- emacs/src/ChangeLog Wed Oct 27 06:03:07 2004
***************
*** 1,3 ****
--- 1,14 ----
+ 2004-10-27  Kim F. Storm  <address@hidden>
+ 
+       * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
+       Only allocate info and discarded tables once.
+ 
+       * lisp.h (USE_SAFE_ALLOCA): Add and init sa_must_free integer.
+       (SAFE_ALLOCA, SAFE_ALLOCA_LISP): Increment it when malloc is used.
+       (SAFE_FREE): Test it to determine if we need to unwind to free.
+       Remove size arg.  All users changed.
+       (SAFE_FREE_LISP) Remove.  All users changed to use SAFE_FREE.
+ 
  2004-10-26  Jan Dj,Ad(Brv  <address@hidden>
  
        * gtkutil.c: Put empty line between comment and function body.




reply via email to

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