| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- 2002-05-07 Rodrigo Moya <[email protected]>
- * CompareInfo.cs: new basic stub (compiles on Linux, so I assume
- it does not break the build on windows. Sorry if it does).
- 2002-04-23 Gonzalo Paniagua Javier <[email protected]>
- * NumberFormatInfo.cs: always set the values for the invariant culture
- until there are more cultures supported.
- 2002-04-22 Nick Drochak <[email protected]>
- * NumberStyles.cs: Add [Serializable].
- 2002-04-08 Nick Drochak <[email protected]>
- * UnicodeCategory.cs: Fix typos in enum names.
- 2002-03-04 Nick Drochak <[email protected]>
- * JulianCalendar.cs: JulianEra should be field, not a property.
- Thanks CorCompare (and Piers).
- 2002-02-12 Duncan Mak <[email protected]>
- * CultureInfo.cs: Added the Calendar property to make the TimeZone
- class build. It's marked as MonoTODO.
- 2002-02-12 Nick Drochak <[email protected]>
- * UnicodeCategory.cs: Fix typo.
- 2002-02-01 Radek Doulik <[email protected]>
- * RegionInfo.cs: started work on RegionInfo
- implemented RegionInfo (string) constructor
- * CultureInfo.cs: added internal static function,
- which could be used from RegionInfo.cs
- 2002-01-16 Miguel de Icaza <[email protected]>
- * CultureInfo.cs: Completed the tables. Now we need to actually
- fill it in.
- 2002-01-15 Duncan Mak <[email protected]>
- * CultureInfo.cs: Convert it to unix text.
- 2002-01-04 Ravi Pratap <[email protected]>
- * GreogrianCalendar.cs : The same old MonoTODO attribute.
- 2001-11-21 Miguel de Icaza <[email protected]>
- * Locale.cs: New file, a place holder for Locale.GetText.
- Wed Nov 14 16:47:07 CET 2001 Paolo Molaro <[email protected]>
- * Calendar.cs: CLSCompliant updates.
- 2001-11-04 Martin Weindel <[email protected]>
- * NumberFormatInfo.cs: fixed minor bug in Clone with readonly flag
- * DateTimeFormatInfo.cs: added
- * CultureInfo.cs: some changed needed for compiling DateTimeFormatInfo.cs
- 2001-10-26 Miguel de Icaza <[email protected]>
- * NumberFormatInfo.cs: Provide an internal constructor that takes
- as an argument a CultureInfo ID (LCID) so that we can construct
- different ones here.
- * CultureInfo.cs: Begun implementation.
- 2001-10-09 Derek Holden <[email protected]>
- * NumberFormatInfo.cs: Small typo in PercentPositivePattern
- and CurrencyPositivePattern
- 2001-09-02 Miguel de Icaza <[email protected]>
- * Calendar.cs: Implement a bunch of missing features.
- 2001-07-24 Derek Holden <[email protected]>
- * NumberStyles.cs: Added ECMA values for Allow types and default
- styles.
- 2001-07-18 Michael Lambert <[email protected]>
- * DateTimeStyles.cs, NumberStyles.cs: Add.
- 2001-07-06 Joe Shaw <[email protected]>
- * UnicodeCategory.cs: Added.
|