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