ChangeLog 2.8 KB

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