]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog
* profiler.c (handle_profiler_signal): Inhibit pending signals too,
[gnu-emacs] / src / ChangeLog
index 1a06b6b5d8435d8629b2c19b7c374cbdf1c453a0..744376b0efd10a5d5c8da02cb93fded6edadf426 100644 (file)
@@ -1,3 +1,18 @@
+2012-10-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * profiler.c (handle_profiler_signal): Inhibit pending signals too,
+       to avoid similar races.
+       * keyboard.c (pending_signals): Now bool, not int.
+
+2012-10-02  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * profiler.c (handle_profiler_signal): Fix a malloc race
+       that caused Emacs to hang on Fedora 17 when profiling Lisp.
+
+2012-10-02  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * nsterm.m (windowDidEnterFullScreen): Remove fprintf.
+
 2012-10-02  Eli Zaretskii  <eliz@gnu.org>
 
        * w32proc.c (sys_wait): Declare 'signame' 'const char *', to be