aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-12-15 14:47:33 +0100
committerJoakim Verona2012-12-15 14:47:33 +0100
commit152243e676f9986467bc539b7eae2d1224dba966 (patch)
tree55eaf6070a50b46324231a41bf6f224d79d37b84 /src/ChangeLog
parent079006b37535a54521065b4a2419ff7ce2b1e296 (diff)
parent07c40d4eaaec4e330345b225f60cf0f76d804c07 (diff)
downloademacs-152243e676f9986467bc539b7eae2d1224dba966.tar.gz
emacs-152243e676f9986467bc539b7eae2d1224dba966.zip
auto upstream
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 960e4e52c59..34959cb691d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,34 @@
12012-12-15 Eli Zaretskii <eliz@gnu.org>
2
3 Fix bug #13079 on MS-Windows with temp files not being deleted.
4 * w32.h (_child_process): New members input_file and
5 pending_deletion.
6 (register_child): First argument is now pid_t.
7 (record_infile, record_pending_deletion): New prototypes.
8
9 * w32proc.c (new_child): Initialize input_file and
10 pending_deletion members of the child.
11 (delete_child): Delete the child's temporary input file, if any,
12 that is pending deletion.
13 (register_child): First argument is now pid_t.
14 (record_infile, record_pending_deletion): New functions.
15 (reap_subprocess): Fix a typo in DebPrint string.
16 (sys_spawnve, sys_kill): Use pid_t for PID arguments.
17
18 * fileio.c (internal_delete_file): Return an int again: non-zero
19 if delete-file succeeds, zero otherwise.
20
21 * lisp.h (internal_delete_file): Adjust prototype.
22
23 * callproc.c (Fcall_process): Don't overwrite infile with result
24 of DECODE_FILE.
25 [WINDOWSNT] If BUFFER is an integer, i.e. we are launching an
26 asynchronous subprocess, record the name of the input file name,
27 if any.
28 (delete_temp_file) [WINDOWSNT]: If internal_delete_file fails to
29 delete the file, record it as pending deletion when the subprocess
30 exits.
31
12012-12-14 Eli Zaretskii <eliz@gnu.org> 322012-12-14 Eli Zaretskii <eliz@gnu.org>
2 33
3 * editfns.c [HAVE_PWD_H]: Include grp.h. 34 * editfns.c [HAVE_PWD_H]: Include grp.h.