annotate modules/libunistring @ 15332:c762e3063952

dtotimespec: new module * lib/timespec.h (dtotimespec): New decl. * lib/dtotimespec.c, modules/dtotimespec: New files.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 30 Jun 2011 15:14:25 -0700
parents 3553c6b0a5f0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11520
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Unicode string functions.
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 m4/libunistring.m4
13354
86634e33e086 New module 'libunistring-optional'.
Bruno Haible <bruno@clisp.org>
parents: 11520
diff changeset
6 m4/absolute-header.m4
13356
3553c6b0a5f0 Avoid valgrind error reports from libunistring.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
7 lib/libunistring.valgrind
11520
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 havelib
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 iconv
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 gl_LIBUNISTRING
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Makefile.am:
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 Include:
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 #if HAVE_LIBUNISTRING
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 # include <unitypes.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 # include <unistr.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 # include <uniconv.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 # include <unistdio.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 # include <uniname.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 # include <unictype.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 # include <uniwidth.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 # include <uniwbrk.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 # include <unilbrk.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 # include <uninorm.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 # include <unicase.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 # include <uniregex.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 # include <unistring/version.h>
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 #endif
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 Link:
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
38 License:
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
39 LGPL
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
40
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41 Maintainer:
53ce4539660e New module 'libunistring'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
42 Bruno Haible