Switch to compiler-tester
[mono.git] / mcs / class / corlib / System.Runtime.CompilerServices / ChangeLog
1 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
2
3         * RuntimeHelpers.cs: Add some missing 2.0 attributes.
4
5 2005-02-12  Marek Safar  <marek.safar@seznam.cz>
6 \r
7         * CompilationRelaxationsAttribute.cs,\r
8         * DependencyAttribute.cs,\r
9         * FixedBufferAttribute.cs,\r
10         * InternalsVisibleToAttribute.cs,\r
11         * RequiredAttributeAttribute.cs,\r
12         * StringFreezingAttribute.cs: Fix NET_2_0 attributes.\r
13 \r
14         * CustomConstantAttribute.cs,\r
15         * IndexerNameAttribute.cs: Fix AttributeUsage flags.\r
16 \r
17 2005-01-04  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * IsVolatile.cs: Fix errors in corcompare (HEAD versus 1.1 and 2.0). 
20         It seems that the file was replaced for 2.0, which broke 1.1 build and
21         was then fixed (build-wise) but introduced corcompare errors on both 
22         1.1 and 2.0. The MONO-1-0 branch wasn't affected.
23
24 2004-10-15  Zoltan Varga  <vargaz@freemail.hu>
25
26         * IsVolatile.cs: Remove #ifdef NET_2_0.
27
28 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
29
30         * NGenAttribute.cs: Add ComVisible (false).
31
32         * *.cs: Add some more 2.0 stuff.
33
34         * *.cs: Add more 2.0 stuff.
35
36         * MethodImplOptions.cs MethodCodeType.cs RuntimeHelpers.cs DecimalConstantAttribute.cs: Add 2.0 stuff.
37
38         * CompilationRelaxationsAttribute.cs DecimalConstantAttribute.cs MethodCodeType.cs MethodImplOptions.cs NewConstraintAttribute.cs: Add 2.0 stuff.
39
40         * *.cs: Add new 2.0 classes.
41
42 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
43
44         * RuntimeHelpers.cs: OffsetToStringData is now and intrinsic,
45         so we dont have to optimize it. Thus, it is now just an icall.
46
47 2004-06-15  Gert Driesen  <drieseng@users.sourceforge.net>
48
49         * MethodImplAttribute.cs: changed field name to fix serialization
50         compatibility with MS.NET
51
52 2004-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
53
54         * CustomConstantAttribute.cs
55         * DateTimeconstantAttribute.cs
56         * DecimalConstantAttribute.cs
57         * IDispatchConstantAttribute.cs
58         * IUnknownConstantAttribute.cs
59         * MethodImplAttribute.cs
60         * RequiredAttributeAttribute.cs: now that Inherited is 
61         false by default on AttributeUsageAttribute (as it 
62         should be) we need to explicitly set Inherited to false 
63         for those attributes where it should be false.
64
65 2004-03-30  Martin Baulig  <martin@ximian.com>\r
66 \r
67         * NewConstraintAttribute.cs: New file.\r
68 \r
69 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>\r
70 \r
71         * RuntimeHelpers.cs (Equals): Track changes to ValueType.\r
72 \r
73 2003-11-15  Zoltan Varga  <vargaz@freemail.hu>\r
74 \r
75         * MethodImplOptions.cs MethodCodeType.cs: Add [Flags].\r
76 \r
77 Tue Jul 29 12:15:13 CEST 2003 Paolo Molaro <lupus@ximian.com>\r
78 \r
79         * RuntimeHelpers.cs: pass the handles values o icalls, to avoid \r
80         special cases in some call conventions.\r
81 \r
82 2003-06-18  Zoltan Varga  <vargaz@freemail.hu>\r
83 \r
84         * RuntimeHelpers.cs: Wrap NET 1.1 methods with #if NET_1_1.\r
85 \r
86 2003-04-27  Zoltan Varga  <vargaz@freemail.hu>\r
87 \r
88         * RuntimeHelpers.cs: Remove workaround for bug #41550 since it is fixed\r
89         now.\r
90 \r
91 2003-04-19  Zoltan Varga  <vargaz@freemail.hu>\r
92 \r
93         * RuntimeHelpers.cs: Enable the last changes again since they no\r
94         longer break the corlib_cmp build.\r
95 \r
96 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>\r
97 \r
98         * RuntimeHelpers.cs: Back out these changes as they break the windows\r
99         build.\r
100         \r
101 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>\r
102 \r
103         * RuntimeHelpers.cs: Implement Equals and GetHashCode methods from\r
104         NET 1.1.        \r
105 \r
106 2002-09-21  Zoltan Varga  <vargaz@freemail.hu>\r
107 \r
108         * CallConvCdecl.cs: new file\r
109 \r
110         * CallConvFastcall.cs: new file\r
111 \r
112         * CallConvThiscall.cs: new file\r
113 \r
114         * CallConvStdcall.cs: new file\r
115 \r
116         * RuntimeHelpers.cs: Implemented OffsetToStringData, GetObjectValue and\r
117         RunClassConstructor.\r
118 \r
119 2002-08-23  Nick Drochak  <ndrochak@gol.com>\r
120 \r
121         * IsVolatile.cs: No _public_ members, but if we don't put a private\r
122         ctor, the complier will give us a public one.\r
123 \r
124 2002-08-23  Nick Drochak  <ndrochak@gol.com>\r
125 \r
126         * IsVolatile.cs: This class has no members, not even an empty ctor.\r
127 \r
128 2002-07-24  Duncan Mak  <duncan@ximian.com>\r
129 \r
130         * AccessedThroughPropertyAttribute.cs:\r
131         * CompilationRelaxationsAttribute.cs: \r
132         * CompilerGlobalScopeAttribute.cs: \r
133         * DateTimeConstantAttribute.cs: \r
134         * DecimalConstantAttribute.cs: \r
135         * IDispatchConstantAttribute.cs:\r
136         * IsVolatile.cs:\r
137         * IUnknownConstantAttribute.cs: \r
138         * RequiredAttributeAttribute.cs: Visibility changes.\r
139 \r
140 2002-07-23  Duncan Mak  <duncan@ximian.com>\r
141 \r
142         * AccessedThroughPropertyAttribute.cs: \r
143         * CompilationRelaxationsAttribute.cs: \r
144         * CompilerGlobalScopeAttribute.cs: \r
145         * CustomConstantAttribute.cs: \r
146         * DateTimeConstantAttribute.cs: \r
147         * DecimalConstantAttribute.cs: \r
148         * DiscardableAttribute.cs: \r
149         * IDispatchConstantAttribute.cs: \r
150         * IUnknownConstantAttribute.cs: \r
151         * RequiredAttributeAttribute.cs: Added all the missing Attributes\r
152 \r
153         * IsVolatile.cs: Added to CVS.\r
154 \r
155         * MethodImplOptions.cs: Added the PreserveSig flag.\r
156 \r
157 2002-04-15  Dan Lewis <dihlewis@yahoo.co.uk>\r
158 \r
159         * MethodImplAttribute.cs: added constructor usage.\r
160 \r
161 Fri Feb 22 15:36:19 CET 2002 Paolo Molaro <lupus@ximian.com>\r
162 \r
163         * RuntimeHelpers.cs: added OffsetToStringData() property.\r
164 \r
165 Mon Nov 5 19:50:11 CET 2001 Paolo Molaro <lupus@ximian.com>\r
166 \r
167         * RuntimeHelpers.cs: make InitializeArray an internalcall.\r
168 \r
169 2001-07-18  Michael Lambert <michaellambert@email.com>\r
170 \r
171         * MethodCodeType.cs, MethodImplOptions.cs: Add.\r