diff options
| author | Kenichi Handa | 2012-10-13 22:11:40 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-10-13 22:11:40 +0900 |
| commit | 2e58893d168a90c475d4b5ba738b19113f6494ea (patch) | |
| tree | 0688fdb217a0cf7f6ad1ca212c4ddb508d845301 /src/ChangeLog | |
| parent | 0ba06a77fd4ccf92f1106b8ab7d8d64d6d812a1d (diff) | |
| parent | 076a4db2fe51a9a1d3a379955499a12059c50d45 (diff) | |
| download | emacs-2e58893d168a90c475d4b5ba738b19113f6494ea.tar.gz emacs-2e58893d168a90c475d4b5ba738b19113f6494ea.zip | |
merge trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
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 | ||
| 6 | 2012-10-13 Andreas Schwab <schwab@linux-m68k.org> | ||
| 7 | |||
| 8 | * fileio.c: Formatting fixes. | ||
| 9 | |||
| 10 | 2012-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 | |||
| 6 | 2012-10-12 Stefan Monnier <monnier@iro.umontreal.ca> | 23 | 2012-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. |