aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-08-01 21:46:10 -0700
committerPaul Eggert2012-08-01 21:46:10 -0700
commita0d4efe9c3c01fde58b401ee5ab88f052128fa85 (patch)
tree70862330c792d4ba0d16d9b389e742d65ddf2004 /ChangeLog
parent13294f95172c68a5e77143f917231e0f17f37537 (diff)
downloademacs-a0d4efe9c3c01fde58b401ee5ab88f052128fa85.tar.gz
emacs-a0d4efe9c3c01fde58b401ee5ab88f052128fa85.zip
Merge from gnulib, for extern-inline.
2012-08-01 extern-inline: new module 2012-08-01 stat-time, timespec, u64, utimens: use extern-inline * lib/stat-time.c, lib/utimespec.c, lib/u64.c, m4/extern-inline.m4: New files. The new .c files are for instantiating extern inline functions. Fixes: debbugs:12116
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.