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