annotate modules/wcscmp @ 15333:f03da5e72c61

timespec-add, timespec-sub: new modules * lib/timespec.h (timespec_add, timespec_sub): New decls. * lib/timespec-add.c, lib/timespec-sub.c: * modules/timespec-add, modules/timespec-sub: New files.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 30 Jun 2011 15:17:31 -0700
parents be44d76f2dbf
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
14289
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 wcscmp() function: compare two wide strings.
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Status:
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 obsolete
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Notice:
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 This module is obsolete.
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Files:
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 lib/wcscmp.c
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 lib/wcscmp-impl.h
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 m4/wcscmp.m4
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Depends-on:
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 wchar
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 configure.ac:
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 gl_FUNC_WCSCMP
15144
be44d76f2dbf wcscmp: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14289
diff changeset
20 if test $HAVE_WCSCMP = 0; then
be44d76f2dbf wcscmp: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14289
diff changeset
21 AC_LIBOBJ([wcscmp])
be44d76f2dbf wcscmp: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 14289
diff changeset
22 fi
14289
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 gl_WCHAR_MODULE_INDICATOR([wcscmp])
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Makefile.am:
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Include:
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 <wchar.h>
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 License:
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 LGPL
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 Maintainer:
b5843d4d8441 New module 'wcscmp'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34 Bruno Haible