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