aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-12-29 12:09:49 +0200
committerEli Zaretskii2012-12-29 12:09:49 +0200
commite7ae8039c346fd296c49ceedb718896bf4b27d9a (patch)
treee5d24f0802b6ffbcd0a9c1a8f4e6d5b1f40c8867 /src/ChangeLog
parent43ebd12b9a838196e91048ef09c5dba7368ee898 (diff)
downloademacs-e7ae8039c346fd296c49ceedb718896bf4b27d9a.tar.gz
emacs-e7ae8039c346fd296c49ceedb718896bf4b27d9a.zip
More cleanup in handling subprocess exiting on MS-Windows.
src/w32proc.c (reader_thread): Avoid passing NULL handles to SetEvent and WaitForSingleObject.
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 79d1982cc0e..76f6865972c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-12-29 Eli Zaretskii <eliz@gnu.org>
2
3 * w32proc.c (reader_thread): Avoid passing NULL handles to
4 SetEvent and WaitForSingleObject.
5
12012-12-28 Paul Eggert <eggert@cs.ucla.edu> 62012-12-28 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Port EXTERNALLY_VISIBLE to Clang 3.2. 8 Port EXTERNALLY_VISIBLE to Clang 3.2.