kc3-lang/libiconv/libcharset

Branch :


Log

Author Commit Date CI Message
thodg 80f29e3a 2025-11-02 00:00:15 gnu make idiom
thodg d4f3d739 2025-11-01 23:55:40 aclocal and automake
6a93e918 2025-05-31 14:47:08 Switch to automake 1.18. * autogen.sh: Update comment. * Makefile.devel (AUTOMAKE, ACLOCAL): Use binary from automake 1.18. * libcharset/autogen.sh: Update comment. * libcharset/Makefile.devel (ACLOCAL): Use binary from automake 1.18.
d53c2baf 2025-04-17 22:06:24 Switch to automake 1.17, part 3. * autogen.sh (ACLOCAL): Use Automake 1.17. Copyright-paperwork-exempt: Yes
14d04cda 2024-12-14 17:07:37 Switch to automake 1.17, part 2. * Makefile.devel (AUTOMAKE, ACLOCAL): Use binary from automake 1.17. * libcharset/autogen.sh: Update comment.
2f2b617f 2024-11-22 18:43:15 Switch to libtool 2.5.4. * m4/libtool.m4: Update from libtool-2.5.4, with modifications: 2008-04-06 Bruno Haible <bruno@clisp.org> * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use CONFIG_SHELL; don't assume that the Makefile.in will set SHELL to ${CONFIG_SHELL}. * m4/ltversion.m4: Likewise. * libcharset/m4/*.m4: Likewise. * build-aux/ltmain.sh: Update from libtool-2.5.4, with modifications: 2017-07-15 Bruno Haible <bruno@clisp.org> Allow building statically linked binaries, through LDFLAGS="-static". Apply patch from <https://lists.gnu.org/archive/html/bug-libtool/2017-07/msg00000.html>. * build-aux/ltmain.sh (func_mode_help, func_mode_link): In the link mode, accept option '-static-uninstalled-libs' in place of '-static', and make '-static' an equivalent of '-all-static'. * libcharset/build-aux/ltmain.sh: Likewise.
e5ef1792 2024-11-07 09:28:31 Update the LGPL text. * COPYING.LIB: Update from <https://ftp.gnu.org/gnu/Licenses/lgpl-2.1.txt>. * libcharset/COPYING.LIB: Likewise.
78eea6d4 2024-09-26 14:52:33 Switch to libtool 2.5.3. * m4/libtool.m4: Update from libtool-2.5.3, with modifications: 2008-04-06 Bruno Haible <bruno@clisp.org> * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use CONFIG_SHELL; don't assume that the Makefile.in will set SHELL to ${CONFIG_SHELL}. * m4/ltoptions.m4: Likewise. * m4/ltsugar.m4: Likewise. * m4/ltversion.m4: Likewise. * m4/lt~obsolete.m4: Likewise. * libcharset/m4/*.m4: Likewise. * build-aux/ltmain.sh: Update from libtool-2.5.3, with modifications: 2017-07-15 Bruno Haible <bruno@clisp.org> Allow building statically linked binaries, through LDFLAGS="-static". Apply patch from <https://lists.gnu.org/archive/html/bug-libtool/2017-07/msg00000.html>. * build-aux/ltmain.sh (func_mode_help, func_mode_link): In the link mode, accept option '-static-uninstalled-libs' in place of '-static', and make '-static' an equivalent of '-all-static'. * libcharset/build-aux/ltmain.sh: Likewise.
0d94621c 2024-08-24 15:46:59 Fix shared library support in 32-bit mode on FreeBSD/powerpc64. Patch from <https://savannah.gnu.org/patch/index.php?10469>. * m4/libtool.m4: On FreeBSD, fix shlibpath_var. * libcharset/m4/libtool.m4: Likewise.
317dfadc 2023-09-18 13:35:39 Fix shared library support on Android. Patch from <https://savannah.gnu.org/patch/index.php?10393>. * m4/libtool.m4: On Android, fix library_names_spec and hardcode_libdir_flag_spec. * libcharset/m4/libtool.m4: Likewise.
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.
c2c61860 2023-05-21 22:05:44 Support creating shared libraries on Hurd/x86_64. Patch from <https://lists.gnu.org/archive/html/bug-hurd/2023-05/msg00086.html>. * m4/libtool.m4 (_LT_ENABLE_LOCK): Treat Hurd/x86_64 like Linux/x86_64.
b9a6c979 2022-07-17 14:04:29 Split autogen.sh into autopull.sh and autogen.sh. * autopull.sh: New file, based on autogen.sh. * autogen.sh: Remove code that was moved to autopull.sh. Remove --skip-gnulib option. * Makefile.devel (all): Remove srclib/Makefile.gnulib. * Makefile.in (SOURCE_FILES): Add autogen.sh. * HACKING: Mention autopull.sh.
b003e45e 2022-05-15 14:25:58 Switch to libtool 2.4.7. * m4/libtool.m4: Update from libtool-2.4.7, with modifications: 2008-04-06 Bruno Haible <bruno@clisp.org> * m4/libtool.m4 (LT_INIT): When setting LIBTOOL, use CONFIG_SHELL; don't assume that the Makefile.in will set SHELL to ${CONFIG_SHELL}. * m4/ltoptions.m4: Likewise. * m4/ltsugar.m4: Likewise. * m4/ltversion.m4: Likewise. * m4/lt~obsolete.m4: Likewise. * build-aux/ltmain.sh: Update from libtool-2.4.7, with modifications: 2017-07-15 Bruno Haible <bruno@clisp.org> Allow building statically linked binaries, through LDFLAGS="-static". Apply patch from <https://lists.gnu.org/archive/html/bug-libtool/2017-07/msg00000.html>. * build-aux/ltmain.sh (func_mode_help, func_mode_link): In the link mode, accept option '-static-uninstalled-libs' in place of '-static', and make '-static' an equivalent of '-all-static'.
574b8292 2022-02-12 13:39:36 build: Remove leftover file (regression 2019-06-30). * Makefile.in (distclean, maintainer-clean): Remove include/libcharset.h.inst.
e5fd60bc 2021-02-08 00:04:18 Support creating shared libraries on MidnightBSD.
bcdfef3f 2021-01-31 12:24:54 Switch to autoconf 2.71.
1170b8aa 2020-12-09 01:47:18 Switch to autoconf 2.70.
ef92ace1 2020-08-30 02:36:12 Update after gnulib changed.
0e0c46d4 2020-04-05 12:54:58 libcharset: Update comment regarding required automake version.
3acb1179 2020-04-04 14:58:34 Change the license of the library from LGPL 2.0 to LGPL 2.1.
61cc62b7 2019-12-25 00:45:34 Update from gnulib.
5a8ccabd 2019-12-23 22:51:48 Do export the symbol 'locale_charset' (needed by GNU bash).
24483806 2019-12-22 15:51:39 Mark a new version.
d22bc653 2019-12-22 15:50:00 Update from gnulib.
d232872f 2019-12-03 02:48:08 build: Fix build error with --enable-relocatable on macOS (regression from 2019-03-04).
66b6eda0 2019-08-11 18:57:57 Update from gnulib.
551543f6 2019-07-02 21:23:34 Drop unused macro gl_GLIBC21.
143b473c 2019-07-02 21:00:01 Update from gnulib.
2f9ba73c 2019-06-30 23:00:48 Fix build error with MSVC.
cc27bbdf 2019-03-04 17:58:30 Add support for --enable-relocatable to libcharset.
1badfd5d 2019-01-27 22:57:45 Accommodate a shell that is not in /bin/sh.
40da0a7f 2019-01-27 23:05:41 Fix configure (regression from 2018-09-22). * configure.ac: Don't invoke gl_RELOCATABLE_LIBRARY.
b7ca6455 2018-10-24 03:35:51 Remove outdated DJGPP build infrastructure.
152fe357 2018-10-24 03:42:24 Update after gnulib changed.
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.
07aa900d 2018-05-04 21:22:25 Update from gnulib.
678afa4a 2018-05-04 11:18:42 Switch to automake 1.16.
b3a9de1c 2018-01-27 13:51:15 Rename some files.
49cd8bde 2018-01-23 09:02:02 Don't use an undocumented Autoconf macro.
393cf16d 2017-07-15 21:53:52 Get rid of autom4te.cache directories, as far as possible.
18d002cf 2017-05-18 22:04:54 Update from gnulib.
3d1103e0 2016-12-15 04:00:05 Cleanup useless removals.
e8dcb598 2016-12-15 01:37:23 Avoid error during initial autogen.sh invocation.
89436eab 2016-12-12 09:25:49 Fix autogen.sh error on creating aclocal.m4 When libcharset/autoconf/aclocal.m4 is being created, aclocal spews an error because libcharset/autoconf does not exist. Add an empty directory to the repository to avoid this.
67802283 2016-12-03 18:52:49 Create tarballs through an Automake-like "make dist" command.
f90c7bb8 2016-12-04 16:03:49 Remove duplicates of imported files from version control.
cc98b82c 2016-12-03 18:42:27 Make Makefile.devel more useful for the users of the released tarball.
6949f136 2016-12-03 19:54:41 Modernize configure.ac.
8886fffb 2016-12-04 02:57:07 Update documentation.
ecc01e3a 2016-12-02 14:05:44 Update from gnulib.
0cf9e0f4 2016-11-23 20:58:32 Update installation instructions for Windows.
11057077 2016-11-23 20:07:20 Drop the nickname "woe32".
ac2a8ace 2016-11-22 18:30:52 Update support for building with MSVC.
0124a3b0 2016-10-22 18:48:57 Switch to libtool 2.4.6.
a8437051 2016-10-01 16:29:46 Switch to automake 1.15.
ba31d76e 2012-04-29 04:00:00 Switch to autoconf 2.69 and automake 1.12.
48f31c74 2012-02-12 20:54:51 Replace FSF snail-mail address with URL.
9b00b525 2012-01-07 04:31:17 Talk about "native Windows API", not "Woe32".
cb3eb68c 2012-01-04 14:49:09 Talk about "native Windows API", not "Win32".
cf02c1b7 2011-10-18 19:50:44 Update from libtool-2.4.2, with modifications.
868ca34d 2011-10-03 13:27:19 Update from gnulib.
2665c092 2011-08-07 20:09:23 Remove all .cvsignore files. Not needed any more since the switch to git.
37db12b8 2011-08-07 15:37:08 Update from gnulib.
5124dedf 2011-02-28 23:44:13 Assume ANSI C behaviour of free().
ccc9de4b 2011-02-28 23:33:49 Update from gnulib.
f084d0c3 2010-09-24 01:32:16 Switch to autoconf 2.68.
87b351b3 2010-09-24 01:05:36 Update from libtool-2.4, with modifications.
3cc20f54 2010-07-31 19:35:04 Switch to autoconf 2.67.
88bd2d24 2010-07-03 12:39:43 Switch to autoconf 2.66.
4413e2ca 2010-06-05 01:15:37 Addendum to 2009-10-18 commit.
d03ad6bc 2010-06-05 00:56:38 Update from libtool-2.2.8, with modifications:
1d17c1b2 2010-05-09 02:50:18 Update for Cygwin 1.7.
2ea15014 2010-05-09 02:49:34 Results on Cygwin 1.7.2.
8ede21c1 2010-03-31 03:26:59 Update README.woe32.
9c550983 2009-12-13 12:08:27 Fix comment.
192668d4 2009-12-12 14:53:54 Add comment.
54bf5319 2009-12-12 14:53:19 Untabify.
4a2f4d20 2009-12-11 12:16:52 Untabify.
76e61d77 2009-12-11 12:01:24 Switch to autoconf 2.65.
6351cb23 2009-10-18 17:39:02 Update.
8a7fc3c7 2009-10-18 17:30:55 Avoid symlink attack in localcharset module. Use fcntl_h.m4 from gnulib.
5b29e5f1 2009-08-15 11:21:01 Use autoconf version 2.64.
93672fc7 2009-05-19 21:52:50 Switch to automake-1.11.
a18fc988 2009-03-26 12:02:45 Ensure that $(DESTDIR)$(libdir) exists.
434adc26 2009-03-26 03:03:36 Fix the value of LIBTOOL, as mentioned in the ChangeLog entry.
d617c616 2009-03-26 02:26:20 Update from gnulib.
91c351b7 2009-03-14 21:17:54 Update comments.
897fa87a 2009-01-25 19:18:00 Don't install charset.alias on MacOS X >= 10.3.
87dd7d4e 2009-01-25 17:33:54 Don't install charset.alias on mingw and Cygwin.
c96a6e7a 2009-01-24 23:41:32 Add support for non-UTF-8 locales on MacOS X.
e3019caf 2009-01-18 20:20:09 Results on Darwin 9.5 (MacOS X 10.5.5).
9895b3de 2009-01-18 19:56:02 Program for printing the month names.
3935ab4d 2009-01-18 19:49:23 Update for Haiku. From gnulib.
13bf88bb 2009-01-17 09:06:59 Add support for "make install-strip".
0e381c01 2009-01-15 00:12:00 More consistent m4 quoting.
836940cf 2008-12-20 12:09:38 Update from parent directory.