Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « System.Web.Utils « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e027d138da4a6fbec780bc9b7b5dc16c028b1b19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
2002-01-03  Nick Drochak  <ndrochak@gol.com>

	* FileChangesMonitor.cs: remove redundant using statement; use int
	for MAXLEN; capitalize correctly 'WebHashCodeProvider';
	fix typo rsLock -> rwLock; Change IsRooted to IsPathRooted;
	set out parameter value where needed
	* FilePathParser.cs: qualify method GetPathRoot() with 'Path.'
	* IISVersionInfo.cs: initialize static member to avoid compile error.
	* WebEqualComparer.cs: static member defC shouldn't be readonly;
	the string comparer had some typos (fixed)
	* WebHashCodeProvider.cs: needed System.Globalization; static member
	defHcp shouldn't be readonly; remove double equal typo.

2002-01-02  Nick Drochak  <ndrochak@gol.com>

	* FileAction.cs: Use 0x7FFFFFFF as enum value for error.  0xFFFFFFFF
	is too big for Int32.
	* FileChangeEventHandler.cs: put missing 'void' return type on delegate
	FileChangeEventHandler()
	* FileChangedEventArgs.cs: ditto for FileChangedEvent()
	* NativeFileChangeEventHandler.cs: ditto for NativeFileChangeEventHandler()
	* FileChangesMonitor.cs: add needed namespaces and comment out imcomplete
	code.

2001-12-21      Gaurav Vaish <gvaish@iitk.ac.in>

	* ApacheVersionInfo.cs     - Dummy class, for later use.
        * FileAction.cs:
        * FileChangeEventHandler.cs:
        * FileChangeEventArgs.cs:
        * FileChangesMonitor.cs:
        * NativeFileChangeEventHandler.cs
	                           - To be used in System.Web/Http* classes.
	                             Initially needed for HttpRuntime
        * IISVersionInfo.cs        - Some useful methods


2001-12-17	Gaurav Vaish <gvaish@iitk.ac.in>

	* UrlUtils.cs              - Added functions Combine and Reduce

2001-12-16  Miguel de Icaza  <miguel@ximian.com>

	* DataSourceHelper.cs, UrlUtils.cs: Set the correct namespace. 

2001-11-30
		Gaurav Vaish <gvaish@iitk.ac.in>
	* DataSourceHelper.cs      - Resolving DataSource objects

2001-11-09
		Gaurav Vaish <gvaish@iitk.ac.in>
	* UrlUtil.cs               - Some basic functions

2001-11-08
		Gaurav Vaish <gvaish@iitk.ac.in>
	* Namespace    - Created the namespace for commonly used,
	                   otherwise not available functions