1 2002-05-09 Bruno Haible <bruno@clisp.org>
3 * config.charset: Update for newest glibc. Add canonical names
4 ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
6 2002-05-09 Bruno Haible <bruno@clisp.org>
8 * localcharset.c (get_charset_aliases): Add more Windows specific
11 2002-05-08 Owen Taylor <otaylor@redhat.com>
13 * config.charset: A few additions for Solaris.
15 2002-02-15 Bruno Haible <bruno@clisp.org>
17 * config.charset [msdosdjgpp]: For Russian, use CP866.
19 2002-02-11 Bruno Haible <bruno@clisp.org>
21 * config.charset: Add support for NetBSD.
23 2002-01-10 Andrew Zabolotny <zap@cobra.ru>
24 Bruno Haible <bruno@clisp.org>
26 * localcharset.c: Rework OS/2 support.
27 * config.charset: Add OS/2 support.
29 2001-12-21 Bruno Haible <bruno@clisp.org>
31 * localcharset.c (ISSLASH): Provide definition for DOS-like systems.
33 2001-12-15 Bruno Haible <bruno@clisp.org>
35 * localcharset.c: Add OS/2 support.
37 2001-12-05 Bruno Haible <bruno@clisp.org>
39 * localcharset.c (locale_charset): Don't return an empty string.
41 2001-10-23 Bruno Haible <haible@clisp.cons.org>
43 * config.charset: msdos in uk_UA uses CP1125.
45 2001-08-05 Bruno Haible <haible@clisp.cons.org>
47 Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
48 * localcharset.c (locale_charset): Declare as extern "C".
49 (get_charset_aliases): Cast malloc and realloc results to 'char *'.
51 2001-06-27 Bruno Haible <haible@clisp.cons.org>
53 * Makefile.in (clean): Remove also *.o.lock, left there by libtool
56 2001-06-25 Bruno Haible <haible@clisp.cons.org>
58 * Makefile.in (localcharset.lo): Mention $(INCLUDES) before $(CFLAGS)
60 * Makefile.msvc (localcharset.obj): Likewise.
62 2001-06-24 Bruno Haible <haible@clisp.cons.org>
64 * config.charset: Change canonical name of BIG5HKSCS to BIG5-HKSCS.
65 Change canonical name of SJIS to SHIFT_JIS.
67 2001-05-06 Bruno Haible <haible@clisp.cons.org>
69 * Makefile.msvc (charset.lib): Allow the 'del' command to fail.
71 2001-05-06 Bruno Haible <haible@clisp.cons.org>
73 * Makefile.in (CPPFLAGS, LDFLAGS): New variables.
74 (libcharset.la): Use LDFLAGS.
75 (localcharset.lo): Use CPPFLAGS.
77 2001-04-30 Bruno Haible <haible@clisp.cons.org>
79 Silence "gcc -Wall -Wwrite-strings" warnings.
80 * localcharset.c (charset_aliases): Change type to 'const char *'.
81 (get_charset_aliases): Change type of 'cp' to 'const char *'.
83 2001-03-10 Bruno Haible <haible@clisp.cons.org>
85 * localcharset.c (locale_charset): Allow wildcard syntax. Also resolve
86 alias if codeset is empty.
87 * config.charset (BeOS): Use wildcard syntax.
89 * Makefile.in (libcharset.la): Pass flag -no-undefined. Needed on
92 * Makefile.in (RM): New variable.
94 2001-01-05 Bruno Haible <haible@clisp.cons.org>
96 * localcharset.c (volatile): Define to empty if not using ANSI C.
98 2001-03-05 Bruno Haible <haible@clisp.cons.org>
100 * config.charset: Update for OSF/1 5.1.
102 2001-03-01 Bruno Haible <haible@clisp.cons.org>
104 * config.charset: For DOS/DJGPP, add CP775.
106 2001-02-24 Bruno Haible <haible@clisp.cons.org>
108 * config.charset: Add support for DOS/DJGPP.
110 2001-02-25 Bruno Haible <haible@clisp.cons.org>
112 * localcharset.c (locale_charset): Don't return NULL.
114 2001-02-24 Bruno Haible <haible@clisp.cons.org>
116 * localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL).
118 2001-01-30 Bruno Haible <haible@clisp.cons.org>
120 * config.charset: Update for FreeBSD 4.2.
122 2000-12-19 Jim Meyering <jim@meyering.net>
124 * localcharset.c: Improve WIN32 macrology.
125 (locale_charset): Increase size of buffer.
127 2000-12-18 Bruno Haible <haible@clisp.cons.org>
129 * config.charset: Add support for BeOS.
131 2000-12-12 Bruno Haible <haible@clisp.cons.org>
133 * Makefile.in (ref-add.sed, ref-del.sed): Don't use $<, not understood
134 by Solaris "make". Reported by Toshimitsu Fujiwara.
136 2000-12-08 Bruno Haible <haible@clisp.cons.org>
138 * Makefile.in (exec_prefix): Use configure's --exec-prefix argument.
140 2000-12-02 Bruno Haible <haible@clisp.cons.org>
142 * Makefile.msvc: Replace STATIC with its opposite flag, DLL.
144 2000-11-21 Bruno Haible <haible@clisp.cons.org>
146 * Makefile.msvc (MFLAGS): New variable.
147 (CFLAGS, charset.lib): Use it.
148 (INCLUDES): Use "..", not "..\include".
150 2000-10-31 Bruno Haible <haible@clisp.cons.org>
152 * Makefile.msvc: New file.
154 2000-10-31 Bruno Haible <haible@clisp.cons.org>
156 * config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB, VISCII,
157 CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256, CP1257
158 to the list of canonical encodings. Rename EUC-CN to GB2312.
159 * localcharset.c (locale_charset): Add support for Win32.