diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 62529d8d778..23334449ef3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2013-07-17 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | A few more minor file errno-reporting bugs. | ||
| 4 | * callproc.c (Fcall_process): | ||
| 5 | * doc.c (Fsnarf_documentation): | ||
| 6 | * fileio.c (Frename_file, Fadd_name_to_file, Fmake_symbolic_link): | ||
| 7 | * process.c (set_socket_option): | ||
| 8 | Don't let a constructor trash errno. | ||
| 9 | * doc.c: Include <errno.h>. | ||
| 10 | |||
| 1 | 2013-07-16 Juanma Barranquero <lekktu@gmail.com> | 11 | 2013-07-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 12 | ||
| 3 | * w32fns.c (unwind_create_tip_frame): Fix declaration. | 13 | * w32fns.c (unwind_create_tip_frame): Fix declaration. |