annotate modules/striconveh @ 16681:14592d8d106b

Tests for module 'log2l'. * modules/log2l-tests: New file. * tests/test-log2l.c: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 11 Mar 2012 20:50:40 +0100
parents aca88fcb0493
children 1f14c6dd175d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7882
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Character set conversion of strings with error handling, uses iconv.
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/striconveh.h
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/striconveh.c
11476
d053b39f7091 New include file "iconveh.h".
Bruno Haible <bruno@clisp.org>
parents: 10750
diff changeset
7 lib/iconveh.h
7882
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 stdbool
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 iconv
8604
c92d7e507345 Use module 'iconv_open'.
Bruno Haible <bruno@clisp.org>
parents: 8576
diff changeset
12 iconv_open
7882
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 unistr/u8-prev
7995
9730f3f14f9d Rename u8_mbtouc -> u8_mbtouc_unsafe.
Bruno Haible <bruno@clisp.org>
parents: 7936
diff changeset
14 unistr/u8-mbtouc-unsafe
8576
e2facecc862e Distinguish invalid and incomplete UTF-8 input, and set errno accordingly.
Bruno Haible <bruno@clisp.org>
parents: 8006
diff changeset
15 unistr/u8-mbtouc
e2facecc862e Distinguish invalid and incomplete UTF-8 input, and set errno accordingly.
Bruno Haible <bruno@clisp.org>
parents: 8006
diff changeset
16 unistr/u8-mbtoucr
e2facecc862e Distinguish invalid and incomplete UTF-8 input, and set errno accordingly.
Bruno Haible <bruno@clisp.org>
parents: 8006
diff changeset
17 unistr/u8-uctomb
7882
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 strdup
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 c-strcase
7936
b93a4036490a Optimize the recognition of "UTF-8" strings.
Bruno Haible <bruno@clisp.org>
parents: 7882
diff changeset
20 c-strcaseeq
10750
3cb22d0bfd0b Mark 'memmove' obsolete.
Bruno Haible <bruno@clisp.org>
parents: 10130
diff changeset
21 memmove
7882
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 configure.ac:
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 if test $gl_cond_libtool = false; then
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 gl_libdeps="$gl_libdeps $LIBICONV"
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 fi
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Makefile.am:
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 lib_SOURCES += striconveh.h striconveh.c
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 if GL_COND_LIBTOOL
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 lib_LDFLAGS += $(LTLIBICONV)
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33 endif
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
34
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
35 Include:
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
36 "striconveh.h"
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
37
10130
7581db129a32 Mention the link requirements.
Bruno Haible <bruno@clisp.org>
parents: 8604
diff changeset
38 Link:
7581db129a32 Mention the link requirements.
Bruno Haible <bruno@clisp.org>
parents: 8604
diff changeset
39 $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise
7581db129a32 Mention the link requirements.
Bruno Haible <bruno@clisp.org>
parents: 8604
diff changeset
40
7882
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
41 License:
14504
aca88fcb0493 Relicense some modules under LGPLv2+, for libidn2.
Bruno Haible <bruno@clisp.org>
parents: 11476
diff changeset
42 LGPLv2+
7882
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
43
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
44 Maintainer:
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
45 Bruno Haible
6f33d1eaefa7 New module 'striconveh'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
46