aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3787e006c4f..56131aca4b2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -3,6 +3,23 @@
3 * coding.c (detect_coding): Set coding->id before calling 3 * coding.c (detect_coding): Set coding->id before calling
4 this->detector. 4 this->detector.
5 5
62012-10-13 Andreas Schwab <schwab@linux-m68k.org>
7
8 * fileio.c: Formatting fixes.
9
102012-10-13 Paul Eggert <eggert@cs.ucla.edu>
11
12 Fix some stat-related races.
13 * fileio.c (Fwrite_region): Avoid race condition if a file is
14 removed or renamed by some other process immediately after Emacs
15 writes it but before Emacs stats it. Do not assume that stat (or
16 fstat) succeeds.
17 * image.c (slurp_file): Resolve the file name with fopen + fstat
18 rather than stat + fopen.
19 (pbm_read_file) [0]: Remove unused code with stat race.
20 * process.c (allocate_pty) [HAVE_PTYS && !PTY_ITERATION && !PTY_OPEN]:
21 Remove ineffective code with stat race.
22
62012-10-12 Stefan Monnier <monnier@iro.umontreal.ca> 232012-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
7 24
8 * doc.c (get_doc_string): Don't signal an error if the file is missing. 25 * doc.c (get_doc_string): Don't signal an error if the file is missing.