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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Tue, 26 Oct 2004 18:46:34 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3948 emacs/src/ChangeLog:1.3949
*** emacs/src/ChangeLog:1.3948  Tue Oct 26 19:48:37 2004
--- emacs/src/ChangeLog Tue Oct 26 22:38:50 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]