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