diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 48 |
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 @@ | |||
| 1 | 2013-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 | |||
| 6 | 2013-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 | |||
| 13 | 2013-08-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 14 | |||
| 15 | * makefile.w32-in (lisp2): Add nadvice.elc. | ||
| 16 | |||
| 17 | 2013-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 | |||
| 32 | 2013-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 | |||
| 40 | 2013-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 | |||
| 1 | 2013-07-10 Paul Eggert <eggert@cs.ucla.edu> | 49 | 2013-07-10 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 50 | ||
| 3 | Port to C89. | 51 | Port to C89. |