diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0840e5ec9f0..266ff2f58a6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2011-03-14 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-03-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * sysdep.c (system_process_attributes): Rename vars to avoid shadowing. | 3 | * sysdep.c (system_process_attributes): Rename vars to avoid shadowing. |
| 4 | Fix pointer signedness issue. | ||
| 4 | 5 | ||
| 5 | * process.c (serial_open, serial_configure): Move decls from here ... | 6 | * process.c (serial_open, serial_configure): Move decls from here ... |
| 6 | * systty.h: ... to here, so that they can be checked. | 7 | * systty.h: ... to here, so that they can be checked. |