aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-10-02 12:38:10 -0700
committerPaul Eggert2012-10-02 12:38:10 -0700
commita3c5c0c5800ca55a2b0548d3d30a39f570b10e90 (patch)
treece2ff1ec87183735f4fb43aa3549f322e7d2ef5a /src/ChangeLog
parent914e743b60af339ae577385a18685f8a40f9fe8f (diff)
downloademacs-a3c5c0c5800ca55a2b0548d3d30a39f570b10e90.tar.gz
emacs-a3c5c0c5800ca55a2b0548d3d30a39f570b10e90.zip
* profiler.c (handle_profiler_signal): Fix a malloc race
that caused Emacs to hang on Fedora 17 when profiling Lisp.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e905a800f70..ced0e057e27 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-10-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 * profiler.c (handle_profiler_signal): Fix a malloc race
4 that caused Emacs to hang on Fedora 17 when profiling Lisp.
5
12012-10-02 Jan Djärv <jan.h.d@swipnet.se> 62012-10-02 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * nsterm.m (windowDidEnterFullScreen): Remove fprintf. 8 * nsterm.m (windowDidEnterFullScreen): Remove fprintf.