Mercurial > hg > octave-shane > gnulib-hg
annotate modules/striconveha @ 17267:ee4cb5937493
unicodeio: depend on stdio, not ignore-value
* lib/unicodeio.c: Do not include ignore-value.h.
(fwrite_success_callback): Use plain fwrite, not ignore_value + fwrite.
* modules/unicodeio (Depends-on): Depend on stdio, not ignore-value.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 04 Jan 2013 01:55:52 +0000 |
parents | aca88fcb0493 |
children |
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: | |
14504
aca88fcb0493
Relicense some modules under LGPLv2+, for libidn2.
Bruno Haible <bruno@clisp.org>
parents:
8948
diff
changeset
|
25 LGPLv2+ |
7919 | 26 |
27 Maintainer: | |
28 Bruno Haible | |
29 |