kc3-lang/libiconv/.gitignore

Branch :


Log

Author Commit Date CI Message
e443659f 2025-06-10 00: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.
55e382b6 2024-12-15 13:13:09 Update after gnulib changed.
deb432a1 2024-12-15 13: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.
72242b09 2024-12-14 13:04:39 Update .gitignore after last commit.
ef22b8c1 2024-11-22 18:46:21 Update after gnulib changed.
7c585ee9 2024-09-26 14:57:05 Update after gnulib changed. * autogen.sh: Copy also build-to-host.m4 and host-cpu-c-abi.m4.
a1f83cd2 2024-07-12 14:16:59 Update after gnulib changed.
865880c6 2023-07-18 22:26:04 Update after gnulib changed.
3a3cd34c 2023-05-25 00:19:27 Update .gitignore.
0a05ca75 2023-02-05 20:45:06 Update after gnulib changed.
f4f3b4d4 2022-07-18 13: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.
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.
22e4bc61 2022-02-12 13:51:11 Update after gnulib changed.
92c01a29 2022-01-24 01:36:56 Update after gnulib changed.
68ac8a9f 2022-01-23 23: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.
58976846 2022-01-04 10: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.
05b20c93 2021-09-19 23: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.
4d57c61b 2021-09-19 22:48:01 Update after gnulib changed.
925e521f 2021-01-31 12:26:09 Update after gnulib changed.
ef92ace1 2020-08-30 02:36:12 Update after gnulib changed.
4b81e32e 2020-04-04 15:21:51 Update after gettext 0.20.1 was released.
4b6a65bf 2020-04-04 15:18:38 Update after gnulib changed.
551543f6 2019-07-02 21:23:34 Drop unused macro gl_GLIBC21.
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.
1a5a6610 2019-03-04 17:46:57 Update --enable-relocatable support after gnulib changed.
6758e5a2 2019-01-27 22:49:35 Update after gnulib changed.
7a3418bb 2018-09-22 14:23:53 Update from gnulib. Move mapping tables into the code.
f38356d4 2018-05-04 21:37:14 Simplify: Remove the ability to install a preloadable library.
07aa900d 2018-05-04 21:22:25 Update from gnulib.
6e11a11d 2016-12-30 01:15:54 Make Makefile.devel consistent with .gitignore.
afc5082f 2016-12-26 00:14:43 Update .gitignore after gnulib changed.
9bebef11 2016-12-15 04:12:04 Fix typo in comment.
df9208df 2016-12-15 03:59:48 Add a .gitignore file.