You've already forked linux-packaging-mono
Imported Upstream version 4.6.0.125
Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
parent
a569aebcfd
commit
e79aa3c0ed
@@ -1,31 +0,0 @@
|
||||
2006-11-20 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* CP1251.cs, CP28594.cs, CP28595.cs, CP1257.cs, CP1258.cs,
|
||||
CP874.cs, CP20866.cs, CP21866.cs:
|
||||
cosmetic indent fix (now they are correctly auto-generated).
|
||||
|
||||
2006-01-23 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* CP57002.cs : Added GetByteCountImpl().
|
||||
|
||||
2006-01-17 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* CP1251.cs CP28594.cs CP28595.cs CP1257.cs CP1258.cs CP57002.cs
|
||||
CP874.cs CP20866.cs CP21866.cs (All) :
|
||||
Marked as [Serializable].
|
||||
|
||||
2005-12-01 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* CP57002.cs : Now its base class is MonoEncoding, and implemented
|
||||
fallback support and pointer-based code for GetBytes(Impl).
|
||||
Commented string version of GetBytes() out.
|
||||
|
||||
2005-12-01 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
(this is the first ChangeLog entry.)
|
||||
|
||||
* CP1251.cs CP28594.cs CP28595.cs CP1257.cs CP1258.cs CP874.cs
|
||||
CP20866.cs CP21866.cs : (all but 57002.cs)
|
||||
The same changes on fallback support and shift to pointer-based
|
||||
implementation as we had in I18N.West.dll.
|
||||
* Makefile : added /unsafe.
|
||||
@@ -3,7 +3,8 @@ SUBDIRS =
|
||||
include ../../../build/rules.make
|
||||
|
||||
LIBRARY = I18N.Other.dll
|
||||
LOCAL_MCS_FLAGS = /r:$(corlib) /r:I18N.dll /unsafe
|
||||
LIB_REFS = I18N
|
||||
LOCAL_MCS_FLAGS = /unsafe
|
||||
NO_TEST = yes
|
||||
|
||||
EXTRA_DISTFILES = $(wildcard *.ucm)
|
||||
|
||||
Reference in New Issue
Block a user