New test.
[mono.git] / mcs / class / I18N / West / ChangeLog
1 2006-01-17  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * CP1252.cs CP28592.cs CP437.cs CP861.cs CP10079.cs CP863.cs
4           CP865.cs CP28593.cs CP1253.cs CP28597.cs CP10000.cs CP850.cs
5           CP860.cs CP28605.cs CP1250.cs (All) :
6           Marked as [Serializable].
7
8 2006-01-12  Atsushi Enomoto  <atsushi@ximian.com>
9
10         * CP10079.cs : oops, silly debugging code was remaining.
11
12 2005-12-02  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * Makefile : now it has tests.
15         * CP10079.cs : fixed some encoder/decoder mapping bugs.
16
17 2005-12-01  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * CP437.cs : forgot to comment out GetBytes(string).
20
21 2005-11-30  Atsushi Enomoto  <atsushi@ximian.com>
22
23         * CP1252.cs CP28592.cs CP437.cs CP861.cs CP10079.cs CP863.cs CP865.cs
24           CP28593.cs CP1253.cs CP28597.cs CP850.cs CP860.cs CP28605.cs
25           CP1250.cs : made the same changes as CP10000.cs had in the previous
26           commit.
27
28 2005-11-30  Atsushi Enomoto  <atsushi@ximian.com>
29
30         (initial changelog entry here.)
31
32         * Makefile : now it uses unsafe pointers.
33         * CP10000.cs : Added 2.0 fallback support and modified ToBytes() from
34           array to pointers, and commented ToBytes(string) out (uses virtual
35           implementation in ByteEncoding).