| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- 2002-07-13 Jonathan Pryor <[email protected]>
- * class.xml: Added entries for the following classes from System.Diagnostics:
- - CounterCreationData.cs: Implemented
- - CounterCreationDataCollection.cs: Implemented
- - CounterSample.cs: Stubbed Out
- - CounterSampleCalculator.cs: Stubbed Out
- - InstanceData.cs: Implemented
- - InstanceDataCollection.cs: Implemented
- - InstanceDataCollectionCollection.cs: Implemented
- - MonitoringDescriptionAttribute.cs: Implemented
- - PerformanceCounter.cs: Stubbed Out
- - PerformanceCounterCategory.cs: Stubbed Out
- - PerformanceCounterInstaller.cs: Stubbed Out
- - PerformanceCounterManager.cs: Stubbed Out
- - PerformanceCounterPermission.cs: Stubbed Out
- - PerformanceCounterPermissionAccess.cs: Implemented
- - PerformanceCounterPermissionAttribute.cs: Stubbed Out
- - PerformanceCounterPermissionEntry.cs: Stubbed Out
- - PerformanceCounterPermissionEntryCollection.cs: Implemented
- - PerformanceCounterType.cs: Implemented
- 2002-06-09 Jonathan Pryor <[email protected]>
- * class.xml: Added entries for the following classes from System.Diagnostics:
- - EntryWrittenEventArgs
- - EntryWrittenEventHandler
- - EventLog
- - EventLogEntryCollection
- - EventLogEntry
- - EventLogEntryType
- - EventLogInstaller
- - EventLogPermissionAccess
- - EventLogPermissionAttribute
- - EventLogPermission
- - EventLogPermissionEntryCollection
- - EventLogPermissionEntry
- - EventLogTraceListener
- 2002-04-16 Gonzalo Paniagua Javier <[email protected]>
- * maintainers.xml: added myself.
- * class.xml: added System.Net.Sockets.UdpClient and updated
- System.Net.IPAddress and IPEndPoint.
- 2002-03-17 Nick Drochak <[email protected]>
- * class.xml: Added class I stubbed out:
- ApplicationDirectoryMembershipCondition
- 2002-01-14 Nick Drochak <[email protected]>
- * class.xml: Added classes I implemented.
- 2002-01-07 John Barnette <[email protected]>
- * type-maintainers.xml: new format for information.
- 2002-01-05 Nick Drochak <[email protected]>
- * .cvsignore: ignore cormissing file which is generated by
- /mcs/tools/corcompare.exe
- 2001-11-19 Daniel Weber <[email protected]>
- * class.xml : Added System.Xml classes
- * maintainers.xml: Added myself
- 2001-10-11
- * ByMaintainer.xsl: support for sorting classnames
- * ByNamespace.xsl: support for sorting classnames, mailto href on
- maintainer
-
- Tue Sep 25 19:03:52 CEST 2001 Paolo Molaro <[email protected]>
- * class.xml: updates.
- 2001-09-14 Dick Porter <[email protected]>
- * class.xml: Added System.Threading classes
- * maintainers.xml: Added myself
- 2001-07-17 Sean MacIsaac <[email protected]>
- * ByNamespace.xsl: removed bug for improper handling of namespace.
- eg System.Collections.Blah was showing up in System list.
- 2001-07-16 Sean MacIsaac <[email protected]>
- * ByNamespace.xsl: Needed by ByNamespace.cs.
- * ByNamespace.cs: Generates html by namespace..
- * ByMaintainer.xsl: Needed by ByMaintainer.cs.
- * ByMaintainer.cs: Generates html by maintainer.
- * class.xml: Class maintainers go here.
-
- * maintainers.xml: Only maintaining email/name pairs here.
- * compare-assembly.cs: Started refactoring to give what Migee
- wants.
|