diff options
| author | Eli Zaretskii | 2012-12-29 12:09:49 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-12-29 12:09:49 +0200 |
| commit | e7ae8039c346fd296c49ceedb718896bf4b27d9a (patch) | |
| tree | e5d24f0802b6ffbcd0a9c1a8f4e6d5b1f40c8867 /src/ChangeLog | |
| parent | 43ebd12b9a838196e91048ef09c5dba7368ee898 (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2012-12-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32proc.c (reader_thread): Avoid passing NULL handles to | ||
| 4 | SetEvent and WaitForSingleObject. | ||
| 5 | |||
| 1 | 2012-12-28 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2012-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. |