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