summaryrefslogtreecommitdiff
path: root/modules/bitrotate
Commit message (Collapse)AuthorAgeFilesLines
* bitrotate: better 'inline'Paul Eggert2012-11-291-2/+3
| | | | | | | | | | | * lib/bitrotate.c: New file. * lib/bitrotate.h (BITROTATE_INLINE): New macros. Replace all uses of 'static inline' with them. Use _GL_INLINE_HEADER_BEGIN, _GL_INLINE_HEADER_END. * modules/bitrotate (Files, lib_SOURCES): Add lib/bitrotate.c. (Depends-on): Add extern-inline. (configure.ac): Do not require AC_C_INLINE.
* bitrotate: Add 8 bit rotate functions.Simon Josefsson2008-09-011-1/+1
|
* Fix last commit.Simon Josefsson2008-09-011-1/+2
|
* Fix bitrotate module.Simon Josefsson2008-09-011-1/+2
|
* Add bitrotate module.Simon Josefsson2008-08-291-0/+21