2006-01-24 Chris Toshok <toshok@ximian.com>
authorChris Toshok <toshok@novell.com>
Wed, 24 Jan 2007 19:27:56 +0000 (19:27 -0000)
committerChris Toshok <toshok@novell.com>
Wed, 24 Jan 2007 19:27:56 +0000 (19:27 -0000)
commite0a389372196b4082a414bf987e015683585c6b6
tree6c45180c192c329cdb9becc40ea50fd1fe30dbab
parentb8fcaf94a55ab591d520c36511a8dd3bf342264f
2006-01-24  Chris Toshok  <toshok@ximian.com>

[ these fix nunit built with MS .net 2.0, running on mono.  nunit
apparently stores all manner of things in its resources ]

* NumberFormatInfo.cs: add unused nativeDigits and
digitSubstitution fields that MS serializes.

* DateTimeFormatInfo.cs: serialization fixes.  MS apparently
stores (and serializes) a couple of fields as ints, but exposes
them to programmers as Enum's.

* CompareInfo.cs: add unused m_name field that MS serializes.

* GregorianCalendar.cs: add a couple of unused fields that MS serializes.

svn path=/trunk/mcs/; revision=71620
mcs/class/corlib/System.Globalization/ChangeLog
mcs/class/corlib/System.Globalization/CompareInfo.cs
mcs/class/corlib/System.Globalization/DateTimeFormatInfo.cs
mcs/class/corlib/System.Globalization/GregorianCalendar.cs
mcs/class/corlib/System.Globalization/NumberFormatInfo.cs