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: Fri, 10 May 2002 19:56:07 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2655 emacs/src/ChangeLog:1.2656
*** emacs/src/ChangeLog:1.2655  Fri May 10 15:18:53 2002
--- emacs/src/ChangeLog Fri May 10 19:56:06 2002
***************
*** 1,3 ****
--- 1,12 ----
+ 2002-05-11  Kim F. Storm  <address@hidden>
+ 
+       * keymap.c (current_minor_maps): Fixed resizing of cmm_maps;
+       only update cmm_size if realloc actually succeeds.
+       Testing with initial size of 2 elements revealed that using
+       realloc on GNU/Linux would cause a random trap in xmalloc
+       later on, so I rewrote the code to use malloc/bcopy/free instead
+       of realloc.
+ 
  2002-05-10  Jason Rumney  <address@hidden>
  
        * w32fns.c (enum_font_cb2): Avoid DBCS raster fonts.



reply via email to

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