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

ChangeLog « System.Runtime.Remoting.MetadataServices « System.Runtime.Remoting « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e45538c8a2df6e50409b543ad878531dcf7fb005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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.