Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 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. | ||
| 3acb1179 | 2020-04-04 14:58:34 | Change the license of the library from LGPL 2.0 to LGPL 2.1. | ||
| e54fc9c1 | 2018-09-17 18:28:56 | Prefer https URLs where possible. | ||
| 40924a62 | 2016-10-14 03:18:05 | Use 'size_t', not 'int', for the length of a string. | ||
| 48f31c74 | 2012-02-12 20:54:51 | Replace FSF snail-mail address with URL. | ||
| 3a33986e | 2011-10-24 02:39:35 | New encoding ISO-2022-CP-MS. | ||
| 0531ec16 | 2007-10-07 18:30:41 | Upgrade copyright header to GPLv3. | ||
| 45bd190c | 2005-05-19 17:14:19 | Update FSF postal address. | ||
| d2f9e4a7 | 2002-05-10 10:41:09 | Update copyright year. | ||
| db94e408 | 2001-05-25 19:21:53 | Decouple the mbtowc and wctomb calling conventions. | ||
| e8016e70 | 2001-03-20 20:41:31 | Emit copyright message in the output file. | ||
| 1ca2adf0 | 2000-11-20 18:30:25 | Use ucs4_t instead of locally defined wchar_t. | ||
| 3af9cd39 | 1999-12-31 12:50:49 | Import from libiconv-0.3. |