summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2009-12-31 16:13:01 +0100
committerBruno Haible <bruno@clisp.org>2009-12-31 18:06:08 +0100
commit9072c434ac94ee3e8352aba6c48de06bc62dfd50 (patch)
treeff791d568f81092146cecbe8a4f7382c75c18d5d /ChangeLog
parent69fe567051cd45f3d71166a9956a4621163b33fb (diff)
downloadgnulib-9072c434ac94ee3e8352aba6c48de06bc62dfd50.tar.gz
Use AC_C_INLINE where necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 20c23ae808..78d2a5ce5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2009-12-31 Bruno Haible <bruno@clisp.org>
+ Use AC_C_INLINE where necessary.
+ * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
+ * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
+ * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
+ * m4/mbchar.m4 (gl_MBCHAR): Likewise.
+ * m4/mbfile.m4 (gl_MBFILE): Likewise.
+ * m4/mbiter.m4 (gl_MBITER): Likewise.
+ * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
+ * m4/stat.m4 (gl_FUNC_STAT): Likewise.
+ * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
+ * modules/u64 (configure.ac): Likewise.
+
+2009-12-31 Bruno Haible <bruno@clisp.org>
+
Use AC_C_INLINE instead of module 'inline' where possible.
* modules/inline (Description): Clarify purpose.
* m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.