aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 21d1d25d6de..715c6abd5b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
12012-08-02 Paul Eggert <eggert@cs.ucla.edu> 12012-08-02 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Merge from gnulib (Bug#12116), incorporating:
4 2012-08-01 extern-inline: new module
5 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline
6 * lib/stat-time.c, lib/utimespec.c, lib/u64.c, m4/extern-inline.m4:
7 New files. The new .c files are for instantiating extern inline
8 functions.
9
3 Port to Solaris 8. 10 Port to Solaris 8.
4 Without this change, 'configure' fails because the recently-added 11 Without this change, 'configure' fails because the recently-added
5 wait3 prototype in config.h messes up later 'configure' tests. 12 wait3 prototype in config.h messes up later 'configure' tests.