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,29 +0,0 @@
|
||||
2006-11-20 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* CP1254.cs, CP1255.cs, CP1256.cs, CP28596.cs, CP28598.cs,
|
||||
CP28599.cs, CP38598.cs:
|
||||
cosmetic indent fix (now they are correctly auto-generated).
|
||||
|
||||
2006-01-24 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
Fixed bug #77325.
|
||||
* windows-28596-2000.ucm : new file. Copied IBM ICU data from
|
||||
http://dev.icu-project.org/cgi-bin/viewcvs.cgi/charset/data/ucm/windows-28596-2000.ucm (revision 1.2)
|
||||
* CP28596.cs : regenerated source file (and made some manual
|
||||
changes) to replace mapping source from old ibm-1089.ucm to above.
|
||||
|
||||
2006-01-17 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
* CP1254.cs CP1255.cs CP28596.cs CP1256.cs CP28598.cs CP38598.cs
|
||||
CP28599.cs (All) :
|
||||
Marked as [Serializable].
|
||||
|
||||
2005-12-01 Atsushi Enomoto <atsushi@ximian.com>
|
||||
|
||||
(this is the first ChangeLog entry.)
|
||||
|
||||
* CP1254.cs CP1255.cs CP1256.cs CP28596.cs CP28598.cs CP28599.cs
|
||||
CP38598.cs : (all *.cs)
|
||||
The same changes on fallback support and shift to pointer-based
|
||||
implementation as we had in I18N.West.dll.
|
||||
* Makefile : added /unsafe.
|
||||
@@ -3,8 +3,9 @@ SUBDIRS =
|
||||
include ../../../build/rules.make
|
||||
|
||||
LIBRARY = I18N.MidEast.dll
|
||||
LOCAL_MCS_FLAGS = /r:$(corlib) /r:I18N.dll /unsafe
|
||||
#NO_TEST = yes
|
||||
LIB_REFS = I18N
|
||||
LOCAL_MCS_FLAGS = /unsafe
|
||||
TEST_LIB_REFS = I18N
|
||||
|
||||
EXTRA_DISTFILES = $(wildcard *.ucm) \
|
||||
$(wildcard Test/texts/*.txt)
|
||||
|
||||
Reference in New Issue
Block a user