annotate modules/c-strcaseeq @ 10264:ebb7ea0c94e8

Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author Ben Pfaff <blp@cs.stanford.edu>
date Sat, 12 Jul 2008 10:41:34 -0700
parents 546307c76c61
children aca88fcb0493
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7934
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Optimized case-insensitive string comparison in C locale.
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/c-strcaseeq.h
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 c-strcase
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 c-ctype
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Makefile.am:
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Include:
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 "c-strcaseeq.h"
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 License:
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 LGPL
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Maintainer:
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Bruno Haible
546307c76c61 New module 'c-strcaseeq'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23