diff options
| author | Paul Eggert | 2013-07-16 21:37:27 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-16 21:37:27 -0700 |
| commit | b648c16370ca72e3b68678db41b29e62accb708c (patch) | |
| tree | a6d5dad9e4b7beb95c1957e56ca1498df93766e2 /src/ChangeLog | |
| parent | b1dc4084264128eb303198f8b5cb6d70ee3b3034 (diff) | |
| download | emacs-b648c16370ca72e3b68678db41b29e62accb708c.tar.gz emacs-b648c16370ca72e3b68678db41b29e62accb708c.zip | |
A few more minor file errno-reporting bugs.
* callproc.c (Fcall_process):
* doc.c (Fsnarf_documentation):
* fileio.c (Frename_file, Fadd_name_to_file, Fmake_symbolic_link):
* process.c (set_socket_option):
Don't let a constructor trash errno.
* doc.c: Include <errno.h>.
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. |