mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-18 23:42:00 +03:00
* 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.
27 lines
270 B
Plaintext
27 lines
270 B
Plaintext
Description:
|
|
compare version strings and version-containing file names
|
|
|
|
Files:
|
|
lib/filevercmp.h
|
|
lib/filevercmp.c
|
|
|
|
Depends-on:
|
|
c-ctype
|
|
inline
|
|
stdbool
|
|
string
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += filevercmp.c
|
|
|
|
Include:
|
|
"filevercmp.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
all
|