aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/ChangeLog9
-rw-r--r--src/ChangeLog8
2 files changed, 17 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index a8b3fba77da..b4fce8755b1 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,12 @@
12002-11-18 Dave Love <fx@gnu.org>
2
3 * update-game-score.c: Include unistd.h, string.h, stdlib.h,
4 fcntl.h, stdarg.h conditionally.
5 (_GNU_SOURCE, __attribute__): Don't define.
6 (optarg, optind, opterr): Declare.
7 (lose, lose_syserr): Use NO_RETURN.
8 (get_user_id): Use P_.
9
12002-11-17 Richard M. Stallman <rms@gnu.org> 102002-11-17 Richard M. Stallman <rms@gnu.org>
2 11
3 * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir). 12 * Makefile.in (${archlibdir}): Ignore errors operating on $(gamedir).
diff --git a/src/ChangeLog b/src/ChangeLog
index f1d9cd7bf68..856ea89a404 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12002-11-18 Dave Love <fx@gnu.org>
2
3 * regex.c (_GNU_SOURCE): Don't define.
4
5 * process.c (_GNU_SOURCE): Don't define.
6
7 * fileio.c (_GNU_SOURCE, HAVE_FSYNC): Don't define.
8
12002-11-18 Markus Rost <rost@math.ohio-state.edu> 92002-11-18 Markus Rost <rost@math.ohio-state.edu>
2 10
3 * s/sol2-8.h: Include sol2-6.h. 11 * s/sol2-8.h: Include sol2-6.h.