libcharset/ChangeLog

Branch


Log

Author Commit Date CI Message
Bruno Haible 6a93e918 2025-05-31T14: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.
Collin Funk d53c2baf 2025-04-17T22:06:24 Switch to automake 1.17, part 3. * autogen.sh (ACLOCAL): Use Automake 1.17. Copyright-paperwork-exempt: Yes
Bruno Haible 14d04cda 2024-12-14T17:07:37 Switch to automake 1.17, part 2. * Makefile.devel (AUTOMAKE, ACLOCAL): Use binary from automake 1.17. * libcharset/autogen.sh: Update comment.
Bruno Haible 2f2b617f 2024-11-22T18: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.
Bruno Haible e5ef1792 2024-11-07T09:28:31 Update the LGPL text. * COPYING.LIB: Update from <https://ftp.gnu.org/gnu/Licenses/lgpl-2.1.txt>. * libcharset/COPYING.LIB: Likewise.
Bruno Haible 78eea6d4 2024-09-26T14: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.
Bruno Haible 0d94621c 2024-08-24T15: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.
Bruno Haible 317dfadc 2023-09-18T13: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.
Bruno Haible 6ad5ae56 2023-09-16T12: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.
Bruno Haible bacf3318 2023-09-06T03: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.
Bruno Haible c2c61860 2023-05-21T22: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.
Bruno Haible b9a6c979 2022-07-17T14: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.
Bruno Haible b003e45e 2022-05-15T14: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'.
Bruno Haible 574b8292 2022-02-12T13:39:36 build: Remove leftover file (regression 2019-06-30). * Makefile.in (distclean, maintainer-clean): Remove include/libcharset.h.inst.
Bruno Haible e5fd60bc 2021-02-08T00:04:18 Support creating shared libraries on MidnightBSD.
Bruno Haible bcdfef3f 2021-01-31T12:24:54 Switch to autoconf 2.71.
Bruno Haible 1170b8aa 2020-12-09T01:47:18 Switch to autoconf 2.70.
Bruno Haible ef92ace1 2020-08-30T02:36:12 Update after gnulib changed.
Bruno Haible 5a8ccabd 2019-12-23T22:51:48 Do export the symbol 'locale_charset' (needed by GNU bash).
Bruno Haible 24483806 2019-12-22T15:51:39 Mark a new version.
Bruno Haible d22bc653 2019-12-22T15:50:00 Update from gnulib.
Bruno Haible d232872f 2019-12-03T02:48:08 build: Fix build error with --enable-relocatable on macOS (regression from 2019-03-04).
Bruno Haible 551543f6 2019-07-02T21:23:34 Drop unused macro gl_GLIBC21.
Bruno Haible 2f9ba73c 2019-06-30T23:00:48 Fix build error with MSVC.
Bruno Haible cc27bbdf 2019-03-04T17:58:30 Add support for --enable-relocatable to libcharset.
Bruno Haible 1badfd5d 2019-01-27T22:57:45 Accommodate a shell that is not in /bin/sh.
Bruno Haible 40da0a7f 2019-01-27T23:05:41 Fix configure (regression from 2018-09-22). * configure.ac: Don't invoke gl_RELOCATABLE_LIBRARY.
Bruno Haible b7ca6455 2018-10-24T03:35:51 Remove outdated DJGPP build infrastructure.
Bruno Haible 152fe357 2018-10-24T03:42:24 Update after gnulib changed.
Bruno Haible ba8fe48f 2018-09-22T15:39:54 Avoid some warnings in MSVC build.
Bruno Haible 7a3418bb 2018-09-22T14:23:53 Update from gnulib. Move mapping tables into the code.
Bruno Haible b3a9de1c 2018-01-27T13:51:15 Rename some files.
Bruno Haible 49cd8bde 2018-01-23T09:02:02 Don't use an undocumented Autoconf macro.
Bruno Haible 393cf16d 2017-07-15T21:53:52 Get rid of autom4te.cache directories, as far as possible.
Bruno Haible e8dcb598 2016-12-15T01:37:23 Avoid error during initial autogen.sh invocation.
Bruno Haible 67802283 2016-12-03T18:52:49 Create tarballs through an Automake-like "make dist" command.
Bruno Haible f90c7bb8 2016-12-04T16:03:49 Remove duplicates of imported files from version control.
Bruno Haible cc98b82c 2016-12-03T18:42:27 Make Makefile.devel more useful for the users of the released tarball.
Bruno Haible 6949f136 2016-12-03T19:54:41 Modernize configure.ac.
Bruno Haible 8886fffb 2016-12-04T02:57:07 Update documentation.
Bruno Haible 0cf9e0f4 2016-11-23T20:58:32 Update installation instructions for Windows.
Bruno Haible 11057077 2016-11-23T20:07:20 Drop the nickname "woe32".
Bruno Haible 0124a3b0 2016-10-22T18:48:57 Switch to libtool 2.4.6.
Bruno Haible a8437051 2016-10-01T16:29:46 Switch to automake 1.15.
Bruno Haible ba31d76e 2012-04-29T04:00:00 Switch to autoconf 2.69 and automake 1.12.
Bruno Haible cf02c1b7 2011-10-18T19:50:44 Update from libtool-2.4.2, with modifications.
Bruno Haible f084d0c3 2010-09-24T01:32:16 Switch to autoconf 2.68.
Bruno Haible 87b351b3 2010-09-24T01:05:36 Update from libtool-2.4, with modifications.
Bruno Haible 3cc20f54 2010-07-31T19:35:04 Switch to autoconf 2.67.
Bruno Haible 88bd2d24 2010-07-03T12:39:43 Switch to autoconf 2.66.
Bruno Haible 4413e2ca 2010-06-05T01:15:37 Addendum to 2009-10-18 commit.
Bruno Haible d03ad6bc 2010-06-05T00:56:38 Update from libtool-2.2.8, with modifications:
Bruno Haible 1d17c1b2 2010-05-09T02:50:18 Update for Cygwin 1.7.
Bruno Haible 8ede21c1 2010-03-31T03:26:59 Update README.woe32.
Bruno Haible 4a2f4d20 2009-12-11T12:16:52 Untabify.
Bruno Haible 76e61d77 2009-12-11T12:01:24 Switch to autoconf 2.65.
Bruno Haible 6351cb23 2009-10-18T17:39:02 Update.
Bruno Haible 8a7fc3c7 2009-10-18T17:30:55 Avoid symlink attack in localcharset module. Use fcntl_h.m4 from gnulib.
Bruno Haible 5b29e5f1 2009-08-15T11:21:01 Use autoconf version 2.64.
Bruno Haible 93672fc7 2009-05-19T21:52:50 Switch to automake-1.11.
Bruno Haible 897fa87a 2009-01-25T19:18:00 Don't install charset.alias on MacOS X >= 10.3.
Bruno Haible 87dd7d4e 2009-01-25T17:33:54 Don't install charset.alias on mingw and Cygwin.
Bruno Haible e3019caf 2009-01-18T20:20:09 Results on Darwin 9.5 (MacOS X 10.5.5).
Bruno Haible 9895b3de 2009-01-18T19:56:02 Program for printing the month names.
Bruno Haible 13bf88bb 2009-01-17T09:06:59 Add support for "make install-strip".
Bruno Haible 0e381c01 2009-01-15T00:12:00 More consistent m4 quoting.
Bruno Haible 4b96f813 2008-09-28T22:01:48 Fix severe argument passing bug on mingw.
Bruno Haible c6b1b95f 2008-09-17T01:01:11 Switch to version 2.63.
Bruno Haible 8bfeb252 2008-09-07T09:52:45 Upgrade to libtool 2.2.6 with modifications.
Bruno Haible 15072777 2008-05-18T10:41:06 Update from libtool-2.2.4.
Bruno Haible 3cde1658 2008-04-14T11:08:50 Switch to autoconf 2.62.
Bruno Haible c30f5222 2008-04-06T21:12:31 Upgrade to libtool-2.2.2.
Bruno Haible 76f4b7c6 2007-11-14T12:06:40 Port to OpenBSD.
Bruno Haible cb362557 2007-11-11T15:58:41 Use newer versions of autoconf and automake.
Bruno Haible 07bc3726 2007-10-27T00:51:09 Upgrade to libtool-1.5.24.
Bruno Haible 7d8def62 2007-06-30T21:45:00 More common files.
Bruno Haible 65462de4 2007-03-05T00:59:40 Take "relocatable" infrastructure from gnulib now.
Bruno Haible f83639e3 2007-02-17T03:28:08 Update from Juan Manuel Guerrero.
Bruno Haible f3b57304 2006-10-31T13:48:26 Update infrastructure from GNU gettext.
Bruno Haible b232cfb0 2006-10-18T11:59:29 No need any more to test for setlocale.
Bruno Haible 90786aa3 2006-07-31T16:02:06 Assume <stddef.h>, <stdlib.h>, <string.h> exist.
Bruno Haible 5f65ad2a 2006-07-31T16:00:35 Remove obsolete macro calls.
Bruno Haible f260e646 2006-07-26T11:42:48 Remove MSVC/nmake build support.
Bruno Haible f574c3fa 2006-07-25T11:08:43 Remove VMS support.
Bruno Haible 2cfac6dc 2006-06-27T13:32:50 Assume autoconf-2.60.
Bruno Haible 4219cb33 2006-06-10T16:45:50 Avoid a warning on Linux.
Bruno Haible f5291b2d 2006-05-15T21:38:44 Update from GNU gettext.
Bruno Haible 078797d1 2006-05-15T12:50:04 Update from gettext: Support for Sun C.
Bruno Haible fd4a07de 2006-04-05T11:15:11 Update from Juan Manuel Guerrero.
Bruno Haible a21db575 2005-12-29T13:39:30 Renamed configure.in.
Bruno Haible c908a937 2005-12-29T12:12:25 Upgrade to the newest versions.
Bruno Haible d23722dc 2005-12-29T12:15:50 Misplaced ChangeLog entry.
Bruno Haible 060ff813 2005-12-29T12:06:30 Update from GNU gettext.
Bruno Haible 6a702f57 2005-12-29T11:56:47 Upgrade to libtool-1.5.22.
Bruno Haible d4123434 2005-09-19T15:25:10 Upgrade to libtool-1.5.20.
Bruno Haible fe64c811 2005-09-19T15:24:46 Incorporate m4/ChangeLog.
Bruno Haible cd4300ce 2005-07-25T12:02:53 Tidy up exported symbols.
Bruno Haible 6b06d065 2005-07-08T13:05:15 Fix DLL permissions for mingw.
Bruno Haible aec14b3f 2005-07-07T12:44:34 Bump version number.
Bruno Haible c23a68aa 2005-07-06T10:59:40 Use specific autoconf/automake versions.