ChangeLog 1.2 KB

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