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-02-06Move files which were split out from System.Web into ↵Jo Shields
System.Web.ApplicationServices into the latter's directory. They no longer need to be in the former, since we no longer build the 2.0 profile they were originally part of. This fixes "no rule to make target" errors on tarball builds, caused by those files no longer being shipped in tarballs (make dist does not traverse a ../ boundary, so it wasn't enough for them to be listed in System.Web.ApplicationServices' manifest by System.Web's folder)
2010-01-21Gotten rid of NET_2_0 ifdefs and 1.1 code from System.Web.UIMarek Habersack
svn path=/trunk/mcs/; revision=149929
2008-10-20Do not abuse the 'private' keywordMarek Habersack
svn path=/trunk/mcs/; revision=116539
2006-09-07* KeyedListEnumerator.cs: fixed Current property to return real object ↵Vladimir Krasnov
instead of DictionaryEntry svn path=/trunk/mcs/; revision=65044
2005-11-302005-11-30 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* KeyedList.cs: Fixed for IOrderedDictionary change in 2.0 final. Now internal. * KeyedListEnumerator.cs: Now internal. svn path=/trunk/mcs/; revision=53681
2004-06-25Add licensing infoDuncan Mak
svn path=/trunk/mcs/; revision=30345
2004-04-232004-04-22 Martin Baulig <martin@ximian.com>Martin Baulig
Renamed the `NET_1_2' conditional to `NET_2_0' in all files. svn path=/trunk/mcs/; revision=25877
2003-11-192003-11-19 Todd Berman <tberman@gentoo.org>Todd Berman
* KeyedList.cs: * KeyedListEnumerator.cs: New v2 implementations. svn path=/trunk/mcs/; revision=20212