aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-09-18 01:34:09 -0700
committerPaul Eggert2011-09-18 01:34:09 -0700
commite5e9d610c9b435b9053bec512957c872b8fc031c (patch)
tree8a09d838c6027d13dbe4132d38ddb12091705c1a /src/ChangeLog
parent5d5ac8ec033a741c6931ef874ac4c4caa0a9359c (diff)
downloademacs-e5e9d610c9b435b9053bec512957c872b8fc031c.tar.gz
emacs-e5e9d610c9b435b9053bec512957c872b8fc031c.zip
* fileio.c: Report proper errno when syscall falls.
(Finsert_file_contents): Save and restore errno, so that report_file_error outputs the correct diagnostic. (Fwrite_region) [CLASH_DETECTION]: Likewise.
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 835e70f99af..282275ffa06 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12011-09-18 Paul Eggert <eggert@cs.ucla.edu>
2
3 * fileio.c: Report proper errno when syscall falls.
4 (Finsert_file_contents): Save and restore errno,
5 so that report_file_error outputs the correct diagnostic.
6 (Fwrite_region) [CLASH_DETECTION]: Likewise.
7
12011-09-18 Eli Zaretskii <eliz@gnu.org> 82011-09-18 Eli Zaretskii <eliz@gnu.org>
2 9
3 * .gdbinit (pgx): Fix references to fields of `struct glyph'. 10 * .gdbinit (pgx): Fix references to fields of `struct glyph'.