ChangeLog 2.7 KB

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