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 172fccc2dcf..e44331dcd4d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * process.c (keyboard_bit_set): Define only if SIGIO. | ||
| 4 | (send_process_trap): Mark it with NO_RETURN if it doesn't return. | ||
| 5 | (send_process): Repair possible setjmp clobbering. | ||
| 6 | |||
| 3 | * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'. | 7 | * s/usg5-4-common.h (SETUP_SLAVE_PTY): Don't pass extra arg to 'fatal'. |
| 4 | 8 | ||
| 5 | * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts. | 9 | * eval.c: Include <stdio.h>, for vsnprintf on non-GNU/Linux hosts. |