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
2018-09-27[System.XML] Switch tests to use embedded test resourcesAlexander Köplinger
2017-11-24[bcl] Build some assemblies with -warnaserror (#5295)Alexander Köplinger
* [bcl] Build some assemblies with -warnaserror This ensures that we keep the build warning free. We'll only opt-in a few assemblies that already have zero warnings. We also only apply this when using csc as mcs might raise different warnings. For now just opt-in assemblies in the net_4_x profile.
2017-11-19XmlReaderSettings.EnableLegacyXmlSettings should always be false on mono. ↵Egor Bogatov
Fixes bug-60621 (#6014)
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
2015-03-02First step to import referencesource System.Xml.Atsushi Eno
It is not simply replacement because we have to workaround dynamic codegen for Xamarin.iOS. Also there were several tests failing with MS implementation (e.g. for W3C DOM conformance), so we had to disable them. There is one regression that rather needs to be fixed in Reflection.Emit. Also, some WCF tests fail with this implementation. They need to be investigated, reviewed and appropriately fixed.
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2014-01-19Fix very sticky typo in numerous placesAndrés G. Aragoneses
2010-07-26Fix a few cases of mixed line-endingsRaja R Harinath
This is a scripted conversion of mixed line-ending files to LF-only or CRLF-only based on which patch is smaller. I used a threshold of upto a quarter of the lines to determine whether to keep the patch or not.
2010-07-25EOL handlingRaja R Harinath
This set of .gitattributes was automatically generated from the list of files that GIT tried to normalize when I enabled automatic EOL conversion. With this set of attributes, we prevent automated EOL conversion on files that we know will cause trouble down the road.
2009-06-272009-06-26 Robert Jordan <robertj@gmx.net>Robert Jordan
* *.cs: Upgrade to new NUnit style. svn path=/trunk/mcs/; revision=137010
2005-10-232005-10-23 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Attr.cs : core0006A is not working under .NET 2.0. * Element.cs : core0008A and core0016A Are not working under .NET 2.0. * NamedNodeMap.cs : core0009M is not working under .NET 2.0. svn path=/trunk/mcs/; revision=52095
2005-06-27more executable bitsBen Maurer
svn path=/trunk/mcs/; revision=46568
2005-06-27remove svn:executable from .cs filesBen Maurer
svn path=/trunk/mcs/; revision=46562
2005-06-27* Makefile (EXTRA_DISTFILES): Add files in Test/XmlFiles andRaja R Harinath
Test/System.Xml/nist_dom/. Fix distcheck. svn path=/trunk/mcs/; revision=46550
2005-05-10svn:eol-style=nativeRaja R Harinath
svn path=/trunk/mcs/; revision=44323
2005-01-132005-01-13 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* NamedNodeMap.cs : more NotDotNet. svn path=/trunk/mcs/; revision=38845
2005-01-132005-01-13 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Attr.cs : added Category("NotDotNet") for those tests that exposes MS bugs. * CharacterData.cs : added Category("NotDotNet") for those tests that exposes MS bugs. * Element.cs : added Category("NotDotNet") for those tests that exposes MS bugs. * Document.cs : added Category("NotDotNet") for those tests that exposes MS bugs. * NamedNodeMap.cs : added Category("NotDotNet") for those tests that exposes MS bugs. * Text.cs : added Category("NotDotNet") for those tests that exposes MS bugs. svn path=/trunk/mcs/; revision=38842
2004-05-242004-05-24 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* NamedNodeMap.cs : Modified. "domestic or street" does not mean the exact literal node name, but it means "either 'domestic' or 'street'". We always return fixed values. svn path=/trunk/mcs/; revision=27944
2004-05-242004-05-24 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Document.cs : am sure that element nodes are up to 36, not 37 (maybe counting the element that is in unused entity value?). svn path=/trunk/mcs/; revision=27943
2004-05-132004-05-13 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* CharacterData.cs : More don't check error message. svn path=/trunk/mcs/; revision=27237
2004-05-132004-05-13 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Document.cs : More don't check error message. svn path=/trunk/mcs/; revision=27236
2004-05-132004-05-13 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Text.cs : More don't check error message. svn path=/trunk/mcs/; revision=27235
2004-04-242004-04-24 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
Updated all nist_dom tests. * Don't check locale-dependent message. Just check type name. svn path=/trunk/mcs/; revision=25935
2004-04-012004-03-31 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Added nist_dom tests by Mainsoft hackers. svn path=/trunk/mcs/; revision=24887
2004-03-312004-03-31 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Added readme.txt from Mainsoft team. svn path=/trunk/mcs/; revision=24854
2004-03-312004-03-31 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
* Added nist_dom tests by Mainsoft hackers. svn path=/trunk/mcs/; revision=24853