Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: ↵Zoltan Varga
unifdef -t -DNET_2_0 -o <filename> <filename>.
2013-02-11re-generated codepages with new ucm2cp.c: removed dotnet 1.0 support for ↵Mikko Korkalo
cleaner code
2013-02-11regenerated encoder classes with a patched ucm2cp.c with proper ↵Mikko Korkalo
EncoderFallback support
2006-11-202006-11-20 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
in Rare: * CP708.cs, CP855.cs, CP869.cs, CP864.cs, CP858.cs, CP857.cs, CP852.cs, CP862.cs, CP866.cs: in MidEast: * CP1254.cs, CP1255.cs, CP1256.cs, CP28596.cs, CP28598.cs, CP28599.cs, CP38598.cs: in Other: * CP1251.cs, CP28594.cs, CP28595.cs, CP1257.cs, CP1258.cs, CP874.cs, CP20866.cs, CP21866.cs: in West: * CP28605.cs, CP10000.cs: cosmetic indent fix (now they are correctly auto-generated). svn path=/trunk/mcs/; revision=68170
2006-01-172006-01-17 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* MonoEncoding.cs, ByteEncoding.cs : Marked as [Serializable]. * DbcsEncoding.cs ISO2022JP.cs GB18030Encoding.cs CP950.cs CP932.cs CP936.cs CP51932.cs CP949.cs (All) : Marked as [Serializable]. * CP1254.cs CP1255.cs CP28596.cs CP1256.cs CP28598.cs CP38598.cs CP28599.cs (All) : Marked as [Serializable]. * CP1251.cs CP28594.cs CP28595.cs CP1257.cs CP1258.cs CP57002.cs CP874.cs CP20866.cs CP21866.cs (All) : Marked as [Serializable]. * CP1145.cs CP1149.cs CP20420.cs CP20424.cs CP708.cs CP855.cs CP875.cs CP1140.cs CP869.cs CP1144.cs CP1047.cs CP1148.cs CP21025.cs CP870.cs CP20285.cs CP864.cs CP858.cs CP1143.cs CP1026.cs CP37.cs CP1147.cs CP500.cs CP20280.cs CP20290.cs CP20284.cs CP20278.cs CP857.cs CP1142.cs CP1146.cs CP20273.cs CP852.cs CP862.cs CP20277.cs CP20871.cs CP866.cs CP20297.cs CP1141.cs (All) : Marked as [Serializable]. * CP1252.cs CP28592.cs CP437.cs CP861.cs CP10079.cs CP863.cs CP865.cs CP28593.cs CP1253.cs CP28597.cs CP10000.cs CP850.cs CP860.cs CP28605.cs CP1250.cs (All) : Marked as [Serializable]. svn path=/trunk/mcs/; revision=55674
2005-12-012005-12-01 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* 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. * 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. * CP1145.cs CP1149.cs CP20420.cs CP20424.cs CP708.cs CP855.cs CP875.cs CP1140.cs CP869.cs CP1144.cs CP1047.cs CP1148.cs CP21025.cs CP870.cs CP20285.cs CP864.cs CP858.cs CP1026.cs CP1143.cs CP37.cs CP1147.cs CP500.cs CP20280.cs CP20290.cs CP20284.cs CP20278.cs CP857.cs CP1142.cs CP1146.cs CP20273.cs CP852.cs CP862.cs CP20277.cs CP20871.cs CP866.cs CP20297.cs CP1141.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. svn path=/trunk/mcs/; revision=53742
2002-08-21Initial revisionPaolo Molaro
svn path=/trunk/mcs/; revision=6843