aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-30 23:44:43 +0200
committerPaul Eggert2013-07-30 23:44:43 +0200
commitf4b169ce6767c017de7cc7aaa07652b6a71e361f (patch)
tree7ac89c2be0f9f7357e0234e8e56e56924198a277 /src/ChangeLog
parent158bc55c6e715be476acacbef2aa8ca9b50c94c6 (diff)
downloademacs-f4b169ce6767c017de7cc7aaa07652b6a71e361f.tar.gz
emacs-f4b169ce6767c017de7cc7aaa07652b6a71e361f.zip
Fix tempfile bug on platforms lacking mkostemp and mkstemp.
* callproc.c (create_temp_file) [! (HAVE_MKOSTEMP || HAVE_MKSTEMP)]: Do not assume that emacs_close (INT_MAX) is a no-op. Fixes: debbugs:14986
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index bfe4dfaf39a..fd54607049e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-07-30 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix tempfile bug on platforms lacking mkostemp and mkstemp (Bug#14986).
4 * callproc.c (create_temp_file) [! (HAVE_MKOSTEMP || HAVE_MKSTEMP)]:
5 Do not assume that emacs_close (INT_MAX) is a no-op.
6
12013-07-30 Dmitry Antipov <dmantipov@yandex.ru> 72013-07-30 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 * xfaces.c (make_face_cache): For struct face_cache, prefer 9 * xfaces.c (make_face_cache): For struct face_cache, prefer