Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | error, filevercmp: no 'static inline' | Paul Eggert | 2012-11-29 | 1 | -1/+0 |
| | | | | | | | | | * lib/error.c (is_open, flush_stdout): * lib/filevercmp.c (order): Now static, not static inline. * m4/error.m4 (gl_PREREQ_ERROR): * modules/filevercmp (configure.ac): Do not require AC_C_INLINE. | ||||
* | Use AC_C_INLINE instead of module 'inline' where possible. | Bruno Haible | 2009-12-31 | 1 | -1/+1 |
| | |||||
* | filevercmp: new module | Kamil Dudka | 2008-10-03 | 1 | -0/+26 |
* lib/filevercmp.h: New function filevercmp comparing version strings. * lib/filevercmp.c: Implementation of filevercmp function. * modules/filevercmp: Module metadata. * tests/test-filevercmp.c: Unit test for new module. * modules/filevercmp-tests: Unit test metadata. * MODULES.html.sh: Add filevercmp module. |