diff options
| author | Eli Zaretskii | 2013-02-13 19:00:26 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-02-13 19:00:26 +0200 |
| commit | 6e432f0cda1daa7bcee1fb5872dcfa130abe5018 (patch) | |
| tree | 3e966d72dd5fd5419e41e1e4c04bb23bab72a051 /src/ChangeLog | |
| parent | a1d23eb50565fe149ef2daf4c8404029a9ecaa74 (diff) | |
| download | emacs-6e432f0cda1daa7bcee1fb5872dcfa130abe5018.tar.gz emacs-6e432f0cda1daa7bcee1fb5872dcfa130abe5018.zip | |
Cleanup related to bug #13546 with subprocesses on MS-Windows.
src/w32.c (sys_pipe): When failing due to file descriptors above
MAXDESC, set errno to EMFILE.
(_sys_read_ahead): Update cp->status when failing to read serial
communications input, so that the status doesn't stay at
STATUS_READ_IN_PROGRESS.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 62d33e15ece..358f25b40f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-02-13 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (sys_pipe): When failing due to file descriptors above | ||
| 4 | MAXDESC, set errno to EMFILE. | ||
| 5 | (_sys_read_ahead): Update cp->status when failing to read serial | ||
| 6 | communications input, so that the status doesn't stay at | ||
| 7 | STATUS_READ_IN_PROGRESS. (Bug#13546) | ||
| 8 | |||
| 1 | 2013-02-13 Glenn Morris <rgm@gnu.org> | 9 | 2013-02-13 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * keyboard.c (input-decode-map, key-translation-map): Doc fixes. | 11 | * keyboard.c (input-decode-map, key-translation-map): Doc fixes. |