diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7e7556f0e85..2b7d5289e67 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-03-17 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * process.c (make_serial_process_unwind, send_process_trap): | ||
| 4 | (sigchld_handler): Now static. | ||
| 5 | |||
| 3 | * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars. | 6 | * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars. |
| 4 | That way, the code declares only the vars that it needs. | 7 | That way, the code declares only the vars that it needs. |
| 5 | * s/aix4-2.h (PTY_ITERATION): Declare iteration vars. | 8 | * s/aix4-2.h (PTY_ITERATION): Declare iteration vars. |