File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (60 lines) | stat: -rw-r--r-- 1,817 bytes parent folder | download | duplicates (5)
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
58
59
60
2010-06-09  Jonathan Pryor  <jpryor@novell.com>

	* KeyedCollection.cs: Make KeyedCollection.InsertItem() exception
	  safe, so that if the index is invalid (negative or too large) we
	  don't add the entry to the underlying Dictionary.

2008-06-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>

	* Collection.cs: Fix parameter names
	* ReadOnlyCollection.cs: Fix parameter names

2008-04-02  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>

	* ReadOnlyCollection.cs: Fix parameter names

2008-01-20  Juraj Skripsky  <js@hotfeet.ch>

	* ReadOnlyCollection.cs: Fix the getters for ICollection.IsSynchronized,
	ICollection.SyncRoot and IList.IsFixedSize to match MS.NET.

2008-01-13  Juraj Skripsky  <js@hotfeet.ch>

	* Collection.cs, ReadonlyCollection.cs (ICollection.CopyTo):
	Use ICollection.CopyTo of inner list. Fixes bug #350432.

2006-08-08  Atsushi Enomoto  <atsushi@ximian.com>

	* ReadOnlyCollection.cs : added get_IList<T>.this(int).

2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>

	* Collection.cs : Count and Item are not virtual.

2006-01-24  Raja R Harinath  <rharinath@novell.com>

	* ReadOnlyCollection.cs (Items): Return underlying list.

2005-12-19  Sebastien Pouliot  <sebastien@ximian.com>

	* Collection.cs: IsReadOnly property isn't public in 2.0 final.
	* ReadOnlyCollection.cs: Fixed API to match 2.0 final.

2005-10-27  Atsushi Enomoto  <atsushi@ximian.com>

	* Collection.cs : added Items.

2005-10-25  Carlo Kok  <ck@carlo-kok.com>

	* Collection.cs :
	  Added virtual ClearItems, InsertItem, RemoveItem, SetITem.
	* KeyedCollection.cs : Implemented.

2005-06-19  David Waite  <mass@akuma.org>

        * Collection.cs ReadonlyCollection.cs: Implement all methods

2005-06-19  Zoltan Varga  <vargaz@freemail.hu>

	* Collection.cs KeyedCollection.cs ReadOnlyCollection.cs: New files.