aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorTomohiro Matsuyama2012-09-28 18:34:20 +0900
committerTomohiro Matsuyama2012-09-28 18:34:20 +0900
commit704d3f455f837fd8881c72f82788a282ff093c82 (patch)
tree511fc4995a70e6959089b197a1238bfa1812804e /src/ChangeLog
parent96fb71705b3d2aa1eaf2ecd0e447d23995b74b6e (diff)
downloademacs-704d3f455f837fd8881c72f82788a282ff093c82.tar.gz
emacs-704d3f455f837fd8881c72f82788a282ff093c82.zip
* profiler.c (sigprof_handler): Fix race condition.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 601c72a9fd3..d6a6d91b75a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12012-09-28 Tomohiro Matsuyama <tomo@cx4a.org>
2
3 * profiler.c (sigprof_handler): Fix race condition.
4
12012-09-28 Glenn Morris <rgm@gnu.org> 52012-09-28 Glenn Morris <rgm@gnu.org>
2 6
3 * lread.c (lisp_file_lexically_bound_p): Handle #! lines. (Bug#12528) 7 * lread.c (lisp_file_lexically_bound_p): Handle #! lines. (Bug#12528)