Annotation of embedaddon/libiconv/extras/ChangeLog, revision 1.1.1.2
1.1.1.2 ! misho 1: 2011-06-04 Bruno Haible <bruno@clisp.org>
! 2:
! 3: * iconv_string.c (iconv_string): Treat incomplete byte sequence like
! 4: invalid byte sequence.
! 5: Reported by shosas at <https://savannah.gnu.org/bugs/?32399>.
! 6:
1.1 misho 7: 2003-05-10 Bruno Haible <bruno@clisp.org>
8:
9: * iconv_string.c (iconv_string): Don't return -1 just because the
10: string is longer than 4 KB.
11:
12: 2002-02-13 Bruno Haible <bruno@clisp.org>
13:
14: * iconv.m4: Remove file. Obsoleted by m4/iconv.m4.
15:
16: 2000-06-16 Bruno Haible <haible@clisp.cons.org>
17:
18: * iconv.m4: Change prefix to AM.
19:
20: 2001-05-23 Bruno Haible <haible@clisp.cons.org>
21:
22: * iconv.m4 (jm_ICONV): Accept --with-libiconv-prefix option.
23:
24: 2001-03-23 Bruno Haible <haible@clisp.cons.org>
25:
26: * iconv.m4 (jm_ICONV): Tweak printing of prototype.
27:
28: 2001-03-20 Bruno Haible <haible@clisp.cons.org>
29:
30: * iconv.m4 (jm_ICONV): Recommend GNU libiconv.
31:
32: 2001-01-03 Bruno Haible <haible@clisp.cons.org>
33:
34: * iconv.m4 (jm_ICONV): Also check whether the iconv declaration
35: has const.
36:
37: 2000-02-02 Bruno Haible <haible@clisp.cons.org>
38:
39: * iconv.m4: New file.
40:
41: 2001-01-29 Bruno Haible <haible@clisp.cons.org>
42:
43: * locale_charset.c: Remove file. Obsoleted by libcharset.
44:
45: 2000-10-22 Bruno Haible <haible@clisp.cons.org>
46:
47: * locale_charset.c (get_locale_charset): Accept french and spanish
48: names in both ISO-8859-1 and UTF-8.
49:
50: 2000-08-24 Jim Blackson <blackson@ontrack-japan.com>
51:
52: * iconv_string.c (iconv_string): Fix return value for autodetect.
53:
54: 2000-01-24 Bruno Haible <haible@clisp.cons.org>
55:
56: * iconv_string.c (iconv_string): Stop recognizing JOHAB.
57: Fix typo for EUC-JP.
58:
59: 1999-12-18 Bruno Haible <haible@clisp.cons.org>
60:
61: * locale_charset.c (get_locale_charset): Recognize more language codes:
62: "af" (afrikaans), "ca" (catalan), "eu" (basque), "fo" (faeroese),
63: "ga" (irish), "gd" (scottish), "gl" (galician), "sq" (albanian),
64: "eo" (esperanto), "mt" (maltese), "be" (byelorussian),
65: "et" (estonian), "lt" (lithuanian), "lv" (latvian), "uk" (ukrainian).
66: Recognize more aliases: "english", "slovenian", "macedonian",
67: "serbian", "arabic".
68: Change default: KOI8-R for "ru" (russian) instead of ISO-8859-5,
69: ISO-8859-5 for "sr" instead of ISO-8859-2.
70:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>