mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
aff557409c
* configure.ac (missing_iconv): Set and die if we have no libiconv. * m4/iconv.m4: Update from libiconv 1.14. * tools/Makefile.am (gpgtar_LDADD): Add LIBICONV. * jnlib/utf8conv.c: Always include iconv.h (load_libiconv): Remove this w32 only function. (iconv_open, iconv, iconv_close): Remove W32 function pointer. (set_native_charset): Do not call load_libiconv. (jnlib_iconv_open, jnlib_iconv, jnlib_iconv_close): Ditto. -- This patch removes the on-demand-loading of libiconv which we did for 13 years or so. The rationale back then was that libiconv is too large and often not used. Nowadays all kind of Unix software has been ported to Windows and many of them require libiconv. Thus in the end there is no saving from not requiring it. It also remove a common source of trouble with awrong or missing iconv.dll. Signed-off-by: Werner Koch <wk@gnupg.org> |
||
---|---|---|
.. | ||
argparse.c | ||
argparse.h | ||
ChangeLog-2011 | ||
dotlock.c | ||
dotlock.h | ||
dynload.h | ||
libjnlib-config.h | ||
logging.c | ||
logging.h | ||
Makefile.am | ||
mischelp.c | ||
mischelp.h | ||
README | ||
stringhelp.c | ||
stringhelp.h | ||
strlist.c | ||
strlist.h | ||
t-stringhelp.c | ||
t-support.c | ||
t-support.h | ||
types.h | ||
utf8conv.c | ||
utf8conv.h | ||
w32-afunix.c | ||
w32-afunix.h | ||
w32-gettext.c | ||
w32-reg.c | ||
w32help.h | ||
xmalloc.c | ||
xmalloc.h |
JNLIB - This is a collection of utility function which are too small to put into a library. The code here is licensed under the LGPL. libjnlib-config.h should be be modified for each project to make these functions fit into the software. Mainly these are memory functions in case you need another allocator.