diff options
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 ef67df9d792..a6ba03a0069 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-12-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Minor call-process cleanups. | ||
| 4 | * callproc.c (Fcall_process): Do record-unwind-protect on MSDOS | ||
| 5 | at the same time as other platforms, to simplify analysis. | ||
| 6 | No need for fd0_volatile since we have synch_process_fd. | ||
| 7 | Avoid needless emacs_close; arg is always negative. | ||
| 8 | |||
| 1 | 2012-12-04 Andreas Schwab <schwab@linux-m68k.org> | 9 | 2012-12-04 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 10 | ||
| 3 | * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous | 11 | * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous |