aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 47b2de24844..76f0226c0bf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12012-10-12 Eli Zaretskii <eliz@gnu.org>
2
3 * fileio.c (check_existing): New function.
4 (make_temp_name, Ffile_exists_p, Ffile_writable_p): Call it
5 instead of calling 'stat', when what's needed is to check whether
6 a file exists. This avoids expensive system calls on MS-Windows.
7 (Bug#12587)
8
9 * w32.c (init_environment): Call 'check_existing' instead of
10 'stat'.
11
12 * lread.c (openp) [WINDOWSNT]: Call 'access' instead of 'stat' to
13 determine whether a file exists and is not a directory.
14
15 * lisp.h (check_existing): Add prototype.
16
12012-10-12 Jan Djärv <jan.h.d@swipnet.se> 172012-10-12 Jan Djärv <jan.h.d@swipnet.se>
2 18
3 * nsfont.m (nsfont_open): Remove font cache, it is not GC correct. 19 * nsfont.m (nsfont_open): Remove font cache, it is not GC correct.