aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-10-03 22:52:49 -0700
committerPaul Eggert2012-10-03 22:52:49 -0700
commit88d69b7ddca305bb96d6e671300f6724e4f147dd (patch)
treeb2ee21fefc1376198029fba154c658c9b2cdf90f /src/ChangeLog
parent2b794d6940aa7dc58e297b3649b7799190d71f64 (diff)
downloademacs-88d69b7ddca305bb96d6e671300f6724e4f147dd.tar.gz
emacs-88d69b7ddca305bb96d6e671300f6724e4f147dd.zip
* profiler.c (handle_profiler_signal): Inhibit pending signals too,
to avoid similar races. * keyboard.c (pending_signals): Now bool, not int.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ced0e057e27..744376b0efd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-10-04 Paul Eggert <eggert@cs.ucla.edu>
2
3 * profiler.c (handle_profiler_signal): Inhibit pending signals too,
4 to avoid similar races.
5 * keyboard.c (pending_signals): Now bool, not int.
6
12012-10-02 Paul Eggert <eggert@cs.ucla.edu> 72012-10-02 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * profiler.c (handle_profiler_signal): Fix a malloc race 9 * profiler.c (handle_profiler_signal): Fix a malloc race