Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/striconveha @ 12496:a48d3d749ca5
Refactor common macros used in tests.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 24 Dec 2009 21:01:42 +0100 |
parents | a162347a0232 |
children | aca88fcb0493 |
rev | line source |
---|---|
7919 | 1 Description: |
2 Character set conversion of strings with error handling and autodetection, | |
3 uses iconv. | |
4 | |
5 Files: | |
6 lib/striconveha.h | |
7 lib/striconveha.c | |
8 | |
9 Depends-on: | |
7931
0a4679777f66
Add an optional argument specifying transliteration.
Bruno Haible <bruno@clisp.org>
parents:
7919
diff
changeset
|
10 stdbool |
7919 | 11 striconveh |
8948
a162347a0232
Update after allocsa -> malloca renaming.
Bruno Haible <bruno@clisp.org>
parents:
7931
diff
changeset
|
12 malloca |
7931
0a4679777f66
Add an optional argument specifying transliteration.
Bruno Haible <bruno@clisp.org>
parents:
7919
diff
changeset
|
13 strdup |
0a4679777f66
Add an optional argument specifying transliteration.
Bruno Haible <bruno@clisp.org>
parents:
7919
diff
changeset
|
14 c-strcase |
7919 | 15 |
16 configure.ac: | |
17 | |
18 Makefile.am: | |
19 lib_SOURCES += striconveha.h striconveha.c | |
20 | |
21 Include: | |
22 "striconveha.h" | |
23 | |
24 License: | |
25 LGPL | |
26 | |
27 Maintainer: | |
28 Bruno Haible | |
29 |