thodg/libiconv/libcharset/include

Branch :


Log

Author Commit Date CI Message
6ad5ae56 2023-09-16 12:04:24 Fix a misnomer. * include/export.h (LIBICONV_SHLIB_EXPORTED): Renamed from LIBICONV_DLL_EXPORTED. Prefer the term "shared library", since the term "DLL" applies only to Windows. * Makefile.devel (include/iconv.h.build.in): Insert LIBICONV_SHLIB_EXPORTED instead of LIBICONV_DLL_EXPORTED. * configure.ac (DLL_VARIABLE): Update comment. * lib/Makefile.in (DEFS): Update comment. * woe32dll/export.h: Update comment. * libcharset/include/export.h (LIBCHARSET_SHLIB_EXPORTED): Renamed from LIBCHARSET_DLL_EXPORTED. Prefer the term "shared library", since the term "DLL" applies only to Windows. * libcharset/Makefile.devel (include/libcharset.h.build.in, include/localcharset.h.build.in): Insert LIBCHARSET_SHLIB_EXPORTED instead of LIBCHARSET_DLL_EXPORTED. * libcharset/lib/relocatable-stub.c (libcharset_set_relocation_prefix): Use LIBCHARSET_SHLIB_EXPORTED instead of LIBCHARSET_DLL_EXPORTED. * libcharset/lib/Makefile.in (DEFS): Update comment. * libcharset/Makefile.in (install-lib): Update comment.
bacf3318 2023-09-06 03:29:12 Don't export symbols from static MSVC .obj files. Suggested by Dmitry Bely <dmitry.bely@gmail.com> in <https://lists.gnu.org/archive/html/bug-gnu-libiconv/2023-08/msg00002.html>. * include/export.h: Add a copyright notice. Set LIBICONV_DLL_EXPORTED to empty on MSVC when DLL_EXPORT is not defined. * Makefile.devel (include/iconv.h.build.in): Filter out the second copyright notice. * configure.ac (DLL_VARIABLE): Test DLL_EXPORT, not _DLL. * lib/relocatable.h: From gnulib: (RELOCATABLE_DLL_EXPORTED): Don't use __declspec(dllexport) when creating static .obj files with MSVC. * libcharset/include/export.h: Add a copyright notice. Set LIBCHARSET_DLL_EXPORTED to empty on MSVC when DLL_EXPORT is not defined. * libcharset/Makefile.devel (include/libcharset.h.build.in, include/localcharset.h.build.in): Filter out the second copyright notice.
3acb1179 2020-04-04 14:58:34 Change the license of the library from LGPL 2.0 to LGPL 2.1.
d22bc653 2019-12-22 15:50:00 Update from gnulib.
ba8fe48f 2018-09-22 15:39:54 Avoid some warnings in MSVC build.
7a3418bb 2018-09-22 14:23:53 Update from gnulib. Move mapping tables into the code.
e54fc9c1 2018-09-17 18:28:56 Prefer https URLs where possible.
48f31c74 2012-02-12 20:54:51 Replace FSF snail-mail address with URL.
2665c092 2011-08-07 20:09:23 Remove all .cvsignore files. Not needed any more since the switch to git.
4a2f4d20 2009-12-11 12:16:52 Untabify.
f260e646 2006-07-26 11:42:48 Remove MSVC/nmake build support.
05b4c440 2005-07-25 12:02:41 Support for controlling the exported symbols of the shared library.
45bd190c 2005-05-19 17:14:19 Update FSF postal address.
abecddf8 2003-05-06 10:06:00 Automatically generated.
24b960a3 2003-04-14 14:08:07 Support for relocatable installation.
71edbdba 2003-03-29 16:34:26 Renamed to localcharset.h.in.
64d5a8b9 2003-03-29 16:35:11 Improved MSVC support.
00ad35d3 2003-03-29 16:34:40 Renamed to localcharset.h.msvc-shared.
e85d9b40 2001-04-17 22:07:04 Regenerated.
65068c48 2001-03-27 13:35:32 Update copyright notice.
2c3ce66b 2001-02-26 12:49:56 locale_charset() now returns non-NULL values.
04a87da5 2000-11-29 19:05:21 initial checkin
14f10423 2000-11-21 16:14:16 Improved Windows support.
507052f0 2000-11-01 14:01:29 Charset determination library.