.gitignore

Branch


Log

Author Commit Date CI Message
Bruno Haible e443659f 2025-06-10T00:55:52 build: Implement 'installcheck' target. * install-tests/test-version.c: New file. * install-tests/Makefile.in: New file. * configure.ac (PATH_SEPARATOR, AUGMENT_SHLIBPATH): New variables. (AC_CONFIG_FILES): Add install-tests/Makefile. * Makefile.in (bindir): New variable. (all, mostlyclean, clean, distclean, maintainer-clean, distdir): Recurse into install-tests. (installcheck): New target.
Bruno Haible 55e382b6 2024-12-15T13:13:09 Update after gnulib changed.
Bruno Haible deb432a1 2024-12-15T13:11:29 Use the newest gettext release. * po/Makefile.in.in: Upgrade to gettext-0.23, keeping the change 2019-01-27 Bruno Haible <bruno@clisp.org> Accommodate a shell that is not in /bin/sh. * po/Makefile.in.in (SHELL): Use the value found by configure. * po/*: Upgrade to gettext-0.23 as well.
Bruno Haible 72242b09 2024-12-14T13:04:39 Update .gitignore after last commit.
Bruno Haible ef22b8c1 2024-11-22T18:46:21 Update after gnulib changed.
Bruno Haible 7c585ee9 2024-09-26T14:57:05 Update after gnulib changed. * autogen.sh: Copy also build-to-host.m4 and host-cpu-c-abi.m4.
Bruno Haible a1f83cd2 2024-07-12T14:16:59 Update after gnulib changed.
Bruno Haible 865880c6 2023-07-18T22:26:04 Update after gnulib changed.
Bruno Haible 3a3cd34c 2023-05-25T00:19:27 Update .gitignore.
Bruno Haible 0a05ca75 2023-02-05T20:45:06 Update after gnulib changed.
Bruno Haible f4f3b4d4 2022-07-18T13:30:45 Move gnulib-tool invocation back from autopull.sh to autogen.sh. * autogen.sh: Revert last change. Improve comments. * autopull.sh: Only call 'gitsub.sh pull'. * HACKING: Mention autopull.sh.
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 22e4bc61 2022-02-12T13:51:11 Update after gnulib changed.
Bruno Haible 92c01a29 2022-01-24T01:36:56 Update after gnulib changed.
Bruno Haible 68ac8a9f 2022-01-23T23:37:30 New EBCDIC encodings. Reported by Ulrich Schwab and Calvin Buckley via Jack Woehr. * NOTES: Mention how to enable EBCDIC encodings. * tests/IBM-*.TXT: New files. * tools/8bit_tab_to_h.c (main): Emit copyright header with year 2022. * tools/Makefile: Add rules for generating ebcdic*.h. * lib/ebcdic*.h: New files, automatically generated by tools/Makefile. * lib/ebcdic838.h: Tweak reverse mapping manually. * lib/ebcdic1160.h: Likewise. * lib/converters.h: Include all ebcdic*.h. * lib/encodings_zos.def: New file. * lib/genaliases2.c: Include encodings_zos.def. * lib/genflags.c: Likewise. * Makefile.devel (lib/aliases_zos.h lib/canonical_zos.h): New rule. (lib/flags.h, totally-clean): Update. * lib/aliases2.h: Include aliases_zos.h. * lib/iconv.c (USE_ZOS): New macro. Include encodings_zos.def, canonical_zos.h. * README, man/iconv_open.3: Document the IBM-* encodings. * tests/Makefile.in (check-extra-yes): Also test the EBCDIC encodings.
Bruno Haible 58976846 2022-01-04T10:32:32 Update after gnulib changed. * gnulib-local/m4/alloca.m4 (gl_FUNC_ALLOCA): Set GL_GENERATE_ALLOCA_H instead of ALLOCA_H. Drop AC_SUBST and AM_CONDITIONAL invocations.
Bruno Haible 05b20c93 2021-09-19T23:13:57 tests: Avoid check-subst failures in QEMU user-mode environments. * Makefile.devel (GNULIB_MODULES): Add stdbool. (gnulib-imported-files): Copy also tests/qemu.h. * tests/is-native.c: New file. * tests/Makefile.in (is-native, is-native.@OBJEXT@): New targets. (clean): Remove the 'is-native' program. (SOURCE_FILES): Add is-native.c. (IMPORTED_FILES): Add qemu.h. * tests/check-subst: Invoke 'locale charmap' only in native environments.
Bruno Haible 4d57c61b 2021-09-19T22:48:01 Update after gnulib changed.
Bruno Haible 925e521f 2021-01-31T12:26:09 Update after gnulib changed.
Bruno Haible ef92ace1 2020-08-30T02:36:12 Update after gnulib changed.
Bruno Haible 4b81e32e 2020-04-04T15:21:51 Update after gettext 0.20.1 was released.
Bruno Haible 4b6a65bf 2020-04-04T15:18:38 Update after gnulib changed.
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 1a5a6610 2019-03-04T17:46:57 Update --enable-relocatable support after gnulib changed.
Bruno Haible 6758e5a2 2019-01-27T22:49:35 Update after gnulib changed.
Bruno Haible 7a3418bb 2018-09-22T14:23:53 Update from gnulib. Move mapping tables into the code.
Bruno Haible f38356d4 2018-05-04T21:37:14 Simplify: Remove the ability to install a preloadable library.
Bruno Haible 07aa900d 2018-05-04T21:22:25 Update from gnulib.
Bruno Haible 6e11a11d 2016-12-30T01:15:54 Make Makefile.devel consistent with .gitignore.
Bruno Haible afc5082f 2016-12-26T00:14:43 Update .gitignore after gnulib changed.
Bruno Haible 9bebef11 2016-12-15T04:12:04 Fix typo in comment.
Bruno Haible df9208df 2016-12-15T03:59:48 Add a .gitignore file.