| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- 2002-10-31 Dick Porter <[email protected]>
- * MonoIO.cs: Return the error status in a parameter, as the
- GetLastError() value has long since been blown away if we try and
- look it up in a subsequent internal call invocation.
- 2002-09-15 Duncan Mak <[email protected]>
- * FileSystemWatcher.cs (FileSystemWatcher): Fixed the null-param
- constructor.
- 2002-08-28 Gonzalo Paniagua Javier <[email protected]>
- * FileSystemWatcher.cs: IDisposable fixes.
- 2002-08-23 Gonzalo Paniagua Javier <[email protected]>
- * InternalBufferOverflowException.cs:
- * NotifyFilters.cs:
- * WatcherChangeTypes.cs: little fixes based on class status page.
- 2002-08-15 Tim Coleman <[email protected]>
- * ErrorEventArgs.cs:
- * ErrorEventHandler.cs:
- * FileSystemEventArgs.cs:
- * FileSystemEventHandler.cs:
- * FileSystemWatcher.cs:
- * InternalBufferOverflowException.cs:
- * IODescriptionAttribute.cs:
- * NotifyFilters.cs:
- * RenamedEventArgs.cs:
- * RenamedEventHandler.cs:
- * WaitForChangedResult.cs:
- * WatcherChangeTypes.cs:
- New stubs added.
- 2002-07-20 Dick Porter <[email protected]>
- * MonoIO.cs: Cut down copy of corlib/System.IO/MonoIO.cs, so it
- can be used from the System assembly but still not be exposed to
- users.
|