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

ChangeLog « System.Collections.Specialized « System « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82aaab0ac0e42875a954a10eca5ee592e1c62557 (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
2002-05-11  Lawrence Pit <loz@cable.a2000.nl>

	* NameValueCollection.AsStringArray: fixed ArgumentNullException bug.

2002-05-10  Lawrence Pit <loz@cable.a2000.nl>

	* HybridDictionary.cs: implemented
	* CollectionsUtil.cs: implemented
	* BitVector32.cs: implemeneted
	* Modified signature of method ListDictionary.GetEnumerator 

Fri Feb 8 18:02:50 CET 2002 Paolo Molaro <lupus@ximian.com>

	* NameObjectCollectionBase.cs, NameValueCollection.cs: tweaks to make
	it compile and provide the constructor needed by nunitcore.

2002-01-05  Ravi Pratap  <ravi@ximian.com>

	* BitVector32.cs, ListDictionary.cs : MonoTODO everywhere!

	* NameObjectCollectionBase.cs, NameValueCollection.cs : Ditto.

2001-08-24  Nick Drochak  <ndrochak@gol.com>
	* NameObjectCollectionBase.cs: Add stub implementation
	* common.src: Add NameObjectCollectionBase to the build
	* NameValueCollection.cs: add 'override' to CopyTo().  Maybe
		this code actually belongs in the superclass.

2001-08-24  Miguel de Icaza  <miguel@ximian.com>

	* common.src: Add NameValueCollection.cs to the build

2001-08-22	John Barnette	<jbarn@httcb.net>
	* StringDictionary.cs:
		Initial working implementation.
	* ListDictionary.cs:
		Initial working implementation.

2001-07-17	John Barnette	<jbarn@httcb.net>
	* StringCollection.cs:
		Implemented and working according to spec.
	* StringIterator.cs:
		(ADDED) Implemented and working according to spec.
	* StringCollectionTest.cs:
		(ADDED) Initial revision contains 17 tests; all of 'em
		run correctly.  More complicated tests to follow.

2001-07-15  Sean MacIsaac  <macisaac@ximian.com>

	* StringCollection.cs: Added so that CodeDom.* would compile.