diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 358f25b40f9..e1b8a23e6b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2013-02-13 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-02-13 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * w32proc.c (new_child): If no vacant slots are found in | ||
| 4 | child_procs[], make another pass looking for slots whose process | ||
| 5 | has exited or died. (Bug#13546) | ||
| 6 | |||
| 3 | * w32.c (sys_pipe): When failing due to file descriptors above | 7 | * w32.c (sys_pipe): When failing due to file descriptors above |
| 4 | MAXDESC, set errno to EMFILE. | 8 | MAXDESC, set errno to EMFILE. |
| 5 | (_sys_read_ahead): Update cp->status when failing to read serial | 9 | (_sys_read_ahead): Update cp->status when failing to read serial |