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 (Expand)Author
2015-03-02First step to import referencesource System.Xml.Atsushi Eno
2015-02-20[Sys.Xml] don't use XmlSchemaElement.ElementType anymore. MS doesn't use it.Atsushi Eno
2015-01-17[bcl] Remove more NET_2_0 checks from class libsAlexander Köplinger
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2014-08-08[Cleanup] Removed TARGET_JVMAlexander Köplinger
2013-08-09Fixed bug #4141 - XmlSchemaImporter needs to consider attributeGroupRef in so...Atsushi Eno
2012-06-08Fix some warningsMarek Safar
2011-10-26[System.Xml] Fix handling of XmlSchemaForm when importing elementsLluis Sanchez
2011-07-20Fix bug #703910 - implement Order support in XmlSerializer.Atsushi Eno
2011-05-17Check invalid recursion of xs:group use. Fixed bug #650117.Atsushi Eno
2011-05-16Do not import xs:any member as XmlElement[]. Create a wrapper class instead.Atsushi Eno
2010-09-08Enable the System.Xml build for monodroidJb Evain
2009-08-25bring a net_2_0 feature set to monotouchJb Evain
2009-01-222009-01-22 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2008-03-26* XmlSchemaImporter.cs: Fix problem with primitive types with a forcedLluis Sanchez
2007-11-012007-11-01 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2007-10-292007-10-30 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2007-10-292007-10-30 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2007-01-182007-01-18 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2006-11-092006-11-09 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2006-11-092006-11-09 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2006-11-092006-11-08 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2006-11-092006-11-08 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2006-11-07eol-style:nativeAtsushi Eno
2006-11-07merge r67228-r67235, r67237, r67251 and r67256-67259 to trunk (they areAtsushi Eno
2006-11-022006-11-02 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2006-11-01eol-style:nativeAtsushi Eno
2006-09-122006-09-12 Lluis Sanchez Gual <lluis@novell.com> Lluis Sanchez
2006-09-11ifdef TARGET_JVM Andrew Skiba
2006-09-062006-09-05 Lluis Sanchez Gual <lluis@novell.com> Lluis Sanchez
2006-09-05svn path=/trunk/mcs/; revision=64926Lluis Sanchez
2006-07-242006-07-24 Atsushi Enomoto <atsushi@ximian.com>Atsushi Eno
2006-04-21* XmlCodeExporterTests.cs: Enabled tests for XmlCodeExporter.Gert Driesen
2006-04-15* XmlSchemaImporterTests.cs: Enabled tests for bug #77907.Gert Driesen
2006-03-10* DeserializeTests.cs: Enabled tests for bug #77530.Gert Driesen
2006-02-162006-02-16 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
2006-01-08* XmlSchemaImporter.cs: Fixed line endings (to CRLF).Gert Driesen
2005-11-072005-11-07 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
2005-06-072005-06-07 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
2005-03-082005-03-08 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
2005-01-252005-01-25 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
2005-01-122005-01-12 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
2004-11-302004-11-30 Lluis Sanchez Gual <lluis@novell.com>Lluis Sanchez
2004-10-01 * MapCodeGenerator.cs: When the Object type is exported, export allLluis Sanchez
2004-09-15 * MapCodeGenerator.cs: Moved generation of XmlInclude attributes fromLluis Sanchez
2004-09-01 * SerializationCodeGenerator.cs: Generate correct "HasValue" check forLluis Sanchez
2004-07-23 * CodeGenerationOptions.cs: Made the class internal for the 1.1 profile.Lluis Sanchez
2004-07-10 * CodeExporter.cs: Added private constructor.Lluis Sanchez
2004-07-05 * CodeIdentifier.cs: Removed constructor for NET_2_0.Lluis Sanchez
2004-06-22 * ReflectionHelper.cs: Correctly detect private types.Lluis Sanchez