File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 142,728 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,304; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (228 lines) | stat: -rw-r--r-- 6,832 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
2006-11-01  Sebastien Pouliot  <sebastien@ximian.com>

	* RuntimeWrappedException.cs: Add missing GetObjectData method.

2006-08-22  Miguel de Icaza  <miguel@novell.com>

	* MethodImplOptions.cs, MethodCodeType.cs, LoadHint.cs,
	CompilationRelaxations.cs: Add serializable.

2005-12-07  Zoltan Varga  <vargaz@gmail.com>

	* NewConstraintAttribute.cs: Removed.

2005-11-15  Zoltan Varga  <vargaz@gmail.com>

	* RuntimeHelpers.cs: Really fix build.

	* RuntimeHelper.cs: Fix build.
	
	* RuntimeHelpers.cs: Make this class static in 2.0.

	* NewConstraintAttribute.cs: Re-add this as gmcs depends on it.

	* RuntimeHelpers.cs: Net 2.0 RTM updates.

	* NewConstraintAttribute.cs SuppressMergeCheckAttribute.cs: Remove
	obsolete net 2.0 classes.

2005-10-26  Zoltan Varga  <vargaz@gmail.com>

	* IsCopyConstructed.cs: New file.

	* TypeForwardedToAttribute.cs SuppressIldasmAttribute.cs TypeForwardedToAttribute.cs: Add new net 2.0 classes.

	* NGenHint.cs NGenAttribute.cs: Remove obsolete net 2.0 classes.

	* *.cs: Add/remove net 2.0 attributes.

2005-10-07  Zoltan Varga  <vargaz@gmail.com>

	* RuntimeCompatibilityAttribute.cs RuntimeWrappedException.cs: New files.

2005-08-09  Zoltan Varga  <vargaz@freemail.hu>

	* SpecialNameAttribute.cs: New file.

2005-08-06  Gert Driesen <drieseng@users.sourceforge.net>

	* DecimalConstantAttribute.cs: Only mark ctor not CLSCompliant on 2.0 
	profile to match MS.NET.

2005-08-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* InternalsVisibleToAttribute.cs: Add BOOTSTRAP_NET_2_0
	directive, since we need it to implement friend assemblies
	in gmcs.
	
2005-06-06  Zoltan Varga  <vargaz@freemail.hu>

	* RuntimeHelpers.cs: Add some missing 2.0 attributes.

2005-02-12  Marek Safar  <marek.safar@seznam.cz>

	* CompilationRelaxationsAttribute.cs,
	* DependencyAttribute.cs,
	* FixedBufferAttribute.cs,
	* InternalsVisibleToAttribute.cs,
	* RequiredAttributeAttribute.cs,
	* StringFreezingAttribute.cs: Fix NET_2_0 attributes.

	* CustomConstantAttribute.cs,
	* IndexerNameAttribute.cs: Fix AttributeUsage flags.

2005-01-04  Sebastien Pouliot  <sebastien@ximian.com>

	* IsVolatile.cs: Fix errors in corcompare (HEAD versus 1.1 and 2.0). 
	It seems that the file was replaced for 2.0, which broke 1.1 build and
	was then fixed (build-wise) but introduced corcompare errors on both 
	1.1 and 2.0. The MONO-1-0 branch wasn't affected.

2004-10-15  Zoltan Varga  <vargaz@freemail.hu>

	* IsVolatile.cs: Remove #ifdef NET_2_0.

2004-10-04  Zoltan Varga  <vargaz@freemail.hu>

	* NGenAttribute.cs: Add ComVisible (false).

	* *.cs: Add some more 2.0 stuff.

	* *.cs: Add more 2.0 stuff.

	* MethodImplOptions.cs MethodCodeType.cs RuntimeHelpers.cs DecimalConstantAttribute.cs: Add 2.0 stuff.

	* CompilationRelaxationsAttribute.cs DecimalConstantAttribute.cs MethodCodeType.cs MethodImplOptions.cs NewConstraintAttribute.cs: Add 2.0 stuff.

	* *.cs: Add new 2.0 classes.

2004-06-30  Ben Maurer  <bmaurer@ximian.com>

	* RuntimeHelpers.cs: OffsetToStringData is now and intrinsic,
	so we dont have to optimize it. Thus, it is now just an icall.

2004-06-15  Gert Driesen  <drieseng@users.sourceforge.net>

	* MethodImplAttribute.cs: changed field name to fix serialization
	compatibility with MS.NET

2004-05-19  Gert Driesen  <drieseng@users.sourceforge.net>

	* CustomConstantAttribute.cs
	* DateTimeconstantAttribute.cs
	* DecimalConstantAttribute.cs
	* IDispatchConstantAttribute.cs
	* IUnknownConstantAttribute.cs
	* MethodImplAttribute.cs
	* RequiredAttributeAttribute.cs: now that Inherited is 
	false by default on AttributeUsageAttribute (as it 
	should be) we need to explicitly set Inherited to false 
	for those attributes where it should be false.

2004-03-30  Martin Baulig  <martin@ximian.com>

	* NewConstraintAttribute.cs: New file.

2003-11-18  Zoltan Varga  <vargaz@freemail.hu>

	* RuntimeHelpers.cs (Equals): Track changes to ValueType.

2003-11-15  Zoltan Varga  <vargaz@freemail.hu>

	* MethodImplOptions.cs MethodCodeType.cs: Add [Flags].

Tue Jul 29 12:15:13 CEST 2003 Paolo Molaro <lupus@ximian.com>

	* RuntimeHelpers.cs: pass the handles values o icalls, to avoid 
	special cases in some call conventions.

2003-06-18  Zoltan Varga  <vargaz@freemail.hu>

	* RuntimeHelpers.cs: Wrap NET 1.1 methods with #if NET_1_1.

2003-04-27  Zoltan Varga  <vargaz@freemail.hu>

	* RuntimeHelpers.cs: Remove workaround for bug #41550 since it is fixed
	now.

2003-04-19  Zoltan Varga  <vargaz@freemail.hu>

	* RuntimeHelpers.cs: Enable the last changes again since they no
	longer break the corlib_cmp build.

2003-04-18  Zoltan Varga  <vargaz@freemail.hu>

	* RuntimeHelpers.cs: Back out these changes as they break the windows
	build.
	
2003-04-18  Zoltan Varga  <vargaz@freemail.hu>

	* RuntimeHelpers.cs: Implement Equals and GetHashCode methods from
	NET 1.1.	

2002-09-21  Zoltan Varga  <vargaz@freemail.hu>

	* CallConvCdecl.cs: new file

	* CallConvFastcall.cs: new file

	* CallConvThiscall.cs: new file

	* CallConvStdcall.cs: new file

	* RuntimeHelpers.cs: Implemented OffsetToStringData, GetObjectValue and
	RunClassConstructor.

2002-08-23  Nick Drochak  <ndrochak@gol.com>

	* IsVolatile.cs: No _public_ members, but if we don't put a private
	ctor, the complier will give us a public one.

2002-08-23  Nick Drochak  <ndrochak@gol.com>

	* IsVolatile.cs: This class has no members, not even an empty ctor.

2002-07-24  Duncan Mak  <duncan@ximian.com>

	* AccessedThroughPropertyAttribute.cs:
	* CompilationRelaxationsAttribute.cs: 
	* CompilerGlobalScopeAttribute.cs: 
	* DateTimeConstantAttribute.cs: 
	* DecimalConstantAttribute.cs: 
	* IDispatchConstantAttribute.cs:
	* IsVolatile.cs:
	* IUnknownConstantAttribute.cs: 
	* RequiredAttributeAttribute.cs: Visibility changes.

2002-07-23  Duncan Mak  <duncan@ximian.com>

	* AccessedThroughPropertyAttribute.cs: 
	* CompilationRelaxationsAttribute.cs: 
	* CompilerGlobalScopeAttribute.cs: 
	* CustomConstantAttribute.cs: 
	* DateTimeConstantAttribute.cs: 
	* DecimalConstantAttribute.cs: 
	* DiscardableAttribute.cs: 
	* IDispatchConstantAttribute.cs: 
	* IUnknownConstantAttribute.cs: 
	* RequiredAttributeAttribute.cs: Added all the missing Attributes

	* IsVolatile.cs: Added to CVS.

	* MethodImplOptions.cs: Added the PreserveSig flag.

2002-04-15  Dan Lewis <dihlewis@yahoo.co.uk>

	* MethodImplAttribute.cs: added constructor usage.

Fri Feb 22 15:36:19 CET 2002 Paolo Molaro <lupus@ximian.com>

	* RuntimeHelpers.cs: added OffsetToStringData() property.

Mon Nov 5 19:50:11 CET 2001 Paolo Molaro <lupus@ximian.com>

	* RuntimeHelpers.cs: make InitializeArray an internalcall.

2001-07-18  Michael Lambert <michaellambert@email.com>

	* MethodCodeType.cs, MethodImplOptions.cs: Add.