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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-01-15[corlib] System.Collections from reference sourcesMarek Safar
2009-10-172009-10-16 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* Jumbo patch to elimiante more dead code now that we have dropped pre-2.0 profiles. svn path=/trunk/mcs/; revision=144303
2005-09-302005-09-29 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* Add ComVisible(true) to all the classes that needed it. * Removed documentation from DictionaryBase.cs and moved it to Monodoc. * ArrayList.cs: Fixed signature for constructor, parameter names are normative. * CollectionBase.cs: Add a couple of missing methods. svn path=/trunk/mcs/; revision=51018
2004-06-11Add license and copyright to all source files in corlibDuncan Mak
svn path=/trunk/mcs/; revision=29249
2002-08-242002-08-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>Gonzalo Paniagua Javier
* ArrayList.cs: * BitArray.cs: * CaseInsensitiveComparer.cs: * CaseInsensitiveHashCodeProvider.cs: * IEnumerable.cs: * Queue.cs: misc. fixes based on class status page. svn path=/trunk/mcs/; revision=7002
2001-07-132001-07-13 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* All files: Renamespace things to System. svn path=/trunk/mcs/; revision=122
2001-07-132001-07-13 Miguel de Icaza <miguel@ximian.com>Miguel de Icaza
* All files: Renamespace things to System. svn path=/trunk/mcs/; revision=121
2001-07-06* ArrayList.cs: initial checkin and implementationVladimir Vukicevic
* ICollection.cs, IComprarer.cs, IDictionary.cs, IDictionaryEnumerator.cs, IEnumerable.cs, IHashCodeProvider.cs, IList.cs: initial checkin svn path=/trunk/mcs/; revision=53