Mercurial > hg > octave-shane > gnulib-hg
annotate modules/c-strcase @ 13922:120aa31e498d
* build-aux/gendocs.sh: restore x bit
author | Eric Blake <eblake@redhat.com> |
---|---|
date | Fri, 10 Dec 2010 09:40:08 -0700 |
parents | 8812f453e378 |
children |
rev | line source |
---|---|
6359 | 1 Description: |
2 Case-insensitive string comparison functions in C locale. | |
3 | |
4 Files: | |
5 lib/c-strcase.h | |
6 lib/c-strcasecmp.c | |
7 lib/c-strncasecmp.c | |
8 | |
9 Depends-on: | |
10 c-ctype | |
11 | |
12 configure.ac: | |
13 | |
14 Makefile.am: | |
15 lib_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c | |
16 | |
17 Include: | |
18 "c-strcase.h" | |
19 | |
20 License: | |
9131
8812f453e378
Use the synonymous term LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents:
6359
diff
changeset
|
21 LGPLv2+ |
6359 | 22 |
23 Maintainer: | |
24 Bruno Haible | |
25 |