Wed Feb 24 15:47:16 CET 2010 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / class / I18N / West / ChangeLog
1 2010-02-11  Zoltan Varga  <vargaz@gmail.com>
2
3         * CP1250.cs CP1252.cs: Move the '--charCount' line to the beginning of the loop,
4         since it can be skipped in case of HandleFallback. Add brances around the
5         call to HandleFallback so the 'continue' call is only done if it is called.
6         Should fix #573682.
7
8 2008-07-11  Atsushi Enomoto  <atsushi@ximian.com>
9
10         * CP1252.cs : continue after fallback was missing.
11           Fixed bug #408381, patch by Jonathan Gagnon.
12
13 2008-05-16  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * Makefile : added Test/texts/*.txt to EXTRA_DISTFILES.
16
17 2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * windows-437-2000.ucm: copied from ICU: http://dev.icu-project.org/cgi-bin/viewcvs.cgi/charset/data/ucm/windows-437-2000.ucm?revision=1.2
20         * windows-10079-2000.ucm: copied from ICU: http://dev.icu-project.org/cgi-bin/viewcvs.cgi/charset/data/ucm/windows-10079-2000.ucm?revision=1.2
21         * CP437.cs : now it is autogenerated from windows-437-2000.ucm
22           Fixed bug #79951
23         * CP10079.cs : now it is autogenerated from windows-10079-2000.ucm.
24
25 2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>
26
27         * CP28605.cs, CP10000.cs:
28           cosmetic indent fix (now they are correctly auto-generated).
29
30 2006-01-17  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * CP1252.cs CP28592.cs CP437.cs CP861.cs CP10079.cs CP863.cs
33           CP865.cs CP28593.cs CP1253.cs CP28597.cs CP10000.cs CP850.cs
34           CP860.cs CP28605.cs CP1250.cs (All) :
35           Marked as [Serializable].
36
37 2006-01-12  Atsushi Enomoto  <atsushi@ximian.com>
38
39         * CP10079.cs : oops, silly debugging code was remaining.
40
41 2005-12-02  Atsushi Enomoto  <atsushi@ximian.com>
42
43         * Makefile : now it has tests.
44         * CP10079.cs : fixed some encoder/decoder mapping bugs.
45
46 2005-12-01  Atsushi Enomoto  <atsushi@ximian.com>
47
48         * CP437.cs : forgot to comment out GetBytes(string).
49
50 2005-11-30  Atsushi Enomoto  <atsushi@ximian.com>
51
52         * CP1252.cs CP28592.cs CP437.cs CP861.cs CP10079.cs CP863.cs CP865.cs
53           CP28593.cs CP1253.cs CP28597.cs CP850.cs CP860.cs CP28605.cs
54           CP1250.cs : made the same changes as CP10000.cs had in the previous
55           commit.
56
57 2005-11-30  Atsushi Enomoto  <atsushi@ximian.com>
58
59         (initial changelog entry here.)
60
61         * Makefile : now it uses unsafe pointers.
62         * CP10000.cs : Added 2.0 fallback support and modified ToBytes() from
63           array to pointers, and commented ToBytes(string) out (uses virtual
64           implementation in ByteEncoding).