aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorXue Fuqiao2013-09-04 08:39:34 +0800
committerXue Fuqiao2013-09-04 08:39:34 +0800
commitadf2fc4a01efe77d73cd52bc9173914ed56ff531 (patch)
treea5a280a5554a7bffeaf94fccae29fa3ac1a5d066 /lib-src/ChangeLog
parent63191d9f2043d2e67657e85a7b3842805dd1dad6 (diff)
parent38726039b77db432989fed106c88e9f1aa463281 (diff)
downloademacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.tar.gz
emacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.zip
Merge from mainline.
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog48
1 files changed, 48 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index f41c23df5d2..d2e9dd18177 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,51 @@
12013-08-28 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (SHELL): Now @SHELL@, not /bin/sh,
4 for portability to hosts where /bin/sh has problems.
5
62013-08-10 Eli Zaretskii <eliz@gnu.org>
7
8 * update-game-score.exe.manifest: New file.
9
10 * Makefile.in (UPDATE_MANIFEST): New variable.
11 (SCRIPTS): Add $(UPDATE_MANIFEST).
12
132013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * makefile.w32-in (lisp2): Add nadvice.elc.
16
172013-08-05 Eli Zaretskii <eliz@gnu.org>
18
19 * update-game-score.c (read_score): Try reading a character before
20 probing the stream for EOF. Initialize score->score to zero,
21 before reading and accumulating the score.
22 (read_scores): Fix logic that determines which value to return.
23 Close the input stream when finished reading the scores (avoids
24 failures in overwriting the file with a new one on MS-Windows,
25 since a file that is open cannot be deleted).
26
27 * ntlib.h (rename): Don't undefine.
28
29 * ntlib.c (sys_rename): New function, needed for
30 update-game-score.
31
322013-08-04 Eli Zaretskii <eliz@gnu.org>
33
34 * ntlib.h: Include fcntl.h.
35 (mkostemp): Declare prototype.
36 (mktemp): Don't redefine.
37
38 * ntlib.c (mkostemp): New function. (Bug#15015)
39
402013-08-04 Paul Eggert <eggert@cs.ucla.edu>
41
42 Fix some minor races in hosts lacking mkostemp (Bug#15015).
43 * movemail.c (main):
44 * update-game-score.c (write_scores):
45 Use mkostemp (which now works on all platforms, due to changes
46 in the portability layer) rather than mktemp (which has a race)
47 or mkstemp (which we no longer bother with).
48
12013-07-10 Paul Eggert <eggert@cs.ucla.edu> 492013-07-10 Paul Eggert <eggert@cs.ucla.edu>
2 50
3 Port to C89. 51 Port to C89.