diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index efa404afc2f..da15a612a19 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-11-28 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * callproc.c (Fcall_process): Fix vfork portability problems. | ||
| 4 | Do not assume that fd[0], count, filefd, and save_environ survive | ||
| 5 | vfork. Fix bug whereby wrong errno value could be reported for | ||
| 6 | pipe failure. Some minor cleanups, too, as follows. Move buf and | ||
| 7 | bufsize to the context where they're needed. Change new_argv to | ||
| 8 | be of type char **, as this is more convenient and avoids casts. | ||
| 9 | (CALLPROC_BUFFER_SIZE_MIN, CALLPROC_BUFFER_SIZE_MAX): | ||
| 10 | Now local constants, not macros. | ||
| 11 | |||
| 1 | 2012-11-18 Kenichi Handa <handa@gnu.org> | 12 | 2012-11-18 Kenichi Handa <handa@gnu.org> |
| 2 | 13 | ||
| 3 | * font.c (font_unparse_xlfd): Fix previous change. Keep "const" | 14 | * font.c (font_unparse_xlfd): Fix previous change. Keep "const" |