summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-11-20 22:25:05 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2012-11-29 23:38:49 -0800
commit82d259c28dd5be149c34e76d71e4368cc26c42fb (patch)
tree724458f608e6888aa11eb4818bc135682a627cc1 /ChangeLog
parent5cabadce63c02be518a0679cb02d2e7c8a002c54 (diff)
downloadgnulib-82d259c28dd5be149c34e76d71e4368cc26c42fb.tar.gz
count-leading-zeros: better 'inline'
* lib/count-leading-zeros.c: New file. * lib/count-leading-zeros.h (COUNT_LEADING_ZEROS_INLINE): New macro. Replace all uses of 'static inline' with it. Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END. * m4/count-leading-zeros.m4 (gl_COUNT_LEADING_ZEROS): Do not require AC_C_INLINE. * modules/count-leading-zeros (Files, lib_SOURCES): Add lib/count-leading-zeros.c. (Depends-on): Add extern-inline.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c23c0fda74..124ead01a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2012-11-29 Paul Eggert <eggert@cs.ucla.edu>
+ count-leading-zeros: better 'inline'
+ * lib/count-leading-zeros.c: New file.
+ * lib/count-leading-zeros.h (COUNT_LEADING_ZEROS_INLINE):
+ New macro. Replace all uses of 'static inline' with it.
+ Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END.
+ * m4/count-leading-zeros.m4 (gl_COUNT_LEADING_ZEROS):
+ Do not require AC_C_INLINE.
+ * modules/count-leading-zeros (Files, lib_SOURCES):
+ Add lib/count-leading-zeros.c.
+ (Depends-on): Add extern-inline.
+
bitrotate: better 'inline'
* lib/bitrotate.c: New file.
* lib/bitrotate.h (BITROTATE_INLINE):