aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 82751e371df..6ff25edac50 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -8,16 +8,7 @@
8 when auto-save-timeout is less than 4. (Bug#13720) 8 when auto-save-timeout is less than 4. (Bug#13720)
9 9
10 * w32proc.c (new_child): Free up to 2 slots of dead processes at a 10 * w32proc.c (new_child): Free up to 2 slots of dead processes at a
11 time. Improve diagnostics in DebPrint. 11 time. Improve diagnostics in DebPrint. (Bug#13546)
12 (reader_thread): If cp->char_avail is NULL, set the FILE_AT_EOF
13 flag, so that sys_select could have a chance of noticing that this
14 process is dead, and call a SIGCHLD handler for it. Improve
15 diagnostics in DebPrint.
16 (reap_subprocess): Reset the FILE_AT_EOF flag set by
17 reader_thread.
18 (sys_select): Watch a process whose procinfo.hProcess is non-NULL
19 even if its char_avail is NULL. Allows to reap subprocesses that
20 were forcibly deleted by delete-process. (Bug#13546)
21 12
22 * w32.c (sys_socket, sys_bind, sys_connect, sys_gethostname) 13 * w32.c (sys_socket, sys_bind, sys_connect, sys_gethostname)
23 (sys_gethostbyname, sys_getservbyname, sys_getpeername) 14 (sys_gethostbyname, sys_getservbyname, sys_getpeername)