1 2001-05-06 Bruno Haible <haible@clisp.cons.org>
3 * Makefile.msvc (charset.lib): Allow the 'del' command to fail.
5 2001-05-06 Bruno Haible <haible@clisp.cons.org>
7 * Makefile.in (CPPFLAGS, LDFLAGS): New variables.
8 (libcharset.la): Use LDFLAGS.
9 (localcharset.lo): Use CPPFLAGS.
11 2001-04-30 Bruno Haible <haible@clisp.cons.org>
13 Silence "gcc -Wall -Wwrite-strings" warnings.
14 * localcharset.c (charset_aliases): Change type to 'const char *'.
15 (get_charset_aliases): Change type of 'cp' to 'const char *'.
17 2001-03-10 Bruno Haible <haible@clisp.cons.org>
19 * localcharset.c (locale_charset): Allow wildcard syntax. Also resolve
20 alias if codeset is empty.
21 * config.charset (BeOS): Use wildcard syntax.
23 * Makefile.in (libcharset.la): Pass flag -no-undefined. Needed on
26 * Makefile.in (RM): New variable.
28 2001-01-05 Bruno Haible <haible@clisp.cons.org>
30 * localcharset.c (volatile): Define to empty if not using ANSI C.
32 2001-03-05 Bruno Haible <haible@clisp.cons.org>
34 * config.charset: Update for OSF/1 5.1.
36 2001-03-01 Bruno Haible <haible@clisp.cons.org>
38 * config.charset: For DOS/DJGPP, add CP775.
40 2001-02-24 Bruno Haible <haible@clisp.cons.org>
42 * config.charset: Add support for DOS/DJGPP.
44 2001-02-25 Bruno Haible <haible@clisp.cons.org>
46 * localcharset.c (locale_charset): Don't return NULL.
48 2001-02-24 Bruno Haible <haible@clisp.cons.org>
50 * localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL).
52 2001-01-30 Bruno Haible <haible@clisp.cons.org>
54 * config.charset: Update for FreeBSD 4.2.
56 2000-12-19 Jim Meyering <jim@meyering.net>
58 * localcharset.c: Improve WIN32 macrology.
59 (locale_charset): Increase size of buffer.
61 2000-12-18 Bruno Haible <haible@clisp.cons.org>
63 * config.charset: Add support for BeOS.
65 2000-12-12 Bruno Haible <haible@clisp.cons.org>
67 * Makefile.in (ref-add.sed, ref-del.sed): Don't use $<, not understood
68 by Solaris "make". Reported by Toshimitsu Fujiwara.
70 2000-12-08 Bruno Haible <haible@clisp.cons.org>
72 * Makefile.in (exec_prefix): Use configure's --exec-prefix argument.
74 2000-12-02 Bruno Haible <haible@clisp.cons.org>
76 * Makefile.msvc: Replace STATIC with its opposite flag, DLL.
78 2000-11-21 Bruno Haible <haible@clisp.cons.org>
80 * Makefile.msvc (MFLAGS): New variable.
81 (CFLAGS, charset.lib): Use it.
82 (INCLUDES): Use "..", not "..\include".
84 2000-10-31 Bruno Haible <haible@clisp.cons.org>
86 * Makefile.msvc: New file.
88 2000-10-31 Bruno Haible <haible@clisp.cons.org>
90 * config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB, VISCII,
91 CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256, CP1257
92 to the list of canonical encodings. Rename EUC-CN to GB2312.
93 * localcharset.c (locale_charset): Add support for Win32.