aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a020c1278e3..0a24427f683 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
12013-08-29 Eli Zaretskii <eliz@gnu.org>
2
3 * w32.c (term_winsock): Call release_listen_threads before calling
4 WSACleanup.
5 (_sys_wait_accept): Wait for accept event in a loop with a finite
6 timeout, instead of waiting indefinitely. Will hopefully avoid
7 hanging during exit because WSACleanup deadlocks waiting for the
8 event object to be released. (Bug#14333)
9
10 * w32proc.c (release_listen_threads): New function, signals all
11 the reader threads that listen for connections to stop waiting.
12
13 * w32.h (release_listen_threads): Add prototype.
14
12013-08-29 Dmitry Antipov <dmantipov@yandex.ru> 152013-08-29 Dmitry Antipov <dmantipov@yandex.ru>
2 16
3 * alloc.c (Fmake_marker, build_marker): Zero need_adjustment 17 * alloc.c (Fmake_marker, build_marker): Zero need_adjustment