Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 8d618a87 | 2024-12-15 12:56:32 | Prepare for version 1.18. * configure.ac: Bump version number to 1.18. * include/iconv.h.in (_LIBICONV_VERSION): Likewise. * lib/Makefile.in (LIBICONV_VERSION_INFO): Bump to 9:0:7. * src/iconv.c (print_version): Update copyright year. * windows/iconv.rc: Likewise. * windows/libiconv.rc: Likewise. * README: Update download link. | ||
| 6549d20c | 2023-05-21 00:29:37 | Implement GB18030 version 2022. * lib/encodings.def (GB18030): Add alias GB18030:2005. (GB18030:2022): New encoding. * lib/gb18030ext.h (gb18030_2005_ext_2uni_pagefe): Renamed from gb18030ext_2uni_pagefe. (gb18030_2022_ext_2uni_pagefe): New array. (gb18030_2005_ext_mbtowc): Renamed from gb18030ext_mbtowc. (gb18030_2022_ext_mbtowc): New function. (gb18030_2005_ext_wctomb): Renamed from gb18030ext_wctomb. (gb18030_2022_ext_wctomb): New function. * lib/gb18030uni.h (gb18030_2022_charset2uni_pua1, gb18030_2022_charset2uni_pua2): New arrays. (gb18030_2005_uni_mbtowc): Renamed from gb18030uni_mbtowc. (gb18030_2022_uni_mbtowc): New function. (gb18030_2022_uni2charset_pua1, gb18030_2022_uni2charset_pua2): New arrays. (gb18030_2005_uni_wctomb): Renamed from gb18030uni_wctomb. (gb18030_2022_uni_wctomb): New function. * lib/gb18030_2005.h: Renamed from lib/gb18030.h. Update comments. (gb18030_2005_mbtowc): Renamed from gb18030_mbtowc. (gb18030_2005_pua2charset): Renamed from gb18030_pua2charset. (gb18030_2005_wctomb): Renamed from gb18030_wctomb. * lib/gb18030_2022.h: New file, based on lib/gb18030_2005.h. * lib/converters.h: Don't include gb18030.h. Include gb18030_2005.h, gb18030_2022.h. * lib/Makefile.in (SOURCE_FILES): Remove gb18030.h. Add gb18030_2005.h, gb18030_2022.h. * tests/GB18030-2005-BMP.TXT: Renamed from tests/GB18030-BMP.TXT. * tests/GB18030-2005.IRREVERSIBLE.TXT: Renamed from tests/GB18030.IRREVERSIBLE.TXT. * tests/GB18030-2022-BMP.TXT: New file. * tests/Makefile.in (check): Test GB18030:2005 instead of GB18030. Also test GB18030:2022. (clean): Don't remove GB18030.TXT. Instead, remove GB18030-2005.TXT and GB18030-2022.TXT. (SOURCE_FILES): Update. Add GB18030-2022-BMP.TXT. * README: Mention the new encoding. * man/iconv_open.3: Likewise. * NEWS: Likewise. | ||
| 1d47a157 | 2022-05-23 00:56:16 | Add GNU Project notice. * JOIN-GNU: New file. Inspired by a suggestion from José E. Marchesi on the gnu-prog-discuss mailing list. * README: Refer to it. * Makefile.in (SOURCE_FILES): Add it. | ||
| c31a1460 | 2022-02-12 13:50:15 | Prepare for version 1.17. * configure.ac: Bump version number to 1.17. * include/iconv.h.in (_LIBICONV_VERSION): Likewise. * lib/Makefile.in (LIBICONV_VERSION_INFO): Bump to 9:0:7. * src/iconv.c (print_version): Update copyright year. * windows/iconv.rc: Likewise. * windows/libiconv.rc: Likewise. * README: Update download link. | ||
| 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. | ||
| 8dfed547 | 2021-06-27 20:48:45 | Tweak last commit. | ||
| 76d0485b | 2021-06-27 16:39:44 | README: Update. Reported at <https://savannah.gnu.org/bugs/?60837>. * README: Overhaul the paragraph that mentions iconv.m4. | ||
| 59a168c6 | 2019-05-11 22:00:26 | Update bug reporting instructions. | ||
| 24729046 | 2019-04-26 20:59:03 | Prepare for version 1.16. | ||
| e54fc9c1 | 2018-09-17 18:28:56 | Prefer https URLs where possible. | ||
| f38356d4 | 2018-05-04 21:37:14 | Simplify: Remove the ability to install a preloadable library. | ||
| f87976e3 | 2018-03-27 17:07:20 | Doc tweaks. | ||
| 3347685a | 2016-11-25 11:53:26 | Prepare for version 1.15. | ||
| 6b00cc70 | 2012-01-26 12:37:51 | Modernize quoting. | ||
| 3a33986e | 2011-10-24 02:39:35 | New encoding ISO-2022-CP-MS. | ||
| 4d036b9a | 2011-08-07 15:16:56 | Prepare for version 1.14. | ||
| fd7d5707 | 2010-11-24 03:33:29 | Implement newer release of BIG5-HKSCS. | ||
| 6609ab07 | 2009-06-30 22:55:22 | Prepare for 1.13.1. | ||
| f13047d9 | 2009-03-26 02:16:00 | Prepare for version 1.13. | ||
| 459ce580 | 2009-01-24 23:16:06 | New converter for CP1131. | ||
| 3096d690 | 2007-10-23 23:54:41 | Bump version number. | ||
| 614f279f | 2007-05-25 23:41:00 | Add support for the Kazakh RK1048 encoding. | ||
| eab819d4 | 2006-10-16 11:57:34 | Clarify the copyright. | ||
| 7edefe50 | 2006-05-18 12:48:00 | Implement newer releases of BIG5-HKSCS. | ||
| ca8fa44c | 2005-12-29 13:54:00 | Bump version number. | ||
| 05a280da | 2005-12-15 12:43:45 | CP936 is now different from GBK. | ||
| 999579a2 | 2005-07-07 12:46:21 | Version 1.10. | ||
| 38981e01 | 2005-05-23 10:06:44 | Implement BIG5-2003 encoding. | ||
| 9341db94 | 2005-05-06 11:04:28 | Support for PT154 encoding. | ||
| 37a70626 | 2005-03-29 13:56:39 | Rename libiconv_plug.so to preloadable_libiconv.so. | ||
| bb98761e | 2005-03-29 13:55:27 | Implement and document ATARIST converter. | ||
| aebb92c0 | 2004-07-23 10:46:19 | New encoding ISO-8859-11. | ||
| 5413e582 | 2004-01-25 18:35:51 | Release 1.9.2. | ||
| a8ae91e0 | 2003-02-18 12:56:22 | Mention what to link with. | ||
| 3baee71e | 2003-02-14 18:29:31 | Remove secondary download location. | ||
| 9bd02ce1 | 2002-07-22 17:06:17 | Fix typo in email address. | ||
| 0a297c28 | 2002-06-13 13:10:17 | Remove obsolete extras/iconv.m4. | ||
| ed9ef091 | 2002-05-29 14:11:14 | New encoding C99. | ||
| e9eef361 | 2002-05-22 12:41:45 | New encodings CP853, TDS565, RISCOS-LATIN1. | ||
| 8ce4b310 | 2002-05-23 11:52:37 | Prepare for release 1.8. | ||
| f91d7f06 | 2002-05-21 12:50:46 | Mention extra encodings. | ||
| b4332637 | 2002-05-18 01:27:16 | Write Shift_JIS instead of Shift-JIS. | ||
| 53110b18 | 2002-04-30 14:40:23 | Start using gettext. | ||
| 33057762 | 2002-05-13 10:03:19 | Add KOI8-T encoding. | ||
| 854c1592 | 2002-05-10 10:38:29 | Update my email address. | ||
| bad70183 | 2002-04-04 20:23:54 | Update URL. | ||
| 1d7b650c | 2001-12-06 14:27:22 | Empty encoding name is equivalent to locale dependent encoding, as in glibc. | ||
| 274ff204 | 2001-11-12 12:55:51 | Upgrade iconv.m4 to the one used by gettext-0.10.40. | ||
| 49493b7a | 2001-08-02 18:53:29 | New bug report address. | ||
| 78281f96 | 2001-06-25 12:14:05 | Bump version number for 1.7. | ||
| 7397d65d | 2001-06-06 18:37:24 | Rename BIG5HKSCS to BIG5-HKSCS. | ||
| e91c0ce3 | 2001-04-12 12:55:41 | Add UTF-32 encodings. | ||
| 4dc14c93 | 2001-03-20 20:41:58 | Now officially called GNU libiconv. | ||
| f73e0b5a | 2001-03-14 21:57:32 | 1.6 -> 1.6.1 | ||
| d771d662 | 2001-03-06 17:29:26 | Prepare for libiconv release 1.6. | ||
| 06aa1274 | 2001-01-05 13:52:21 | Add support for CP862. | ||
| 88cad7ba | 2001-02-05 19:34:47 | Mention iconv.m4. | ||
| 2fa33a56 | 2000-12-02 01:01:44 | Bump version number to 1.5. | ||
| d51d26bc | 2000-11-20 18:33:47 | Add support for locale dependent "char" and "wchar_t" encodings. | ||
| fdd8e49f | 2000-11-20 18:26:50 | Transliteration is now off by default. | ||
| 875b6b71 | 2000-11-20 18:24:35 | Document JOHAB again. | ||
| 8333237d | 2000-10-23 14:20:07 | Add support for GB18030 and BIG5HKSCS. | ||
| 6f19ac3a | 2000-10-24 12:26:53 | Bump version number to 1.4. | ||
| da1ff855 | 2000-03-15 20:22:04 | Upgrade to libiconv-1.2. | ||
| 6d93d60b | 2000-04-17 17:18:14 | Upgrade to libiconv-1.3. | ||
| c37afd43 | 2000-01-24 13:06:57 | Upgrade to libiconv-1.1. | ||
| 00e960fc | 2000-01-04 21:56:56 | Upgrade to libiconv-1.0. | ||
| 3af9cd39 | 1999-12-31 12:50:49 | Import from libiconv-0.3. |