Mercurial > hg > octave-lojdl > gnulib-hg
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 |
rev | line source |
---|---|
14289 | 1 Description: |
2 wcscmp() function: compare two wide strings. | |
3 | |
4 Status: | |
5 obsolete | |
6 | |
7 Notice: | |
8 This module is obsolete. | |
9 | |
10 Files: | |
11 lib/wcscmp.c | |
12 lib/wcscmp-impl.h | |
13 m4/wcscmp.m4 | |
14 | |
15 Depends-on: | |
16 wchar | |
17 | |
18 configure.ac: | |
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 | 23 gl_WCHAR_MODULE_INDICATOR([wcscmp]) |
24 | |
25 Makefile.am: | |
26 | |
27 Include: | |
28 <wchar.h> | |
29 | |
30 License: | |
31 LGPL | |
32 | |
33 Maintainer: | |
34 Bruno Haible |