2009-12-16 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mcs / class / corlib / System.Reflection.Emit / ChangeLog
1 2009-12-16 Rodrigo Kumpera  <rkumpera@novell.com>
2
3         * FieldOnTypeBuilderInst.cs: Add more CompilerContext hacks.
4
5 2009-12-14 Rodrigo Kumpera  <rkumpera@novell.com>
6
7         * TypeBuilder.cs (GetConstructor/GetMethod): Fail with a NRE if method/ctor
8         is null.
9
10 2009-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
11
12         * AssemblyBuilder.cs (MakeGenericType): Accept a Type as argument.
13
14         * ConstructorOnTypeBuilderInst.cs: Change it to support an underlying
15         non-sre constructor.
16
17         * MethodOnTypeBuilderInst.cs: Change it to support an underlying
18         non-sre method.
19
20         * FieldOnTypeBuilderInst.cs: Change it to support an underlying
21         non-sre field.
22
23         * EventOnTypeBuilderInst.cs: Change it to support an underlying
24         non-sre event.
25
26 2009-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
27
28         * AssemblyBuilder.cs: Add MakeGenericType method while takes care of doing
29         generic instance canonicalization under compiler context.
30
31         * DerivedTypes.cs: Add ArrayType::GetEffectiveRank to make it possible to
32         distinguish between [] and [*].
33
34         * TypeBuilder.cs: Implement MakeGenericType in managed code.
35
36 2009-12-09  Jb Evain  <jbevain@novell.com>
37
38         * ILGenerator.cs (Emit(OpCode,LocalBuilder)): deal with
39         opcodes not related to locals.
40
41 2009-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
42
43         * MethodOnTypeBuilderInst.cs: Add new constructor that takes a MethodInfo
44         as base method. Change how compiler context is calculated to take the
45         instantiation vector into account.
46
47 2009-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
48
49         * MethodOnTypeBuilderInst.cs: Change base_method type from MethodBuilder to
50         MethodInfo.
51
52 2009-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
53
54         * DerivedTypes.cs: Implement IsCompilerContext property and replace
55         all checks to use it.
56
57         * EnumBuilder.cs: Ditto.
58
59         * GenericTypeParameterBuilder.cs: Ditto.
60
61         * TypeBuilder.cs: Ditto.
62
63         * FieldOnTypeBuilderInst.cs: Replace ad-hoc check for compiler context
64         with proper call to generic instance type.
65
66         * MethodOnTypeBuilderInst.cs: Ditto.
67
68         * ConstructorOnTypeBuilderInst.cs: Ditto.
69
70 2009-12-04 Rodrigo Kumpera  <rkumpera@novell.com>
71
72         * MethodBuilder.cs (MakeGenericMethod): Don't rely on the runtime to
73         inflate a MethodBuilder. Create directly an instance of MethodOnTypeBuilderInst.
74
75         * MethodOnTypeBuilderInst.cs (MakeGenericMethod): Cleanup this method and support
76         inflating already inflated methods under compiler context.
77
78 2009-12-04 Rodrigo Kumpera  <rkumpera@novell.com>
79
80         * MethodOnTypeBuilderInst.cs: Change instantiation field type to System.Type.
81
82         * MethodOnTypeBuilderInst.cs (MetadataToken): Explicitly throw if not under
83         compiler context.
84
85 2009-12-04 Rodrigo Kumpera  <rkumpera@novell.com>
86
87         * MethodOnTypeBuilderInst.cs: Rename mb to base_method to better reflect
88         it's meaning. Introduce IsCompilerContext method and apply it's usage.
89
90 2009-11-16  Marek Safar  <marek.safar@gmail.com>
91
92         * ILGenerator.cs, DynamicMethod.cs, MethodBuilder.cs,
93         ConstructorBuilder.cs: Some 4.0 changes.
94
95 2009-10-30  Sebastien Pouliot  <sebastien@ximian.com>
96
97         * MethodBuilder.cs: Add missing 'names' validations in 
98         DefineGenericParameters
99
100 2009-10-29  Sebastien Pouliot  <sebastien@ximian.com>
101
102         * ModuleBuilder.cs: Add missing 'className' validations in GetType
103         * TypeBuilder.cs: Add missing 'names' validations in 
104         DefineGenericParameters
105
106 2009-10-27  Marek Safar  <marek.safar@gmail.com>
107
108         * GenericTypeParameterBuilder.cs: Attributes work under NET_4_0.
109
110 2009-10-24  Sebastien Pouliot  <sebastien@ximian.com>
111
112         * AssemblyBuilder.cs: For Silverlight only AssemblyBuilderAccess.Run
113         is supported (browser-side) but we still allow other values when
114         compiling (e.g. smcs) outside the browser (wo coreclr)
115         * TypeBuilder.cs (GetConstructor): Fix validations
116
117 2009-09-18  Sebastien Pouliot  <sebastien@ximian.com>
118
119         * AssemblyBuilder.cs, ConstructorBuilder.cs, MethodBuilder.cs, 
120         TypeBuilder.cs: Don't process PermissionSet under NET_2_1
121
122 2009-09-06 Rodrigo Kumpera  <rkumpera@novell.com>
123
124         * ConstructorOnTypeBuilderInst.cs (GetParameters): Make it work for
125         finished types.
126
127 2009-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
128
129         * ILGenerator.cs (label_fixup): Check for unmarked labels.
130         Fixes #536243.
131
132 2009-08-06 Rodrigo Kumpera  <rkumpera@novell.com>
133
134         * MethodBuilder.cs: Mark generic_params internal.
135
136         * MethodOnTypeBuilderInst.cs: Add fields to support
137         inflated generic methods. Implement generics related
138         methods.
139
140 2009-08-06  Marek Safar  <marek.safar@gmail.com>
141
142         * ILGenerator.cs: Add 4.0 ILOffset.
143
144 2009-08-04 Rodrigo Kumpera  <rkumpera@novell.com>
145
146         * DerivedTypes.cs (DerivedType): Implement ToString ().
147
148 2009-08-03 Rodrigo Kumpera  <rkumpera@novell.com>
149
150         * EventBuilder.cs: Make some fields internal.
151
152         * TypeBuilder.cs: Make events field internal.
153         Remove some MonoTODOs that are already done.
154
155         * EventOnTypeBuilderInst.cs: New file which implements
156         the required functionality by compiler context.
157
158 2009-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
159
160         * TypeBuilder.cs (IsDefined): Throw if not
161         created and not in compiler context.
162
163 2009-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
164
165         * TypeBuilder.cs (GetNestedTypes): Throw if not
166         created and not in compiler context.
167
168 2009-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
169
170         * TypeBuilder.cs (GetEvents): Throw if not created
171         and not in compiler context.
172
173         * TypeBuilder.cs (GetNestedType): Don't rely on
174         MonoType implementation as it doesn't work if the
175         nested type is defined after the TypeBuilder is
176         created.
177
178 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
179
180         * TypeBuilder.cs (GetConstructors): Throw if
181         TypeBuilder is incomplete.
182
183 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
184
185         * TypeBuilder.cs (DefineMethodOverride): Throw if
186         method body doesn't belong to the TypeBuilder.
187
188 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
189
190         * TypeBuilder.cs (GetInterfaces): Return the expanded
191         interface list if the type has been created.
192
193 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
194
195         * TypeBuilder.cs (GetGenericArguments): Returns null for
196          non generic TypeBuilders.
197
198 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
199
200         * TypeBuilder.cs (GenericParameterAttributes): Return none.
201
202 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
203
204         * TypeBuilder.cs (GetElementType): Throw always.
205
206 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
207
208         * TypeBuilder.cs (GetGenericTypeDefinition): Either
209         throw or return itself.
210
211 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
212
213         * TypeBuilder.cs (GenericParameterPosition): Return 0
214         instead of throwing.
215
216 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
217
218         * TypeBuilder.cs (DeclaringMethod): Return null
219         instead of throwing.
220
221 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
222
223         * TypeBuilder.cs (CreateType): Throw if concrete
224         type has abstract method.
225
226 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
227
228         * GenericTypeParameterBuilder.cs: SetBaseTypeConstraint with
229         null argument is the same as passing typeof (object).
230
231 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
232
233         * DerivedTypes.cs (ArrayType): Special case vector arrays using zero
234          as rank. This is required because we need to make the distinction
235         between a vector and a one dimension SZARRAY.
236
237         * EnumBuilder.cs: Create vectors as rank-zero ArrayType objects.
238
239         * TypeBuilder.cs: Same.
240
241         * GenericTypeParameterBuilder.cs: Same.
242
243 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
244
245         DerivedTypes.cs: ByRef and Pointer types return Array as base
246         type.
247
248 2009-07-28  Marek Safar  <marek.safar@gmail.com>
249
250         * DynamicMethod.cs: Pass skipVisibility.
251
252 2009-07-27 Rodrigo Kumpera  <rkumpera@novell.com>
253
254         OpCode.cs: HashCode is meant to be calculated based on Name. 
255
256         OpCodeNames.cs: Fix some names.
257
258         OpCodes.cs: Fix Stelem, Constrained and Readonly specs.
259
260 2009-07-26  Miguel de Icaza  <miguel@novell.com>
261
262         * ILGenerator.cs: Fix the exception thrown when LocalBuilders are
263         mixed between ILGenerators.
264
265 2009-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
266
267         * TypeBuilder.cs: Make the interfaces field internal.
268
269 2009-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
270
271         * FieldOnTypeBuilderInst.cs: Add a ToString() to help debugging.
272         Make fields internal.
273
274         * MethodOnTypeBuilderInst.cs: Build it under BOOTSTRAP_NET_2_0.
275
276 2009-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
277
278         * ConstructorBuilder.cs: Make parameters and pinfo fields internal.
279
280         * ConstructorOnTypeBuilderInst.cs: Build it under BOOTSTRAP_NET_2_0.
281         Properly implement GetParameters under compiler context.
282
283         * TypeBuilder.cs: Make ctors field internal.
284
285 2009-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
286
287         * FieldOnTypeBuilderInst.cs: Implement MetadataToken and FieldToken
288         for compiler context.
289
290         * TypeBuilder.cs: Make FieldBuilder related fields internal.
291
292 2009-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
293
294         * PropertyOnTypeBuilderInst.cs: Use TypeBuilder::GetMethod instead of
295         MonoGenericClass::GetCorrespondingInflatedMethod. This is possible
296         since the returned methods of MonoGenericClass::GetMethods have been
297         unified with TypeBuilder::GetMethod.
298
299         * TypeBuilder.cs: Make property related fields internal.
300
301 2009-07-22 Rodrigo Kumpera  <rkumpera@novell.com>
302
303         * MethodOnTypeBuilderInst.cs: Implement ToString to help debugging.
304
305         * TypeBuilder.cs: Make the properties field internal.
306
307         * PropertyOnTypeBuilderInst.cs: New type implementing a property of an
308         inflated TypeBuilder.
309
310 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
311
312         * EnumBuilder.cs: Use new derived types for array, pointer and byref.
313
314 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
315
316         * GenericTypeParameterBuilder.cs (MakeByRefType): Return an instance
317         of PointerType instead of relying on the runtime for it.
318
319 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
320
321         * GenericTypeParameterBuilder.cs (MakeByRefType): Return an instance
322         of ByRefType instead of relying on the runtime for it.
323
324 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
325
326         * DerivedTypes.cs (DerivedType): Implement IsAssignableFrom
327         and ContainsGenericParameters
328
329         * DerivedTypes.cs (DerivedType::UnderlyingSystemType): Create 
330         the unmanaged type before returning so the resulting object is
331         understood as a SystemType.
332
333         * DerivedTypes.cs (DerivedType::AssemblyQualifiedName): Return null
334         if element's FullName is null as well.
335
336         * DerivedTypes.cs (ArrayType::GetAttributeFlagsImpl): Return proper
337         array flags if under compiler context.
338         
339         * DerivedTypes.cs (*::FormatName): Return null if elementName is.
340
341         * GenericTypeParameterBuilder.cs: Improve compatibility when not
342         under compler context.
343
344         * GenericTypeParameterBuilder.cs (MakeArrayType): Return an instance
345         of ArrayType instead of relying on the runtime for it.
346
347         * TypeBuilder.cs: Add error checking to MakeArrayType and remove some
348         MonoTODO.
349
350 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
351
352         * AssemblyBuilder.cs: Applied patch from <Dax@daxxfiles.net>. Save
353         the public key token to a field where the runtime can access it.
354
355 2009-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
356
357         * DerivedTypes.cs: Implemented PointerType.
358
359         * TypeBuilder.cs (MakePointerType): Return an
360         instance of PointerType.
361
362 2009-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
363
364         * DerivedTypes.cs: Implemented ByRefType.
365
366         * TypeBuilder.cs (MakeByRefType): Return an
367         instance of ByRefType.
368
369 2009-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
370
371         * DerivedTypes.cs: Refactor the types here to move
372         a lot of code to the base DerivedType in preparation
373         for upcomming ByRefType and PointerType puppies.
374
375 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
376
377         * TypeBuilder.cs (IsArrayImpl): Return false always as a
378         typebuilder will never represent an array.
379
380         * TypeBuilder.cs (MakeArrayType): Return a new instance of
381         ArrayType instead of calling into MonoType machinery.
382
383         * DerivedTypes.cs: New file with all the internal types
384         used by SRE to represent derived types from TypeBuilder:
385         arrays, pointers and byrefs'.
386
387 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
388
389         * AssemblyBuilder.cs: Add IsRun property that returns true if
390         any execute mode is enabled.
391
392         * ModuleBuilder.cs: Add set_wrappers_type icall to define which type
393         is to be bound to wrappers. Create a new abstract type and call it
394         when the assembly is build this way.
395
396         Replace explicit checks for global_type with calls to CreateGlobalType.
397
398         * TypeBuilder.cs: Internal ctor now takes an extra table_idx argument.
399
400 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
401
402         * CustomAttributeBuilder.cs: Properly handle element type for safe 
403           arrays (SafeArraySubType marshal attribute option).
404
405         Code is contributed under MIT/X11 license.
406
407 2009-06-12  Jb Evain  <jbevain@novell.com>
408
409         * AssemblyBuilder.cs (Save): throw a NotImplementedException
410         when asked to emit a pe32+ binary for a AMD64 or IA64
411         specific assembly.
412
413 2009-06-05  Jb Evain  <jbevain@novell.com>
414
415         * ModuleBuilder.cs (DefineManifestResource): expose during
416         BOOTSTRAP_NET_2_0 as well.
417
418 2009-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
419
420         * ILGenerator.cs (EmitCall): Under 2.0 profile ignore optional
421         arguments if the method call conv is not vararg.
422
423 2009-05-22  Zoltan Varga  <vargaz@gmail.com>
424
425         * AssemblyBuilder.cs (.ctor): Error out if the not yet supported 
426         RunAndCollect flag was given.
427
428         * AssemblyBuilderAccess.cs: Add RunAndCollect flag for net 4.0.
429
430 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
431
432         * DynamicMethod.cs (Invoke): Wrap a MethodAccessException inside a
433         TargetInvocationException (required for Moonlight 2).
434
435 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
436
437         * TypeBuilder.cs (GetGenericTypeDefinition): Call the icall instead of
438         the base method which now throws an exception.
439
440 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
441
442         * ILGenerator.cs SignatureHelper.cs: Add checks for user types.
443
444 2008-02-21  Jb Evain  <jbevain@novell.com>
445
446         * ModuleBuilder.cs: override GetModuleVersionId
447         so that we can get the module guid from Module.ModuleVersionId.
448         Part of the fix for #471302.
449
450 2009-01-24  Zoltan Varga  <vargaz@gmail.com>
451
452         * SignatureHelper.cs: Fix warnings.
453
454         * ILGenerator.cs: Fix warnings.
455
456 2008-11-23  Gert Driesen  <drieseng@users.sourceforge.net>
457
458         * AssemblyBuilder.cs: When assembly is strongnamed, then explicitly
459         set PublicKey flag. Do not allow AssemblyFlagsAttribute to overwrite
460         flags value, and ignore PublicKey flag if assembly is not strongnamed.
461         Fixes bug #432423.
462
463 2008-11-11 Rodrigo Kumpera  <rkumpera@novell.com>
464
465         * ConstructorOnTypeBuilderInst.cs (MetadataToken): Make this property
466         work under compiler context. Same hack as the one applied to
467         MethodOnTypeBuilderInst.
468
469         Fixes #442610.
470
471 2008-09-23  Marek Safar  <marek.safar@gmail.com>
472
473         * ModuleBuilder.cs: Fixed NRE when default symbol writer cannot be
474         loaded. 
475  
476 2008-09-16  Jb Evain  <jbevain@novell.com>
477
478         * AssemblyBuilder.cs (AddTypeForwarder): correctly grow the
479         type_forwarders array, to make that work for more than one
480         type forwarder. Managed part of the fix for #422929.
481
482 2008-09-04  Marek Safar  <marek.safar@gmail.com>
483
484         * TypeBuilder.cs: Add mcs specific SetCharSet method.
485
486 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
487
488         * TypeBuilder.cs (CreateType): Avoid creating a default ctor if the
489         type has a constructor defined using DefineMethod. Fixes #416632.
490
491 2008-07-25  Rodrigo Kumpera  <rkumpera@novell.com>
492
493         * TypeBuilder.cs (GetMethod): Allow created TypeBuilders
494         to be used.
495
496 2008-07-23  Marek Safar  <marek.safar@gmail.com>
497                         Rodrigo Kumpera  <rkumpera@novell.com>
498
499         * TypeBuilder.cs (GetMethod): A fix for #408933
500
501 2008-07-22  Rodrigo Kumpera  <rkumpera@novell.com>
502
503         * MethodOnTypeBuilderInst.cs: Change visibility of the parent
504         MethodBuilder to internal.
505
506 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
507
508         * CustomAttributeBuilder.cs (get_umarshal): Add support for all 
509         MarshalAsAttribute fields to fix the build.
510         
511         * CustomAttributeBuilder.cs (get_umarshal): Decode enums properly.
512
513 2008-07-21  Marek Safar  <marek.safar@gmail.com>
514
515         * ParameterBuilder.cs, CustomAttributeBuilder.cs: Check for
516         UnmanagedType.ByValArray to be used only on fields.
517
518 2008-07-16  Rodrigo Kumpera  <rkumpera@novell.com>
519
520         * MethodOnTypeBuilderInst.cs: Special case all methods
521         under compiler context as needed by mcs. 
522
523         * MethodBuilder.cs: Change the visibility of some fields
524         to internal so MethodOnTypeBuilderInst can use it.
525
526 2008-07-11  Marek Safar  <marek.safar@gmail.com>
527
528         * ModuleBuilder.cs: Couple of micro optimizations.
529
530 2008-07-03  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
531
532         * SignatureHelper.cs: Fix parameter names
533         * ModuleBuilder.cs: Fix parameter names
534
535 2008-06-18 Rodrigo Kumpera <rkumpera@novell.com>
536
537         * TypeBuilder.cs (IsAssignableTo): Fixed check for interfaces
538         defined on parent. Based on Geoff's Norton patch.
539         Fixes #349194.
540
541 2008-06-12  Marek Safar  <marek.safar@gmail.com>
542
543         * MethodBuilder.cs: Removed SetGenericMethodSignature.
544
545 2008-06-06  Jb Evain  <jbevain@novell.com>
546
547         * OpCodes.cs: OpCode constrained. is of type InlineType.
548
549 2008-05-18  Gert Driesen  <drieseng@users.sourceforge.net>
550
551         * TypeBuilder.cs (IsAssignableTo): When an interface is passed as
552         argument and the TypeBuilder has been created, also check if parent
553         can be assigned to type.
554
555 2008-05-15  Zoltan Varga  <vargaz@gmail.com>
556
557         * TypeBuilder.cs (.ctor): Convert a null parent to typeof (object) here, not just
558         in CreateType (). Fixes #389171.
559
560 2008-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
561
562         * FieldBuilder.cs: Added null check for type.
563         * TypeBuilder.cs: For enums, construct UnderlyingSystemType when
564         first instance field is defined instead of having to lookup it up on
565         demand. Avoid cast in IsCompilerContext.
566
567 2008-05-11  Gert Driesen  <drieseng@users.sourceforge.net>
568
569         * TypeBuilder.cs: Use Assembly.FullName instead of AssemblyName.
570         In UnderlyingSystemType, return UnderlyingSystemType of created type
571         when available. For an enum, UnderlyingSystemType is the type of the
572         first instance field. If no instance field is available, throw an
573         InvalidOperationException. Retain original behavior when operating in
574         compiler context.
575         * ConstructorBuilder.cs: Moved implementation of GetParameters to
576         GetParametersInternal to allow it to be used internally when type is
577         not yet created.
578         * CustomAttributeBuilder.cs: Added GetParameters method that uses
579         GetParametersInternal on ConstructorBuilder, and use it where
580         necessary.      
581
582 2008-05-03  Zoltan Varga  <vargaz@gmail.com>
583
584         * ConstructorBuilder.cs: Revert the throw not_created () change as it causes
585         vbnc bootstrap to fail. Fixes #386419.
586
587 2008-05-01  Gert Driesen  <drieseng@users.sourceforge.net>
588
589         * ConstructorBuilder.cs: Switch arguments for AORE.
590
591 2008-04-30  Gert Driesen  <drieseng@users.sourceforge.net>
592
593         * ModuleBuilder.cs (DefineType): Do not perform lookup of in cache if
594         name is null to allow correct exception to be thrown (in TypeBuilder
595         ctor).
596         * TypeBuilder: Moved name argument check to TypeBuilder ctor. Modified
597         ArgumentException parameter names to match MS. Removed duplicate check
598         for data length from DefineInitializedData. Modified check_name to
599         only throw when first character is null char.
600         * ConstructorBuilder.cs (GetParameters): Throw NotSupportedException
601         (2.0) or InvalidOperationException (1.0) when type is not yet created
602         and we're not in compiler context. Return empty array when no
603         parameters are defined.
604         (MethodHandle): Always throw NotSupportedException.
605         (DefineParameter): Prevent NRE when parameters is null.
606         (GetCustomAttributes): When not in compiler context, always throw
607         NotSupportedException.
608         * ConstructorOnTypeBuilderInst.cs: Delegate to ConstructorBuilder
609         where possible. Fixed ContainsGenericParameters and IsGenericMethod
610         to always return false. In MethodBase.Invoke, throw an
611         InvalidOperationException instead of NIE.
612
613 2008-04-26  Gert Driesen  <drieseng@users.sourceforge.net>
614
615         * MethodOnTypeBuilderInst.cs: Added overrides for ReturnType and 
616         GetGenericMethodDefinition. Implement GetGenericArgument,
617         IsGenericMethod(Definition). Throw NotSupportedException instead of
618         NotImplementedException.
619
620 2008-04-26  Jb Evain  <jbevain@novell.com>
621
622         * ILGenerator.cs, AssemblyBuilder.cs, TypeBuilder.cs:
623         replace usages of new Type [0] by Type.EmptyTypes.
624         Found with Gendarme.
625
626 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
627
628         * MethodOnTypeBuilderInst.cs ConstructorOnTypeBuilderInst: New files.
629
630 2008-03-29  Gert Driesen  <drieseng@users.sourceforge.net>
631
632         * AssemblyBuilder.cs: Added enum that determines the type of the
633         native (version) resource. Added fields for holding the native
634         resource type and the version culture. The versioninfo_culture was
635         introduced to hold the original culture of the assembly, since
636         the AssemblyCultureAttribute should only affect the language of the
637         versioninfo block when not used in compiler context. Move constructin
638         of native version info to DefineVersionInfoResourceImpl to allow
639         attributes to affect the versioninfo after DefineVersionInfoResource
640         has been invoked. Allow ArgumentException for invalid culture string
641         to bubble up. In compiler context, use FileVersion as default value
642         for ProductionVersion.
643
644 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
645
646         * FieldOnTypeBuilderInst.cs: New file.
647
648 2008-03-11  Marek Safar  <marek.safar@gmail.com>
649
650         * MethodBuilder.cs (GetGenericArguments): Returns Type.EmptyType.
651
652 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
653
654         * AssemblyBuilder.cs: Define GetManifestModule () for net 2.0 bootstrap too.
655
656         * DynamicMethod.cs: Create a dynamic assembly to hold the anon hosted methods.
657         
658         * DynamicMethod.cs: Add net 3.5 ctor overloads.
659
660         * ModuleBuilder.cs (RegisterToken): New icall.
661
662         * MethodBuilder.cs (ctor): Call ModuleBuilder.RegisterToken (), so the token gets
663         added to the internal hash table. Fixes #367668.
664
665         * ConstructorBuilder.cs: Ditto.
666         
667 2008-03-06  Jb Evain  <jbevain@novell.com>
668
669         * SignatureHelper.cs (GetMethodSigHelper): if returnType
670         is null, use typeof (void) instead. Fixes #367663.
671
672 2008-03-03 Rodrigo Kumpera <rkumpera@novell.com>
673
674         * MethodBuilder.cs (check_override): Added, verify if this method has explicit
675         override set and doesn't follow virtual settings of overriden method.
676
677         * TypeBuilder.cs (CreateType): Call MethodBuilder::check_override before
678         creating the type.
679
680         Fixes #361689.
681
682 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
683
684         * ModuleBuilder.cs: Fix build.
685
686         * AssemblyBuilder.cs (GetTypes): Implement this entirely in managed code.
687
688         * ModuleBuilder.cs (GetTypes): Replace TypeBuilders with their created types to
689         match MS.
690
691         * AssemblyBuilder.cs: Override GetModulesInternal () so we can return
692         ModuleBuilders.
693
694 2008-01-25  Zoltan Varga  <vargaz@gmail.com>
695
696         * TypeBuilder.cs (GenerateDebugInfo): Emit debug info for nested types as well.
697         Fixes #356316.
698
699 2008-01-21  Gert Driesen  <drieseng@users.sourceforge.net>
700
701         * AssemblyBuilder.cs: Introduce magic value for AssemblyBuilderAccess
702         to signal usage from a compiler. On 2.0 profile, perform argument
703         check for access. Use AssemblyFlags passed in through AssemblyName
704         arguments. Modified SetCustomAttribute to only use the Assembly*
705         attribute for constructing the assembly name when used in compiler
706         context. Fixes corlib part of bug #354970.
707
708 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
709
710         * TypeBuilder.cs (GetConstructorImpl): Add back the code removed by the last
711         patch since it is needed when building mscorlib.
712
713 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
714
715         * TypeBuilder.cs (GetConstructorImpl): Use GetConstructor on created
716         type. Original implementation did not take into account the binding
717         flags and failed with a NotSupportedException if the default binder
718         checked if a ParamArrayAttribute was defined. It also does not make
719         sense to return a ConstructorBuilder once the type is emitted.
720         (GetConstructors): When the type is emitted, use GetConstructors
721         on the created type.
722         (GetFields): Removed duplicate code.
723         (GetMethodsByName): Fixed matching of methods in the parent class
724         depending on their accessibility:
725         - Private: never include private methods of parent
726         - Public: ignore if Public flag is not set
727         - Assembly: ignore if NonPublic is not set or when on the 1.0 profile
728         - Rest (Family, FamANDAssem, FamORAssem): ignore if NonPublic flag is
729           not set
730         Static methods of the parent are ignored unless the FlattenHierarchy
731         flag is set.
732         (GetProperties): When the type is emitted, use GetProperties on the
733         created type as the TypeBuilder implementation itself does not include
734         properties from the parent class.
735
736 2007-12-31  Gert Driesen  <drieseng@users.sourceforge.net>
737
738         * AssemblyBuilder.cs (UnprotectedGetName): Set the public key token
739         as well.
740
741 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
742
743         * FieldBuilder.cs (GetToken): Use the MetadataToken property.
744
745 2007-11-20  Atsushi Enomoto  <atsushi@ximian.com>
746
747         * GenericTypeParameterBuilder.cs : fixed regression.
748           GenericParameterAttributes also needs some special care.
749
750 2007-11-20  Atsushi Enomoto  <atsushi@ximian.com>
751
752         * MethodBuilder.cs : implemented ContainsGenericParameters().
753         * GenericTypeParameterBuilder.cs : removed most of extra members
754           and added missing members for 2.0 API.
755
756 2007-11-18  Miguel de Icaza  <miguel@novell.com>
757
758         * SignatureHelper.cs: Implement Equals and GetHashCode
759
760 2007-11-17  Miguel de Icaza  <miguel@novell.com>
761
762         * SignatureHelper.cs: Preparational tasks to support the
763         AddArgument overloads that allow the specification of modopts and
764         modreqs. 
765
766         Refactor code, add new parameters. 
767
768         * SignatureHelper.cs (AddArguments): Add new 2.0 API, used by
769         new versions of the DLR.   Currently does not have support for
770         modreq, modopts.   Just a simple wrapper as consumed by the DLR.
771
772 2007-11-16  Atsushi Enomoto  <atsushi@ximian.com>
773
774         * AssemblyBuilder.cs : added missing 2.0 member.
775         * DynamicMethod.cs : removed extra stuff.
776         * DynamicILInfo.cs : no public .ctor().
777         * ILGenerator.cs : fixed 2.0 member signatures.
778
779 2007-11-16  Atsushi Enomoto  <atsushi@ximian.com>
780
781         * EnumBuilder.cs, TypeBuilder.cs : implemented missing 2.0
782           stuff, in harmless manner.
783
784 2007-11-16  Atsushi Enomoto  <atsushi@ximian.com>
785
786         * ConstructorBuilder.cs : added CallingConvention.
787
788 2007-11-16  Atsushi Enomoto  <atsushi@ximian.com>
789
790         * SignatureHelper.cs : Module can be null, and for non-
791           ModuleBuilder argument, throw ArgumentException.
792           Added missing 2.0 stuff.
793
794 2007-11-08  Rodrigo Kumpera <rkumpera@novell.com>
795
796         * TypeBuilder.cs: Workaround for #82625 not needed anymore.
797         GetFields() returns the created type fields.
798
799 2007-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
800
801         * ILGenerator.cs: Added missing null checks. Removed extra tabs.
802
803 2007-09-23  Gert Driesen  <drieseng@users.sourceforge.net>
804
805         * AssemblyBuilder.cs: Added missing paramname to ArgumentExceptions.
806         Use String.Length to check for zero-length string.
807
808 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
809
810         * AssemblyBuilder.cs (GetManifestModule): Return a ModuleBuilder here to
811         match MS.NET.
812
813 2007-09-22  Gert Driesen  <drieseng@users.sourceforge.net>
814
815         * TypeBuilder.cs: Do not include static methods of base class in
816         GetMethod(s). Fixes bug #327482.
817
818 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
819
820         * AssemblyBuilder.cs (DefineVersionInfoResource): Allow the arguments to be
821         null. Fixes #82832.
822
823 2007-09-11  Jb Evain  <jbevain@novell.com>
824
825         * DynamicMethod.cs: store the owner of the DynamicMethod.
826
827 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
828
829         * AssemblyBuilder.cs (DefineUnmanagedResource): Open file read-only. Fixes
830         #72764.
831
832 2007-09-02  Zoltan Varga  <vargaz@gmail.com>
833
834         * TypeBuilder.cs: Add a workaround for #82625 to make nemerle work again.
835
836 2007-08-29  Gert Driesen  <drieseng@users.sourceforge.net>
837
838         * AssemblyBuilder.cs: In DefineIconResource, open icon in read-only
839         mode. Fixes bug #82617.
840
841 2007-08-17  Rolf Bjarne Kvinge  <RKvinge@novell.com>
842
843         * ILGenerator.cs: Change BeginCatchBlock to end the current filter block if called with a null exceptionType. Added ILExceptionBlock.FILTER_START to be able to track if we're in a filter block or not. Renamed PatchLastClauseStart to PatchFilterClause to match better what it does, and make it update the handler's type to FILTER. Fixes #81431.
844
845 2007-08-10  Zoltan Varga  <vargaz@gmail.com>
846
847         * DynamicILInfo.cs: New file.
848
849         * DynamicMethod.cs (GetDynamicILInfo): New 2.0 method.
850
851 2007-07-11  Rodrigo Kumpera <rkumpera@novell.com>
852
853         * TypeBuilder.cs (CreateType): method did not check for enum type with defined methods and fixed compatibility issue in case of calling CreateType again after the first one failed, it now returns null as well.
854
855 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
856
857         * OpCodeType.cs EventToken.cs FieldToken.cs SignatureToken.cs PackingSize.cs
858         StringToken.cs AssemblyBuilderAccess.cs FlowControl.cs MethodToken.cs
859         ParameterToken.cs TypeToken.cs PropertyToken.cs OperandType.cs PEFileKinds.cs
860         StackBehaviour.cs: 2.0 updates.
861         
862 2007-07-07  Gert Driesen  <drieseng@users.sourceforge.net>
863
864         * MethodBuilder.cs: Code formatting. Spaces to tabs.
865         * TypeBuilder.cs: Same.
866
867 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
868
869         * TypeBuilder.cs: Throw InvalidOperationException when attempting to
870         construct non-abstract interface without base type. Modified SetParent
871         to match MS: in 2.0 profile, throw InvalidOperationException when 
872         parent is null and TypeBuilder is non-abstract interface. When
873         parent is null and TypeBuilder is not an interface, then set object
874         as parent. In 1.0 profile, throw ArgumentNullException when parent is
875         null.
876
877 2007-07-06  Gert Driesen  <drieseng@users.sourceforge.net>
878
879         * TypeBuilder.cs: Implemented IsCOMObjectImpl.
880
881 2007-07-04  Atsushi Enomoto  <atsushi@ximian.com>
882
883         * DynamicMethod.cs : 2.0 API fix.
884
885 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
886
887         * DynamicMethod.cs: Applied patch from Robert Jordan (robertj@gmx.net). Add
888         a destructor which frees the runtime data for the method.
889
890 2007-05-21  Gert Driesen  <drieseng@users.sourceforge.net>
891
892         * TypeBuilder.cs: Changed HasElementTypeImpl to return false on 2.0
893         profile when type is not baked.
894
895 2007-05-21  Jb Evain  <jb@nurv.fr>
896
897         * TypeBuilder.cs
898           MethodBuilder.cs:
899                 Tag methods and types as HasSecurity when adding a
900                 SuppressUnmanagedCodeSecurityAttribute on them.
901                 Makes peverify happy.
902
903 2007-05-16  Gert Driesen  <drieseng@users.sourceforge.net>
904
905         * TypeBuilder.cs (GetField): Return MonoField instance if the type is
906         already created. Fixed other part of bug #81368.
907
908 2007-05-16  Zoltan Varga  <vargaz@gmail.com>
909
910         * TypeBuilder.cs (GetFields): Return MonoField objects if the type is already
911         created.
912
913         * FieldBuilder.cs (SetValue): Make this not supported again.
914         
915         * FieldBuilder.cs: Support calling SetValue (). Fixes #81638.
916
917 2007-05-06  Zoltan Varga  <vargaz@gmail.com>
918
919         * TypeBuilder.cs (CreateType): Fix build.
920         
921         * TypeBuilder.cs (.ctor): Convert null parent to typeof (object). Fixes #81530.
922
923         * TypeBuilder.cs (UnderlyingSystemType): Remove commented out code.
924
925 2007-04-15  Alp Toker  <alp@atoker.com>
926
927         * ConstructorBuilder.cs: Make use of
928         ConstructorInfo.TypeConstructorName/ConstructorName.
929
930 2007-04-09  Alp Toker  <alp@atoker.com>
931
932         * ConstructorBuilder.cs: Remove redundant overrides.
933
934 2007-04-03  Marek Safar  <marek.safar@gmail.com>
935
936         * OpCodes.cs: Removed obsolete opcodes.
937
938 2007-04-03  Alp Toker  <alp@atoker.com>
939
940         * GenericTypeParameterBuilder.cs: SetInterfaceConstraints(Type[]) is
941         params.
942         * MethodBuilder.cs: MakeGenericMethod(Type[]) is params.
943
944 2007-03-19  Marek Safar  <marek.safar@gmail.com>
945
946         * MethodBuilder.cs: MethodImplAttribute cannot be destructive and overwrite
947         existing flags.
948
949 2007-03-17  Marek Safar  <marek.safar@gmail.com>
950
951         * MethodBuilder.cs: Implemented conversion of PreserveSigAttribute pseudo
952         attribute.
953
954 2007-03-17  Zoltan Varga  <vargaz@gmail.com>
955
956         * ILGenerator.cs (Emit): Disallow ldtoken on a DynamicMethod as well.
957         
958         * ILGenerator.cs (Emit): Do not allow ldftn on a DynamicMethod to be
959         compatible with MS.NET. Fixes #81157.
960
961 2007-03-13  Miguel de Icaza  <miguel@novell.com>
962
963         * OpCode.cs: Add a couple of operators for jsc.sf.net
964
965 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
966
967         * DynamicMethod.cs: Add a field used by unmanaged code.
968
969 2007-03-06  Rolf Bjarne Kvinge  <RKvinge@novell.com>
970
971         * MonoArrayMethod.cs: Use 'void' as return type in ToString when 
972         the return type is null. Fixes #80435.
973
974 2007-03-06  Gert Driesen  <drieseng@users.sourceforge.net>
975
976         * EnumBuilder.cs: On 2.0 profile, using current EnumBuilder as
977         field type in DefinedLiteral. Fixes bug #81007.
978
979 2007-02-25  Marek Safar  <marek.safar@gmail.com>
980
981         * MethodBuilder.cs: Empty string is not allowed for DllImport name.
982
983 2007-02-13  Marek Safar  <marek.safar@gmail.com>
984
985         * ModuleBuilder.cs: Add GetRegisteredType to expose name_cache for internal
986         usage.
987
988         * TypeBuilder.cs: Optimized generation of unmanaged data helpers.
989         An unmanaged data class helper can be re-used when its size matches to
990         size of requested class.
991
992 2007-01-25  Radek Doulik  <rodo@novell.com>
993
994         * ModuleBuilder.cs: return created type from GetType in case the
995         type builder type was already created. Added test-555.cs as
996         regression test.
997
998 Tue Jan 23 17:45:07 CET 2007 Paolo Molaro <lupus@ximian.com>
999
1000         * ModuleBuilder.cs, AssemblyBuilder.cs: mark the GC-tracked field
1001         with UIntPtr.
1002
1003 2007-01-16  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1004
1005         * EnumBuilder.cs: value__ must have RTSpecialName flag set.
1006         Fixes #80396
1007
1008 Fri Dec 22 19:42:56 CET 2006 Paolo Molaro <lupus@ximian.com>
1009
1010         * ModuleBuilder.cs: associate a resource writer with its
1011         actual resource (bug #80339).
1012
1013 2006-10-06  Miguel de Icaza  <miguel@novell.com>
1014
1015         * AssemblyBuilder.cs: Am doing a try/catch for pulling the LCID
1016         from the AssemblyCulture that is provided, as Microsoft allows
1017         arbitrary locales (even non-existing ones) to be specified.
1018
1019         The .locale information is actually pulled from the AssemblyName,
1020         not from this lcid.  But this LCID is used to encode the
1021         resource.  In my exploration of this, we are setting this field,
1022         even if CSC never sets the field itself (its always zero).
1023
1024         Maybe we should completely remove this.
1025
1026 2006-09-12  Mart Roosma  <roosma@gmail.com>
1027
1028         * DynamicMethod.cs: Allow empty name and null return type. 
1029         Fixes bug #79367.
1030
1031 2006-09-05  Miguel de Icaza  <miguel@novell.com>
1032
1033         * TypeBuilder.cs (SetParent): Null parent is allowed for
1034         interfaces. 
1035
1036 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
1037
1038         * DynamicMethod.cs: Fix a warning.
1039
1040         * TypeBuilder.cs: Allow static methods on interfaces. Fixes #79249.
1041
1042 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
1043
1044         * *.cs: Use String.Empty instead of "" in a lot of places.
1045
1046 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
1047
1048         * ConstructorBuilder.cs (GetILGenerator): Avoid creating a new ILGenerator each time
1049         this is called. Fixes #78859.
1050
1051 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
1052
1053         * MethodBuilder.cs (SetCustomAttribute): Fix handling of SpecialNameAttribute.
1054
1055 2006-07-09  Gert Driesen  <drieseng@users.sourceforge.net>
1056
1057         * DynamicMethod.cs: Fix check for empty method body, avoids SIGSEV.
1058
1059 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
1060
1061         * DynamicMethod.cs: Create all other DynamicMethod's referenced by
1062         this method as well. Check for an empty method body.
1063
1064         * ILGenerator.cs (Emit): Handle DynamicMethod's which might not have a
1065         declaring type.
1066
1067 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
1068
1069         * AssemblyBuilder.cs (MonoResource): Add a 'stream' field.
1070
1071         * ModuleBuilder.cs (DefineManifestResource): Add new net 2.0 method.
1072
1073 2006-04-26  Miguel de Icaza  <miguel@novell.com>
1074
1075         * MethodBuilder.cs: better error messages when we close the
1076         method. 
1077
1078 2006-03-28  Marek Safar  <marek.safar@seznam.cz>
1079
1080         * ILGenerator.cs: Delayed the exception stack creation. It saves ~1.5 MB
1081         for corlib compilation.
1082
1083 2006-03-27  Marek Safar  <marek.safar@seznam.cz>
1084
1085         * ILGenerator.cs: Tune up label defaults, switched to double resizing.
1086
1087 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
1088
1089         * AssemblyBuilder.cs (AddTypeForwarder): New internal method for
1090         adding type forwarders to an assembly.
1091
1092 2006-02-27  Gert Driesen  <drieseng@users.sourceforge.net>
1093
1094         * ConstructorBuilder.cs: In AddDeclarativeSecurity, throw an
1095         ArgumentOutOfRangeException instead of an ArgumentException if action 
1096         is a Request* action. Fixes bug #77640.
1097         * MethodBuilder.cs: Same.
1098         * TypeBuilder.cs: Same.
1099
1100 Mon Feb 27 17:12:40 CET 2006 Paolo Molaro <lupus@ximian.com>
1101
1102         * ModuleBuilder.cs: unlink the file before saving
1103         otherwise we might overwrite a file mmapped by the runtime.
1104
1105 2006-02-17  Zoltan Varga  <vargaz@gmail.com>
1106
1107         * DynamicMethod.cs: Implement DefineParameter ().
1108
1109         * ParameterBuilder.cs: Add support for DynamicMethod parents.
1110
1111 2006-02-15  Martin Baulig  <martin@ximian.com>
1112
1113         * TypeBuilder.cs (TypeBuilder.DefineMethod): Also enable the
1114         2-argument version in the `BOOTSTRAP_NET_2_0' profile.
1115         (TypeBuilder.DefineGenericMethod): Removed.
1116
1117 2006-02-14  Martin Baulig  <martin@ximian.com>
1118
1119         * ConstructorBuilder.cs
1120         (ConstructorBuilder.IsGenericMethod): Override this and return
1121         false; the MS runtime doesn't throw an exception here.
1122         (ConstructorBuilder.IsGenericMethodDefinition): Likewise.
1123
1124         * MethodBuilder.cs
1125         (MethodBuilder.IsGenericMethod): Implement this.
1126         (MethodBuilder.IsGenericMethodDefinition): Likewise.
1127
1128 2006-02-03  Zoltan Varga  <vargaz@gmail.com>
1129
1130         * TypeBuilder.cs (CreateType): Add a check for Sealed parents.
1131
1132 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
1133
1134         * OpCodes.cs: Readonly is a net 2.0 only field.
1135
1136 Tue Jan 31 13:37:02 CET 2006 Paolo Molaro <lupus@ximian.com>
1137
1138         * OpCodes.cs: Added Readonly field.
1139
1140 2006-01-29  Raja R Harinath  <harinath@gmail.com>
1141
1142         * GenericTypeParameterBuilder.cs (DeclaringType): Return the
1143         declaring type of a generic method.
1144
1145 2005-12-15  Raja R Harinath  <rharinath@novell.com>
1146
1147         * TypeBuilder.cs (IsGenericType): Implement override.
1148
1149 2005-12-07  Martin Baulig  <martin@ximian.com>
1150
1151         * GenericTypeParameterBuilder.cs: Add support for custom attributes.
1152         (GenericTypeParameterBuilder.cattrs): New field.
1153         (GenericTypeParameterBuilder.SetCustomAttribute): Implement this.
1154
1155 Mon Dec 5 15:13:26 CET 2005 Paolo Molaro <lupus@ximian.com>
1156
1157         * ILGenerator.cs: fixed emitting doubles on ARM.
1158
1159 2005-12-02  Alp Toker  <alp@atoker.com>
1160
1161         * GenericTypeParameterBuilder.cs:
1162         * TypeBuilder.cs: DeclaringMethod should return MethodBase, not MethodInfo
1163
1164 2005-11-19  Zoltan Varga  <vargaz@gmail.com>
1165
1166         * AssemblyBuilder.cs: Add support for setting FileVersion unmanaged 
1167         resource. Fixes #64427.
1168
1169 2005-11-18  Zoltan Varga  <vargaz@gmail.com>
1170
1171         * ParameterBuilder.cs (SetCustomAttribute): Handle DefaultParameterValueAttribute as well.
1172
1173         * CustomAttributeBuilder.cs: Add support for decoding more types of
1174         constructor parameters.
1175
1176 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
1177
1178         * TypeBuilder.cs (SetCustomAttribute): Handle ComImportAttribute as well.
1179
1180 2005-11-11  Marek Safar  <marek.safar@seznam.cz>
1181
1182         * EnumBuilder.cs, GenericTypeParameterBuilder.cs: Reflect Type changes.
1183
1184 2005-11-06  Zoltan Varga  <vargaz@freemail.hu>
1185
1186         * Label.cs: Add == and != operators.
1187
1188 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
1189
1190         * FieldBuilder.cs: Add implementation of new UMarshal property.
1191
1192 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
1193
1194         * FieldBuilder.cs MethodBuilder.cs ConstructorBuilder.cs: Add support for
1195         returing custom attributes in created types. MS.NET supports this by
1196         returning non-builder objects from GetMethod/GetField etc., but we return
1197         builder objects in this case. Fixes #76521.
1198
1199 2005-10-24  Martin Baulig  <martin@ximian.com>
1200
1201         * TypeBuilder.cs (TypeBuilder.IsGenericTypeDefinition): Override this.
1202
1203 2005-10-03  Atsushi Enomoto  <atsushi@ximian.com>
1204
1205         * CustomAttributeBuilder.cs : internal attributes should be allowed.
1206           Fixed bug #75723.
1207
1208 2005-09-26  Marek Safar  <marek.safar@seznam.cz>
1209
1210         * PropertyBuilder.cs: Throw NotSupportedException for unsupported
1211         methods.
1212
1213 2005-09-14  Martin Baulig  <martin@ximian.com>
1214
1215         * LocalBuilder.cs
1216         (LocalBuilder.Mono_GetLocalIndex): New static internal method;
1217         same as the .NET 2.0 property `LocalIndex'.
1218
1219 Mon Sep 5 18:08:09 CEST 2005 Paolo Molaro <lupus@ximian.com>
1220
1221         * EventBuilder.cs, FieldBuilder.cs, MethodBuilder.cs, TypeBuilder.cs,
1222         PropertyBuilder.cs: take care of the SpecialName attribute (bug #75768).
1223
1224 2005-09-01  Raja R Harinath  <rharinath@novell.com>
1225
1226         * CustomAttributeBuilder.cs (get_umarshal): Don't cause a nullref
1227         exception when passed a custom marshaller type that belongs to the
1228         assembly being built.  When user specifies MarshalType rather than
1229         MarshalTypeRef, don't attempt to resolve the type.
1230
1231 2005-08-31  Raja R Harinath  <rharinath@novell.com>
1232
1233         * CustomAttributeBuilder.cs (get_umarshal): Fix typo.  The name of
1234         the field is "SizeParamIndex", not "SizeSizeParamIndex".
1235
1236         * ParameterBuilder.cs (SetCustomAttribute) [MarshalAsAttribute]:
1237         Set ParameterAttributes.HasFieldMarshal flag.
1238
1239 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
1240
1241         * DynamicMethod.cs (CreateDelegate): Don't cache the delegate since it
1242         needs to be different for each target.
1243         
1244         * DynamicMethod.cs (CreateDynMethod): Call ilgen.label_fixup ().
1245
1246         * DynamicMethod.cs (AddRef): Reserve every second ref slot for use by the
1247         runtime.
1248
1249 2005-08-05  Gert Driesen  <drieseng@users.sourceforge.net>
1250
1251         * AssemblyBuilder.cs: Implement _AssemblyBuilder, CA fixes to 
1252         correspond with MS.NET
1253         * ConstructorBuilder.cs: Implement _ConstructorBuilder, CA fixes to 
1254         correspond with MS.NET
1255         * CustomAttributeBuilder.cs: Implement _CustomAttributeBuilder, CA 
1256         fixes to correspond with MS.NET
1257         * EnumBuilder.cs: Implement _EnumBuilder, CA fixes to correspond with 
1258         MS.NET
1259         * EventBuilder.cs: Implement _EventBuilder, CA fixes to correspond 
1260         with MS.NET
1261         * FieldBuilder.cs: Implement _FieldBuilder, CA fixes to correspond 
1262         with MS.NET
1263         * LocalBuilder.cs: Implement _LocalBuilder, CA fixes to correspond 
1264         with MS.NET
1265         * MethodBuilder.cs: Implement _MethodBuilder, CA fixes to correspond 
1266         with MS.NET
1267         * MethodRental.cs: CA fixes to correspond with MS.NET, implemented
1268         _MethodRental.
1269         * ModuleBuilder.cs: Implement _ModuleBuilder, CA fixes to correspond 
1270         with MS.NET
1271         * ILGenerator.cs: Implement _ILGenerator, CA fixes to correspond 
1272         with MS.NET
1273         * ParameterBuilder.cs Implement _ParameterBuilder, CA fixes to 
1274         correspond with MS.NET
1275         * PropertyBuilder.cs: Implement _PropertyBuilder, CA fixes to 
1276         correspond with MS.NET
1277         * SignatureHelper.cs: Implement _SignatureHelper, CA fixes to 
1278         correspond with MS.NET
1279         * TypeBuilder.cs: Implement _TypeBuilder, CA fixes to correspond 
1280         with MS.NET
1281
1282 2005-07-21  Jb Evain  <jbevain@gmail.com>
1283
1284         * ILGenerator.cs: Implement filter blocks support.
1285         Fixes bug #75010.
1286
1287 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
1288
1289         * ILGenerator.cs (BeginFaultBlock): Call InternalEndClause () here
1290         too. Reported by Jeroen Frijters.
1291
1292 2005-07-11  Martin Baulig  <martin@ximian.com>
1293
1294         * TypeBuilder.cs (TypeBuilder.CreateType): Call
1295         create_generic_class() here as well; fixes #75454.
1296
1297 2005-06-27  Marek Safar  <marek.safar@seznam.cz>
1298
1299         * TypeBuilder.cs (check_name): Wrong exception argument order.
1300
1301 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
1302
1303         * AssemblyBuilder.cs: Override UnprotectedGetName to set the public 
1304         key (if available).
1305
1306 2005-06-12  Gert Driesen <drieseng@users.sourceforge.net>
1307
1308         * MethodBuilder.cs: In CreateMethodBody, throw 
1309         ArgumentOutOfRangeException instead of ArgumentException when count 
1310         is not within range of array. Do not allow zero length method body 
1311         to be emitted when using 2.0 profile. Fixes bug #75236.
1312
1313 2005-06-12  Gert Driesen <drieseng@users.sourceforge.net>
1314
1315         * FieldBuilder.cs: FieldBuilder.FieldHandle should throw
1316         NotSupportedException to match MS.NET (both 1.x and 2.x). 
1317         Fixes regression introduced in r45750.
1318         * MethodBuilder.cs: MethodBuilder.MethodHandle should throw
1319         NotSupportedException to match MS.NET (both 1.x and 2.x).
1320         Fixes regression introduced in r45750.
1321
1322 2005-06-09  Kamil Skalski <nazgul@nemerle.org>
1323         * ConstructorBuilder.cs FieldBuilders.cs MethodBuilder.cs: Return
1324         RuntimeHandles when requested
1325         
1326         * TypeBuilder.cs: Add static Get{Method,Constructor,Field} methods
1327         from .NET 2.0 beta 2 API for obtaining instanciated *Info objects
1328         from non-instanciated counterparts 
1329
1330 2005-06-08  Zoltan Varga  <vargaz@freemail.hu>
1331
1332         * ConstructorBuilder.cs FieldBuilder.cs MethodBuilder.cs PropertyBuilder.cs:
1333         Add 2.0 Module property.
1334
1335         * *.cs: Updates for net 2.0 beta 2.
1336
1337 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
1338
1339         * *Token.cs: Add net 2.0 Equals methods.
1340
1341         * *.cs: Updates for net 2.0 beta 2.
1342
1343         * *.cs: Updates for net 2.0 beta 2.
1344
1345 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
1346
1347         * AssemblyBuilder.cs: Update after PortableExecutableKinds name change.
1348
1349 2005-06-03  Zoltan Varga  <vargaz@freemail.hu>
1350
1351         * MethodBuilder.cs CustomAttributeBuilder.cs: Rework DllImportAttribute
1352         decoding to improve compatibility with MS.NET.
1353         
1354         * MethodBuilder.cs (SetCustomAttribute): Set PinvokeImpl attribute if
1355         a DllImportAttribute is present.
1356
1357 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
1358
1359         * MethodBuilder.cs (SetCustomAttribute): Handle the case when the
1360         calling convention inside the DllImportAttribute is empty.
1361
1362 2005-06-01  Zoltan Varga  <vargaz@freemail.hu>
1363
1364         * MethodBuilder.cs (SetCustomAttribute): Handle DllImportAttribute
1365         as well.
1366
1367         * CustomAttributeBuilder.cs: Add a decode_cattr helper method.
1368
1369 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
1370
1371         * MethodBuilder.cs: Add extra_flags field to encode P/Invoke
1372         bits that can't be specified via MethodBuilder directly; fixes
1373         #75060.
1374
1375 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
1376
1377         * GenericTypeParameterBuilder.cs: Return this in UnderlyingSystemType.
1378
1379 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
1380
1381         * ModuleBuilder.cs: Implemented DefineDocument(). Generate debug
1382         info when saving the module.
1383         * ILGenerator.cs: Keep marked sequence points in a list.
1384         Added a GenerateDebugInfo method, which dumps the info collected
1385         during code generation.
1386         * TypeBuilder.cs:
1387         * ConstructorBuilder.cs:
1388         * MethodBuilder.cs: Added method for generating debug info.
1389         * LocalBuilder.cs: Added StartOffset and EndOffset properties.
1390         * CustomAttributeBuilder.cs: Use IsInstanceOfType instead of
1391         IsAssignableFrom when possible.
1392
1393 2005-05-20  Miguel de Icaza  <miguel@novell.com>
1394
1395         * TypeBuilder.cs (UnderlyingSystemType): should always return this
1396         according to Zoltan.  Old code left there, but should probably be removed.
1397
1398 2005-05-13  Zoltan Varga  <vargaz@freemail.hu>
1399
1400         * MethodBuilder.cs (fixup): Take into account CreateMethodBody as
1401         well.
1402
1403         * ConstructorBuilder.cs MethodBuilder.cs: Check that elements of
1404         parameterTypes are not null. Fixes #74928.
1405
1406 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
1407
1408         * ConstructorBuilder.cs MethodBuilder.cs (fixup): Fix this.
1409         
1410         * ConstructorBuilder.cs MethodBuilder.cs (fixup): Throw an exception if a
1411         method body is empty. Fixes #74906.
1412
1413 2005-04-13  Marek Safar  <marek.safar@seznam.cz>
1414
1415         * TypeBuilder.cs (SetCustomAttribute): StructLayoutAttribute.CharSet
1416         has to overwrite current settings.
1417
1418 2005-04-05  Sebastien Pouliot  <sebastien@ximian.com>
1419
1420         * AssemblyBuilder.cs: Don't call GetCurrentDirectory if building an 
1421         assembly that will never be serialized to disk (because CAS may not
1422         allow disk access but still allow generating a in-memory assembly).
1423
1424 2005-03-24  Miguel de Icaza  <miguel@novell.com>
1425
1426         * DynamicMethod.cs (CreateDelegate): Add second overload based on
1427         the first one that allows for a `target' argument.
1428
1429 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
1430
1431         * MethodRental.cs: Added Demand for UnmanagedCode on SwapMethodBody 
1432         method.
1433
1434 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
1435
1436         * MethodBuilder.cs: Add internal BestFitMapping and 
1437         ThrowOnUnmappableChar properties used by mcs.
1438
1439 2005-03-09  Marek Safar  <marek.safar@seznam.cz>
1440
1441         * ILGenerator.cs (DeclareLocal): Throw an exception for null argument.
1442
1443 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
1444
1445         * CustomAttributeBuilder.cs UnmanagedMarshal.cs: Allow sizeConst and
1446         sizeParamIndex to be -1, which means they are not given.
1447         
1448         * CustomAttributeBuilder.cs (get_umarshal): Only call the internal
1449         LPArray creation method if sizeConst of sizeParamIndex is given.
1450
1451         * UnmanagedMarshal.cs: Add has_size field.
1452
1453 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
1454
1455         * CustomAttributeBuilder.cs (get_umarshal): Marshal sizeConst and
1456         sizeParamIndex fields as well.
1457
1458         * UnmanagedMarshal.cs: Add param_num field and a new internal creation
1459         method which sets it.
1460
1461 2005-02-11  Zoltan Varga  <vargaz@freemail.hu>
1462
1463         * TypeBuilder.cs (IsAssignableTo): New helper method. Fixes #70838.
1464         
1465         * TypeBuilder.cs: Fix warning.
1466
1467 2005-01-21 Rafael Teixeira <rafaelteixeirabr@hotmail.com>
1468         
1469         * MethodBuilder.cs, TypeBuilder: missing 'params' in some method signature
1470         patch by Kamil Skalski <nazgul@nemerle.org>
1471
1472 2005-01-18  Geoff Norton  <gnorton@customerdna.com>
1473
1474         * ModuleBuilder.cs: Interfaces should have null BaseType.
1475         Fixes #71301.
1476
1477 2005-01-18  Miguel de Icaza  <miguel@ximian.com>
1478
1479         * TypeBuilder.cs: Add check for creation.  Fix from Geoff.
1480
1481 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
1482
1483         * CustomAttributeBuilder.cs: Fix a warning.
1484
1485 Wed Dec 15 11:34:13 CET 2004 Paolo Molaro <lupus@ximian.com>
1486
1487         * ModuleBuilder.cs, EnumBuilder.cs: actually add the enumbuilder
1488         to the type list of the module (bug#70488).
1489
1490 2004-12-09  Martin Baulig  <martin@ximian.com>
1491
1492         * GenericTypeParameterBuilder.cs
1493         (GenericTypeParameterBuilder.IsValueType): Fixed the FIXME.
1494
1495 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
1496
1497         * AssemblyBuilder.cs: Move corlib_internal field here from Assembly.
1498         
1499         * AssemblyBuilder.cs: Add corlib_internal to the ctor parameters.
1500
1501 2004-12-06  Ben Maurer  <bmaurer@ximian.com>
1502
1503         * TypeBuilder.cs (CreateType): Creating a type twice does not
1504         throw in msft.
1505
1506 2004-11-22  Zoltan Varga  <vargaz@freemail.hu>
1507
1508         * ModuleBuilder.cs: Check that all types inside the module are created.
1509         Fixes #69780.
1510
1511 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
1512
1513         * ModuleBuilder.cs (Save): Use new WriteToFile icall.
1514
1515 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
1516
1517         * TypeBuilder.cs: Make some members work if the type is created since
1518         MS does this.
1519
1520 2004-10-30  Zoltan Varga  <vargaz@freemail.hu>
1521
1522         * CustomAttributeBuilder.cs: Check that arguments are not 
1523         multi-dimensional arrays.
1524
1525 2004-10-12  Martin Baulig  <martin@ximian.com>
1526
1527         * TypeBuilder.cs (TypeBuilder.setup_generic_class): Renamed to
1528         create_generic_class() and added a new setup_generic_class().
1529         (TypeBuilder.DefineGenericParameters): Call setup_generic_class()
1530         before creating the type parameters.
1531
1532 2004-10-11  Martin Baulig  <martin@ximian.com>
1533
1534         * TypeBuilder.cs (TypeBuilder.generic_container): New private field.
1535
1536         * MethodBuilder.cs (MethodBuilder.generic_container): New private field.
1537
1538         * GenericTypeParameterBuilder.cs
1539         (GenericTypeParameterBuilder.GetGenericTypeParameterConstraints):
1540         Return `Type.EmptyTypes' instead of an array of `typeof (object)'.      
1541
1542 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
1543
1544         * ModuleBuilder.cs: Create global type after creation.
1545
1546 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
1547
1548         * ModuleBuilder.cs (GetTypes): Fix length of returned array. Fixes
1549         #65931.
1550
1551 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
1552
1553         * ModuleBuilder.cs (DefineType): Check for duplicate type names. Fixes
1554         #65988.
1555
1556 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
1557
1558         * AssemblyBuilderAccess.cs: Remove [Flags].
1559
1560         * PackingSize.cs: Add new 2.0 members. Remove [Flags].
1561
1562         * AssemblyBuilder.cs: Add net 2.0 Save method.
1563
1564         * LocalBuilder.cs: Make this inherit from LocalVariableInfo under
1565         net 2.0. Reorganize fields so the layout visible to the runtime is the
1566         same under 1.0 and 2.0. Add 2.0 properties.
1567
1568 2004-10-02  Gert Driesen  <drieseng@users.sourceforge.net>
1569
1570         * TypeBuilder.cs: throw NotSupportedException when defining default
1571         ctor if parent type does not have default ctor
1572
1573 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1574
1575         * TypeBuilder.cs: Make 'created' field visible to the runtime.
1576
1577 2004-09-28  Martin Baulig  <martin@ximian.com>
1578
1579         * GenericTypeParameterBuilder.cs
1580         (GenericTypeParameterBuilder.ContainsGenericParameters): Return
1581         true here; System.Type.ContainsGenericParameters returns true when
1582         called on a type parameter, so let's do the same here.
1583
1584 2004-09-27  Zoltan Varga  <vargaz@freemail.hu>
1585
1586         * ConstructorBuilder.cs: Add 2.0 GetILGenerator(size) method.
1587
1588 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
1589
1590         * UnmanagedMarshal.cs: Add ToMarshalAsAttribute method.
1591
1592 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
1593
1594         * TypeBuilder.cs: Add IsCreated method.
1595
1596 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
1597
1598         * FieldBuilder.cs: Add dummy GetFieldOffset method.
1599
1600 2004-09-24  Martin Baulig  <martin@ximian.com>
1601
1602         * GenericTypeParameterBuilder.cs
1603         (GenericTypeParameterBuilder.GetGenericParameterConstraints): Override.
1604
1605 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
1606
1607         * DynamicMethod.cs: Add MetadataToken property and tweak Module property.
1608
1609 2004-09-23  Martin Baulig  <martin@ximian.com>
1610
1611         * GenericTypeParameterBuilder.cs
1612         (GenericTypeParameterBuilder.SetGenericParameterAttributes): New
1613         public method, replaces the old Mono_* hacks.
1614
1615 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
1616
1617         * AssemblyBuilder.cs: Fixed assembly-level permissions. I don't know 
1618         why I splitted them all into individual entries when only a single set
1619         is accepted for each security action :(.
1620
1621 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
1622
1623         * CustomAttributeBuilder.cs: Applied patch from Marcus Urban
1624         (mathpup@mylinuxisp.com). Add support for defining custom
1625         marshallers by calling SetCustomAttribute.      
1626
1627 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
1628
1629         * AssemblyBuilder.cs: Keep a copy of the 3 permission set as an array
1630         of RefEmitPermissionSet. This will allow to reuse existing 
1631         functionalities already present in the runtime.
1632
1633 2004-09-12  Marek Safar  <marek.safar@seznam.cz>
1634
1635         * TypeBuilder.cs: Do not create default constructor for
1636         static classes.
1637
1638 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
1639
1640         * TypeBuilder.cs: Set the table_idx of the global type to 1.
1641
1642         * ModuleBuilder.cs: Save the main module of the assembly even if it is 
1643         transient.
1644
1645 2004-09-02 Ben Maurer  <bmaurer@users.sourceforge.net>
1646
1647         * LocalBuilder.cs: another s.ioe
1648
1649 2004-09-02 Ben Maurer  <bmaurer@users.sourceforge.net>
1650
1651         * ModuleBuilder.cs: dont throw an S.IOE for debugging stuff.
1652         makes sre apps work
1653
1654 2004-09-02  Martin Baulig  <martin@ximian.com>
1655
1656         * MethodBuilder.cs (MethodBuilder.GetParameters): Throw a
1657         NotSupportedException() until the type has been fully created.
1658
1659 2004-09-01  Martin Baulig  <martin@ximian.com>
1660
1661         * IMonoSymbolWriter.cs: Removed.
1662
1663         * ModuleBuilder.cs, LocalBuilder.cs, ILGenerator.cs: Removed the
1664         old debugging code.
1665
1666 2004-08-13  Sebastien Pouliot  <sebastien@ximian.com>
1667
1668         * AssemblyBuilder.cs: (Partly) Fix delay-signing issue (#56621) when 
1669         MCS is used on the MS runtime (other part of the fix is for MCS).
1670
1671 2004-08-11  Marek Safar  <marek.safar@seznam.cz>
1672
1673         * AssemblyBuilder.cs: Added AddPermissionRequests method
1674         used be mcs for SecurityPermissionAttribute handling.
1675
1676 2004-08-08  Zoltan Varga  <vargaz@freemail.hu>
1677
1678         * EnumBuilder.cs: Call setup_enum_type () in the constructor. Fixes
1679         #62237.
1680
1681 2004-08-07  Jackson Harper  <jackson@ximian.com>
1682
1683         * AssemblyBuilder.cs: "neutral" culture is invariant culture
1684         (String.Empty).
1685
1686 2004-08-07  Atsushi Enomoto  <atsushi@ximian.com>
1687
1688         * OpCodes.cs : csc complains CS1034 Line cannot exceed 2046 characters.
1689
1690 2004-08-05  Duncan Mak  <duncan@ximian.com>
1691
1692         * OpCodes.cs (TakesSingleByteArgument): Add this back.
1693
1694 2004-08-05  Duncan Mak  <duncan@ximian.com>     
1695
1696         This patch is based on an idea of Ben's to reduce the code size
1697         in MCS. 
1698
1699         * OpCodes.cs: Instead pushing the data onto the stack when each
1700         OpCode is initialized, pack the data into 2 ints and store only
1701         that.  Furthermore, the names of each OpCode are stored in a
1702         separate string array in the new OpCodeNames class.
1703
1704         * OpCodeNames.cs: The names of each OpCode are moved here to delay
1705         the initialization of the strings, as they are not used frequently.
1706
1707         * OpCode.cs: Rewrote this to take in everything as 2 ints.
1708
1709 2004-07-29  Martin Baulig  <martin@ximian.com>
1710
1711         * ILGenerator.cs (ILGenerator.Mono_GetCurrentOffset): New static
1712         internal method.
1713
1714         * ModuleBuilder.cs (ModuleBuilder.Mono_GetGuid): New static
1715         internal method.
1716
1717 2004-07-24  Martin Baulig  <martin@ximian.com>
1718
1719         * TypeBuilder.cs (TypeBuilder.UnspecifiedTypeSize): Set this to 0
1720         and initialize it to 0 everywhere.
1721
1722 2004-07-22  Martin Baulig  <martin@ximian.com>
1723
1724         * ILGenerator.cs (ILGenerator.BeginFaultBlock): Implemented.
1725
1726 2004-07-07  Miguel de Icaza  <miguel@ximian.com>
1727
1728         * LocalBuilder.cs: Remove MakePinned, we are now going to use
1729         ILGenerator.DeclaraLocal that takes the `bool pinned' argument. 
1730
1731         * ILGenerator.cs (DeclareLocal): Add `pinned' version of the
1732         method on the 2.0 profile.
1733
1734 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
1735
1736         * EnumBuilder.cs (CreateType): Call a new icall to set the internal
1737         type field. Fixes #59833.
1738
1739 Thu Jun 24 15:33:04 CEST 2004 Paolo Molaro <lupus@ximian.com>
1740
1741         * ParameterBuilder.cs: implement SetConstant ().
1742
1743 Wed Jun 23 15:40:48 CEST 2004 Paolo Molaro <lupus@ximian.com>
1744
1745         * TypeBuilder.cs: handle properly the case when SetParent() 
1746         is called (requires an updated runtime, too bug#60474).
1747
1748 Wed Jun 23 14:20:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
1749
1750         * EnumBuilder.cs, TypeBuilder.cs: patch from Gert Driesen
1751         to implement EnumBuilder (slightly tweaked).
1752
1753 2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
1754
1755         * MethodRental.cs: fixed value of JitOnDemand
1756
1757 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
1758
1759         * FieldBuilder.cs: fixed implementation to match MS.NET,
1760         meaning throw InvalidOperationException for methods that
1761         should not be allowed to execute when type has been
1762         created, and throw NotSupportedException for methods and
1763         properties that should not be called on FieldBuilder
1764
1765 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
1766
1767         * MethodBuilder.cs: move check to see if type has already 
1768         been created up, to match MS.NET behaviour. Fix GetHashCode 
1769         (removed TODO)
1770
1771 2004-06-09  Gert Driesen <drieseng@users.sourceforge.net>
1772
1773         * MethodRental.cs: Added check for method size
1774
1775 2004-06-08  Martin Baulig  <martin@ximian.com>
1776
1777         * ILGenerator.cs (TokenGenerator.GetToken): Added overloaded
1778         version which takes a MethodInfo and a Type[].
1779         (IlGenerator.EmitCall): When emitting a call to a varargs method,
1780         use the new GetToken() to pass the optional argument types to the
1781         runtime.
1782
1783         * ModuleBuilder.cs (ModuleBuilder.getMethodToken): New interncall.
1784
1785 2004-05-29  Gert Driesen (drieseng@users.sourceforge.net)
1786
1787         * AssemblyBuilder.cs: removed extra method, fixes public API
1788         compatibility with MS.NET
1789         * TypeBuilder.cs: removed extra method, fixes public API
1790         compatibility with MS.NET
1791
1792 2004-05-28  Jackson Harper  <jackson@ximian.com>
1793
1794         * CustomAttributeBuilder.cs: GetBlob now takes a ref to the
1795         assembly so it can encode type names properly.
1796         
1797 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
1798
1799         * MethodBuilder.cs: Now use FastNewGuidArray to create new random 
1800         Guids without using CryptoConfig. Speed up for MCS.
1801
1802 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
1803
1804         * MethodBuilder.cs: Add Equals and GetHashCode.
1805
1806         * TypeBuilder.cs: Add IsSubclassOf.
1807
1808 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
1809
1810         * AssemblyBuilder.cs: Make extra methods internal. mcs was changed
1811         to handle this a long time ago.
1812
1813         * TypeBuilder.cs: Add IsAssignableFrom and IsInstanceOfType.
1814         
1815         * TypeBuilder.cs MethodBuilder.cs ConstructorBuilder.cs: Implement
1816         ToString ().
1817
1818         * TypeBuilder.cs (ToString): Make this consistent with MS.NET.
1819
1820 2004-05-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
1821
1822         * OpCodes.cs: Refactored to avoid the static constructor
1823
1824 2004-05-10  Gert Driesen (drieseng@users.sourceforge.net)
1825         * AssemblyBuilder.cs: fixed warning
1826         * MethodRental.cs: added private default ctror to match MS.NET
1827
1828 2004-05-03 Lluis Sanches Gual  <lluis@ximian.com>
1829
1830         * ModuleBuilder.cs: Use name const to load the debugger assembly.
1831
1832 2004-05-01  Todd Berman  <tberman@sevenl.net>
1833
1834         * ModuleBuilder.cs: Load the proper assembly for a gac-only install.
1835
1836 2004-04-29 Ben Maurer  <bmaurer@users.sourceforge.net>
1837
1838         * ILGenerator.cs, ModuleBuilder.cs: readonlyificate.
1839
1840 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
1841
1842         * MethodRental.cs: New file.
1843
1844 2004-04-28  Raja R Harinath  <rharinath@novell.com>
1845
1846         * TypeBuilder.cs (SetCustomAttribute): Handle the presence of the
1847         full type name in the data stream.  This is emitted for value
1848         types by the Mono runtime.
1849
1850 2004-04-23  Atsushi Enomoto  <atsushi@ximian.com>
1851
1852         * ConstructorBuilder.cs, DynamicMethod.cs, EnumBuilder.cs,
1853           GenericTypeParameterBuilder.cs, MethodBuilder.cs, ModuleBuilder.cs,
1854           OpCodes.cs, TypeBuilder.cs :
1855           The fix should be easier ;)
1856
1857 2004-04-23  Atsushi Enomoto  <atsushi@ximian.com>
1858
1859         * ConstructorBuilder.cs, DynamicMethod.cs, EnumBuilder.cs,
1860           GenericTypeParameterBuilder.cs, MethodBuilder.cs, ModuleBuilder.cs,
1861           OpCodes.cs, TypeBuilder.cs :
1862           NET_2_0 related build fix.
1863
1864 2004-04-07  Martin Baulig  <martin@ximian.com>
1865
1866         * GenericTypeParameterBuilder.cs
1867         (Mono_SetReferenceTypeConstraint): New public method.
1868         (Mono_SetValueTypeConstraint): New public method.
1869
1870 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
1871
1872         * MethodBuilder.cs, TypeBuilder.cs: always have 
1873         slot for generic_params for consistent offsets.
1874
1875 2004-04-07  Martin Baulig  <martin@ximian.com>
1876
1877         * GenericTypeParameterBuilder.cs
1878         (Mono_SetConstructorConstraint): New public method.     
1879
1880 2004-04-07  Martin Baulig  <martin@ximian.com>
1881
1882         * GenericTypeParameterBuilder.cs: New file.
1883
1884         * TypeBuilder.cs (TypeBuilder.DefineGenericParameters): New public
1885         method.  This is the new public API.
1886         (TypeBuilder.DefineGenericParameter): Removed.
1887         (TypeBuilder.SetGenericParameterConstraints): Removed.
1888
1889         * MethodBuilder.cs (MethodBuilder.DefineGenericParameters): New public
1890         method.  This is the new public API.
1891         (MethodBuilder.DefineGenericParameter): Removed.
1892         (MethodBuilder.SetGenericParameterConstraints): Removed.
1893
1894 2004-04-01  Martin Baulig  <martin@ximian.com>
1895
1896         * OpCodes.cs (OpCodes.Constrained): New opcode.
1897
1898 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
1899
1900         * LocalBuilder.cs: Fix pinned support.
1901
1902 2004-03-30  Martin Baulig  <martin@ximian.com>
1903
1904         * TypeBuilder.cs (TypeBuilder.SetGenericParameterConstraints):
1905         Added `bool has_ctor_constraint' argument.
1906
1907         * MethodBuilder.cs (MethodBuilder.SetGenericParameterConstraints):
1908         Added `bool has_ctor_constraint' argument.
1909
1910 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
1911
1912         * LocalBuilder.cs: pinned support.
1913
1914 2004-03-29  Martin Baulig  <martin@ximian.com>
1915
1916         * TypeBuilder.cs (TypeBuilder.ContainsGenericParameters): Implemented.
1917
1918 2004-03-25  Sebastien Pouliot  <sebastien@ximian.com>
1919
1920         * AssemblyBuilder.cs: Changed strongname support to match MS 
1921         implementation (i.e. attributes are used by the compiler - not by
1922         AssemblyBuilder).
1923
1924 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
1925
1926         * TypeBuilder.cs (GetMethod): Implement.
1927
1928         * CustomAttributeBuilder.cs: Reenable argument checking with MS.NET
1929         compatibility tweaks.
1930
1931 2004-03-23  Martin Baulig  <martin@ximian.com>
1932
1933         * TypeBuilder.cs (TypeBuilder.GetEvents_internal): New internal
1934         method; this is basically GetEvents(), but see the FIXME in that method.
1935
1936 2004-03-23  Zoltan Varga  <vargaz@freemail.hu>
1937
1938         * CustomAttributeBuilder.cs: Disable argument checking since it causes
1939         regressions.
1940
1941 2004-03-22  Zoltan Varga  <vargaz@freemail.hu>
1942
1943         * CustomAttributeBuilder.cs (Initialize): Add more argument checking. 
1944         Fixes #55793.
1945
1946 2004-03-09  Jackson Harper  <jackson@ximian.com>
1947
1948         * CustomAttributeBuilder.cs: Add some argument checking. Handle
1949         default arguments properly.
1950
1951 2004-03-09  Sebastien Pouliot  <spouliot@videotron.ca>
1952
1953         * AssemblyBuilder.cs: The strong name key file existance will now be
1954         checked in the current compilation directory AND in the assembly
1955         output directory. Fix bugzilla entry #55320.
1956
1957 2004-02-23  Martin Baulig  <martin@ximian.com>
1958
1959         * MethodBuilder.cs (MethodBuilder.SetGenericMethodSignature):
1960         Added MethodAttributes and CallingConventions arguments.
1961
1962 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
1963
1964         * TypeBuilder.cs: Implement DefineUninitializedData and 
1965         AddDeclarativeSecurity.
1966
1967 2004-01-27  Zoltan Varga  <vargaz@freemail.hu>
1968
1969         * AssemblyBuilder.cs (SetCustomAttribute): Move the reading of the
1970         keyfile to the Save () method.
1971
1972 2004-01-26  Sebastien Pouliot  <spouliot@videotron.ca>
1973
1974         * AssemblyBuilder.cs: Save will now strongname the assembly is (a) a
1975         StrongName is present and (b) the signature isn't delayed.
1976
1977 2004-01-24 David Sheldon <dave-mono@earth.li>
1978
1979         * AssemblyBuilder.cs: Added override for GetFiles() that throws
1980           NotSupportedException. 
1981
1982 2004-01-15  Zoltan Varga  <vargaz@freemail.hu>
1983
1984         * AssemblyBuilder.cs (Save): Handle entry points with an int return
1985         type as well.
1986         
1987         * AssemblyBuilder.cs (Save): If the entry point is in a module, create
1988         a new entry point which calls the real one, since the entry point must
1989         be in the module which contains the manifest.
1990
1991         * ModuleBuilder.cs (Save): Create the global type automatically if not
1992         already done.
1993
1994 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
1995
1996         * AssemblyBuilder.cs (DefineVersionInfoResource): Set more 
1997         version info properties.
1998
1999 2004-01-08  Zoltan Varga  <vargaz@freemail.hu>
2000
2001         * CustomAttributeBuilder.cs (string_arg): New helper method.
2002
2003         * AssemblyBuilder.cs (DefineVersionInfoResource): Implement.
2004
2005         * AssemblyBuilder.cs (SetCustomAttribute): Use the new helper method.
2006
2007         * AssemblyBuilder.cs (DefineUnmanagedResource): Implement.
2008
2009         * AssemblyBuilder.cs (DefineIconResource): New internal method to
2010         support mcs.
2011
2012         * TypeBuilder.cs (IsDefined): Implement this, since some corlib classes
2013         make calls to IsDefined.
2014
2015 2004-01-06  Zoltan Varga  <vargaz@freemail.hu>
2016
2017         * AssemblyBuilder.cs: Fix warning.
2018
2019 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
2020
2021         * AssemblyBuilder.cs (DefineVersionInfoResource): Implement.
2022
2023 2003-12-29 Ben Maurer  <bmaurer@users.sourceforge.net>
2024
2025         * MethodBuilder.cs, ConstructorBuilder.cs: Override GetParameterCount.
2026         * ILGenerator.cs: Use GetParameterCount.
2027
2028 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
2029
2030         * AssemblyBuilder.cs (AddModule): New internal method to support 
2031         /addmodule in mcs.
2032
2033 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
2034
2035         * AssemblyBuilder.cs: New internal property to support /target:module in
2036         mcs.
2037
2038 2003-12-18  Zoltan Varga  <vargaz@freemail.hu>
2039
2040         * ILGenerator.cs: Applied patch from Ben Maurer 
2041         (bmaurer@users.sourceforge.net). Allocate arrays holding label data
2042         lazily and reduce their size.
2043
2044 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
2045
2046         * AssemblyBuilder.cs (MonoResource): New 'offset' field used by the
2047         runtime.
2048
2049         * ModuleBuilder: Implement DefineResource.
2050
2051 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
2052
2053         * AssemblyBuilder.cs (RefEmitPermissionSet): New helper structure.
2054         
2055         * MethodBuilder.cs (AddDeclarativeSecurity): Implement.
2056
2057         * ConstructorBuilder.cs (AddDeclarativeSecurity): Ditto.
2058
2059 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
2060
2061         * MethodBuilder.cs: Add stubs for missing methods.
2062
2063         * TypeBuilder.cs (GetEvents): Add new override.
2064
2065         * ModuleBuilder.cs: Implement some missing methods, add stubs for others.
2066
2067         * AssemblyBuilder.cs (GetFiles): Get rid of unneccessary override.
2068
2069         * AssemblyBuilder.cs (ImageRuntimeVersion): Add override to keep
2070         signature compatibility with MS.NET.
2071
2072         * TypeBuilder.cs (MemberType): Get rid of unneccessary override.
2073
2074 2003-12-08  Martin Baulig  <martin@ximian.com>
2075
2076         * TypeBuilder.cs (TypeBuilder.MonoGenericParam): Removed; use the
2077         new `MonoGenericParam' class instead (in S.R/MonoGenericInst.cs).
2078
2079 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
2080
2081         * ModuleBuilder.cs: Double the size of the types array during insertion
2082         do avoid excessive memory allocation and copying. Track the number of
2083         types in a separate variable.
2084
2085         * TypeBuilder.cs: Same for the 'fields' and 'methods' arrays.
2086
2087 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
2088
2089         * ModuleBuilder.cs (DefinePInvokeMethod): Implement.
2090
2091         * ModuleBuilder.cs (DefineGlobalMethod): Implement the Net 1.2 variants.
2092
2093 2003-11-28  Dick Porter  <dick@ximian.com>
2094
2095         * ModuleBuilder.cs: Do string compares with the Invariant culture.
2096
2097 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
2098
2099         * AssemblyBuilder.cs (SetCustomAttribute): Implement automatic 
2100         generation of build and revision numbers. Fixes #46492.
2101
2102 2003-11-25  Zoltan Varga  <vargaz@freemail.hu>
2103
2104         * TypeBuilder.cs: Implement GetField.
2105
2106 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
2107
2108         * DynamicMethod.cs: New class.
2109
2110         * ILGenerator.cs MethodBuilder.cs ConstructorBuilder.cs: Retrieve 
2111         tokens from a token generator object instead of from the ModuleBuilder,
2112         to support the implementation of DynamicMethod. Also get rid of the 
2113         unused 'mbuilder' field.
2114
2115         * ModuleBuilder.cs: Create a token generator object which can be
2116         passed to ILGenerator.
2117
2118         * LocalBuilder.cs ILGenerator.cs: Get rid of 'module' field, obtain 
2119         needed objects from the ilgen object instead.
2120
2121 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
2122
2123         * TypeBuilder.cs FieldBuilder.cs MethodBuilder.cs ConstructorBuilder.cs:  Add support for custom modifiers from NET 1.2.
2124
2125         * ILGenerator.cs: Remove unused abuilder member.
2126
2127 2003-11-19  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
2128
2129         * OpCodes.cs: Remove Boxval for v1.1+
2130
2131 2003-11-19  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
2132
2133         * OpCodes.cs: Small rearrange to fix csc compiler warning about obsolete member used
2134
2135 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
2136
2137         * AssemblyBuilderAccess.cs PackingSize: Add [Flags].
2138
2139         * AssemblyBuilder.cs (DefineDynamicModule): Make internal method
2140         private.
2141
2142         * AssemblyBuilder.cs (Save): Write out the main module at the end.
2143         
2144 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
2145         
2146         * ConstructorBuilder.cs (.ctor): Automatically add RTSpecialName flag
2147         as MS does.
2148
2149 2003-11-06  Martin Baulig  <martin@ximian.com>
2150
2151         * ModuleBuilder.cs (ModuleBuilder.Save): Call `build_metadata'
2152         before writing the symbol file.
2153
2154 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
2155
2156         * AssemblyBuilder.cs (.ctor): Initialize the 'dir' field to something
2157         sensible.
2158         
2159         * AssemblyBuilder.cs (Save): Set 'created' flag.
2160
2161         * AssemblyBuilder.cs (get_next_table_index): Moved to ModuleBuilder,
2162         since table indexes are per-module.
2163
2164 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
2165
2166         * TypeBuilder.cs (DefineDefaultConstructor): Pass an array instead of 
2167         null to DefineConstructor, to avoid NullReferenceExceptions in the 
2168         binder code.
2169
2170         * AssemblyBuilder.cs ModuleBuilder.cs ILGenerator.cs: Move getUSIndex 
2171         and getToken methods, and the associated icalls to ModuleBuilder, 
2172         since tokens are per-module.
2173
2174         * AssemblyBuilder.cs ModuleBuilder.cs: Partially revert the previous
2175         patch, since having the 'is_main' field is useful in the unmanaged 
2176         code.
2177
2178         * AssemblyBuilder.cs ModuleBuilder.cs: Move the metadata creation and
2179         file creation logic to ModuleBuilder:Save (), since this needs to be
2180         done for every module. Also move the corresponding icalls to 
2181         ModuleBuilder.
2182
2183 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
2184
2185         * AssemblyBuilder.cs ModuleBuilder.cs: First steps toward a fix for
2186         #48700 (proper module support in Ref.Emit). Remove is_main field from
2187         ModuleBuilder and add a mainModule field to AssemblyBuilder instead.
2188         This is neccesary, since the main module is determined during the 
2189         Save () call: the module with the same file name as the assembly is
2190         the main module. Also create a default main module, if one is not
2191         existing.
2192
2193 2003-11-03  Martin Baulig  <martin@ximian.com>
2194
2195         * OpCodes.cs: Added Ldelem_Any, Stelem_Any and Unbox_Any from .NET 1.2.
2196
2197 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
2198
2199         * AssemblyBuilder.cs (SetCustomAttribute): Changed PK extraction to
2200         use Mono.Security.StrongName (#49785).
2201
2202 2003-10-18  Zoltan Varga  <vargaz@freemail.hu>
2203
2204         * AssemblyBuilder.cs (SetCustomAttribute): Extract the public key from
2205         the keyfile.
2206
2207 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
2208
2209         * AssemblyBuilder.cs (SetCustomAttribute): Ignore empty keyfile name.
2210         
2211         * AssemblyBuilder.cs: Moved loading of the public key file into
2212         managed code from reflection.c. 
2213
2214         * AssemblyBuilder.cs: Set cultureInfo and version from the AssemblyName
2215         passed to the constructor.
2216
2217 2003-10-13  Martin Baulig  <martin@ximian.com>
2218
2219         * MethodBuilder.cs (MethodBuilder): Added
2220         `TypeBuilder.MonoGenericParam[] generic_params' field.
2221         (DefineGenericParameter, SetGenericMethodSignature): New public methods.
2222
2223         * TypeBuilder.cs (DefineGenericMethod): New public method.
2224
2225 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
2226
2227         * OpCode.cs: Fix Value property. Fixes #49328.
2228
2229 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
2230
2231         * TypeBuilder.cs (CreateType): Fire TypeResolve events for unfinished 
2232         nested value types. Fixes #47022.
2233
2234 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
2235
2236         * TypeBuilder.cs: Really fix #48695.
2237
2238 Sat Sep 27 16:17:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
2239
2240         * ILGenerator.cs: instance fields are loaded from this.
2241
2242 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
2243
2244         * TypeBuilder.cs (DefineDefaultConstructor): Make this work on types
2245         without a parent. Fixes #48695.
2246
2247 2003-09-17  Martin Baulig  <martin@ximian.com>
2248
2249         * TypeBuilder.cs (TypeBuilder.CreateType): Don't append the type
2250         parameters to the type name; ie. use `Stack' instead of `Stack<T>'.
2251
2252 2003-09-06  Martin Baulig  <martin@ximian.com>
2253
2254         * TypeBuilder.cs (TypeBuilder.IsUnboundGenericParameter): Implemented.
2255
2256 2003-09-04  Martin Baulig  <martin@ximian.com>
2257
2258         * TypeBuilder.cs (TypeBuilder.MonoGenericParam): Make this nested
2259         class internal, not protected.
2260
2261 2003-08-29  Martin Baulig  <martin@ximian.com>
2262
2263         * TypeBuilder.cs (TypeBuilder.DefineGenericParameter): New public
2264         method.  We can now create generic types.
2265         (TypeBuilder.GetGenericTypeDefinition): Override this; call the
2266         `setup_internal_class' interncall before calling our base impl.
2267
2268 Sat Aug  2 13:04:55 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
2269
2270         * ILGenerator.cs: Emission of doubles now utilise the Double.AssertEndianity
2271         icall to assert double word endianity on ARM.
2272
2273 2003-07-25  Duncan Mak  <duncan@ximian.com>
2274
2275         * OpCodes.cs (Boxval): Marked with ObsoleteAttribute.
2276
2277 2003-07-24  Miguel de Icaza  <miguel@ximian.com>
2278
2279         * TypeBuilder.cs: Added generics stubs.
2280
2281         * EnumBuilder.cs: Added generics  stubs, changed bracing style for
2282         routines.
2283
2284 2003-07-23  Duncan Mak  <duncan@ximian.com>
2285
2286         * SignatureHelper.cs: This class does not have the
2287         SerializableAttribute.
2288
2289 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
2290
2291         * AssemblyBuilder.cs: Added argument checking to all methods according
2292         to the MSDN docs. Also marked DefineUnmanagedResource and its friends
2293         as not implemented.
2294         * ModuleBuilder.cs: Added new property FileName used by AssemblyBuilder.
2295         * ModuleBuilder.cs AssemblyBuilder.cs: Implemented IsTransient ().
2296
2297 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
2298
2299         * EventBuilder.cs: Add argument checking to methods.
2300
2301 Thu Jun 5 20:18:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
2302
2303         * AssemblyBuilder.cs: implemented DefineResource ().
2304
2305 Thu Jun 5 12:36:34 CEST 2003 Paolo Molaro <lupus@ximian.com>
2306
2307         * OpCode.cs: implemented Equals/GetHashCode.
2308
2309 Tue Jun 3 11:14:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
2310
2311         * ILGenerator.cs, OpCode.cs: optimize opcode space usage.
2312
2313 Tue Jun 3 11:13:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
2314
2315         * UnmanagedMarshal.cs: add ability to define custom attributes (the MS
2316         runtime doesn't support this).
2317
2318 2003-05-30  Zoltan Varga  <vargaz@freemail.hu>
2319
2320         * TypeBuilder.cs: Implement DefineTypeInitializer.
2321
2322 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
2323
2324         * ModuleBuilder.cs: 
2325         - Implement DefineInitializedData in terms of DefineUninitializedData
2326         - Name the types of global fields $ArrayType$<len> to cut back on the
2327         number of types created
2328         - Add argument checking
2329
2330 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
2331
2332         * AssemblyBuilder.cs: Implement GetDynamicModule. "Implement" various
2333         methods not supported under MS.NET.
2334
2335 2003-05-18  Martin Baulig  <martin@ximian.com>
2336
2337         * AssemblyBuilder.cs (corlib_void_type): New internal field.
2338         (SetCorlibTypeBuilders): Added overloaded version which takes 4
2339         arguments to set the `corlib_void_type'.
2340
2341         * TypeBuilder.cs: Use `pmodule.assemblyb.corlib_void_type' instead
2342         of `typeof (void)' to make this work when compiling corlib.
2343
2344 Thu May 15 19:16:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
2345
2346         * MethodBuilder.cs: off by one in CreateMethodBody().
2347         * TypeBuilder.cs: if the return type for a method is null, use void.
2348
2349 2003-04-28  Miguel de Icaza  <miguel@ximian.com>
2350
2351         * MethodBuilder.cs: Mono allows the parameter position to be zero
2352         to indicate the "returns:" attribute.
2353
2354 2003-04-20  Miguel de Icaza  <miguel@ximian.com>
2355
2356         * ILGenerator.cs (EmitCall): Implement.
2357
2358         Flag a few unimplemented methods with MonoTODO, make coding style
2359         for method definitions Mono consistent.
2360
2361 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
2362
2363         * ILGenerator.cs: Implement EmitWriteLine methods.
2364
2365         * TypeBuilder.cs (CreateType): Avoid creating a default constructor
2366         for the global type.
2367
2368 2003-04-15  Miguel de Icaza  <miguel@ximian.com>
2369
2370         * TypeBuilder.cs (DefineDefaultConstructor): Make it generate code
2371         by default for a default constructor.  This is what the MS runtime
2372         does.  The PythonNet code expected this.
2373
2374         (TypeBuilder.GetConstructorImpl): Implement this.
2375
2376         (TypeBuilder.CreateType): If there are no constructors defined, we
2377         create one.
2378
2379 Tue Apr 15 13:50:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
2380
2381         * ModuleBuilder.cs, TypeBuilder.cs: set nesting_type before
2382         calling setup_internal_class ().
2383
2384 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
2385
2386         * AssemblyBuilder.cs: Added 'access' member, which is needed by the
2387         runtime.
2388
2389 2003-03-26  Zoltan Varga  <vargaz@freemail.hu>
2390
2391         * ILGenerator.cs: Implemented ThrowException.
2392
2393 2003-03-10  Zoltan Varga  <vargaz@freemail.hu>
2394
2395         * ILGenerator.cs: Propagate maxstack info along branches.
2396
2397 2003-03-06  Zoltan Varga  <vargaz@freemail.hu>
2398
2399         * ILGenerator.cs (Emit): Do not pop the arguments off the stack for
2400         ldftn etc. Fixes bug #39196.
2401
2402 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
2403
2404         * ILGenerator.cs (Emit): Add fixup for already created methods and
2405         fields. Do not add fixup for types since their table index do not 
2406         change any more.
2407
2408 2003-02-26  Zoltan Varga  <vargaz@freemail.hu>
2409
2410         * TypeBuilder.cs (DefineInitializedData): Removed unnecessary assignments.
2411
2412         * ModuleBuilder.cs (DefineInitializedData): Do not call 
2413         TypeBuilder::DefineInitializedData since that would mean defining a
2414         nested type of the global type, which is wrong. Instead define a
2415         new public type as MS does.
2416
2417         * ModuleBuilder.cs (DefineUninitializedData): Ditto.
2418
2419 Thu Feb 13 18:40:52 CET 2003 Paolo Molaro <lupus@ximian.com>
2420
2421         * ModuleBuilder.cs: add the basic initialization call.
2422
2423 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
2424
2425         * AssemblyBuilder.cs: Added basic error checking to some methods
2426         according to the MSDN docs.
2427
2428 2003-02-10  Zoltan Varga  <vargaz@freemail.hu>
2429
2430         * ConstructorBuilder.cs: 
2431         - Added basic error checking to all methods according to the MSDN docs.
2432         - modified a lot of methods to throw NotSupportedException, to comply
2433           with MS.NET.
2434
2435 2003-02-09  Zoltan Varga  <vargaz@freemail.hu>
2436
2437         * TypeBuilder.cs:
2438         - Added basic error checking to all methods according to the MSDN docs.
2439         - fixed AssemblyQualifiedName.
2440         - implemented 'Size'.
2441         - modified a lot of methods to throw NotSupportedException, to comply
2442           with MS.NET.
2443         - changes tested by running a full bootstrap.
2444
2445 2003-02-09  Martin Baulig  <martin@ximian.com>
2446
2447         * AssemblyBuilder.cs (AssemblyBuilder.methods): Removed.  This was
2448         a hack for the symbol writer which is no longer needed.
2449
2450 2003-02-09  Martin Baulig  <martin@ximian.com>
2451
2452         * IMonoSymbolWriter.cs (DefineNamespace, OpenMethod): New methods.
2453
2454 2003-02-09  Martin Baulig  <martin@ximian.com>
2455
2456         * IMonoSymbolWriter.cs (MarkSequencePoint): New method which takes
2457         just the required arguments as scalars, not arrays.
2458
2459         * ILGenerator.cs (ILGenerator.MarkSequencePoint): Use that new
2460         interface method; unnecessarily creating such a large number of
2461         arrays is both slow and too memory consuming.   
2462
2463 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
2464
2465         * MethodBuilder.cs: Added error checking to methods so they conform to
2466         MSDN docs. Implemented 'GetModule' and 'CallingConvention' members. 
2467         Some other tweaks to improve compatibility with MS .NET.
2468
2469         * TypeBuilder.cs: Added 'is_created' property which will be used for
2470         checking 'type is already created' errors.
2471
2472 2003-02-07  Martin Baulig  <martin@ximian.com>
2473
2474         * ModuleBuilder.cs (.ctor): Added `bool IsMainModule' argument.
2475         (Save): New internal method; creates the module's symbol file if
2476         we're compiling with debugging information.
2477
2478         * AssemblyBuilder.cs (EmbedResource): Added internal overloaded
2479         version of this method which takes a `byte[] blob' instead of a file.
2480         (DefineDynamicMethod): If this is the first module, tell the
2481         ModuleBuilder that this is the main module.
2482         (Save): Call a new interncall `build_metadata' to create the final
2483         metadata and save all the symbol files before creating the actual
2484         output.
2485
2486         * IMonoSymbolWriter.cs: New public class; it is in the namespace
2487         Mono.CSharp.Debugger.  The Mono symbol writer implements this interface.
2488
2489 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
2490
2491         * AssemblyBuilder.cs: added GetToken (SignatureHelper).
2492
2493         * ILGenerator.cs: implemented EmitCalli() methods
2494
2495         * SignatureHelper.cs: implemented GetMethoSigHelper() methods.
2496
2497 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2498
2499         * MethodBuilder.cs: GetBaseDefinition () returns this.
2500
2501 Mon Jan 27 17:07:38 CET 2003 Paolo Molaro <lupus@ximian.com>
2502
2503         * CustomAttributeBuilder.cs, FieldBuilder.cs: applied
2504         (reformatted) patch from "Jerome Laban" <jlaban@wanadoo.fr>
2505         to fix ByValStr and ByValArray encodings.
2506
2507 2003-01-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2508
2509         * AssemblyBuilder.cs: fixed compilation with csc.
2510
2511 2003-01-26  Miguel de Icaza  <miguel@ximian.com>
2512
2513         * AssemblyBuilder.cs (Save): Set the executable bit at the end.
2514         This uses a non-official enumeration value to call SetFileAttributes.
2515
2516 2003-01-17  Zoltan Varga  <vargaz@freemail.hu>
2517
2518         * MethodBuilder.cs ConstructorBuilder.cs: modify GetParameters() so it
2519         returns information even when the app did not use DefineParameter() to
2520         define the parameters.
2521
2522         * ConstructorBuilder.cs (ctor): allways define SpecialName attribute
2523         for constructors as done by MS.
2524
2525 Mon Jan 13 11:37:14 CET 2003 Paolo Molaro <lupus@ximian.com>
2526
2527         * TypeBuilder.cs, ModuleBuilder.cs: better type name cache.
2528
2529 2003-01-10  Zoltan Varga  <vargaz@freemail.hu>
2530
2531         * ILGenerator.cs: Implemented EmitWriteLine(string).
2532
2533         * TypeBuilder.cs (DefineInitializedData): Call DefineNestedType() 
2534         instead of DefineType() so the auxiliary types do not pollute the 
2535         global namespace. This is consistent with the behaviour of MS .NET.
2536
2537 Fri Jan 10 16:03:30 CET 2003 Paolo Molaro <lupus@ximian.com>
2538
2539         * ILGenerator.cs, MethodBuilder.cs, TypeBuilder.cs,
2540         ConstructorBuilder.cs: some tweaks to reduce memory usage.
2541
2542 Thu Jan 2 18:46:09 CET 2003 Paolo Molaro <lupus@ximian.com>
2543
2544         * ModuleBuilder.cs, TypeBuilder.cs: support global fields and methods.
2545
2546 Thu Dec 19 00:06:57 CET 2002 Paolo Molaro <lupus@ximian.com>
2547
2548         * AssemblyBuilder.cs: remove duplicated user string entries.
2549
2550 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
2551
2552         * FieldBuilder.cs: added 'handle' field which is needed by some new
2553         code in reflection.c.
2554
2555 2002-12-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2556
2557         * TypeBuilder.cs: implemented GetInterfaceMap () when the Type has been
2558         created.
2559
2560 Fri Nov 8 14:53:03 CET 2002 Paolo Molaro <lupus@ximian.com>
2561
2562         * ILGenerator.cs: account for the exception object being passed to the
2563         catch handler to calc max_stack.
2564
2565 2002-09-21  Martin Baulig  <martin@gnome.org>
2566
2567         * ModuleBuilder.cs (ModuleBuilder.symbol_writer): Make this
2568         field internal, not private.
2569         (ModuleBuilder.SymWriter_DefineLocalVariable): Removed.
2570
2571         * LocalBuilder.cs (LocalBuilder.SetLocalSymInfo): Use the
2572         ISymbolWriter's DefineLocalVariable() method instead of the
2573         IMonoSymbolWriter hack.
2574
2575 Mon Sep 16 19:02:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
2576
2577         * AssemblyBuilder.c: special case some custom attributes.
2578
2579 2002-09-12  Dick Porter  <dick@ximian.com>
2580
2581         * TypeBuilder.cs: Say _which_ Type has already been created
2582
2583 2002-09-11  Miguel de Icaza  <miguel@ximian.com>
2584
2585         * ModuleBuilder.cs (GetTypes): Implement.
2586
2587 Tue Sep 10 12:12:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
2588
2589         * ConstructorBuilder.cs: added a field to hold the handle.
2590
2591 Mon Sep 9 17:31:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
2592
2593         * TypeBuilder.cs: prepare for the real CreateType implementation.
2594
2595 Tue Aug 27 16:57:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
2596
2597         * TypeBuilder.cs: remove duplicate code and fix
2598         named field reading in custom attr.
2599
2600 2002-08-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2601
2602         * TypeBuilder.cs: UnspecifiedTypeSize is 0.
2603
2604 Wed Aug 14 17:38:41 CEST 2002 Paolo Molaro <lupus@ximian.com>
2605
2606         * TypeBuilder.cs: ReflectedType and CreateType fixes.
2607
2608 Thu Aug 8 10:25:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
2609
2610         * AssemblyBuilder.cs: added API to embed managed resources.
2611
2612 2002-08-03  Martin Baulig  <martin@gnome.org>
2613
2614         * TypeBuilder.cs (TypeBuilder.DeclaringType): Implemented.
2615
2616 Thu Jul 25 13:57:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
2617
2618         * AssemblyBuilder.cs: support linking external resources.
2619
2620 2002-07-19  Martin Baulig  <martin@gnome.org>
2621
2622         * ILGenerator.cs (Emit (OpCode, LocalBuilder)): Throw an exception
2623         when trying to emit a local that was defined in a different ILGenerator.
2624
2625         * LocalBuilder.cs (LocalBuilder): Added `ILGenetator' argument to
2626         the constructor.
2627
2628 Tue Jul 16 19:32:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
2629
2630         * ILGenerator.cs: stack size check fix.
2631
2632 Sat Jul 13 17:30:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
2633
2634         * AssemblyBuilder.cs: add also the enum_type for compiling corlib.
2635         * TypeBuilder.cs: complete IsValueType.
2636
2637 Sat Jul 13 15:08:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
2638
2639         * TypeBuilder.cs: better IsValueType.
2640
2641 2002-07-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2642
2643         * CustomAttributeBuilder.cs: removed compile warning.
2644
2645 Fri Jul 12 11:34:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
2646
2647         * ILGenerator.cs: fixup typebuilder tokens as well.
2648
2649 Tue Jul 9 19:03:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
2650
2651         * TypeBuilder.cs: special case SerializarionAttribute.
2652         Tweaks to get correct code in corlib.
2653
2654 2002-07-06  Miguel de Icaza  <miguel@ximian.com>
2655
2656         * ILGenerator.cs (ILGenerator.Emit): For doubles and floats, swap
2657         the bytes on big endian systems. 
2658
2659 2002-07-03  Martin Baulig  <martin@gnome.org>
2660
2661         * AssemblyBuilder.cs (corlib_object_type, corlib_value_type): Moved
2662         these fields up after the last entry in MonoReflectionAssemblyBuilder
2663         in reflection.h.
2664
2665         * TypeBuilder.cs (IsValueTypeImpl): Use the AssemblyBuilder's
2666         `corlib_value_type' instead of `typeof (System.ValueType)'.
2667         (DefineNestedType): Use the AssemblyBuilder's `corlib_object_type'
2668         instead of `typeof (object)'.
2669
2670 2002-07-02  Martin Baulig  <martin@gnome.org>
2671
2672         * AssemblyBuilder.cs (corlib_object_type, corlib_value_type): New
2673         internal fields.  When compiling corlib, they point to the newly
2674         created System.Object and System.ValueType types.
2675         (SetCorlibTypeBuilders): New public function.  This will be
2676         dynamically called from MCS when compiling corlib.
2677
2678         * TypeBuilder.cs (DefineInitializedData): Use the AssemblyBuilder's
2679         `corlib_value_type' as parent type instead of `typeof (System.ValueType)'
2680         to make it work when compiling corlib.
2681
2682         * ModuleBuilder.cs (assemblyb): Made this field internal, not private.
2683
2684 Tue Jul 2 18:34:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
2685
2686         * TypeBuilder.cs: implemented AssemblyQualifiedName.
2687         * MethodBuilder.cs, ConstructorBuilder.cs: special case custom attr.
2688
2689 Mon Jul 1 16:17:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
2690
2691         * TypeBuilder.cs: implemented AddInterfaceImplementation().
2692
2693 2002-06-28  Martin Baulig  <martin@gnome.org>
2694
2695         * MethodBuilder.cs (GetParameters): Return all parameters, not all
2696         but the last one.
2697
2698 2002-06-27  Martin Baulig  <martin@gnome.org>
2699
2700         * ConstructorBuilder.cs (GetParameters): Implemented.
2701
2702 Mon Jun 17 14:55:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
2703
2704         * ModuleBuilder.cs, TypeBuilder.cs: fixes for nested types handling.
2705
2706 Fri Jun 14 16:21:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
2707
2708         * CustomAttributeBuilder.cs: added custom attribute related internal
2709         helper methods.
2710         * FieldBuilder.cs, ParameterBuilder.cs: handle MarshalAs attribute.
2711         * UnmanagedMarshal.cs: implemented.
2712
2713 Mon Jun 10 18:58:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
2714
2715         * PropertyBuilder.cs: implemented ReflectedType and DeclaringType
2716         properties.
2717
2718 2002-06-07  Martin Baulig  <martin@gnome.org>
2719
2720         * TypeBuilder.cs (TypeBuilder): Added `PackingSize packing_size' and
2721         `int type_size' fields to the constructor.
2722         (DefineNestedType): Pass packing_size and type_size to the constructor.
2723
2724         * ModuleBuilder.cs (DefineType): Pass the packing_size and type_size
2725         fields to the TypeBuilder's constructor.
2726
2727 2002-06-07  Martin Baulig  <martin@gnome.org>
2728
2729         * TypeBuilder.cs (DefineNestedType): There is no overload for this
2730         method which takes 5 args in the specs, removed it.
2731
2732 Fri Jun 7 17:04:06 CEST 2002 Paolo Molaro <lupus@ximian.com>
2733
2734         * AssemblyBuilder.cs: updates for PE/COFF rewrite.
2735
2736 2002-05-30  Martin Baulig  <martin@gnome.org>
2737
2738         * AssemblyBuilder.cs (methods): Made this internal and don't
2739         initialize it.  It will be initialized by the ModuleBuilder's
2740         GetSymbolWriter() method.
2741         (get_next_table_index): Only store the method in the `methods'
2742         array if it's not null.
2743
2744         * ModuleBuilder.cs (GetSymbolWriter): Initialize the AssemblyBuilder's
2745         `methods' field if necessary and pass it as third argument to the
2746         symbol writer's constructor.
2747
2748 2002-05-25  Martin Baulig  <martin@gnome.org>
2749
2750         * TypeBuilder.cs (TypeToken): Implemented.
2751
2752 2002-05-24  Martin Baulig  <martin@gnome.org>
2753
2754         * ModuleBuilder.cs (symwriter_define_local): New private variable.
2755         (GetSymbolWriter): Look for a custom version of "DefineLocalVariable"
2756         and store it in `symwriter_define_local'.
2757         (SymWriter_DefineLocalVariable): New internal method to call the
2758         symbol writer's custom DefineLocalVariable() method.  It is safe to
2759         call this method if there's no symbol writer.
2760
2761         * LocalBuilder.cs (SetLocalSymInfo): Use the MethodBuilder'snew
2762         SymWriter_DefineLocalVariable().
2763
2764         * MethodBuilder.cs (GetParameters): Implemented.
2765
2766 2002-05-22  Martin Baulig  <martin@gnome.org>
2767
2768         * ModuleBuilder.cs (GetSymbolWriter): Pass the this pointer to the
2769         symbol writer's constructor.
2770
2771 2002-05-22  Martin Baulig  <martin@gnome.org>
2772
2773         * AssemblyBuilder.cs (methods): New field.
2774         (get_next_table_index): Record all methods and constructors
2775         (table 0x06) in the `methods' array.  This is read by the
2776         Mono.CSharp.Debugger.MonoSymbolWriter::get_method interncall to
2777         get the MethodBuilder / ConstructorBuilder back from the token.
2778
2779         * *Builder.cs (get_next_table_index): Added `object obj' argument.
2780         (<constructors>): pass the this pointer to get_next_table_index ().
2781
2782 2002-05-20  Martin Baulig  <martin@gnome.org>
2783
2784         * TypeBuilder.cs (DefineField): Call the new `create_internal_class'
2785         interncall after adding the first field.  This is used when creating
2786         enum types to set `klass->enum_basetype'.
2787
2788 Thu May 16 16:09:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
2789
2790         * TypeBuilder.cs: complete special acse support for CharSet, Size and
2791         Pack named args in StructLayout attribute.
2792
2793 Tue May 14 17:13:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
2794
2795         * MethodBuilder.cs: revert change in accessibility of
2796         GetILGenerator(int).
2797
2798 Tue May 14 13:31:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
2799
2800         * FieldBuilder.cs, ParameterBuilder.cs: more special-casing of
2801         attributes.
2802
2803 Fri May 10 20:57:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
2804
2805         * CustomAttributeBuilder.cs: expose internal data for use in
2806         reflection.
2807         * FieldBuilder.cs, TypeBuilder.cs: special case FieldOffset and
2808         StructLayout attributes.
2809
2810 Fri May 10 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
2811
2812         * MethodBuilder.cs, ConstructorBuilder.cs: implemented InitLocals
2813         property.
2814
2815 2002-04-26  Martin Baulig  <martin@gnome.org>
2816
2817         * ModuleBuilder.cs (DefineDocument): Implemented.
2818
2819 Tue Apr 16 13:02:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
2820
2821         * AssemblyBuilder.cs: pad output file to file alignment.
2822         * FieldBuilder.cs: ReflectedType.
2823         * ModuleBuilder.cs: added guid generation and array method creation.
2824         * MonoArrayMethod.cs: array method support code.
2825         
2826 Wed Apr 10 12:57:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
2827
2828         * ILGenerator.cs: use a stack to keep track of exception blocks.
2829
2830 Mon Apr  8 06:19:01  2002 Piers Haken <piersh@friskit.com>
2831
2832         * ILGenerator.cs: added LabelField.label_base to allow for
2833         arbitrary offsets (for switch statement)
2834
2835 Fri Apr 5 15:41:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
2836
2837         * AssemblyBuilder.cs: simpler protocol wih the runtime to
2838         get the assembly data.
2839
2840 Tue Mar 26 20:10:24 CET 2002 Paolo Molaro <lupus@ximian.com>
2841
2842         * AssemblyBuilder.cs: use FileMode.Create.
2843         * ILGenerator.cs: optimize localbuilder related opcodes.
2844         Track parameters to adjust maxstack.
2845         * LocalBuilder.cS: use unsigned for position.
2846
2847 2002-03-23  Miguel de Icaza  <miguel@ximian.com>
2848
2849         * LocalBuilder.cs: Drop the symbol_writer as LocalBuilder fields.
2850         Do this lazily in SetLocalSymInfo.
2851         
2852 2002-03-24  Martin Baulig  <martin@gnome.org>
2853
2854         * ModuleBuilder.cs (GetSymbolWriter): The MonoSymbolWriter's constructor
2855         now takes a `string assembly_filename' argument, pass it our fully
2856         qualified assembly name.
2857
2858 2002-03-24  Nick Drochak  <ndrochak@gol.com>
2859
2860         * ILGenerator.cs: Use #if-#endif instead of if(false){} to disable
2861         code.  This way there is no compiler warning.
2862
2863         * TypeBuilder.cs: Removed the returns that came after the throws.
2864         This removes a few more compiler warnings. Also marked with MonoTODO
2865         all places where we throw NotImplemented exceptions.
2866
2867 2002-03-23  Martin Baulig  <martin@gnome.org>
2868
2869         * SignatureHelper.cs (GetFieldSignatureHelper, GetLocalSignatureHelper):
2870         Implemented.
2871
2872         * LocalBuilder.cs (LocalBuilder): This internal constructor now takes
2873         a ModuleBuilder argument instead of a ISymbolWriter one.
2874         (SetLocalSymInfo): Create and pass type signature to DefineLocalVariable.
2875
2876 2002-03-23  Martin Baulig  <martin@gnome.org>
2877
2878         * ILGenerator.cs (BeginScope, EndScope): Implemented.
2879
2880 2002-03-20  Martin Baulig  <martin@gnome.org>
2881
2882         * ModuleBuilder.cs (GetSymbolWriter): New internal function. Dynamically
2883         loads the default symbol writer, catch all possible exceptions and return
2884         null on failure.
2885         (ModuleBuilder): Added `bool emitSymbolInfo' argument to this internal
2886         constructor; if set, call GetSymbolWriter ().
2887         (GetSymWriter): Implemented.
2888
2889         * LocalBuilder.cs (LocalBuilder): Added ISymbolWriter argument to this
2890         internal method.
2891         (SetLocalSymInfo): Implemented, call ISymbolWriter.DefineLocalVariable ()
2892         if the symbol writer is not null.
2893
2894         * ILGenerator.cs (ILGenerator): Call ModuleBuilder.GetSymWriter () to get
2895         and store the symbol writer.
2896         (DeclareLocal): Pass the symbol writer to LocalBuilder's constructor.
2897         (MarkSequencePoint): Implemented, call ISymbolWriter.DefineSequencePoints ()
2898         if the symbol writer is not null.
2899
2900         * AssemblyBuilder.cs (DefineDynamicModule): Pass the `bool emitSymbolInfo'
2901         to ModuleBuilder's constructor.
2902
2903 Sat Mar 16 19:11:47 CET 2002 Paolo Molaro <lupus@ximian.com>
2904
2905         * ModuleBuilder.cs: handle modified types correctly.
2906
2907 Thu Mar 7 17:10:42 CET 2002 Paolo Molaro <lupus@ximian.com>
2908
2909         * AssemblyBuilder.cs: allow saving bigger assemblies.
2910         * ILGenerator.cs: add fixup table for fields and methods, since
2911         at the end of the compile they may end up with a different table
2912         index.
2913         * ModuleBuilder.cs: add cache for type names to speed up the type
2914         lookups from the compiler.
2915         * TypeBuilder.cs: GetInterfaces () returns only interfaces in the
2916         current type, not in parents (the docs are wrong).
2917
2918 Tue Mar 5 18:09:34 CET 2002 Paolo Molaro <lupus@ximian.com>
2919
2920         * EventBuilder.cs: implemented.
2921         * TypeBuilder.cs: implemented DefineEvent() method and UnderlyingSystemType
2922         property.
2923
2924 Mon Mar 4 20:34:52 CET 2002 Paolo Molaro <lupus@ximian.com>
2925
2926         * ILGenerator.cs: make enough room in the byte array for string
2927         tokens.
2928         * TypeBuilder.cs: fixed GetInterfaces().
2929
2930 Mon Mar 4 11:30:40 CET 2002 Paolo Molaro <lupus@ximian.com>
2931
2932         * TypeBuilder.cs: implemented GetConstructors(), GetFields(),
2933         GetMethods(), GetProperties().
2934
2935 Thu Feb 28 19:15:10 CET 2002 Paolo Molaro <lupus@ximian.com>
2936
2937         * AssemblyBuilder.cs: call into the runtime to init some basic
2938         assembly stuff. Reserve slot 1 of typedef table for .<Module>.
2939         * ModuleBuilder.cs: call into the runtime if we need to create a
2940         modief type, such as arrays, byref etc.
2941         * TypeBuilder.cs: call into the runtime to create the MonoClass
2942         representation for the type. Throw exceptions with not implemented
2943         stuff.
2944
2945 Wed Feb 27 18:48:47 CET 2002 Paolo Molaro <lupus@ximian.com>
2946
2947         * ILGenerator.cs: fix nested exception blocks.
2948
2949 Wed Feb 20 22:30:49 CET 2002 Paolo Molaro <lupus@ximian.com>
2950
2951         * AssemblyBuilder.cs: upped compiled assembly size limit.
2952         Implemented SetCustomAttribute () methods.
2953         * CustomAttributeBuilder.cs: implemented the needed constructor
2954         stuff.
2955         * Cosntructorbuilder.cs, EnumBuilder.cs, FieldBuilder.cs,
2956         MethodBuilder.cs, ModuleBuilder.cs, ParameterBuilder.cs,
2957         PropertyBuilder.cs, TypeBuilder.cs: Implemented SetCustomAttribute () methods.
2958
2959 Wed Feb 20 14:54:01 CET 2002 Paolo Molaro <lupus@ximian.com>
2960
2961         * AssemblyBuilder.cs: add SetCustomAttribute () to keep the compiler
2962         going.
2963
2964 Fri Feb 15 18:15:04 CET 2002 Paolo Molaro <lupus@ximian.com>
2965
2966         * ILGenerator.cs: finally block support and fixes.
2967
2968 Thu Feb 14 18:55:52 CET 2002 Paolo Molaro <lupus@ximian.com>
2969
2970         * FieldBuilder.cs: Add SetRVAData().
2971         * ILGenerator.cs: speed up code array growth.
2972         * TypeBuilder.cs: fix IsValueTypeImpl(). Add class_size member.
2973         Implement DefineInitializedData().
2974
2975 Tue Jan 22 23:01:11 CET 2002 Paolo Molaro <lupus@ximian.com>
2976
2977         * EnumBuilder.cs, TypeBuilder.cs: updates for changes in Type.cs.
2978         * ModuleBuilder.cs: fix lookup of nested types.
2979
2980 Tue Jan 15 22:46:21 CET 2002 Paolo Molaro <lupus@ximian.com>
2981
2982         * ILGenerator.cs: implement some of the exception support methods.
2983
2984 Mon Jan 14 17:07:32 CET 2002 Paolo Molaro <lupus@ximian.com>
2985
2986         * ModulerBuilder.cs: search also for subtypes in GetTypes().
2987         * TypeBuilder.cs: bugfix in FullName. Implemented DefineNestedType().
2988
2989 Fri Jan 11 19:00:29 CET 2002 Paolo Molaro <lupus@ximian.com>
2990
2991         * MethodBuilder.cs, ConstructorBuilder.cs: save parameter info.
2992
2993 Thu Jan 10 21:07:54 CET 2002 Paolo Molaro <lupus@ximian.com>
2994
2995         * ILGenerator.cs: handle type tokens (used for box opcode).
2996
2997 Wed Jan 9 19:37:55 CET 2002 Paolo Molaro <lupus@ximian.com>
2998
2999         * ILGenerator.cs: emit float and doubles.
3000         * ModuleBuilder.cs: off-by-one error fix and GetType()
3001         implementations.
3002         * TypeBuilder.cs: AttributesImpl added.
3003         * UnmanagedMarshal.cs: stubbed out class.
3004
3005 Sat Jan 5 15:59:05 CET 2002 Paolo Molaro <lupus@ximian.com>
3006
3007         * ILGenerator.cs: fix emission of two-bytes opcodes.
3008         Missing slot for locals array. Throw exceptions on unimplemented
3009         methods.
3010         * OpCode.cs: add a comment: the Value property is useless.
3011         * OpCodes.cs: fix name of tail opcode (Tail -> Tailcall).
3012
3013 2002-01-05  Ravi Pratap  <ravi@ximian.com>
3014
3015         * ConstructorBuilder.cs : Use the MonoTODO attribute.
3016
3017         * ILGenerator.cs, Label.cs, MethodBuilder.cs, ModuleBuilder.cs,
3018         ParameterBuilder.cs, TypeBuilder.cs : Ditto.
3019         
3020 Thu Jan 3 23:26:15 CET 2002 Paolo Molaro <lupus@ximian.com>
3021
3022         * ILGenerator.cs: typo fix.
3023
3024 Mon Dec 24 17:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
3025
3026         * TypeBuilder.cs: added DefineMethodOverride().
3027         * MethodBuilder.cs: add override_method member and setter.
3028
3029 Mon Nov 19 13:58:01 CET 2001 Paolo Molaro <lupus@ximian.com>
3030
3031         * AssemblyBuilder.cs: add method to register a string in the "#US"
3032         stream.
3033         * EnumBuilder.cs, SignatureHelper.cs: added stubs.
3034         * ILGenerator.cs: more stuff implemented.
3035         * LocalBuilder.cs: keep track of local var index.
3036
3037 Thu Nov 15 18:11:23 CET 2001 Paolo Molaro <lupus@ximian.com>
3038
3039         * ConstructorBuilder.cs: implement the interesting methods.
3040         * ILGenerator.cs: adapt for use with both a MethodBuilder and a
3041         ConstructorBuilder.
3042         * MethodBuilder.cs: add ImplAttributes.
3043         * ParameterBuilder.cs: adapt for ConstructorBuilder.
3044         * TypeBuilder.cs: add constructors handling.
3045
3046 Wed Nov 14 17:01:45 CET 2001 Paolo Molaro <lupus@ximian.com>
3047
3048         * ConstructorBuilder.cs: added missing stubs and some implementation.
3049         * CustomAttributeBuilder.cs: added.
3050         * EventBuilder.cs: added.
3051         * FieldBuilder.cs: updates.
3052         * MethodBuilder.cs: stuff to implement P/Invoke methods.
3053         * ModuleBuilder.cs: added GetArrayMethod() stub.
3054         * ParameterBuilder.cs, PropertyBuilder.cs: updates.
3055         * TypeBuilder.cs: updates and stubs.
3056
3057 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
3058
3059         * TypeBuilder.cs: Added implementation for TypeHandle.
3060
3061 Tue Nov 6 09:13:45 CET 2001 Paolo Molaro <lupus@ximian.com>
3062
3063         * AssemblyBuilder.cs: define an internal constructor.
3064
3065 2001-10-07  Miguel de Icaza  <miguel@ximian.com>
3066
3067         * AssemblyBuilder.cs: Reformatted.
3068
3069         Added override keywords to those that needed them.
3070
3071         Removed methods that we do not override, but just inherit
3072
3073 Tue Sep 25 16:53:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
3074
3075         * TypeBuilder.cs, ConstructorBuilder.cs, ModuleBuilder.cs: added.