ChangeLog 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 2002-01-03 Nick Drochak <[email protected]>
  2. * FileChangesMonitor.cs: remove redundant using statement; use int
  3. for MAXLEN; capitalize correctly 'WebHashCodeProvider';
  4. fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;
  5. set out parameter value where needed
  6. * FilePathParser.cs: qualify method GetPathRoot() with 'Path.'
  7. * IISVersionInfo.cs: initialize static member to avoid compile error.
  8. * WebEqualComparer.cs: static member defC shouldn't be readonly;
  9. the string comparer had some typos (fixed)
  10. * WebHashCodeProvider.cs: needed System.Globalization; static member
  11. defHcp shouldn't be readonly; remove double equal typo.
  12. 2002-01-02 Nick Drochak <[email protected]>
  13. * FileAction.cs: Use 0x7FFFFFFF as enum value for error. 0xFFFFFFFF
  14. is too big for Int32.
  15. * FileChangeEventHandler.cs: put missing 'void' return type on delegate
  16. FileChangeEventHandler()
  17. * FileChangedEventArgs.cs: ditto for FileChangedEvent()
  18. * NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()
  19. * FileChangesMonitor.cs: add needed namespaces and comment out imcomplete
  20. code.
  21. 2001-12-21 Gaurav Vaish <[email protected]>
  22. * ApacheVersionInfo.cs - Dummy class, for later use.
  23. * FileAction.cs:
  24. * FileChangeEventHandler.cs:
  25. * FileChangeEventArgs.cs:
  26. * FileChangesMonitor.cs:
  27. * NativeFileChangeEventHandler.cs
  28. - To be used in System.Web/Http* classes.
  29. Initially needed for HttpRuntime
  30. * IISVersionInfo.cs - Some useful methods
  31. 2001-12-17 Gaurav Vaish <[email protected]>
  32. * UrlUtils.cs - Added functions Combine and Reduce
  33. 2001-12-16 Miguel de Icaza <[email protected]>
  34. * DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace.
  35. 2001-11-30
  36. Gaurav Vaish <[email protected]>
  37. * DataSourceHelper.cs - Resolving DataSource objects
  38. 2001-11-09
  39. Gaurav Vaish <[email protected]>
  40. * UrlUtil.cs - Some basic functions
  41. 2001-11-08
  42. Gaurav Vaish <[email protected]>
  43. * Namespace - Created the namespace for commonly used,
  44. otherwise not available functions