Imported Upstream version 4.6.0.125

Former-commit-id: a2155e9bd80020e49e72e86c44da02a8ac0e57a4
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2016-08-03 10:59:49 +00:00
parent a569aebcfd
commit e79aa3c0ed
17047 changed files with 3137615 additions and 392334 deletions

View File

@@ -1,55 +0,0 @@
2008-08-09 Gert Driesen <drieseng@users.sourceforge.net>
* MetaData.cs: Fixed argument names to match MS.
* SdlChannelSink.cs: Fixed argument names to match MS.
* SUDSGeneratorException.cs: Marked Serializable on 2.0 profile, and
added deserialization ctor.
* SUDSParserException.cs: Marked Serializable on 2.0 profile, and
added deserialization ctor.
2006-03-05 Andrew Skiba <andrews@mainsoft.com>
* SdlChannelSink.cs: : exceptions propagating
incompatible with dotnet. Patch by roeie@mainsoft.com
2005-11-06 Svetlana Zholkovsky <svetlanaz@mainsoft.com>
* MetaData.cs: only TARGET_JVM changes
2005-01-14 Lluis Sanchez Gual <lluis@novell.com>
* MetaDataCodeGenerator.cs: Fix warning.
2004-11-30 Lluis Sanchez Gual <lluis@ximian.com>
* MetaDataExporter.cs: Addded EnumToUnderlying method to get the underlying
type of an enum. This fixes bug #69753.
2004-05-13 Lluis Sanchez Gual <lluis@ximian.com>
* SUDSGeneratorException.cs, SUDSParserException.cs: Removed unneeded
methods and added internal constructor.
* SdlChannelSink.cs: Fixed public constructor.
* SdlChannelSinkProvider.cs: Added missing constructor.
2003-12-10 Lluis Sanchez Gual <lluis@ximian.com>
* MetaDataExporter.cs: Several fixes.
* SdlChannelSink.cs: Implemented.
* SdlChannelSinkProvider.cs: Implemented.
2003-12-05 Lluis Sanchez Gual <lluis@ximian.com>
* MetaData.cs: Added check of compilation results in
ConvertCodeSourceFileToAssemblyFile().
* MetaDataCodeGenerator.cs, MetaDataExporter.cs: Many fixes.
Added support for delegates, base classes, implemented interfaces,
methods, properties, ISerializable, enums, etc.
2003-12-03 Lluis Sanchez Gual <lluis@ximian.com>
* MetaData.cs: Implemented most of methods.
* ServiceType.cs: Implemented.
* MetaDataCodeGenerator.cs: Added. Implements code generation functionality.
* MetaDataExporter.cs: Added. Implements support methods for generating
schemas for MetaData.