Regenerated with autoconf-2.52.
[libiconv.git] / libcharset / lib / ChangeLog
blob93d1b3d27d6c3efb03fa9617837bba8a1a769d76
1 2001-08-05  Bruno Haible  <haible@clisp.cons.org>
3         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
4         * localcharset.c (locale_charset): Declare as extern "C".
5         (get_charset_aliases): Cast malloc and realloc results to 'char *'.
7 2001-06-27  Bruno Haible  <haible@clisp.cons.org>
9         * Makefile.in (clean): Remove also *.o.lock, left there by libtool
10         on IRIX.
12 2001-06-25  Bruno Haible  <haible@clisp.cons.org>
14         * Makefile.in (localcharset.lo): Mention $(INCLUDES) before $(CFLAGS)
15         and $(CPPFLAGS).
16         * Makefile.msvc (localcharset.obj): Likewise.
18 2001-06-24  Bruno Haible  <haible@clisp.cons.org>
20         * config.charset: Change canonical name of BIG5HKSCS to BIG5-HKSCS.
21         Change canonical name of SJIS to SHIFT_JIS.
23 2001-05-06  Bruno Haible  <haible@clisp.cons.org>
25         * Makefile.msvc (charset.lib): Allow the 'del' command to fail.
27 2001-05-06  Bruno Haible  <haible@clisp.cons.org>
29         * Makefile.in (CPPFLAGS, LDFLAGS): New variables.
30         (libcharset.la): Use LDFLAGS.
31         (localcharset.lo): Use CPPFLAGS.
33 2001-04-30  Bruno Haible  <haible@clisp.cons.org>
35         Silence "gcc -Wall -Wwrite-strings" warnings.
36         * localcharset.c (charset_aliases): Change type to 'const char *'.
37         (get_charset_aliases): Change type of 'cp' to 'const char *'.
39 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
41         * localcharset.c (locale_charset): Allow wildcard syntax. Also resolve
42         alias if codeset is empty.
43         * config.charset (BeOS): Use wildcard syntax.
45         * Makefile.in (libcharset.la): Pass flag -no-undefined. Needed on
46         platforms like BeOS.
48         * Makefile.in (RM): New variable.
50 2001-01-05  Bruno Haible  <haible@clisp.cons.org>
52         * localcharset.c (volatile): Define to empty if not using ANSI C.
54 2001-03-05  Bruno Haible  <haible@clisp.cons.org>
56         * config.charset: Update for OSF/1 5.1.
58 2001-03-01  Bruno Haible  <haible@clisp.cons.org>
60         * config.charset: For DOS/DJGPP, add CP775.
62 2001-02-24  Bruno Haible  <haible@clisp.cons.org>
64         * config.charset: Add support for DOS/DJGPP.
66 2001-02-25  Bruno Haible  <haible@clisp.cons.org>
68         * localcharset.c (locale_charset): Don't return NULL.
70 2001-02-24  Bruno Haible  <haible@clisp.cons.org>
72         * localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL).
74 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
76         * config.charset: Update for FreeBSD 4.2.
78 2000-12-19  Jim Meyering  <jim@meyering.net>
80         * localcharset.c: Improve WIN32 macrology.
81         (locale_charset): Increase size of buffer.
83 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
85         * config.charset: Add support for BeOS.
87 2000-12-12  Bruno Haible  <haible@clisp.cons.org>
89         * Makefile.in (ref-add.sed, ref-del.sed): Don't use $<, not understood
90         by Solaris "make". Reported by Toshimitsu Fujiwara.
92 2000-12-08  Bruno Haible  <haible@clisp.cons.org>
94         * Makefile.in (exec_prefix): Use configure's --exec-prefix argument.
96 2000-12-02  Bruno Haible  <haible@clisp.cons.org>
98         * Makefile.msvc: Replace STATIC with its opposite flag, DLL.
100 2000-11-21  Bruno Haible  <haible@clisp.cons.org>
102         * Makefile.msvc (MFLAGS): New variable.
103         (CFLAGS, charset.lib): Use it.
104         (INCLUDES): Use "..", not "..\include".
106 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
108         * Makefile.msvc: New file.
110 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
112         * config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB, VISCII,
113         CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256, CP1257
114         to the list of canonical encodings. Rename EUC-CN to GB2312.
115         * localcharset.c (locale_charset): Add support for Win32.