aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog43
1 files changed, 43 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index f41c23df5d2..53d66ba1e37 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,46 @@
12013-08-10 Eli Zaretskii <eliz@gnu.org>
2
3 * update-game-score.exe.manifest: New file.
4
5 * Makefile.in (UPDATE_MANIFEST): New variable.
6 (SCRIPTS): Add $(UPDATE_MANIFEST).
7
82013-08-05 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * makefile.w32-in (lisp2): Add nadvice.elc.
11
122013-08-05 Eli Zaretskii <eliz@gnu.org>
13
14 * update-game-score.c (read_score): Try reading a character before
15 probing the stream for EOF. Initialize score->score to zero,
16 before reading and accumulating the score.
17 (read_scores): Fix logic that determines which value to return.
18 Close the input stream when finished reading the scores (avoids
19 failures in overwriting the file with a new one on MS-Windows,
20 since a file that is open cannot be deleted).
21
22 * ntlib.h (rename): Don't undefine.
23
24 * ntlib.c (sys_rename): New function, needed for
25 update-game-score.
26
272013-08-04 Eli Zaretskii <eliz@gnu.org>
28
29 * ntlib.h: Include fcntl.h.
30 (mkostemp): Declare prototype.
31 (mktemp): Don't redefine.
32
33 * ntlib.c (mkostemp): New function. (Bug#15015)
34
352013-08-04 Paul Eggert <eggert@cs.ucla.edu>
36
37 Fix some minor races in hosts lacking mkostemp (Bug#15015).
38 * movemail.c (main):
39 * update-game-score.c (write_scores):
40 Use mkostemp (which now works on all platforms, due to changes
41 in the portability layer) rather than mktemp (which has a race)
42 or mkstemp (which we no longer bother with).
43
12013-07-10 Paul Eggert <eggert@cs.ucla.edu> 442013-07-10 Paul Eggert <eggert@cs.ucla.edu>
2 45
3 Port to C89. 46 Port to C89.