diff options
| author | Paul Eggert | 2013-07-16 09:39:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-07-16 09:39:42 -0700 |
| commit | a9757f6a03cce5ff2931b1125a9a2249573c8e1c (patch) | |
| tree | 540a3b5b9e4fc657ed85749d5ef10b5a125ce1c3 /src/ChangeLog | |
| parent | c43843aa1ad80cc0e4f6dc2ab523727b10b10a22 (diff) | |
| download | emacs-a9757f6a03cce5ff2931b1125a9a2249573c8e1c.tar.gz emacs-a9757f6a03cce5ff2931b1125a9a2249573c8e1c.zip | |
* fileio.c (report_file_errno): Fix errno reporting bug.
If the file name is neither null nor a pair, package it up as a
singleton list. All callers changed, both to this function and to
report_file_error. This fixes a bug where the memory allocator
invoked by list1 set errno so that the immediately following
report_file_error reported the wrong errno value.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3f597ec63b1..0c96e4b901b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2013-07-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2013-07-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * fileio.c (report_file_errno): Fix errno reporting bug. | ||
| 4 | If the file name is neither null nor a pair, package it up as a | ||
| 5 | singleton list. All callers changed, both to this function and to | ||
| 6 | report_file_error. This fixes a bug where the memory allocator | ||
| 7 | invoked by list1 set errno so that the immediately following | ||
| 8 | report_file_error reported the wrong errno value. | ||
| 9 | |||
| 3 | Fix minor problems found by --enable-gcc-warnings. | 10 | Fix minor problems found by --enable-gcc-warnings. |
| 4 | * frame.c (Fhandle_focus_in, Fhandle_focus_out): Return a value. | 11 | * frame.c (Fhandle_focus_in, Fhandle_focus_out): Return a value. |
| 5 | * keyboard.c (kbd_buffer_get_event): Remove unused local. | 12 | * keyboard.c (kbd_buffer_get_event): Remove unused local. |