New test.
[mono.git] / mcs / class / I18N / Other / ChangeLog
1 2006-11-20  Atsushi Enomoto  <atsushi@ximian.com>
2
3         * CP1251.cs, CP28594.cs, CP28595.cs, CP1257.cs, CP1258.cs,
4           CP874.cs, CP20866.cs, CP21866.cs:
5           cosmetic indent fix (now they are correctly auto-generated).
6
7 2006-01-23  Atsushi Enomoto  <atsushi@ximian.com>
8
9         * CP57002.cs : Added GetByteCountImpl().
10
11 2006-01-17  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * CP1251.cs CP28594.cs CP28595.cs CP1257.cs CP1258.cs CP57002.cs
14           CP874.cs CP20866.cs CP21866.cs (All) :
15           Marked as [Serializable].
16
17 2005-12-01  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * CP57002.cs : Now its base class is MonoEncoding, and implemented 
20           fallback support and pointer-based code for GetBytes(Impl).
21           Commented string version of GetBytes() out.
22
23 2005-12-01  Atsushi Enomoto  <atsushi@ximian.com>
24
25         (this is the first ChangeLog entry.)
26
27         * CP1251.cs CP28594.cs CP28595.cs CP1257.cs CP1258.cs CP874.cs
28           CP20866.cs CP21866.cs : (all but 57002.cs)
29           The same changes on fallback support and shift to pointer-based 
30           implementation as we had in I18N.West.dll.
31         * Makefile : added /unsafe.