aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-16 09:39:42 -0700
committerPaul Eggert2013-07-16 09:39:42 -0700
commita9757f6a03cce5ff2931b1125a9a2249573c8e1c (patch)
tree540a3b5b9e4fc657ed85749d5ef10b5a125ce1c3 /src/ChangeLog
parentc43843aa1ad80cc0e4f6dc2ab523727b10b10a22 (diff)
downloademacs-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/ChangeLog7
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 @@
12013-07-16 Paul Eggert <eggert@cs.ucla.edu> 12013-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.