diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7a29f8d803b..4c4ca3a5e00 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-07-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * process.c (read_and_dispose_of_process_output): Fix typo | ||
| 4 | in previous patch: we want nonnegative fds, not nonzero fds. | ||
| 5 | |||
| 1 | 2014-07-08 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2014-07-08 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | * chartab.c (char_table_translate): Move to... | 8 | * chartab.c (char_table_translate): Move to... |