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