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 1d27999b49d..da9676233e0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-03-18 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-18 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * lisp.h (child_setup): Now NO_RETURN unless DOS_NT. | ||
| 4 | This should get cleaned up, so that child_setup has the | ||
| 5 | same signature on all platforms. | ||
| 6 | |||
| 3 | * callproc.c (call_process_cleanup): Now static. | 7 | * callproc.c (call_process_cleanup): Now static. |
| 4 | (relocate_fd): Rename locals to avoid shadowing. | 8 | (relocate_fd): Rename locals to avoid shadowing. |
| 5 | 9 | ||