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: Mon, 21 Jun 2004 17:56:10 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3762 emacs/src/ChangeLog:1.3763
*** emacs/src/ChangeLog:1.3762  Mon Jun 21 19:52:30 2004
--- emacs/src/ChangeLog Mon Jun 21 21:50:52 2004
***************
*** 1,3 ****
--- 1,32 ----
+ 2004-06-21  Kim F. Storm  <address@hidden>
+ 
+       * lisp.h (MAX_ALLOCA): Define here.
+       (safe_alloca_unwind): Add prototype.
+       (USE_SAFE_ALLOCA, SAFE_ALLOCA, SAFE_FREE): New macros.
+ 
+       * alloc.c (safe_alloca_unwind): New function.
+ 
+       * casefiddle.c (casify_object): Use SAFE_ALLOCA.
+ 
+       * charset.c (Fstring): Use SAFE_ALLOCA.
+ 
+       * coding.c (MAX_ALLOCA): Remove define.
+ 
+       * data.c (MAX_ALLOCA): Remove define.
+       (Faset): Use SAFE_ALLOCA.
+ 
+       * editfns.c (Fformat, Ftranspose_regions): Use SAFE_ALLOCA.
+ 
+       * fns.c (string_make_multibyte, string_to_multibyte)
+       (string_make_unibyte, Fmapconcat, Fmapcar): Use SAFE_ALLOCA.
+       (MAX_ALLOCA): Remove define.
+       (Fbase64_encode_region, Fbase64_encode_string)
+       (Fbase64_decode_region, Fbase64_decode_string): Use SAFE_ALLOCA.
+       (Fbase64_encode_region, Fbase64_encode_string): Fix potential
+       memory leak if encoding fails.
+ 
+       * xdisp.c (add_to_log): Use SAFE_ALLOCA.
+ 
  2004-06-21  Eli Zaretskii  <address@hidden>
  
        * print.c (Fwith_output_to_temp_buffer): Doc fix.




reply via email to

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