removed old libs
[TestXSLT.git] / libiconv / libcharset / lib / ChangeLog
1 2002-05-09  Bruno Haible  <bruno@clisp.org>
2
3         * config.charset: Update for newest glibc. Add canonical names
4         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
5
6 2002-05-09  Bruno Haible  <bruno@clisp.org>
7
8         * localcharset.c (get_charset_aliases): Add more Windows specific
9         aliases.
10
11 2002-05-08  Owen Taylor  <otaylor@redhat.com>
12
13         * config.charset: A few additions for Solaris.
14
15 2002-02-15  Bruno Haible  <bruno@clisp.org>
16
17         * config.charset [msdosdjgpp]: For Russian, use CP866.
18
19 2002-02-11  Bruno Haible  <bruno@clisp.org>
20
21         * config.charset: Add support for NetBSD.
22
23 2002-01-10  Andrew Zabolotny  <zap@cobra.ru>
24             Bruno Haible  <bruno@clisp.org>
25
26         * localcharset.c: Rework OS/2 support.
27         * config.charset: Add OS/2 support.
28
29 2001-12-21  Bruno Haible  <bruno@clisp.org>
30
31         * localcharset.c (ISSLASH): Provide definition for DOS-like systems.
32
33 2001-12-15  Bruno Haible  <bruno@clisp.org>
34
35         * localcharset.c: Add OS/2 support.
36
37 2001-12-05  Bruno Haible  <bruno@clisp.org>
38
39         * localcharset.c (locale_charset): Don't return an empty string.
40
41 2001-10-23  Bruno Haible  <haible@clisp.cons.org>
42
43         * config.charset: msdos in uk_UA uses CP1125.
44
45 2001-08-05  Bruno Haible  <haible@clisp.cons.org>
46
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 *'.
50
51 2001-06-27  Bruno Haible  <haible@clisp.cons.org>
52
53         * Makefile.in (clean): Remove also *.o.lock, left there by libtool
54         on IRIX.
55
56 2001-06-25  Bruno Haible  <haible@clisp.cons.org>
57
58         * Makefile.in (localcharset.lo): Mention $(INCLUDES) before $(CFLAGS)
59         and $(CPPFLAGS).
60         * Makefile.msvc (localcharset.obj): Likewise.
61
62 2001-06-24  Bruno Haible  <haible@clisp.cons.org>
63
64         * config.charset: Change canonical name of BIG5HKSCS to BIG5-HKSCS.
65         Change canonical name of SJIS to SHIFT_JIS.
66
67 2001-05-06  Bruno Haible  <haible@clisp.cons.org>
68
69         * Makefile.msvc (charset.lib): Allow the 'del' command to fail.
70
71 2001-05-06  Bruno Haible  <haible@clisp.cons.org>
72
73         * Makefile.in (CPPFLAGS, LDFLAGS): New variables.
74         (libcharset.la): Use LDFLAGS.
75         (localcharset.lo): Use CPPFLAGS.
76
77 2001-04-30  Bruno Haible  <haible@clisp.cons.org>
78
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 *'.
82
83 2001-03-10  Bruno Haible  <haible@clisp.cons.org>
84
85         * localcharset.c (locale_charset): Allow wildcard syntax. Also resolve
86         alias if codeset is empty.
87         * config.charset (BeOS): Use wildcard syntax.
88
89         * Makefile.in (libcharset.la): Pass flag -no-undefined. Needed on
90         platforms like BeOS.
91
92         * Makefile.in (RM): New variable.
93
94 2001-01-05  Bruno Haible  <haible@clisp.cons.org>
95
96         * localcharset.c (volatile): Define to empty if not using ANSI C.
97
98 2001-03-05  Bruno Haible  <haible@clisp.cons.org>
99
100         * config.charset: Update for OSF/1 5.1.
101
102 2001-03-01  Bruno Haible  <haible@clisp.cons.org>
103
104         * config.charset: For DOS/DJGPP, add CP775.
105
106 2001-02-24  Bruno Haible  <haible@clisp.cons.org>
107
108         * config.charset: Add support for DOS/DJGPP.
109
110 2001-02-25  Bruno Haible  <haible@clisp.cons.org>
111
112         * localcharset.c (locale_charset): Don't return NULL.
113
114 2001-02-24  Bruno Haible  <haible@clisp.cons.org>
115
116         * localcharset.c (locale_charset): Don't use setlocale(LC_CTYPE,NULL).
117
118 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
119
120         * config.charset: Update for FreeBSD 4.2.
121
122 2000-12-19  Jim Meyering  <jim@meyering.net>
123
124         * localcharset.c: Improve WIN32 macrology.
125         (locale_charset): Increase size of buffer.
126
127 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
128
129         * config.charset: Add support for BeOS.
130
131 2000-12-12  Bruno Haible  <haible@clisp.cons.org>
132
133         * Makefile.in (ref-add.sed, ref-del.sed): Don't use $<, not understood
134         by Solaris "make". Reported by Toshimitsu Fujiwara.
135
136 2000-12-08  Bruno Haible  <haible@clisp.cons.org>
137
138         * Makefile.in (exec_prefix): Use configure's --exec-prefix argument.
139
140 2000-12-02  Bruno Haible  <haible@clisp.cons.org>
141
142         * Makefile.msvc: Replace STATIC with its opposite flag, DLL.
143
144 2000-11-21  Bruno Haible  <haible@clisp.cons.org>
145
146         * Makefile.msvc (MFLAGS): New variable.
147         (CFLAGS, charset.lib): Use it.
148         (INCLUDES): Use "..", not "..\include".
149
150 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
151
152         * Makefile.msvc: New file.
153
154 2000-10-31  Bruno Haible  <haible@clisp.cons.org>
155
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.
160