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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6359
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Case-insensitive string comparison functions in C locale.
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/c-strcase.h
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/c-strcasecmp.c
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/c-strncasecmp.c
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 c-ctype
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 lib_SOURCES += c-strcase.h c-strcasecmp.c c-strncasecmp.c
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Include:
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 "c-strcase.h"
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 License:
9131
8812f453e378 Use the synonymous term LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents: 6359
diff changeset
21 LGPLv2+
6359
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Maintainer:
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Bruno Haible
dbf2af5391cd New module 'c-strcase'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25