Mercurial > hg > octave-lojdl > gnulib-hg
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 |
rev | line source |
---|---|
11520 | 1 Description: |
2 Unicode string functions. | |
3 | |
4 Files: | |
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 | 8 |
9 Depends-on: | |
10 havelib | |
11 iconv | |
12 | |
13 configure.ac: | |
14 gl_LIBUNISTRING | |
15 | |
16 Makefile.am: | |
17 | |
18 Include: | |
19 #if HAVE_LIBUNISTRING | |
20 # include <unitypes.h> | |
21 # include <unistr.h> | |
22 # include <uniconv.h> | |
23 # include <unistdio.h> | |
24 # include <uniname.h> | |
25 # include <unictype.h> | |
26 # include <uniwidth.h> | |
27 # include <uniwbrk.h> | |
28 # include <unilbrk.h> | |
29 # include <uninorm.h> | |
30 # include <unicase.h> | |
31 # include <uniregex.h> | |
32 # include <unistring/version.h> | |
33 #endif | |
34 | |
35 Link: | |
36 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise | |
37 | |
38 License: | |
39 LGPL | |
40 | |
41 Maintainer: | |
42 Bruno Haible |