2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / metadata / ChangeLog
1 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
2
3         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
4         generic TypeBuilders when called from another method of the same type (bug #335131).
5
6
7 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
8
9         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
10         doesn't seem to work perfectly.
11         
12         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
13         called multiple times.
14         (methodbuilder_to_mono_method): Ditto.
15         (resolve_object): Inflate FieldBuilder's.
16
17 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
18
19         * string-icalls.c, string-icalls.h, appdomain.c: patch from
20         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
21         RemoveEmptyEntries in the string.Split implementation (bug #322375).
22
23 2007-10-26  Dick Porter  <dick@ximian.com>
24
25         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
26         Thread initialisation changes
27
28 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
29
30         * verify.c: fix compatibility check between arrays and System.Array
31
32 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
33
34         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
35         too. Fixes #336999.
36
37 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
38
39         * object.c (mono_value_box): Use typed allocation here.
40
41 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
42
43         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
44         trampoline instead of compiling the method right away.
45
46         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
47
48 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
49
50         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
51         related fields for dynamic classes. Fixes #334493.
52
53 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
54
55         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
56         
57         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
58
59         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
60         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
61
62         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
63
64         * reflection.c (create_generic_typespec): Initialize klass->generic_container
65         if needed.
66         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
67
68 2007-10-18  Jonathan Chambers <joncham@gmail.com>
69
70         * marshal.c: Use correct key when removing item
71         from ccw_hash.
72         
73         Code is contributed under MIT/X11 license.
74
75 2007-10-17  William Holmes  <billholmes54@gmail.com>
76
77         *marshal.c: Adding a case to marshal booleans to U1
78
79         Code is contributed under MIT/X11 license.
80
81 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
82
83         * class.c (mono_class_from_name): Search the modules compromising dynamic
84         assemblies. Fixes #331601.
85
86 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
87
88         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
89         exception if the type name contains an assembly component. Fixes #334203.
90
91         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
92         modules inside dynamic assemblies. Fixes #334200.
93         
94         * reflection.c: Set image->public_key and image->public_key_length;
95
96         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
97         fields.
98
99         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
100         
101 2007-10-16  Mark Probst  <mark.probst@gmail.com>
102
103         * metadata.c: Implemented correct comparing of generic classes.
104         An inflated generic class can be equal to a non-inflated one if it
105         is inflated with generic type variables as type arguments.  Fixes
106         bug #333798.
107
108 2007-10-15  Dick Porter  <dick@ximian.com>
109
110         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
111         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
112         81646.
113
114         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
115         instead of a monitor lock.  This means that monitor_try_enter and
116         co can set the thread state safely.
117         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
118         thread_interrupt_requested, so interrupt actually works.
119
120         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
121         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
122         state accessor function
123
124 2007-10-15  Martin Baulig  <martin@ximian.com>
125
126         * mono-debug.h
127         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
128         the debugger with the current runtime.
129
130 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
131
132         * object.c, object-internals.h: added the ability to set a single
133         trampoline for all the slots in a vtable.
134
135 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
136
137         * marshal.c: deal with a possible race condition during multicast
138         delegate invocation.
139
140 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
141
142         * class.c: ensure value type methods don't have the synchronized
143         flag set.
144
145 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
146
147         * string-icalls.c, string-icalls.h: reverted unapproved patch that
148         breaks the build.
149
150 2007-10-11  Joel Reed  <joelwreed@comcast.com>
151
152         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
153         to take an options parameter so that empty entries can be removed during
154         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
155
156 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
157
158         * marshal.c: make sure we don't store the signature from a dynamic
159         method into the runtime invoke cache (bug #327189).
160
161 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
162
163         * marshal.c: make sure the wrapper methods are properly initialized.
164
165 2007-10-11  Mark Probst  <mark.probst@gmail.com>
166
167         * metadata.c, metadata-internals.h: Generalized
168         mono_type_stack_size() to mono_type_stack_size_internal() which
169         takes an additional argument specifying whether it allows open
170         types.
171
172 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
173
174         * verify.c (do_invoke_method): handle typedbyref params
175         correctly and check for unverifiable return values.
176
177         * verify.c (do_newobj): fix a warning.
178
179 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
180
181         * verify.c: don't tread typedbyref as allways unverifable,
182         so uses, like (ld/st)loc.0 are valid. verify for the cases
183         that it matters, like boxing related operations.
184
185 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
186
187         * verify.c: add verification of the newobj opcode. verification
188         of delegate instantation still missing due ldftn and virldftn not
189         pushing the function type on stack
190
191 2007-10-08  Mark Probst  <mark.probst@gmail.com>
192
193         * class-internals.h: Runtime generic context data structure
194         definition.
195
196         * object.c: Initialization of runtime generic context at runtime
197         vtable creation time.
198
199 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
200         * class.c (mono_class_create_from_typedef,
201         mono_class_from_generic_parameter, mono_ptr_class_get,
202         mono_fnptr_class_get, mono_bounded_array_class_get)
203         * domain.c (mono_domain_create, mono_domain_free)
204         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
205         * image.c (do_mono_image_load, mono_image_close):
206         Hooked up load-unload profiler events.
207
208 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
209
210         * domain.c: track statistics about the actual amount of native code
211         allocated.
212
213 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
214
215         * class.c: the valuetype enumerators don't have the additional
216         supertypes interfaces.
217
218 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
219
220         * class.c: need more interfaces setup for the IEnumerator<T>
221         object created for arrays (tests/ienumerator-interfaces.2.cs).
222
223 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
224
225         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
226
227 2007-10-05  Alp Toker  <alp@atoker.com>
228
229         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
230         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
231         #315863.
232
233 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
234
235         * verify.c (verify_type_compatibility_full): verification of
236         compatibility improved, validates correctly non-strict checks between
237         native int and I4 types different than (unsigned)int32.
238
239         * verify.c (do_store_indirect): added, do all verification of
240         ldind.X opcodes. 
241
242         * verify.c (get_load_indirect_mono_type): renamed to
243         get_indirect_op_mono_type, as it now returns the MonoType for 
244         ldind.X and stind.X opcodes.
245
246 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
247
248         * reflection.c: Fix the encoding of generic type definition for
249         TypeBuilders.
250
251         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
252         mono_image_typedef_or_ref but allows to specify if typespec lookups should
253         be made. Typespec check is done prior to typeref cache lookup.
254
255         * reflection.c (mono_image_typedef_or_ref): now just delegate to
256         mono_image_typedef_or_ref_full.
257
258         * reflection.c (encode_generic_class): encode the generic class
259         directly instead of calling encode_type.
260
261         * reflection.c (encode_type): encode the generic type definition
262         MonoClass as a generic instantiation.
263
264         * reflection.c (create_typespec): cache typespec tokens in
265         the assembly->typespec cache. Don't create typespec for a generic
266         instance MonoClass. Create typespec for the generic type defintion.
267
268         * reflection.c (create_generic_typespec): encode the generic
269         class directly instead of calling encode_type.
270
271         * reflection.c (mono_image_create_token): encode the generic
272         type definition not using a typespec for MonoType instances.
273
274
275 2007-10-04  Raja R Harinath  <rharinath@novell.com>
276
277         Fix #328812
278         * class.c (mono_image_init_name_cache): Don't return nested
279         'protected internal' classes.
280         (mono_class_from_name_case): Likewise.
281
282 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
283
284         * icall-def.h, icall.c : get_bundled_machine_config() is now the
285           common function used by both DefaultConfig in System.dll and
286           InternalConfigurationHost in System.Configuration.dll.
287
288 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
289
290         * class.c: automatically add to vectors only a few essential explicit
291         generic interfaces. The rest of the interfaces that arrays should
292         provide are currently implicitly added (but still not lazily, see the
293         design in the discussion of bug#325495 for the details of what is
294         needed for that). Additionally, implicit interfaces are assigned the
295         same vtable slot as the explicit interfaces (as they are compatible):
296         this enables huge memory savings since we don't need to instantiate
297         as many memthods and as large vtables anymore. Also, Since
298         GetEnumerator<T> returns an instance of a type that is required to
299         support a similarly large set of interfaces as arrays, we add
300         implicit interfaces and interface offset sharing support to those
301         types, too. This change adds all the required interfaces so that
302         the anonarray.cs test case in the bug report works (we don't add
303         all the interfaces to arrays of arrays 3-level deep and more because
304         of the memory requirements explained in the bug and since they are much
305         less common: the lazy-loading support will enabled them to work, too).
306
307 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
308
309         * verify.c (merge_stacks): major clean up, all type compatibility
310         checks are done by verify_type_compatibility. This fix my earlier lack
311         of understanding of the CLR type system and merge_stacks no longer looks
312         scary.
313
314         * verify.c: fixed some bad spelling.
315
316 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
317
318         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
319         a given stack slock.
320         
321         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
322         verify_type_compatibility_full. This removed a near indentical function and fixed
323         handling of Int32 and IntPtr across all opcodes.
324
325 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
326
327         * class.c: only vectors have the additional generic interfaces.
328
329 2007-10-01  Jonathan Chambers <joncham@gmail.com>
330
331         * mono-config.c: Use g_strcasecmp instead of
332         strcasecmp like everywhere else to fix
333         compilation with MSVC.
334         
335         Code is contributed under MIT/X11 license.
336
337 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
338
339         * object.c, object-internals.h: refactored the IMT code to enable
340         building a single slot at a time and lazily creating the IMT trampolines
341         and thunks.
342
343 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
344
345         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
346
347         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
348         Fixes #328501.
349         
350 2007-09-29  Raja R Harinath  <harinath@gmail.com>
351
352         * loader.c (method_from_methodspec): Rearrange to avoid
353         un-necessary exposition.  Don't assert out if the method's
354         declaring type is a generic type definition.
355
356 2007-09-28  Martin Baulig  <martin@ximian.com>
357
358         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
359
360 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
361
362         * class-internals.h: optimize field layout of MonoClass to
363         requires less cachelines at runtime and save a few bytes on 64 bit
364         systems.
365
366 2007-09-28  Jb Evain  <jbevain@novell.com>
367
368         * reflection.c: when encoding type names in custom attributes,
369         if the type is a closed generic type, its generic arguments
370         have to be serialized as AssemblyQualifiedName, so that when
371         they are deserialized, it's possible to re-create them properly.
372         Fixes #329450.
373
374
375 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
376
377         * object.c, class-internals.h: added delegate-creation counter.
378
379 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
380
381         * class.c: cleanup of the code that synthetizes interfaces for
382         arrays in 2.0: saves quit a bit of corlib mempool memory.
383         Code to fix bug #325495 ifdeffed out for now until the issues
384         with memory usage and O(n^2) behaviour are fixed.
385
386 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
387
388         * marshal.c: when possible, do not duplicate the name of the methods
389         in the method builder and in the generated MonoMethod.
390
391 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
392         * verify.c: added support for type checking ldind_* opcodes.
393
394 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
395
396         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
397         which is used to distinguish the fully open instantiation of a TypeBuilder
398         with the rest. This temporary hack is required to restore the property that
399         the fully open instantiation is the same type of the generic type definition.
400
401         * class-internals.h (mono_generic_class_is_generic_type_definition):
402         new function as part of the internal API.
403
404         * class.c (inflate_generic_type): return NULL when the generic inst is
405         fully open. The fully open generic type is now the same as the generic type
406         definition for non TypeBuilder types.
407
408         * class.c (mono_generic_class_get_class): removed assert since it is
409         no longer valid, gklass->cached_class can point to the generic type definition.
410
411         * class.c (mono_generic_class_is_generic_type_definition): new.
412
413         * metadata.c (mono_generic_class_hash): added is_tb_open field
414         to the hash calculation.
415
416         * metadata.c (free_generic_class): if the generic class is associated
417         with the generic type definition, its field will come from the mempool and
418         must not be freed.
419
420         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
421         new, this function identifies the corner case of a TypeBuilder fully open
422         instantiation.
423
424         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
425         for lookup. Set gclass->cached_class to be the container class in case of
426         the fully open instantiation of non TypeBuilder types.
427
428         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
429         to compare generic classes.
430
431         * reflection.c (method_encode_methodspec): remove assert that
432         no longer is valid.
433
434         * reflection.c (mono_reflection_generic_class_initialize): add
435         an aditional assert to ensure the proper type is used.
436
437 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
438
439         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
440         to enjoy it.
441
442 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
443
444         * verify.c (push_arg): Fixed support for ldarga
445         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
446         MonoType used as first arg in case of instance calls.
447
448 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
449
450         * verify.c: Support for verifying VAR and MVAR types, 
451
452 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
453
454         * icall.c (ves_icall_get_property_info): Set the reflected type of the
455         accessors correctly.
456
457 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
458
459         * threads.c: support OSX and other systems in
460         mono_thread_get_stack_bounds (bug #328026).
461
462 2007-09-25  Martin Baulig  <martin@ximian.com>
463
464         * mono-debug.h
465         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
466
467 2007-09-24  Martin Baulig  <martin@ximian.com>
468
469         * mono-debug.h
470         (MonoDebugClassEntry): Moved the definition of this struct into
471         mono-debug.c to make it private.
472
473         * mono-debug.c
474         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
475         type table per symbol file, we don't need to store the symfile id
476         any longer.
477
478 2007-09-24  Martin Baulig  <martin@ximian.com>
479
480         Create one type table per symbol file, since a `MonoClass *' gets
481         invalid when its image is unloaded.
482
483         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
484         (MonoDebugHandle): Added `type_table'.
485
486 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
487
488         * mempool.c, mempool.h: added mono_mempool_new_size () API
489         to be able to specify a smaller initial size for the pool.
490         Adjusted the code to slowly increase pool size before using
491         the previous default size.
492         * image.c: use a small initial size for image mempools.
493
494 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
495
496         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
497         Fixes ##320990.
498
499         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
500         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
501
502 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
503
504         * metadata.c (mono_type_create_from_typespec): Remove an invalid
505         free. Fixes #327438.
506
507 2007-09-21  Raja R Harinath  <harinath@gmail.com>
508
509         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
510         generic instantiations, etc.
511         <MONO_TYPE_ARRAY>: Likewise.
512
513 2007-09-21  Martin Baulig  <martin@ximian.com>
514
515         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
516         these structs were never defined.
517         (MonoDebugHandle): Removed the `_priv' field, it was never used.
518
519 2007-09-21  Martin Baulig  <martin@ximian.com>
520
521         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
522
523 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
524
525         * image.c: removed the guid hash tables: we can get the same info
526         without the additional memory usage hit (partially fixes also bug #327052).
527
528 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
529
530         * profiler.h, profiler-private.h, profiler.c: add a new profiler
531         event to handle unloading methods. After the event is called, the
532         corresponding MonoMethod* must be considered invalid.
533         * loader.c (mono_free_method): call the new mono_profiler_method_free
534         event.
535
536 2007-09-20  Mark Probst  <mark.probst@gmail.com>
537
538         * domain-internals.h: New flag in MonoJitInfo which marks shared
539         generic methods.  New hash table (shared_generics_hash) in
540         MonoDomain to keep track of shared generic methods.  Prototypes
541         for functions to register and lookup shared generic methods.
542
543         * domain.c: Support for registering and looking up shared generic
544         methods via a hash table (shared_generics_hash) in MonoDomain.
545
546         * class-internals.h: New exception to signal failure of shared
547         compilation of a generic method.  New counters for generics
548         sharing in MonoStats.
549
550 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
551
552         * image.c, metadata-internals.h: don't keep a file descriptor open
553         for loaded assemblies (bug#325988).
554
555 2007-09-19  Raja R Harinath  <rharinath@novell.com>
556
557         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
558         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
559         use the corresponding datatypes.
560         (type_in_image): Update to changes.
561         (CleanForImageUserData): Simplify.
562         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
563         Avoid quadratic behaviour in handling the "stolen" list by
564         separating the filter predicate out, and by prepending the stolen
565         items rather than appending them.
566         (steal_ginst_in_image): Likewise.
567         (mono_metadata_clean_for_image): Update to changes.
568
569 2007-09-19  Martin Baulig  <martin@ximian.com>
570
571         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
572
573 2007-09-19  Martin Baulig  <martin@ximian.com>
574
575         * mono-debug.c (mono_debug_cleanup): Don't call
576         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
577
578 2007-09-19  Raja R Harinath  <harinath@gmail.com>
579
580         Fix crash on 'make run-test' in mcs/errors
581         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
582         Avoid more potential allocations in mono_class_from_mono_type.
583         (ginst_in_image): Update to changes.
584         (gclass_in_image): Rearrange slightly.
585
586 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
587
588         * class.c (mono_class_init): Move the code that sets up class->methods to 
589         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
590
591         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
592         canonical instance of an inflated generic signature.
593         (mono_type_create_from_typespec): Remove an invalid free.
594
595         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
596
597 2007-09-18  Marek Habersack  <mhabersack@novell.com>
598
599         * domain-internals.h: added a declaration of the
600         mono_assembly_load_full_nosearch internal function.
601
602         * assembly.c (mono_assembly_load_with_partial_name): use
603         mono_try_assembly_resolve return value properly.
604         (mono_assembly_load_full_nosearch): copied the function body from
605         mono_assembly_load_full, without the code to invoke assembly
606         search hooks.
607         (mono_assembly_load_full): calls the above new function and if the
608         assembly is not resolved, invokes the search hooks.
609
610         * appdomain.c (mono_runtime_init): restore the global postload
611         assembly search handlers.
612
613 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
614
615         * class.c (mono_class_init): Make sure class->methods and class->properties
616         are never NULL in the generics case.
617
618         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
619
620 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
621
622         * metadata.c (free_generic_class): Disable some code to fix the build.
623
624         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
625
626         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
627         from the image mempool.
628
629         * metadata.c (free_generic_class): Free more data from the inflated class.
630
631         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
632
633         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
634         mempool.
635         (mono_type_create_from_typespec): Ditto.
636
637         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
638         MonoImage to the caller.
639         (mono_init_internal): Save the opened image in a global variable.
640         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
641
642         * reflection.c (resolve_object): Fix a leak.
643
644         * metadata.c: Fix the freeing of data in the generics caches.
645         
646         * metadata.c (free_generic_inst): Comment this out to fix the build.
647         (free_generic_class): Ditto.
648
649         * metadata.c: Free cached generic methods, instantinations and classes when
650         they are removed from the caches.
651         (mono_metadata_free_type): Free the type itself.
652
653         * class.c: Free the result of mono_class_inflate_generic_type () in a few
654         places.
655
656 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
657
658         * boehm-gc.c: restrict managed allocs to __thread supporting
659         architectures.
660
661 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
662
663         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
664         (mono_generic_class_get_class): Fix a leak.
665
666         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
667         mono_metadata_free_type ().
668         (mono_metadata_inflate_generic_inst): Fix a leak.
669
670 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
671
672         * mono-debug.c (free_header_data): Fix a leak missed earlier.
673
674         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
675         mempool.
676
677         * mono-debug.c (mono_debug_close_image): Fix call to 
678         g_hash_table_remove ().
679
680 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
681
682         * icall-def.h: redirect all the string ctor to the managed
683         CreateString () methods.
684         * string-icalls.c, string-icalls.h: removed dead code for string
685         ctors and icalls.
686
687 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
688
689         * mono-debug.c: Fix memory leaks.
690
691 2007-09-14  Jonathan Chambers <joncham@gmail.com>
692
693         * threads-types.h: Implement mono_hazard_pointer_set and 
694         mono_hazard_pointer_clear macros using do/while(0) to fix
695         compilation with MSVC.
696         
697         Code is contributed under MIT/X11 license.
698
699 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
700
701         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
702         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
703
704 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
705
706         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
707         icalls.
708
709 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
710
711         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
712         managed-code allocated as well.
713
714 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
715
716         * class.c (mono_class_is_assignable_from): Add support for generic variance.
717
718 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
719
720         * boehm-gc.c: fixed the build after the AOT changes.
721
722 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
723
724         * wrapper-types.h: Add an ALLOC wrapper type.
725
726         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
727         reference managed allocator methods.
728
729 2007-09-12  Marek Safar  <marek.safar@gmail.com>
730
731         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
732         of Type array and not MonoType, a fix suggested by Hari.
733         
734 2007-09-12  Jonathan Chambers <joncham@gmail.com>
735
736         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
737         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
738         
739         Code is contributed under MIT/X11 license.
740
741 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
742
743         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
744
745 2007-09-12  Marek Habersack  <mhabersack@novell.com>
746
747         * image.c (do_mono_image_open): if assembly file fails to open and
748         MONO_IOMAP is in effect, try to find the path in a
749         case-insensitive way.
750
751         * appdomain.c (mono_runtime_init): do not install postload hooks -
752         tests show that MS.NET doesn't use anything of that sort to
753         trigger the AppDomain.AssemblyResolve event.
754         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
755         made non-static.
756         (mono_runtime_init): init portability helpers here.
757
758         * assembly.c (mono_assembly_load_with_partial_name): if other   
759         attempts fail, trigger the AppDomain.AssemblyResolve event handler
760         to resolve the assembly.
761
762         * domain-internals.h: added mono_try_assembly_resolve and marked
763         it as internal.
764
765 2007-09-11  Jb Evain  <jbevain@novell.com>
766
767         * object-internals.h (MonoReflectionDynamicMethod): add
768         a `MonoReflectionType *owner` field. The owner is used
769         * reflection.c:
770         (mono_reflection_create_dynamic_method): use the owner of the dynamic
771         method as the class declaring the dynamic method.
772         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
773         dynamic method to the declaring type of the methodbuilder.
774
775 2007-09-11  Mark Probst  <mark.probst@gmail.com>
776
777         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
778         rules for calling methods via reflection.
779
780 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
781
782         * reflection.c (resolve_object): Add support for MonoGenericClass. 
783         Inflate MonoType's.
784
785 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
786
787         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
788         provide a managed method that does fast allocations without needing
789         a managed->unmanaged transition. Boehm GC implementation currently
790         enabled for ptrfree objects on sane architectures.
791
792 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
793
794         * marshal.c, marshal.h: exported a couple of useful functions and
795         added mono_mb_get_label () to easily handle backward branches.
796
797 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
798
799         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
800
801 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
802
803         * loader.c (find_method): Fixed the regression introduced while
804         fixing bug #81466.
805
806 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
807
808         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
809         well.
810         
811         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
812         icall.c reflection.c: Pass a MonoGenericContext argument to 
813         mono_lookup_dynamic_token ().
814
815         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
816         #82744.
817         
818 2007-09-09  Robert Jordan  <robertj@gmx.net>
819
820         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
821         for generic methods.
822
823         * object.c (mono_object_get_virtual_method): Handle generic methods.
824         Fixes bug #78882.
825
826         Code is contributed under MIT/X11 license.
827
828 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
829
830         * image.c: fix locking in mono_image_load_file_for_image ().
831
832 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
833
834         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
835         used only as a cache: added an icall to fill it.
836
837 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
838
839         * reflection.h: exposed mono_reflection_free_type_info
840         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
841         since mono_reflection_bind_generic_parameters makes a copy of it.
842         * reflection.c (free_type_info): subinfos should be freed.
843         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
844         made non static.
845         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
846         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
847         this fixes #82695 and #81726.
848    
849
850 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
851
852         * process.h, process.c:  added support for user profile/info in
853           ProcessStartInfo. For now only Windows works.
854
855 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
856
857         * metadata.c: consider the generic arguments when comparing
858         signatures (bug #82614).
859
860 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
861
862         * cil-coff.h, image.c: updated assembly loader to cope with the
863         PE32+ 64 bit file format.
864
865 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
866
867         * assembly.c, class.c, domain.c, loader.c: remove useless
868         inclusion of cil-coff.h.
869
870 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
871
872         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
873         if interface is marked with CoClassAttribute. 
874    
875         Code is contributed under MIT/X11 license.
876
877 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
878
879         * sgen-gc.c: ensure no object from the to space is copied again or finalized
880         if it's seen twice in major collections.
881
882 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
883
884         * sgen-gc.c: big objects are not copied to the gray area, but they
885         need to be considered for scanning, too, if they are brought alive
886         by an object ready for finalizations or a survived one.
887
888 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
889
890         * sgen-gc.c: properly account the number of disappearing links when
891         they are nullified.
892
893 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
894
895         * sgen-gc.c: share the code to scan the registered roots between the
896         different types of collections.
897
898 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
899
900         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
901
902 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
903
904         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
905         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
906
907 2007-08-28  Mark Probst  <mark.probst@gmail.com>
908
909         * security-manager.c (mono_security_manager_get_methods):
910         LinkDemandSecurityException now has 2 arguments instead of 3.
911
912 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
913
914         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
915         platforms which need it.
916
917 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
918
919         * sgen-gc.c: unregister thread data structures with a pthread_key_t
920         dtor.
921
922 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
923
924         * threads.c: free the thread static data on thread exit.
925
926 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
927
928         * class.c: walk the hierarchy to find the generic definition for
929         a class (fixes runtime part of bug #82498).
930
931 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
932
933         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
934         ...
935
936         * image.c (mono_image_close): Here. Hopefully fixes #82510.
937
938 2007-08-24  Mark Probst  <mark.probst@gmail.com>
939
940         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
941
942 2007-08-24  Robert Jordan  <robertj@gmx.net>
943
944         * appdomain.c: don't perform the ':'->';' substitution on Win32.
945
946 2007-08-24  Jb Evain  <jbevain@novell.com>
947
948         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
949         for byref types.
950
951 2007-08-24  Mark Probst  <mark.probst@gmail.com>
952
953         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
954         #82286.
955
956 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
957
958         * assembly.c: Fix a warning.
959         
960 2007-08-23  Marek Habersack  <mhabersack@novell.com>
961
962         * appdomain.c: parse the <runtime> section looking for the probing
963         element with the 'privatePath' attribute, which sets additional
964         directories in which the runtime should look for assemblies.
965
966 2007-08-23  Robert Jordan  <robertj@gmx.net>
967
968         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
969         Fixes #82499.
970
971 2007-08-23  Martin Baulig  <martin@ximian.com>
972
973         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
974         _mono_debug_init_corlib() and remove it from the header file.
975
976 2007-08-23  Martin Baulig  <martin@ximian.com>
977
978         * mono-debug-debugger.c
979         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
980         don't notify the debugger about it.
981
982         * mono-debug-debugger.h
983         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
984
985 2007-08-23  Robert Jordan  <robertj@gmx.net>
986
987         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
988         Code is contributed under MIT/X11 license.
989
990 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
991
992         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
993
994 2007-08-22  Martin Baulig  <martin@ximian.com>
995
996         * mono-debug.c: Store debugging info on a per-domain basis and
997         free it on domain unload.  Add support for unloading symbol files.
998
999         * mono-debug.h
1000         (MonoDebugList): New typedef.
1001         (MonoSymbolTable):
1002         - add `data_tables and `type_table'.
1003         - replace 'symbol_files' and `num_symbol_files' with a
1004           `MonoDebugList *'.
1005         (mono_debug_data_table): Removed.
1006         (mono_debug_list_add): New public function.
1007         (mono_debug_list_remove): New public function.
1008         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
1009         (mono_debug_init_2_memory): Renamed into
1010         mono_debug_open_image_from_memory().
1011         (mono_debug_close_image): New public function.
1012         (mono_debug_domain_create): Likewise.
1013         (mono_debug_domain_unload): Likewise.
1014         (MONO_DEBUGGER_VERSION): Bump to 60.
1015
1016         * mono-debug-debugger.h
1017         (MonoDebuggerEvent):
1018         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
1019         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
1020         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
1021         - rename `THREAD_CREATED' and `THREAD_EXITED' into
1022           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
1023         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
1024           meaning.
1025         (mono_debugger_add_symbol_file): Removed.
1026         (mono_debugger_add_type): Removed.
1027         (mono_debugger_lookup_type): Removed.
1028         (mono_debugger_lookup_assembly): Removed.
1029
1030         * domain.c
1031         (mono_domain_create): Call mono_debug_domain_create().
1032         (mono_init_internal): Call mono_debug_init_corlib().
1033
1034         * assembly.c
1035         (mono_assembly_close): Call mono_debug_close_image().
1036
1037 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
1038
1039         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
1040         mmap call.
1041
1042 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
1043
1044         * sgen-gc.c: ensure section->pin_queue_end is initialized
1045         correctly when non pinning objects in the section have been found.
1046
1047 2007-08-22  Marek Habersack  <mhabersack@novell.com>
1048
1049         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
1050         containing a list of directories separated by ':'. MSDN docs say
1051         the directories should be separated with ';'. Part of a bugfix for
1052         bug #81446
1053
1054 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
1055
1056         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
1057         it should MonoType and not MonoClass.
1058
1059 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
1060
1061         * culture-info-table.h : regenerated.
1062
1063 2007-08-20  William Holmes  <billholmes54@gmail.com>
1064
1065         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
1066          to call ReplaceFile Kernel32 on windows or in io-layer.
1067         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
1068         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
1069          as an internal call.
1070
1071         Code is contributed under MIT/X11 license.
1072
1073 2007-08-20  Jb Evain  <jbevain@novell.com>
1074
1075         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
1076         and MONO_EXCEPTION_FIELD_ACCESS.
1077
1078         * debug-helpers.[c|h]: new mono_field_full_name function.
1079
1080 2007-08-20  Mark Probst  <mark.probst@gmail.com>
1081
1082         * class.c: Removed class_security_level() and moved it to
1083         security-core-clr.c.
1084
1085         * security-core-clr.c, security-core-clr.h: class_security_level()
1086         is now public and renamed to mono_security_core_clr_class_level().
1087         It also looks for security attributes in the classes a class is
1088         nested in.
1089
1090 2007-08-20  Mark Probst  <mark.probst@gmail.com>
1091
1092         * security-core-clr.c, security-core-clr.h: CoreCLR security
1093         utility functions.
1094
1095         * Makefile.am: Added security-core-clr.[ch].
1096
1097         * security-manager.c, security-manager.h: Functions and enum for
1098         setting and getting the security mode.
1099
1100         * class.c: CoreCLR security checks.
1101
1102 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
1103
1104         * icall-def.h, process.c, process.h: implemented icall to get
1105         user/system processor times.
1106
1107 2007-08-17  Mark Probst  <mark.probst@gmail.com>
1108
1109         * domain.c, threads.c, class-internals.h, domain-internals.h: New
1110         reader-lock-free jit_info_table.
1111
1112 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
1113
1114         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
1115
1116         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
1117
1118         * object-internals.h (MonoException): Add missing _data member.
1119
1120 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
1121
1122         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
1123         checking that only methods with matching qname or fqname are picked
1124         from implemented interfaces.
1125
1126 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
1127
1128         * verify.c (do_newarr):added, do type verification of
1129         newarr ops, push the right value on the eval stack.
1130         * verify.c (mono_method_verify): use do_newarr
1131
1132
1133 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
1134
1135         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
1136         factored the common code into get_boxable_mono_type, which
1137         is now using mono_type_get_full, this fixed byref related tests.
1138
1139 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
1140
1141         * class.c: added mono_type_get_full, this function has the same
1142         behavior of mono_class_get_full but the returned MonoType has
1143         all metadata of the associated token in case of a typespec token.
1144         * class.c: added mono_type_retrieve_from_typespec, used by 
1145         mono_type_get_full to retrieve the token type.
1146         * class.c (mono_class_create_from_typespec): changed to use
1147         mono_type_retrieve_from_typespec.
1148         * class.c (mono_ldtoken): changed to use mono_type_get_full
1149         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
1150         * class-internals.h: exported mono_type_get_full for internal use.
1151
1152 2007-08-16  Jb Evain  <jbevain@novell.com>
1153
1154         * domain.c (supported_runtimes): add entry for
1155         the 'moonlight' runtime version.
1156
1157 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
1158
1159         * verify.c (mono_method_verify): small typo sliped in.  
1160
1161 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
1162
1163         * verify.c (do_unbox_value): added, do type verification of
1164         unboxing ops
1165         * verify.c (mono_method_verify): use do_unbox_value
1166
1167
1168 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
1169
1170         * verify.c (dump_stack_value): fixed typo, was printing string
1171         instead of object on stack.
1172         * verify.c (do_box_value): moved the byref check up as it leads
1173         to invalid code and should be done earlier.
1174         * verify.c: improved error messages for and ldobj
1175
1176 2007-08-15  William Holmes  <billholmes54@gmail.com>
1177
1178         * marshal.c (emit_marshal_custom): Omit the call to 
1179           marshal_native_to_managed when calling native to managed 
1180           and the argument is specified as an out argument.
1181
1182         Code is contributed under MIT/X11 license.
1183
1184 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
1185
1186         * verify.c: fixed the type checks for generics, function pointers and vectors.
1187         Added type verification for ldobj and ldtoken. The verifier
1188         would segfault if header or signature of a method contained references
1189         to non-existant types.
1190
1191 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
1192
1193         * marshal.c (cominterop_get_ccw): Patch from
1194         Bill Holmes to no walk up interface hierarchy. 
1195         All parent methods should be present in the interface for COM.
1196    
1197         Code is contributed under MIT/X11 license.
1198
1199 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
1200
1201         * marshal.c (emit_marshal_com_interface): Patch from
1202         Bill Holmes to handle COM Interfaces as return values
1203         for native->managed calls.
1204    
1205         Code is contributed under MIT/X11 license.
1206
1207 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
1208
1209         * marshal.c (cominterop_get_idispatch_for_object): Implement
1210         for runtime callable wrappers.
1211    
1212         Code is contributed under MIT/X11 license.
1213
1214 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
1215
1216         * pedump.c (main): changed from mono_init to mono_init_from_assembly
1217         so 2.0 types are accessible
1218
1219
1220 2007-08-13  Miguel de Icaza  <miguel@novell.com>
1221
1222         * domain.c (mono_init_internal): Call mono_assembly_load_friends
1223         once we load mscorlib.   Due to the order in which we initialize,
1224         the mono_assembly_load_full routine that loads mscorlib did not
1225         load friends.   We now load it once we load the
1226         mono_defaults.internals_visible_class class. 
1227
1228         * assembly.c: Expose the mono_load_friend_assemblies method.
1229
1230 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
1231
1232         * verify.c: improved the handling of boxing, better
1233         type checking for unary ops and conversion. Fix bug
1234         regarding managed pointer compatibility checking
1235
1236 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
1237
1238         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
1239
1240         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
1241
1242 2007-08-09  Raja R Harinath  <rharinath@novell.com>
1243
1244         * reflection.c (dup_type): Remove.
1245         * class.c (dup_type): Remove.
1246         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
1247         instead of the dodgy 'dup_type'.
1248         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
1249         handle the case where 'dup_type' needed the second argument.
1250
1251 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
1252
1253         * domain.c: Fix a warning.
1254
1255 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
1256
1257         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
1258         checking that methods with the same fqname are not overridden
1259         with a method from an ancestor.
1260
1261 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
1262
1263         * threads.c (free_thread_static_data_helper): Avoid a crash if
1264         thread->static_data is not yet set.
1265
1266 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
1267
1268         * marshal.c: Use correct image when emitting
1269         native wrapper for COM calls.
1270    
1271         Code is contributed under MIT/X11 license.
1272
1273 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
1274
1275         * icall-def.h, security.c, security.h :
1276           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
1277
1278 2007-08-07  Martin Baulig  <martin@ximian.com>
1279
1280         * mono-debug-debugger.h
1281         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
1282
1283         * domain.c (mono_domain_free): Call
1284         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
1285
1286 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
1287
1288         * verify.c (check_underflow, check_overflow): error message now returns IL offset
1289         * verify.c (in_same_block): code should test if either offset is inside the clauses
1290         * verify.c (mono_method_verify): push the exception into the eval stack of exception
1291         and filter blocks
1292
1293 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
1294
1295         * image.c (mono_image_close): Fix a leak.
1296
1297         * object.c (mono_runtime_invoke_array): Avoid using alloca.
1298
1299         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
1300
1301 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
1302
1303         * domain.c, threads.c, threads-types.h: fix memory retention issue
1304         with thread static variables not being cleared on domain unload.
1305         Reuse thread static slots after domain unload.
1306
1307 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
1308
1309         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
1310         nullable type.
1311
1312         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
1313         now done in mono_runtime_invoke_array.
1314
1315         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
1316         receiver is a nullable type.
1317
1318         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
1319         generic parameter.
1320
1321 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
1322
1323         * marshal.c: Implement COM Objects as return type for 
1324         managed->unmanaged calls. Added Release calls for COM Object
1325         out/return values in managed->unmanaged calls.
1326
1327         Code is contributed under MIT/X11 license.
1328
1329 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
1330
1331         * threads.h, threads-type.h: move the hazard pointer declarations
1332         to the private header.
1333
1334 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
1335
1336         * file-io.c, appdomain.c: memory leak fixes.
1337
1338 2007-08-02  Dick Porter  <dick@ximian.com>
1339
1340         * socket-io.c
1341         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
1342         SO_REUSEADDR setting into io-layer/sockets.c.
1343
1344 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
1345
1346         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
1347         from Object when called on a generic parameter. Fixes #82211.
1348
1349 2007-08-01  Dick Porter  <dick@ximian.com>
1350
1351         * file-io.c (convert_share): Test FileShare values bit-by-bit.
1352         Fixes bug 79250 yet again.
1353
1354 2007-07-30  Martin Baulig  <martin@ximian.com>
1355
1356         Merged the `debugger-dublin' branch.
1357
1358         * mono-debug.h
1359         (MonoDebugDataTable): New typedef.
1360         (MonoDebugMethodAddressList): New typedef.
1361         (MonoDebugWrapperData): Removed.
1362         (MonoDebugSymbolTable): Removed `current_data_table',
1363         `current_data_table_size', `current_data_table_offset'.
1364         (MonoDebugDataItemType): Moved into mono-debug.c.
1365         (MonoDebugMethodJitInfo): Remove `address'.
1366         (mono_debug_data_table): New global variable.
1367         (mono_debug_lookup_method_addresses): New public function.
1368         (mono_debug_find_method): Take a `MonoMethod *', not a
1369         `MonoDebugMethodInfo *'.
1370
1371         * mono-debug.c: Drop support for the old symbol tables.
1372
1373 2007-06-28  Martin Baulig  <martin@ximian.com>
1374
1375         * mono-debug.c (mono_debug_debugger_version): New public variable.
1376
1377 2007-07-31  William Holmes  <billholmes54@gmail.com>
1378
1379         * metadata.c Changed mono_type_create_from_typespec to not insert
1380           the type into the hash map until after
1381           do_mono_metadata_parse_type has completed.
1382         Fixes Bug #82194
1383         Code is contributed under MIT/X11 license.
1384
1385 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
1386
1387         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
1388         generic parameter. Fixes #82211.
1389
1390 2007-07-27  Jb Evain  <jbevain@novell.com>
1391
1392         * pedump.c (dump_metadata, dump_metadata_header): dump
1393         versions contained in the metadata header.
1394
1395 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
1396
1397         * threads.c: register small_id_table with the GC.
1398
1399 2007-07-27  Mark Probst  <mark.probst@gmail.com>
1400
1401         * threads.c, threads.h, class-internals.h, object-internals.h:
1402         Hazard pointers, to be used by lock-free parallel algorithms.
1403
1404 2007-07-26  Dick Porter  <dick@ximian.com>
1405
1406         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
1407         routine on non-windows platforms, as I've not managed to think of
1408         a non-kludgy way of doing this.  Finishes off bug 78739.
1409
1410 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
1411
1412         * object.c: properly setup interface_bitmap in proxy vtables.
1413
1414 2007-07-25  Marek Habersack  <mhabersack@novell.com>
1415
1416         * appdomain.c (get_shadow_assembly_location): do not use TickCount
1417         to create unique shadow copy target directories, use the domain's
1418         serial number instead. Each domain gets a unique target directory
1419         that way.
1420
1421         * domain.c (mono_domain_create): added code to increment domain
1422         shadow copy serial number and cache the value in the current
1423         domain structure.
1424
1425         * domain-internals.h (struct _MonoDomain): added a new field -
1426         shadow_serial to hold the serial number used in generation of
1427         shadow-copy directories. This is to make sure that the directory
1428         name is unique for each and every domain created. We avoid a race
1429         condition with overriding assemblies already in use by other app
1430         domains.
1431
1432 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
1433
1434         * class.c (mono_bounded_array_class_get): fixed memory leak when 
1435         binding generic parameters.
1436
1437 2007-07-24  Raja R Harinath  <rharinath@novell.com>
1438
1439         * metadata.c (do_mono_metadata_parse_generic_class): Use
1440         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
1441         error.
1442
1443 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
1444
1445         * loader.c, class-internals.h, reflection.c: removed the per-method
1446         generics hashtable: we use the global one through the call of
1447         mono_class_inflate_generic_method ().
1448
1449 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
1450
1451         * class.c, metadata.c, class-internals.h: introduce yet another
1452         generics global cache for inflated methods (fixes 98% of the perf
1453         issue in bug #81806).
1454
1455 2007-07-23  Raja R Harinath  <rharinath@novell.com>
1456
1457         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
1458         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
1459         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
1460         return a MonoGenericInst containing (a copy) of those types.
1461         (mono_metadata_inflate_generic_inst): Update to changes.
1462         (mono_metadata_parse_generic_inst): Likewise.
1463         (mono_get_shared_generic_inst): Likewise.
1464         * reflection.c (mono_class_bind_generic_parameters): Likewise.
1465         (mono_reflection_bind_generic_method_parameters): Likewise.
1466         * metadata-internals.h: Likewise.
1467         * icall.c (free_generic_context): Kill.
1468         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
1469
1470         * reflection.c (reflection_methodbuilder_to_mono_method): Use
1471         mono_metadata_type_dup.
1472         * marshal.c (mono_mb_create_method): Likewise.
1473
1474         * metadata.c (mono_metadata_type_dup): Rename from
1475         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
1476         MonoImage.  Handle a few more cases, esp. when no mempool is given.
1477         * marshal.c, metadata-internals.h: Update to changes.
1478
1479 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1480
1481         * class.c: fixed a small leak for array classes and removed warning.
1482
1483 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
1484
1485         * loader.c (mono_method_get_param_token): Make this work on generic methods.
1486         Return 0x8000000 for return parameters. Fixes #82161.
1487
1488 2007-07-21  Marek Habersack  <grendello@gmail.com>
1489
1490         * appdomain.c (get_shadow_assembly_location): append the current
1491         ticks value to the path. Avoids overwriting the same assemblies by
1492         several threads at the same time.
1493
1494 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
1495         and Raja R Harinath  <rharinath@novell.com>
1496
1497         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
1498         Simplify slightly.
1499         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
1500         property for testing if a method is a generic method definition.
1501
1502 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
1503
1504         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
1505
1506 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1507
1508         * verify.c: used function from private branch, reverted to the one in class.h 
1509
1510 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1511
1512         * verify.c: a typo slipped in and the code wont compile
1513
1514 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1515
1516         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
1517         disabled box instruction as it is doing the wrong thing
1518         improved stack dump messages, now it is easier to debug type related issues
1519
1520
1521 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
1522
1523         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
1524
1525 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1526
1527         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
1528         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
1529         grouped with class and valuetype. This change will simply 
1530         the code as it should be handled just like unmanaged pointers.
1531
1532 2007-07-19  Mark Probst  <mark.probst@gmail.com>
1533
1534         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
1535
1536 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1537
1538         * verify.c: several stack merge issues fixed, reference comparisons now
1539         check the type size. strict type check now works correctly.
1540         added more uses of IS_MANAGED_POINTER macro.
1541         fixed issues pointed by running the test suite against .net.
1542         
1543
1544 2007-07-19  Mark Probst  <mark.probst@gmail.com>
1545
1546         * class.c, loader.c, class-internals.h: Removed the
1547         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
1548         defines.
1549
1550         * icall.c: Better error checking in some internal reflection
1551         methods.
1552
1553 2007-07-18  William Holmes  <billholmes54@gmail.com>
1554
1555         * filewatcher.c : removed unused variable 'filename' in 
1556           ves_icall_System_IO_FSW_SupportsFSW
1557
1558 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
1559
1560         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
1561         obsolete, removed.
1562
1563 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
1564
1565         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
1566         
1567         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
1568
1569 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
1570
1571         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
1572         Implement generics support.
1573         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
1574
1575         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
1576         type_args and method_args arguments.
1577         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
1578         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
1579         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
1580
1581 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
1582
1583         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
1584           It adds a rootimage parameter to mono_reflection_get_type_internal,
1585           adds new function mono_reflection_get_type_with_rootimage and use
1586           the rootimage to resolve the types instead of the current image
1587
1588 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1589
1590         * culture-info-table.h: Forgot to update after r78304.
1591
1592 2007-07-13  Raja R Harinath  <rharinath@novell.com>
1593
1594         * class.c (mono_class_is_open_constructed_type)
1595         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
1596
1597 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
1598
1599         * class.c (mono_bounded_array_class_get):  method fails if used with
1600         an incomplete TypeBuilder enum (no basetype field), fixed it by 
1601         avoiding calculating the size for such array as it cannot be instantiated.
1602         Fix bug #82015
1603
1604 2007-07-12  Raja R Harinath  <rharinath@novell.com>
1605
1606         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
1607         field.
1608         * metadata.c, reflection.c: Update to changes.
1609
1610 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
1611
1612         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
1613         mono_class_is_valid_enum, they are used to valide a enum when loading.
1614         * reflection.c: used new functions to throw TypeLoadException when and
1615         invalid enum is build with TypeBuilder. Fixes #82018
1616   
1617 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
1618
1619         * object.c: forgot commit of mono_class_setup_methods () to access
1620         iface->methods.
1621         * object-internals.h: added a few more handy fields to
1622         MonoIMTCheckItem.
1623
1624 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
1625
1626         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
1627         iface->methods.
1628
1629 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
1630
1631         * class-internals.h, object-internals.h, object.c: IMT-based
1632         interface invocation core from Massimiliano Mantione
1633         (massi@ximian.com) with a reworked arch-specific interface,
1634         bsearch implementation and a few bugfixes and memory savings by me.
1635
1636 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
1637
1638         * class.c (mono_class_create_from_typedef): mono would segfault if 
1639         an enum did not have a __value field. It now throws a TypeLoadException
1640         for such cases. Fix bug #82022
1641
1642 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
1643
1644         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
1645
1646 2007-07-09  Mark Probst  <mark.probst@gmail.com>
1647
1648         * class.c (mono_class_init): If a class is already inited but has
1649         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
1650
1651 2007-07-09  Mark Probst  <mark.probst@gmail.com>
1652
1653         * class.c: Properly handle the case of an unimplemented interface
1654         method.  Fixes: 81673.
1655
1656 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
1657
1658         * class-internals.h, object.c: cleanup patch from massi: use
1659         MonoVTable->interface_bitmap since the vtable interfaces offset array
1660         is going away.
1661
1662 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
1663
1664         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
1665         GetMDStreamVersion icall instead.
1666
1667 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
1668
1669         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
1670         not use mono_dl_build_path() with a full library name: makes
1671         fallbacks to libgaim and libfam work.
1672
1673 2007-07-06  William Holmes  <billholmes54@gmail.com>
1674
1675         * assembly.c: Added a continue statement in probe_for_partial_name when
1676          parse_assembly_directory_name fails.  Fixes : 82002
1677
1678 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
1679
1680         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
1681         and added a verification  for TYPEDBYREF.
1682         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
1683         make native int interchangeable with int32 and some small cleanup and formating.
1684         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
1685         handle byref of byref.
1686         * verify.c (push_local): handle byref of byref.
1687         * verify.c (do_binop): invalid mix of values is unverifiable
1688         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
1689         added visibility checks
1690         * verify.c (field related method): added visibility checks
1691         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
1692
1693 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
1694
1695         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
1696         string.
1697
1698 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
1699
1700         * profiler.c (mono_profiler_load): Fix an off-by-one error.
1701
1702         * marshal.c (emit_marshal_string): When returning a string from managed code,
1703         allways make a copy even for unicode strings. Fixes #81990.
1704
1705 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
1706
1707         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
1708         of byref generic inst types (bug #81997).
1709
1710 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
1711
1712         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
1713         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
1714
1715 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
1716
1717         * marshal.c (emit_marshal_string): Add support for unicode strings in
1718         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
1719
1720 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
1721
1722         * verify.c: field load/store are now verified, missing only access checks now
1723
1724 2007-06-28  Martin Baulig  <martin@ximian.com>
1725
1726         * mono-debug.c (mono_debug_debugger_version): New public variable.
1727
1728 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
1729
1730         * locales.c: When constructing DateTimeFormat or NumberFormat for
1731         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
1732         MonoCultureInfo contructed from the current locale is always
1733         read-only and has UseUserOverride set to true. All MonoCultureInfo
1734         instances returned for GetCultures have both IsReadOnly and
1735         UseUserOverride set to true. Fixes part of bug #81930.
1736
1737 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
1738
1739        * icall-def.h: Update System.__ComObject icalls
1740        * marshal.c: Avoid managed transition (and object creation)
1741        when looking up COM interface in RCW.
1742        * marshal.h: Ditto.
1743        
1744        Code is contributed under MIT/X11 license.
1745
1746 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
1747
1748         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
1749         to avoid crashes during assembly unloading.
1750
1751 2007-06-22  Raja R Harinath  <rharinath@novell.com>
1752
1753         Fix MethodInfo.IsGenericMethodDefinition
1754         * reflection.c (mono_reflection_bind_generic_method_parameters):
1755         Rearrange code to ensure we always uses a generic method definition.
1756         * class.c (mono_class_inflate_generic_method_full): Set
1757         'generic_container' field only for generic method definitions.
1758         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
1759         Use presense of 'generic_container' field as indication of being a
1760         generic method definition.
1761
1762 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
1763
1764         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1765
1766         * object-internals.h: Reflect changes in the layout of the managed Delegate
1767         class.
1768         
1769         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
1770         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
1771         runtime memory used by the dynamic method. Fixes #77146.
1772
1773 2007-06-21  Dick Porter  <dick@ximian.com>
1774
1775         * file-io.h: 
1776         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
1777         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
1778         81767.
1779
1780 2007-06-21  Raja R Harinath  <rharinath@novell.com>
1781
1782         * reflection.c (method_encode_methodspec): Add a tripwire.
1783         * class.c (inflate_generic_type): The fully open generic type is
1784         not the same as the generic type definition.
1785
1786 2007-06-21  Martin Baulig  <martin@ximian.com>
1787
1788         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
1789
1790         * mono-debug-debugger.h
1791         (MonoDebuggerBreakpointInfo): Removed.
1792         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
1793         (mono_debugger_remove_breakpoint): Likewise.
1794         (mono_debugger_breakpoint_callback): Likewise.
1795         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
1796
1797 2007-06-21  Raja R Harinath  <rharinath@novell.com>
1798
1799         * metadata.c (mono_metadata_lookup_generic_class): The fully open
1800         generic type is not the same as the generic type definition.
1801         * class.c (mono_generic_class_get_class): Likewise.
1802
1803 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
1804
1805         * icall.c: The second argument to 
1806         System.Reflection.MethodBase.GetMethodFromHandleInternalType
1807         is a MonoType not a MonoClass.
1808
1809 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1810
1811         * verify.c: support for function pointers in the verifier
1812
1813 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1814
1815         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
1816
1817 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
1818
1819         * assembly.c: removed Mono.Data.SqliteClient from the list of
1820         forward-compatible assemblies as it breaks the ABI (bug #81899).
1821
1822 2007-06-19  Raja R Harinath  <rharinath@novell.com>
1823
1824         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
1825         lookup/update with the loader lock.
1826         * reflection.c (mono_class_bind_generic_parameters): No need to
1827         protect mono_metadata_lookup_* with the loader lock.
1828         * class.c (inflate_generic_type): Likewise.
1829         
1830         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
1831         on a generic instantiated type.
1832
1833 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
1834
1835         *verify.c: produce meanfull error messages on verification error
1836         *verify.c: fixed some cases of verification errors reported as validation errors
1837         *pedump.c: fixed the error name array, now it shows validation errors properly
1838         *verify.h: fixed the contant that should be used for verification errors
1839
1840 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
1841
1842         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
1843         for bug #77596, 81858 and 80743 (generics data structures on domain
1844         unload).
1845
1846 2007-06-15  Raja R Harinath  <rharinath@novell.com>
1847
1848         Avoid allocating 'MonoGenericContext' on the heap.
1849         * class-internals (_MonoMethodInflated::context): Make field
1850         inline, not a pointer.
1851         * loader.c (method_from_methodspec): Allocate 'new_context' on the
1852         stack.  Use the context embedded within the inflated method as the
1853         hash key, rather than 'new_context'.
1854         * class.c (inflate_generic_context): Simplify.  Return a struct
1855         rather than allocating on the heap.
1856         (mono_class_inflate_generic_method_full): Update to changes.  Now,
1857         doesn't salt away a copy of the context -- simplifying the
1858         lifetime rules of a 'MonoGenericContext *'.
1859         (mono_method_get_context): Return pointer to embedded context.
1860         (setup_generic_array_ifaces): Allocate temporary context on stack.
1861         * reflection.c (inflate_mono_method): Likewise.
1862         (mono_reflection_bind_generic_method_parameters): Likewise.
1863         Use the context embedded within the inflated method as the hash key.
1864
1865         Avoid a source of allocation of 'MonoGenericContext'.
1866         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
1867         and 'cached_context' fields into embedded 'MonoGenericContext' field.
1868         * class.c: Update to changes.
1869         (mono_generic_class_get_context): Simplify drastically.  Now just
1870         returns a pointer to the field.
1871         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
1872         argument as a const pointer.
1873         (mono_metadata_generic_context_equal): Likewise.
1874         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
1875         Update to changes.
1876
1877 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
1878
1879         * verify.c improved the handling of brtrue/brfalse, factored out common code
1880
1881 2007-06-14  Raja R Harinath  <rharinath@novell.com>
1882
1883         Kill MonoGenericMethod.
1884         * class-internals.h (MonoGenericContext::method_inst): Rename from
1885         'gmethod' and convert to a MonoGenericInst.
1886         (MonoGenericMethod): Remove.
1887         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
1888         * loader.c (method_from_methodspec): Update to changes.  Use a
1889         MonoGenericContext as the key to the hashtable.
1890         * metadata.c (mono_metadata_generic_context_equal): Rename from 
1891         'mono_metadata_generic_method_equal' and take MonoGenericContext.
1892         (mono_metadata_generic_context_hash): Likewise from
1893         'mono_metadata_generic_method_hash'.  Change hash function.
1894         (mono_metadata_load_generic_params): Update to changes.
1895         (mono_get_shared_generic_method): Remove.
1896         * metadata-internals.h (mono_get_shared_generic_method): Remove.
1897         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
1898         (inflate_generic_context): Likewise.
1899         (mono_class_inflate_generic_method_full): Likewise.
1900         (setup_generic_array_ifaces): Likewise.
1901         (mono_class_create_from_typespec): Likewise.
1902         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
1903         (method_encode_methodspec): Update callsite.
1904         (reflection_methodbuilder_to_mono_method): Update to changes.
1905         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
1906         MonoGenericContext as the key to the hashtable.
1907         (inflate_mono_method): Update to changes.
1908
1909         * class-internals.h (MonoGenericMethod::container): Remove.
1910         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
1911
1912 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
1913
1914         * profiler-private.h, profiler.c, profiler.h: added API to profile
1915         exception events.
1916
1917 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1918
1919         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
1920
1921 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1922
1923         * verify.c: method invocation is now validated, now we verify parameter types on stack.
1924         Fixed overflow and underflow not aborting the verification process.
1925
1926 2007-06-13  Mark Probst  <mark.probst@gmail.com>
1927
1928         * class-internals.h (MonoStats): Added stats entries for dynamic
1929         code allocations.
1930
1931 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
1932
1933         * loader.c (mono_free_method): Free header->locals and header->clauses.
1934
1935         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
1936         dynamic case.
1937
1938         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
1939
1940         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
1941
1942 2007-06-12  Raja R Harinath  <rharinath@novell.com>
1943
1944         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
1945         the tables.
1946
1947 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1948
1949         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
1950
1951 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1952
1953         MonoGenericMethod on a diet
1954         * class-internals.h (_MonoMethodInflated::reflection_info): Move
1955         here ...
1956         (_MonoGenericMethod::reflection_info): ... from here.
1957         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
1958         Update to changes.
1959         * reflection.c (inflate_mono_method): Likewise.
1960         (mono_reflection_bind_generic_method_parameters): Likewise.
1961
1962 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1963
1964         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
1965         *verify.c: factored long ldarg forms to share code with short forms
1966
1967 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
1968
1969         *verify.c: fixed code formating factored some duplicate code
1970         into a new function
1971
1972         *verify.h: fixed binary incompatibility introduced earlier
1973
1974         *pedump.c: fixed formating
1975
1976 2007-06-11  Raja R Harinath  <harinath@gmail.com>
1977
1978         Fix assertion when disassembling Mono.C5.dll
1979         * loader.c (method_from_methodspec): Avoid inflating a method
1980         twice with the same context.  If the methodref is inflated, use
1981         the declaring method instead.
1982
1983         * class.c (mono_class_from_generic_parameter): Fix case similar to
1984         bug #81830 handled below, but for method containers.
1985
1986 2007-06-10  Raja R Harinath  <harinath@gmail.com>
1987
1988         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
1989         get_shared_generic_class.  Directly inflate the instance.
1990         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
1991         (inflate_generic_class): Delete.
1992         (get_shared_generic_class): Delete.  Move setting of
1993         'cached_class' and 'cached_context' ...
1994         * metadata.c (mono_metadata_lookup_generic_class): ... here.
1995
1996         * metadata.c (mono_metadata_lookup_generic_class): Change
1997         signature to take the components of a MonoGenericClass rather than
1998         an allocated MonoGenericClass.  Change semantics to be intern-like.
1999         * reflection.c (mono_class_bind_generic_parameters): Update to
2000         changes.  Make locking region tighter.
2001         * class.c (inflate_generic_class): Update to changes.
2002         (get_shared_generic_class): Likewise.
2003         * metadata-internals.h: Likewise.
2004
2005         * reflection.c (mono_class_bind_generic_parameters): Take and
2006         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
2007         (mono_reflection_bind_generic_parameters): Use
2008         'mono_class_bind_generic_parameters' rather than duplicate the code.
2009         * class.c (mono_bounded_array_class_get): Update to changes.
2010         * object-internals.h: Likewise.
2011
2012         * reflection.c (mono_class_bind_generic_parameters): Only support
2013         parameterizing generic type definitions.  Remove support for other
2014         open types.
2015
2016 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
2017
2018         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
2019
2020         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
2021         in the dynamic case.
2022
2023 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
2024
2025         * threads.c: When cleaning up thread, reset the Background bit.
2026         Fixes bug #81720.
2027
2028 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
2029
2030        * metadata.c: Move variable declarations to top of scope.
2031        * verify.c: Move variable declarations to top of scope.
2032
2033        Code is contributed under MIT/X11 license.
2034
2035 2007-06-08  Raja R Harinath  <rharinath@novell.com>
2036
2037         * reflection.c (mono_class_bind_generic_parameters): Replace
2038         open-coded loop with mono_metadata_inflate_generic_inst.
2039
2040         * class.c (get_shared_generic_class): Don't call
2041         mono_get_shared_generic_inst.  Use the container's own
2042         'class_inst'.
2043
2044         * metadata.c (mono_metadata_load_generic_params): Move
2045         initialization of 'context' field here from ...
2046         * class.c (mono_class_create_from_typedef): ... here, and ...
2047         * loader.c (mono_get_method_from_token): ... here.
2048
2049         * class.c (get_shared_generic_class): Rename from
2050         mono_get_shared_generic_class and make static.
2051         (mono_get_shared_generic_inst): Move to metadata.c.
2052         * loader.c (mono_get_shared_generic_method): Likewise.
2053         * class-internals.h, metadata-internals.h: Update to changes.
2054
2055         Fix #81830
2056         * class.c (mono_class_from_generic_parameter): Don't assume a
2057         generic container owner exists.  Generic containers from monodis
2058         don't have any.
2059
2060 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
2061
2062         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
2063         * verify.h: new typedefs to returns the non-verifiable status
2064         * verify.c: initial implementation of generics, stack merging and object compatibility check
2065
2066 2007-06-06  Mark Probst  <mark.probst@gmail.com>
2067
2068         * class.c, image.c, class-internals.h (MonoImage): class_cache is
2069         a MonoInternalHashTable again (fixed bug in internal hash table
2070         code).
2071
2072 2007-06-06  Mark Probst  <mark.probst@gmail.com>
2073
2074         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
2075         MonoInternalHashTable again (fixed bug in internal hash table
2076         code).
2077
2078 2007-06-06  Mark Probst  <mark.probst@gmail.com>
2079
2080         * class.c, image.c, class-internals.h, domain.c,
2081         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
2082         changes.  Have to figure out what makes them break the SWF
2083         regression.
2084
2085 2007-06-04  Mark Probst  <mark.probst@gmail.com>
2086
2087         * class.c, image.c, class-internals.h (MonoImage): class_cache is
2088         a MonoInternalHashTable now.
2089
2090 2007-06-04  Mark Probst  <mark.probst@gmail.com>
2091
2092         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
2093         MonoInternalHashTable now.
2094
2095 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
2096
2097         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
2098         invoke_impl code.
2099
2100         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
2101
2102         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
2103         dependent trampoline.
2104
2105         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
2106
2107         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
2108
2109 2007-05-29  Robert Jordan  <robertj@gmx.net>
2110
2111         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
2112
2113 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
2114
2115         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
2116
2117 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
2118
2119        * marshal.c: Fix interface lookup loops for
2120        cominterop_get_com_slot_for_method and 
2121        cominterop_get_method_interface. Only need to lookup
2122        if type is a class, else use interface type method is on.
2123
2124        Code is contributed under MIT/X11 license.
2125
2126 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
2127
2128         * reflection.c: HasSecurity can be present even if no specially 
2129         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
2130         SecurityAttribute). Fix CAS regression tests on buildbot.
2131
2132 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
2133
2134        * appdomain.c: Add configure checks for header files.
2135        * image.c: Add configure checks for header files.
2136        * file-io.c: Add configure checks for header files.
2137        * debug-mono-symfile.c: Add configure checks for header files.
2138        * threadpool.c: Add configure checks for header files.
2139        * console-io.c: Add configure checks for header files.
2140        * profiler.c: Add configure checks for header files.
2141        * rawbuffer.c: Add configure checks for header files.
2142        * icall.c: Add configure checks for header files.
2143        * rand.c: Add configure checks for header files.
2144        * socket-io.c: Add configure checks for header files.
2145
2146        Code is contributed under MIT/X11 license.
2147
2148 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
2149
2150         * reflection.c (mono_custom_attrs_from_builders): Remove the 
2151         assertion as it breaks the build.
2152         
2153         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
2154
2155         * reflection.c (lookup_custom_attr): Make a copy here too.
2156
2157         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
2158         dynamic images.
2159
2160         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
2161         images.
2162
2163         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
2164         info.
2165
2166 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
2167
2168         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
2169         (load_cattr_value): Ditto.
2170
2171 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
2172
2173         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
2174
2175 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
2176
2177         * threads.c: In "start_wrapper", set apartment_state to MTA if
2178         apartment_state is Unknown and we're running on 2.0 profile or
2179         higher.
2180         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
2181         to main method, then set apartment_state to Unknown on 1.0 profile,
2182         and MTA on 2.0 profile.
2183
2184 2007-05-16  Jb Evain  <jb@nurv.fr>
2185
2186         * class-internals.h (MonoDefaults): Add an attribute_class and
2187           customattribute_data_class.
2188         * domain.c (mono_init_internal): Populate them.
2189         * reflection.c: Use them to remove duplicates. Make a vew
2190         MonoClass variables `static'.
2191
2192 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
2193
2194         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
2195         step in implementing IMT, so that all isinst checks now can go
2196         through the bitmap.
2197         This was needed because vtables for TransparentProxy need to look
2198         like the vtable of the "target" class, so they need to point to
2199         its interface bitmap directly.
2200
2201         * object.c: inside "mono_class_create_runtime_vtable" and
2202         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
2203
2204 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
2205
2206         * object-internals.h
2207           culture-info.h : added territory field in MonoCulture and
2208           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
2209         * locales.c : fill territory field above too.
2210         * culture-info-table.h : regenerated.
2211
2212 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
2213
2214         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
2215         Fixes #81599.
2216
2217 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
2218
2219         * object.c: Always initialize apartment, even if 
2220         there is no custom attributes on entry point.
2221         
2222         Code is contributed under MIT/X11 license.
2223
2224 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
2225
2226         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
2227         * metadata.c: If no encoding is set, check for unicode
2228         on class.
2229         
2230         Code is contributed under MIT/X11 license.
2231
2232 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
2233
2234         * threads.c: Handle if mono_thread_current returns NULL 
2235         
2236         Code is contributed under MIT/X11 license.
2237
2238 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
2239
2240         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
2241         in start_wrapper. Added mono_thread_init_apartment_state and
2242         mono_thread_cleanup_apartment_state.
2243         * object.c: Initialize thread apartment state on main thread
2244         by checking for STAThreadAttribute on entry point.
2245         * object-internals.h: Add apartment_state field to MonoThread.
2246         * threads-types.h: Add unmanaged definition of 
2247         System.Threading.ApartmentState, MonoThreadApartmentState.
2248         
2249         Code is contributed under MIT/X11 license.
2250         
2251 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
2252
2253         * class.c: Fix windows build.
2254         * class-internals.h: Fix windows build.
2255         
2256         Code is contributed under MIT/X11 license.
2257
2258 2007-05-08  Robert Jordan  <robertj@gmx.net>
2259
2260         * process.c (CreateProcess_internal):
2261         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
2262         .CreateNoWindow was specified. Fixes #81496.
2263
2264 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
2265
2266         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
2267         step in implementing IMT, replaced it with two compact arrays
2268         (interfaces_packed and interface_offsets_packed) and a bitmap that
2269         is used for isinst checks (interface_bitmap).
2270
2271         * class.c: (compare_interface_ids): compare function to pass to
2272         bsearch when looking for an interface with a given id.
2273         (mono_class_interface_offset): reimplemented using bsearch on
2274         interfaces_packed, getting the offset from interface_offsets_packed.
2275         (print_implemented_interfaces): utility debugging function.
2276         (setup_interface_offsets): reworked to initialize interfaces_packed,
2277         interface_offsets_packed and interface_bitmap.
2278
2279         * object.c: replaced all accesses to "MonoClass.interface_offsets"
2280         with uses of interfaces_packed and interface_offsets_packed.
2281
2282 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
2283
2284         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
2285         mono_class_interface_offset prototype to wrap all accesses to
2286         "MonoClass.interface_offsets".
2287
2288         * class.c: Implemented mono_class_interface_offset, and wrapped all
2289         accesses to "MonoClass.interface_offsets".
2290
2291         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
2292         "MonoClass.interface_offsets".
2293
2294 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
2295
2296         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
2297         GetMethodFromHandle overloads (bug #78637).
2298
2299 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
2300
2301         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
2302         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
2303
2304 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
2305
2306         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
2307         #81498.
2308
2309         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
2310         gracefully.
2311         (mono_custom_attrs_from_index): Ditto.
2312
2313         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
2314         Fixes #81501.
2315
2316 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
2317
2318         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
2319         is now allocated from a mempool.
2320
2321 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
2322
2323         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
2324         caller holds threads_lock, leading to deadlocks. Fixes #81476.
2325
2326 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
2327
2328         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
2329         mono_loader_clear_error () too late. Fixes #81463.
2330
2331 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
2332
2333         * culture-info-table.h : regenerated.
2334
2335 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
2336
2337         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
2338         is missing.
2339
2340 2007-04-25  Dick Porter  <dick@ximian.com>
2341
2342         * Makefile.am: Put the mingw enforced-optimisation back into the
2343         PLATFORM_WIN32 section.
2344
2345 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
2346
2347         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
2348         patch.
2349
2350         * image.c (mono_image_load_module): New API function to load a module reference.
2351
2352         * image.c (load_modules): Load modules lazily. Fixes #80812.
2353
2354         * class.c (mono_class_from_typeref): Use mono_image_load_module.
2355         
2356         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
2357
2358         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
2359         to mono_image_load_module_dynamic.
2360
2361 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
2362
2363         * marshal.c: Fix calling convention for CCW on non-windows
2364         platforms. STDCALL on windows, CDECL everywhere else to work 
2365         with XPCOM and MainWin COM.
2366         
2367         Code is contributed under MIT/X11 license.
2368
2369 2007-04-23  Martin Baulig  <martin@ximian.com>
2370
2371         Fix #80969.
2372
2373         * loader.c
2374         (method_from_memberref): Added `gboolean *used_context' argument.
2375         (mono_get_method_from_token): Likewise.
2376         (mono_get_method_full): Don't insert the method in the cache when
2377         `used_context' is true.
2378
2379 2007-04-23  Raja R Harinath  <rharinath@novell.com>
2380
2381         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
2382
2383         * reflection.c (mono_reflection_bind_generic_parameters): Don't
2384         create new MonoTypes for returned types.
2385         * class.c (mono_generic_class_get_class): Export mono-internal.
2386         * class-internals.h: Update to changes.
2387
2388 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
2389
2390         * threadpool.c, threadpool.h, icall-def.h: patch from
2391         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
2392
2393 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
2394
2395         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
2396         
2397         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
2398
2399         * threads.c (mono_thread_get_stack_bounds): New helper function.
2400
2401         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
2402         Correctly compute stack bounds when attaching. Fixes #81394.
2403
2404 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
2405
2406         * reflection.c: fix handling of doubles in custom attributes
2407         for the arm-fpa format (bug #81368).
2408
2409 2007-04-18  Raja R Harinath  <rharinath@novell.com>
2410
2411         * reflection.c (assembly_add_win32_resources): Mildly relax an
2412         bounds check to let the end pointer point just past the end of the
2413         allocated buffer.  (may fix #81384)
2414
2415 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
2416
2417         * culture-info-table.h : regenerated.
2418
2419 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
2420
2421         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
2422         the thread is aborted early.
2423
2424 2007-04-05  Dick Porter  <dick@ximian.com>
2425
2426         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
2427         FindFirstFile()/FindNextFile() to find entries.  This lets the
2428         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
2429         81038.
2430
2431         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
2432         the parameters of
2433         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
2434
2435 2007-04-04  Martin Baulig  <martin@ximian.com>
2436
2437         * debug-helpers.c
2438         (mono_method_desc_full_match): Add support for nested classes.
2439
2440 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
2441
2442         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
2443
2444 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
2445
2446         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
2447         waiting for too many threads.
2448
2449 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
2450
2451         * environment.c: Fix return value check on uname so we can get the 
2452         executing version on Solaris operating systems.
2453
2454 2007-03-28  Jb Evain  <jbevain@gmail.com>
2455
2456         * class.c (mono_type_get_name_recurse): Complete the
2457         fix for the creation of assembly qualified names for
2458         pointer types. Fixes #81208.
2459
2460 2007-03-27  Dick Porter  <dick@ximian.com>
2461
2462         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
2463         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
2464         changed.
2465
2466         * threads.c
2467         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
2468         the value of ReleaseMutex().
2469
2470 2007-03-27  Dick Porter  <dick@ximian.com>
2471
2472         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
2473         in little-endian order, not network endian, so must be converted
2474         to host endian here.  Fixes bug 80593.
2475
2476 2007-03-22  Jb Evain  <jbevain@gmail.com>
2477
2478         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
2479         qualified names for pointer types. Fixes #81208.
2480
2481 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
2482
2483         * marshal.c: Add support for PreserveSigAttribute. 
2484         
2485         Code is contributed under MIT/X11 license.
2486
2487 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
2488
2489         * process.c: Fix endianness issues. Fixes #81126.
2490
2491         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
2492         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
2493
2494         * image.c (mono_image_lookup_resource): Make this work on big-endian
2495         machines.Change API contract so the caller needs to free the return value.
2496         
2497         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
2498         API change.
2499         
2500 2007-03-14  Martin Baulig  <martin@ximian.com>
2501
2502         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
2503         mono_type_get_desc() as well.
2504
2505 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
2506
2507         * icall.c:  Fix environ access in VS.  
2508         
2509 2007-03-13  Alp Toker  <alp@atoker.com>
2510
2511         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
2512         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
2513         #63841.
2514
2515 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
2516
2517         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
2518         circular references among dynamic methods. Fixes #81091.
2519
2520         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
2521
2522 2007-03-09  Martin Baulig  <martin@ximian.com>
2523
2524         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
2525
2526 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
2527
2528         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
2529         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
2530         
2531         Code is contributed under MIT/X11 license.
2532         
2533 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
2534
2535         * loader.c: Reapply patch for bug #79424.
2536
2537 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
2538
2539         * metadata.c (mono_type_to_unmanaged): Only convert object to
2540         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
2541
2542 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
2543
2544         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
2545         (and incorrectly set) is_reference field from MonoGenericInst.
2546
2547 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
2548
2549         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
2550         a little earlier.
2551
2552         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
2553
2554         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
2555
2556 2007-03-05  Miguel de Icaza  <miguel@novell.com>
2557
2558         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
2559         FileOptions.1 value to mean "temporary", map that to
2560         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
2561
2562         Fixes 80688
2563
2564 2007-03-03  Marek Habersack  <mhabersack@novell.com>
2565
2566         * appdomain.c: implement MS .Net style shadow copying. Copies of
2567         the assemblies are made in a subdirectory of the dynamic base
2568         directory, the assembly names are preserved.
2569         Copy .mdb and .config files along with the assemblies being shadowed.
2570
2571 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
2572
2573         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
2574         (emit_marshal_handleref): Ditto.
2575
2576         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
2577         on Visual C++. Fixes #80671.
2578
2579 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
2580
2581         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
2582         for clone operations.
2583
2584 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
2585
2586         * marshal.c: Fix warnings.
2587
2588 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
2589
2590         * loader.c: allow case-insensitive matching of the dll name
2591         in dllmap handling when prefixed with "i:".
2592
2593 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
2594
2595         * threads.c: Fix #ifdef for dummy_apc function for VS.
2596
2597 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
2598
2599         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
2600
2601 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
2602         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
2603         giving precedence to the methods with a fully qualified name
2604         (InterfaceName.MethodName) when building the interface sections
2605         of the vtable.
2606
2607 2007-02-16  Dick Porter  <dick@ximian.com>
2608
2609         * threadpool.c (append_job): Fix fast-path array handling, so it's
2610         less likely the array will grow exponentially when the load is
2611         heavy.
2612
2613 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
2614
2615         * metadata-internals.h, loader.c: fix dllmap lookup order
2616         for non-function maps, too, and prepare for fallback code.
2617
2618 2007-02-12  Robert Jordan  <robertj@gmx.net>
2619
2620         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
2621         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
2622         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
2623         GlobalFree. Fixes a part of bug #77075.
2624
2625 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
2626
2627         * loader.c: implemented typedef parent in field memberref.
2628
2629 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
2630
2631         * marshal.c: Fix warnings and remember to call Release on
2632         IUnknown of RCW.
2633         
2634         Code is contributed under MIT/X11 license.
2635
2636 2007-02-10  Miguel de Icaza  <miguel@novell.com>
2637
2638         * class-internals.h: Add MonoHandleRef definition, and
2639         handleref_class to mono_defaults. 
2640
2641         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
2642         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
2643
2644         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
2645         (do nothing on this stage)
2646         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
2647         (emit_marshal_handleref): New method, used for argument handling
2648         of HandleRefs. 
2649
2650 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
2651
2652         * class.c (mono_class_setup_parent): Lazily init com types.
2653         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
2654         init com types.
2655         * object.c (mono_remote_class_vtable): Lazily init com types.
2656         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
2657         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
2658         * domain-internals.h: Expose mono_init_com_types.
2659         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
2660         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
2661         Add support for COM Callable Wrapper marshalling.
2662         * marshal.h: Add icall definitions.
2663         * gc.c: Handle freeing of CCWs in finalizer code.
2664         
2665         Code is contributed under MIT/X11 license.
2666
2667 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
2668
2669         * reflection.c: changed all the signature encoding code to use
2670         a variable-sized buffer.
2671
2672 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
2673
2674         * marshal.c: locking fixes: never take the loader lock
2675         or other runtime locks when holding the marshal lock
2676         (fixes bug#80664).
2677
2678 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
2679
2680         * marshal.c: make the delegate function pointer mapping
2681         work for the moving GC.
2682
2683 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
2684
2685         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
2686         for bug #80618.
2687
2688 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
2689
2690         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
2691         gmodule.
2692
2693 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
2694
2695         * threadpool.c: made the code moving-GC safe.
2696
2697 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
2698
2699         * assembly.c, boehm-gc.c, class-internals.h, class.c,
2700         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
2701         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
2702         warning cleanup.
2703         * reflection.c: warning cleanup, some threading and moving GC fixes.
2704
2705 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
2706
2707         * class.c, loader.c: create the needed Set/Get/Address array methods
2708         as well as the .ctors in mono_class_init (), fixes bug #80567.
2709
2710 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
2711
2712         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
2713         we doesn't decrease its alignment. Should fix the sparc build.
2714
2715 2007-01-24  Dick Porter  <dick@ximian.com>
2716
2717         * socket-io.c
2718         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2719         Create the returned object if we need to ignore an unsupported
2720         socket option.  Fixes a segfault reported by Atsushi.
2721
2722 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
2723
2724         * class.c, object.c: restrict GC-tracked fields to
2725         UIntPtr fields used inside corlib, so we provide better
2726         type info to the GC and also allow broken packing as in
2727         bug #80580.
2728
2729 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
2730
2731         * sgen-gc.c: removed duplicated function.
2732
2733 2007-01-19  Miguel de Icaza  <miguel@novell.com>
2734
2735         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
2736         value that means that the value is not supported, but that we
2737         should not return a failure, but instead report this as a
2738         successful operation.
2739
2740 2007-01-19  Raja R Harinath  <rharinath@novell.com>
2741
2742         Fix tests/bug79956.2.il
2743         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
2744         (mono_generic_class_get_class): If the generic definition in an
2745         enum, copy over other fields related to it.
2746
2747 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
2748
2749         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
2750         genericinst enums (bug #79215).
2751
2752 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
2753         * class.c: Fix bug 80307.
2754
2755 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
2756
2757         * image.c: if the file table is not present, try to load
2758         all the modules, since we don't have info about them
2759         having or not metadata (bug #80517).
2760         * assembly.c: allow mono_assembly_load_references () to
2761         work for netmodules.
2762
2763 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
2764
2765         * image.c, metadata-internals.h, object.c: execute module
2766         cctors when running on the 2 runtime if present (bug #80487).
2767
2768 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
2769
2770         * icall.c: optimized InitializeArray() on bigendian.
2771
2772 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
2773
2774         * icall.c: fix for the broken ARM FPA double format.
2775
2776 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
2777
2778         * icall.c: handle endian issues for r4 and r8 types, too, in
2779         the InitializeArray() icall.
2780
2781 2007-01-15  Miguel de Icaza  <miguel@novell.com>
2782
2783         * loader.c (mono_loader_error_prepare_exception): Clear the error
2784         once we have extracted the information from it, do this before we
2785         call into the JIT's class loading mechanisms.
2786
2787         * object.c (mono_class_create_runtime_vtable): Do not clear the
2788         loader error before calling mono_class_get_exception_for_failure
2789         as the loader error is needed inside
2790         mono_class_get_exception_for_failure to throw the error (thinko).
2791
2792         Fixes #80521
2793         
2794 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
2795
2796         * reflection.c: align fields rva data so it's faster to load at
2797         runtime.
2798
2799 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2800
2801         Prepare to simplify GenericMethod handling.
2802         * class-internals.h (mono_method_get_context): New accessor function.
2803         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
2804         rather than directly accessing '->context' field.
2805
2806         * class-internals.h (_MonoGenericParam.method): Move ...
2807         (_MonoGenericContainer): ... here.  Add into union with klass field.
2808         * class.c, icall.c, loader.c, metadata.c, reflection.c:
2809         Update to changes.
2810
2811 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
2812
2813         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
2814         the wrapper type enum and reduce relocations.
2815
2816 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2817
2818         * reflection.c (inflate_mono_method): Reuse method instantiation
2819         from the generic method, if available.
2820
2821 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2822
2823         * marshal.c (emit_marshal_variant): Fix conv_arg
2824         type in last commit, based on whether parameter is byref.
2825         
2826 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2827
2828         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
2829         marshalling.
2830         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
2831         MONO_TYPE_OBJECT back for VARIANT support.
2832
2833 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2834
2835         * marshal.c, marshal.h, icall-def.h: Implement 
2836         Marshal.ReAllocCoTaskMem.
2837
2838 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
2839
2840         * marshal.c: memory retention fixes: use the proper
2841         image cache for runtime_invoke method lookups.
2842
2843 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
2844
2845         * mempool.c: added code to help debug mempool allocations.
2846
2847 2007-01-11  Dick Porter  <dick@ximian.com>
2848
2849         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
2850         support (experimenting with faking it with IP_MTU_DISCOVER for
2851         systems that don't have IP_DONTFRAGMENT.)
2852         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
2853         icall.
2854
2855         * icall-def.h: new System.Net.Sockets.Disconnect icall.
2856
2857         * socket-io.h: Add new fields to MonoSocketAsyncResult
2858         corresponding to the new ones in Socket.cs.
2859
2860 2007-01-11  Raja R Harinath  <rharinath@novell.com>
2861
2862         Fix IronPython regression mentioned in #80249
2863         * metadata.c (do_mono_metadata_parse_generic_class): Clear
2864         'cached_context' field, since it may have been initialized as a
2865         side-effect of metadata parsing.
2866
2867         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
2868         (_MonoGenericClass.cached_class): Move here and rename from lone
2869         remaining field of ...
2870         (_MonoInflatedGenericClass): ... this.  Remove.
2871         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
2872         to changes.
2873
2874         Fix mcs/tests/test-128.cs regression.
2875         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
2876         2007-01-10 change below.
2877         [MONO_TYPE_OBJECT]: Recurse into array case.
2878
2879 2007-01-11  Raja R Harinath  <harinath@gmail.com>
2880
2881         * class-internals.h (mono_get_inflated_generic_class): Remove.
2882         * class.c (mono_get_inflated_generic_class): Remove.
2883         (mono_generic_class_get_class): Rename from
2884         mono_class_create_generic.
2885         (mono_class_from_mono_type) [GENERICINST]: Use it.
2886         * reflection.c, metadata.c: Update to changes.  Use
2887         'mono_class_from_mono_type'.
2888
2889 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
2890
2891         * reflection.c: use passed type when encoding an array element
2892         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
2893
2894 2007-01-09  Robert Jordan  <robertj@gmx.net>
2895
2896         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
2897         result arguments (someDelegate.EndInvoke (unrelatedAres)).
2898         Fixes bug #80392.
2899
2900 2007-01-09  Raja R Harinath  <rharinath@novell.com>
2901
2902         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
2903
2904         * object.c (set_value): Avoid aliasing between type->data.klass
2905         and type->data.generic_class.
2906
2907         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
2908
2909 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2910
2911         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
2912         between type->data.klass and type->data.generic_class.
2913
2914 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
2915
2916         * marshal.c: In MS.NET, StringBuilder objects are not copied by
2917         value in out parameters.
2918
2919 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2920
2921         Simplify invariant for MonoGenericClass::klass field.
2922         * class.c (mono_class_create_generic): Verify 'klass' is null.
2923         * metadata.c (do_mono_metadata_parse_generic_class): Don't
2924         initialize 'klass' field.
2925
2926 2007-01-05  Raja R Harinath  <rharinath@novell.com>
2927
2928         Ongoing work to avoid redundant data and simplify invariants.
2929         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
2930         'generic_class', and change type to a GenericInst.
2931         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
2932         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
2933
2934 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
2935
2936         * class.c : skip io-layer under PLATFORM_WIN32.
2937
2938 2007-01-03  Tor Lillqvist  <tml@novell.com>
2939
2940         Fix #80305: In a bundled executable, look in the bundled exe
2941         assembly to determine the runtime version. Add the possibility to
2942         bundle also the machine.config file.
2943         
2944         * assembly.c (mono_assembly_open_from_bundle): Make
2945         non-static. Allow being called even if we have no bundled
2946         assemblies, and return NULL right away in that case.
2947
2948         * domain-internals.h: Declare mono_assembly_open_from_bundle()
2949         here.
2950
2951         * domain.c (app_config_parse): Take an assembly exe file name as
2952         parameter instead of a config file name. Check for a bundled
2953         config file for that assembly by calling
2954         mono_config_string_for_assembly_file() (see below) before looking
2955         for one in the file system.
2956         (get_runtimes_from_exe): Corrsponding change to call of
2957         app_config_parse().
2958         (get_runtimes_from_exe): Check for bundled assembly exe file first
2959         by calling mono_assembly_open_from_bundle(). If no bundled
2960         assembly exe file is found, call mono_image_open() as before to
2961         look it up in the file system.
2962
2963         * mono-config.c: Add variable bundled_machinec_onfig.
2964         (mono_config_string_for_assembly_file): New function.
2965         (mono_config_for_assembly): Move code snippet that looks for a
2966         bundled assembly .config file into the above new function. Call
2967         it.
2968         (mono_register_machine_config, mono_get_machine_config): New
2969         functions to set and retrieve
2970
2971         * assembly.h: Declare mono_register_machine_config().
2972
2973         * mono-config.h: Declare mono_get_machine_config() and
2974         mono_config_string_for_assembly_file().
2975
2976         * icall.c: No declaration of environ necessary on Win32. It is
2977         declared (as a macro expanding to a function call) in stdlib.h.
2978         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
2979         New internal mono function. Returns the value of
2980         mono_get_machine_config() as a Mono string.
2981
2982         * icall-def.h: Add get_bundled_machine_config().
2983
2984 2007-01-04  Raja R Harinath  <rharinath@novell.com>
2985
2986         Remove redundant field
2987         * class-internals.h (_MonoGenericContext.container): Remove field.
2988         * loader.c (mono_method_get_signature_full): Don't parse a
2989         "container" for a signature parse when the signature is inflated
2990         immediately.
2991         (method_from_methodspec): Likewise, for a generic_inst.
2992         * class.c, metadata.c, reflection.c: Update to changes.
2993
2994 2006-01-04  Raja R Harinath  <rharinath@novell.com>
2995
2996         * class-internals.h (_MonoGenericClass): Rename 'context' field to
2997         'cached_context', and change semantics -- it starts off NULL, and
2998         is initialized on demand.
2999         * class.c (mono_generic_class_get_context): New accessor to
3000         replace 'context' field accesses.
3001         (mono_class_get_context): New helper.
3002         (*): Update to changes.
3003         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
3004
3005 2007-01-03  Miguel de Icaza  <miguel@novell.com>
3006
3007         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
3008         before the memcpy.   Fixes Marshal2 regression.
3009
3010 2007-01-02  Jb Evain  <jbevain@gmail.com>
3011
3012         * blob.h: add a MONO_TYPE_ENUM definition
3013         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
3014         fix the encoding of arrays of enums in custom attributes.
3015
3016         Fixes #79666.
3017
3018 2007-01-01  Miguel de Icaza  <miguel@novell.com>
3019
3020         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
3021         string is null terminated, but only cut the string short if it
3022         overflows the buffer.   
3023         
3024         (mono_string_to_byvalstr): Also fix this routine.   The code here
3025         was not properly terminating a string (it was only terminated
3026         because of the previous catch-all memset). 
3027
3028         I left the memset, because I do not know if applications expect
3029         the runtime to clear this region. 
3030
3031         Fixes #79944.
3032
3033         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
3034         Clear the error before returning to unmanaged code to prevent the
3035         runtime from being confused later on (fixes  80420).
3036         (ves_icall_type_from_name): Always call mono_loader_clear_error
3037         after parsing a type that could have failed.
3038         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
3039
3040         * loader.c (mono_loader_clear_error): Fix indentation.
3041
3042 2006-12-28  Martin Baulig  <martin@ximian.com>
3043
3044         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
3045
3046 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
3047
3048         * reflection.c: patch from Rolf Bjarne Kvinge to fix
3049         getting a token for an EnumBuilder.
3050
3051 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
3052
3053         * reflection.c: be more careful in case resource generation
3054         fails to create the data array.
3055
3056 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
3057
3058         * sgen-gc.c: write barrier for clone and fix unregister handles.
3059
3060 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
3061
3062         * reflection.c: some fixes needed in the generics code for the moving GC.
3063
3064 2006-12-22  Robert Jordan  <robertj@gmx.net>
3065
3066         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
3067         account. Fixes bug #80299.
3068
3069 2006-12-21  Raja R Harinath  <rharinath@novell.com>
3070
3071         Fix WaitHandle usage in delegates.
3072         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
3073         * object.c (mono_wait_handle_new): Use the property set method to
3074         initialize the handle.
3075         (mono_wait_handle_get_handle): New.
3076         * threadpool.c (mono_async_invoke): Use it.
3077         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
3078         Likewise.
3079         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
3080
3081 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
3082
3083         * marshal.c (emit_marshal): Call emit_marshal_variant and
3084         emit_marshal_com_interface when applicable.
3085         (emit_marshal_variant, emit_marshal_com_interface): Add
3086         methods for this case and remove if's from emit_marshal_object.
3087         
3088 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
3089
3090         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
3091
3092 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
3093
3094         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
3095         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
3096         and GlobalFree on Windows. Remove FIXME.
3097
3098 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
3099
3100         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
3101         implementation for managed objects.
3102
3103 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
3104
3105         * object.c: implemented code to be used for checking
3106         that no reference field overlaps with non-references.
3107
3108 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
3109
3110         * threadpool.c: fix queue code to be compatible with the
3111         moving GC.
3112
3113 2006-12-18  Miguel de Icaza  <miguel@novell.com>
3114
3115         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
3116         in structures by throwing ArgumentNullException.
3117
3118         (emit_marshal_safehandle): Also when they are null parameters.
3119
3120         (emit_marshal_safehandle): Add support for ref
3121         SafeHandles parameters
3122
3123 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
3124
3125         * profiler.c: updated to use the mono-dl API instead of
3126         gmodule.
3127
3128 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
3129
3130         * profiler.c: updated to use the mono-dl dynamic loading
3131         API instead of gmodule.
3132
3133 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
3134
3135         * profiler.c: use readlink, older versions of glib don't have
3136         g_file_read_link ().
3137
3138 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
3139
3140         * profiler.c: try to detect the path to mono if libc fails to provide
3141         a useful name (bug #80286).
3142
3143 2006-12-16  Raja R Harinath  <rharinath@novell.com>
3144
3145         Fix #80242
3146         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
3147         instance, use the generic type definition instead.
3148         (ves_icall_Type_GetNestedTypes): Likewise.
3149         * class.c (mono_class_create_generic): Always set the
3150         nested_classes of a generic instance to NULL, even if the generic
3151         type definition has nested types.
3152
3153 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
3154
3155         * marshal.c (mono_string_from_bstr): Revert previous Windows change
3156         and fix on Linux.
3157         
3158 2006-12-15  Miguel de Icaza  <miguel@novell.com>
3159
3160         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
3161         my arguments were in the wrong order.   I also fixed the Windows
3162         version which seems to have had the same issue.
3163
3164         (mono_free_bstr): On Unix, this is g_free.
3165         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
3166         conversions (for the tests in corlib to pass).
3167
3168 2006-12-14  Miguel de Icaza  <miguel@novell.com>
3169
3170         * marshal.c (emit_ptr_to_object_conv): For now, ignore
3171         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
3172         exception if a ref SafeHandle in a struct has changed).
3173         
3174         (emit_struct_conv): Do not perform layout checks for classes
3175         derived from SafeHandle, as those are specially handled. 
3176
3177         (emit_object_to_ptr_conv): Add support for
3178         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
3179
3180         (emit_marshal_safehandle): Implement conversion of return values
3181         of safehandles (MARSHAL_ACTION_CONV_RESULT).
3182         
3183         * threads.c: WaitHandle now is compiled with two different handles
3184         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
3185         for 2.0.
3186         
3187         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
3188         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
3189         these routines to cope with both kinds of fields.
3190
3191 2006-12-12  Miguel de Icaza  <miguel@novell.com>
3192
3193         * metadata.c (mono_type_to_unmanaged): Handle the case where
3194         type->data.klass is a SafeHandle, and in that case, return the
3195         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
3196         MONO_MARSHAL_CONV_SAFEHANDLE. 
3197
3198 2006-12-11  Miguel de Icaza  <miguel@novell.com>
3199
3200         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
3201         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
3202         calling emit_marshal_object.
3203
3204         (emit_marshal_safehandle): Implement marshalling of
3205         SafeHandle parameters (no ref support yet).
3206
3207         (MarshalAction): Document the defines as I implement
3208         them for SafeHandle.
3209
3210         (emit_marshal_object): indentation police.
3211
3212         * class-internals.h: Define MonoSafeHandle.
3213         Add safehandle_class to MonoDefaults type.
3214
3215         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
3216         list of classes to check for fields. 
3217
3218         * domain.c (mono_init_internal): Add SafeHandle to the list of
3219         mono_defaults loaded.
3220
3221 2006-12-15  Raja R Harinath  <rharinath@novell.com>
3222
3223         Fix #80253
3224         * reflection.c (mono_reflection_bind_generic_parameters): If the
3225         generic type definition is a type builder, ensure that it is fully
3226         initialized before instantiating it.  Kill some dead code.
3227
3228 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
3229
3230         * object.c: clear the loader_error () before loading
3231         more metadata stuff (bug #80258).
3232
3233 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
3234
3235         * icall.c, icall-defs.h: type modifiers icalls for
3236         parameters and properties.
3237
3238 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
3239
3240         * object.c, icall.c: fixed warnings.
3241
3242 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
3243
3244         * marshal.c: fixed a couple of leaks and coding style in a few places.
3245
3246 2006-12-08  Dick Porter  <dick@ximian.com>
3247
3248         * process.c: Cope with NULL ProcessStartInfo arguments on windows
3249         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
3250         80173.
3251
3252 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
3253
3254         * process.c: ProcessStartInfo may have only filename set and
3255         arguments can be NULL.
3256
3257 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
3258
3259         * icall.c: fix leak found by Robert Jordan.
3260
3261 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
3262
3263         * marshal.c, marshal.h: generate managed method to access an element
3264         of a multi-dimensional array.
3265
3266 2006-11-30  Paolo Molaro (lupus@ximian.com)
3267
3268         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
3269
3270 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
3271
3272         * icall.c: back out GetFields () fix until the serialization code is
3273         fixed to not depend on the incorrect behaviour.
3274
3275 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
3276
3277         * profiler.c: provide defaults if none are set.
3278
3279 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
3280
3281         * Makefile.am, attrdefs.h: new public header file with
3282         constants for attributes for use by embedders.
3283
3284 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
3285
3286         * icall.c: GetFields () fix for bug #80064.
3287
3288 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
3289
3290         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
3291         removed long unused icalls.
3292
3293 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
3294   
3295         * marshal.c: 
3296                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
3297                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
3298                 can be generated without a delegate class.
3299                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
3300         
3301         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
3302
3303 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3304
3305         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
3306         #80069.
3307
3308 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
3309
3310         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
3311         icall-def.h: added icalls needed by System.GC.
3312
3313 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
3314
3315         * loader.c: ensure the class in catch clauses is handled
3316         correctly for generics methods (fixes bug#79980).
3317
3318 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
3319
3320         * monitor.h, monitor.c: added mono_locks_dump () function
3321         to help debug deadlocks involving managed locks.
3322
3323 2006-11-13  Dick Porter  <dick@ximian.com>
3324
3325         * file-io.c (get_file_attributes): If the file is a symlink try
3326         and get the stat data for the target, but also add the
3327         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
3328         the specs for the windows symlink support, but will probably have
3329         to be reworked when I have test data from a vista machine.  Fixes
3330         bug 79887.
3331
3332 2006-11-13  Dick Porter  <dick@ximian.com>
3333
3334         * gc.c (mono_domain_finalize): 
3335         * marshal.c (mono_delegate_begin_invoke): 
3336         * threadpool.c (socket_io_init, mono_thread_pool_init)
3337         (mono_thread_pool_finish): 
3338         * monitor.c (mono_monitor_try_enter_internal): 
3339         * threads.c (mono_thread_resume, mono_thread_init)
3340         (mono_thread_suspend_all_other_threads)
3341         (mono_thread_execute_interruption): 
3342         * appdomain.c (mono_domain_unload): Check for NULL error returns
3343         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
3344         75733.
3345
3346 2006-11-11  Miguel de Icaza  <miguel@novell.com>
3347
3348         * process.c
3349         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
3350         Only close the handle if the value of the handle is not
3351         INVALID_HANDLE_VALUE.  This just makes the process a bit more
3352         robust.
3353
3354         Improvement for #75733, so that we do not run into this problem. 
3355
3356         
3357         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
3358         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
3359         internal variables.  Fixes #79462 
3360         
3361
3362 2006-11-09  Dick Porter  <dick@ximian.com>
3363
3364         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
3365         Use poll() not select().  Fixes bug 79397.
3366
3367 2006-11-09  Raja R Harinath  <rharinath@novell.com>
3368
3369         Fix #79872
3370         * assembly.c (mono_assembly_load_from_full): Check that the given
3371         image has an assembly manifest.
3372
3373 2006-11-09  Ankit Jain  <jankit@novell.com>
3374
3375         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
3376         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
3377         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
3378
3379 2006-11-07  Dick Porter  <dick@ximian.com>
3380
3381         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
3382         Put the old resolver behaviour back for pre-2.0 profiles.
3383
3384 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
3385
3386         * threadpool.c: precise GC and locking fixes.
3387
3388 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
3389
3390         * class.c: don't load types that have an explicit unaligned
3391         managed reference. Provide better info in the TypeLoad exception.
3392         Part of the fix for bug #79744.
3393         * object.c: use the correct check for class type load issues.
3394
3395 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
3396
3397         * class.c: enforce alignment of fields with managed references
3398         even when Pack=1 is forced by the user (bug #77788).
3399
3400 2006-11-03  Dick Porter  <dick@ximian.com>
3401
3402         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
3403         If the address reverse lookup fails, return it as the hostname
3404         anyway.  Fixes bug 79721.
3405
3406 2006-11-03  Dick Porter  <dick@ximian.com>
3407
3408         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
3409         Fix build on Windows.
3410
3411 2006-11-02  Dick Porter  <dick@ximian.com>
3412
3413         * icall-def.h: 
3414         * object-internals.h: 
3415         * exception.c (mono_get_exception_thread_interrupted): 
3416         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
3417         Fixes bug 74525.
3418
3419         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
3420         Check for pending Thread.Interrupt.
3421
3422 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
3423         * loader.c: Fixed bug 79684.
3424
3425 2006-10-27  Dick Porter  <dick@ximian.com>
3426
3427         * file-io.c (get_file_attributes): Force symlinks to directories
3428         to be returned as a regular file.  Fixes bug 79733.
3429 2006-10-26  Dick Porter  <dick@ximian.com>
3430
3431         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
3432         CreateFile to open a directory then we need to set the
3433         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
3434
3435 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
3436
3437         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
3438         friends.
3439
3440 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
3441
3442         * sgengc.c: small cleanup of timer code.
3443
3444 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
3445
3446         * sgen-gc.c: fix some warnings and start adding support for
3447         complete object removal on domain unload.
3448
3449 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
3450
3451         * assembly.c: build_assembly_name should not consider a version
3452         number without build or revision number invalid. Fixes bug #79715.
3453
3454 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
3455
3456         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
3457         call kernel32 function OutputDebugString directly.
3458         
3459         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
3460         
3461 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
3462
3463         * reflection.c: small cleanup, using a function to insert a MonoString
3464         in the string heap.
3465
3466 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
3467
3468         * reflection.c: moving GC fixes.
3469
3470 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
3471
3472         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
3473         all the objects with finalizers belonging to an unloading appdomain.
3474
3475 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
3476
3477         * sgen-gc.c: added ability to allocate even when the nursery is fully
3478         pinned and fixed a couple of bugs.
3479
3480 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
3481
3482         * threads.h: Revert the last change for now.
3483
3484         * threads.h (mono_thread_get_pending_exception): Rename this to
3485         mono_thread_get_undeniable_exception ().
3486
3487 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
3488
3489         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
3490         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
3491         when fname does not refer to valid assembly. This result in a more
3492         meaningful error message.
3493         * exception.c: added mono_get_exception_bad_image_format2 which 
3494         constructs a BadImageFormatException using the ctor taking a custom
3495         message and the file name. Passing in a NULL msg results in a default
3496         message.
3497         * exception.h: define mono_get_exception_bad_image_format2 function.
3498         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
3499         when file name pointed to an invalid IL image. Use 
3500         mono_get_exception_file_not_found2 to construct FileNotFoundException,
3501         as this results in a more meaningful error message.
3502
3503 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
3504
3505         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
3506         #79465.
3507
3508 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
3509
3510         * metadata.c (mono_type_size): Change the align parameter to guint32 for
3511         consistency with the other _size functions.
3512         (mono_type_stack_size): Ditto.
3513
3514         * class.c object.c icall.c: Fix warnings caused by the above change.
3515
3516         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
3517
3518         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
3519
3520         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
3521
3522 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
3523
3524         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
3525         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
3526         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
3527         threadpool.h, threads-types.h: mark more internal functions.
3528
3529 2006-10-11  Dick Porter  <dick@ximian.com>
3530
3531         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
3532         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
3533         reproduce the bug even before applying the fix.)
3534
3535 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
3536
3537         * reflection.c: allow retrieving attributes for arguments in generic
3538         methods (bug #79241).
3539
3540 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
3541
3542         * debug-mono-symfile.c: properly check fopen () result (found by
3543         coverity).
3544
3545 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
3546
3547         * reflection.c: make error message clearer and fixed two
3548         issuelets found by Coverity.
3549
3550 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
3551
3552         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
3553
3554 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
3555
3556         * object-internals.h, gc-internal.h, profiler-private.h:
3557         mark internal functions.
3558
3559 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
3560
3561         * reflection.c: put data in the text section.
3562         * icall.c: recognize more types in type_from_typename ().
3563         * process.c, marshal.c: added some GC FIXMEs.
3564
3565 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
3566
3567         * loader.c: check for NULL before initializing.
3568
3569 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
3570
3571         * gc.c (finalizer_thread): Use a non-alertable wait here.
3572
3573         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
3574         until the correct solution is found.
3575
3576 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
3577
3578         * reflection.c (mono_module_get_object): Avoid an assert when operating on
3579         modules with no metadata. Fixes #79596.
3580
3581         * image.c (load_metadata_ptrs): Put back the error message when
3582         the #- heap is encountered since the support is not complete yet.
3583
3584 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
3585
3586         * gc.c: do not allow the user to SuppressFinalize () a
3587         delegate because it would leak the trampoline if present.
3588
3589 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
3590
3591         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
3592         PropertyPtr table.
3593
3594 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
3595
3596         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
3597
3598         * metadata.c (mono_metadata_get_param_attrs): Ditto.
3599
3600         * row-indexes.h: Add definitions for *Ptr tables.
3601
3602         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
3603
3604         * metadata.c (mono_metadata_translate_token_index): New helper function to
3605         translate table indexes used in uncompressed metadata.
3606         (mono_metadata_decode_table_row): Ditto.
3607         (mono_metadata_decode_table_row_col): Ditto.
3608
3609         * metadata.c: Add table schema for *Ptr tables.
3610
3611         * class.c loader.c: Use the new helper function to access the affected metadata
3612         tables.
3613         
3614         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
3615         #38532.
3616         
3617 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
3618
3619         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
3620         sequences which can be unbounded in size. Fixes #79583.
3621
3622 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
3623
3624         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
3625         static initialization.
3626
3627         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
3628
3629         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
3630
3631         * domain.c (mono_domain_free): Free up type_init_exception_hash.
3632
3633         * object.c (mono_runtime_class_init): Implement correct semantics when a static
3634         ctor fails, i.e. throw the same exception on subsequent accesses.
3635         
3636 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
3637
3638         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
3639         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
3640         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
3641         Handle marshalling of interfaces and VARIANTs contained in structs.
3642         
3643         Code is contributed under MIT/X11 license.
3644         
3645 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
3646
3647         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
3648         
3649         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
3650         mempool.
3651
3652 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3653
3654         * console-io.c: ignore previous SIGINT handler.
3655
3656 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
3657
3658         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
3659         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
3660         #79460, #79461, #79485.
3661
3662         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
3663
3664         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
3665         #79217.
3666
3667 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
3668
3669         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
3670         could be generated from it.
3671
3672 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
3673
3674         * rand.c: fix read loop to correctly handle EINTR.
3675
3676 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
3677
3678         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
3679         internal calls are defined to keep methods closer to the declaring
3680         type and allow a significant reduction in runtime relocations and
3681         memory usage.
3682
3683 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
3684
3685         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
3686         exception message to have FileNotFoundException use the default
3687         assembly load error message. Fixes bug #79426.
3688         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
3689
3690 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3691
3692         * threadpool.c: (start_thread_or_queue) use the root domain when
3693         creating the thread instead of the async object one.
3694
3695 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
3696
3697         * class.c, object.c, class-internals.h, reflection.c:
3698         for arrays, store element_size inside MonoClass (speedup
3699         for array object creation).
3700
3701 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
3702
3703         * icall.c: fixed CodeBase to use the file name and not the module
3704         name (bug #79365).
3705
3706 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
3707
3708         * mono-debug.c, mono-debug.h: export find_method as
3709         mono_debug_find_method ().
3710
3711 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
3712
3713         * debug-helpers.c, class-internals.h: added a few functions useful
3714         when debugging under gdb.
3715
3716 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3717
3718         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
3719         characters that need special handling.
3720
3721 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
3722
3723         * mono-config.c: make the os/cpu specification more flexible,
3724         allowing lists and negation.
3725
3726 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
3727
3728         * marshal.c: COM Interop fixes. Handle case where method->klass.
3729         is interface. Handle BSTR/MonoString when null. Use CDECL as 
3730         calling convention on non-windows platforms. This is for
3731         compatibility with XPCOM and MainWin COM.
3732         
3733         Code is contributed under MIT/X11 license.
3734         
3735
3736 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
3737
3738         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
3739         correctly. Fixes #79217.
3740
3741         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
3742
3743 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
3744
3745         * mono-config.c: allow both an os and cpu attribute for dllmap
3746         and dllentry elemnets to enable a single config file to be used
3747         for multiple architectures.
3748
3749 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
3750
3751         * loader.c: MonoLoaderError was cleared too soon on load failure.
3752         Fixes bug #79424.
3753
3754 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
3755
3756         * icall.c: use the defining class vtable when accessing a
3757         static field, not a pobblibly derived class.
3758
3759 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
3760
3761         * icall.c string-icalls.c: Remove references to unicode.h.
3762
3763         * unicode.h unicode.c Makefile.am: Remove these unused source files.
3764
3765         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
3766
3767         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
3768         indicating the image where custom marshaller types should be looked up.
3769         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
3770         custom marshallers, instead of corlib. Fixes #79425.
3771
3772 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
3773
3774         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
3775
3776 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
3777
3778         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
3779         Implement Environment.ProcessorCount.
3780         
3781         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
3782         Implement Environment.ProcessorCount.
3783         
3784         * icall.c: 
3785         Add Environment.ProcessorCount icall.
3786         
3787         Patch by Jason McFall.
3788
3789 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3790
3791         * assembly.c: don't append .exe/.dll when the filename already contains
3792         one of those extensions.
3793
3794 2006-09-12  Martin Baulig  <martin@ximian.com>
3795
3796         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
3797         to array interfaces.
3798
3799 2006-09-11  Martin Baulig  <martin@ximian.com>
3800
3801         * reflection.c (mono_image_build_metadata): Create the
3802         MethodImpl's after emitting all types and methods, so we don't
3803         need another fixup pass for them.
3804
3805 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
3806
3807         * class.c (mono_class_from_name_case): Fix regression introduced by the last
3808         change.
3809
3810 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
3811
3812         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
3813         unload.
3814
3815 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
3816
3817         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
3818         args is not set. Fixes #78926.
3819
3820 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
3821
3822         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
3823
3824         * image.c (load_class_names): Move this to class.c, and rename it to 
3825         'mono_image_init_name_cache'.
3826         (load_modules): Fix a warning.
3827
3828         * class.c icall.c image.c: Initialize image->name_cache lazily.
3829
3830         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
3831         on its name using information in the AOT file.
3832
3833         * class.c (mono_class_from_name): Use the new hook function.
3834
3835 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
3836
3837         * reflection.c (mono_param_get_objects): Handle enum default parameter values
3838         correctly.
3839
3840         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
3841         Fixes #79289.
3842         
3843 2006-09-06  Martin Baulig  <martin@ximian.com>
3844
3845         * icall.c (mono_lookup_internal_call): Small fix.
3846
3847 2006-09-05  Raja R Harinath  <rharinath@novell.com>
3848
3849         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
3850         double g_free.
3851
3852 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
3853
3854         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
3855         when --debug is specified.
3856
3857 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
3858
3859         * class.c (setup_generic_array_ifaces): Fix a warning.
3860
3861 2006-09-04  Miguel de Icaza  <miguel@novell.com>
3862
3863         * Temporarily remove the patch to assemly.c that checks the
3864         assembly versions as it breaks our gacutil.
3865
3866 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
3867
3868         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
3869
3870         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
3871         a net 1.0 runtime.
3872
3873         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
3874         created using the default ctor. Fixes #79152.
3875         (mono_string_builder_to_utf16): Ditto.
3876
3877 2006-09-01  Martin Baulig  <martin@ximian.com>
3878
3879         Fix handling of the generic array interfaces.
3880
3881         * class-internals.h
3882         (MonoDefaults): Removed `generic_array_class' and added
3883         `generic_ilist' class.
3884
3885         * class.c
3886         (mono_bounded_array_class_get): Add the new generic array interfaces.
3887         (setup_generic_array_ifaces): New static method; create vtable
3888         entries for each method in the generic array interfaces.
3889
3890         * metadata.c
3891         (select_container): Allow "parent-less" generic methods.
3892
3893         * marshal.c
3894         (mono_marshal_get_generic_array_helper): New public method.
3895
3896         * icall.c
3897         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
3898         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
3899         moved the interncall into System.Array.
3900
3901 2006-09-01  Raja R Harinath  <rharinath@novell.com>
3902
3903         A few more cases of avoiding work on types with ->byref set.
3904         Has the real fix for #79238
3905         * icall.c (is_generic_parameter): New helper.
3906         (ves_icall_Type_GetGenericParameterPosition): Use it.
3907         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
3908         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
3909         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
3910         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
3911         reference types.
3912         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
3913         reference types.
3914         (ves_icall_Type_get_IsGenericInstance): Likewise.
3915         (ves_icall_Type_get_IsGenericType): Likewise.
3916
3917 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
3918
3919         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
3920         class if possible.
3921
3922         * mempool.h (mono_mempool_get_allocated): New helper function.
3923
3924         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
3925         change.
3926
3927         * mempool.c: Fix warnings and the calculation of stats.
3928
3929         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
3930
3931         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
3932
3933         * loader.c (mono_get_method_from_token): Update method_count stat.
3934
3935         * class-internals.h (MonoStats): Add some stats.
3936
3937 2006-08-31 Robert Jordan  <robertj@gmx.net>
3938
3939         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
3940         with managed variants.
3941         All code is contributed under the MIT/X11 license.
3942         
3943 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
3944
3945         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
3946         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
3947
3948         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
3949
3950         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
3951         with cycles in classes.
3952
3953         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
3954
3955         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
3956         missing a [MarshalAs] directive. Fixes #79203.
3957
3958         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
3959         klass->marshal_info. Fixes #79217.
3960
3961 2006-08-30  Martin Baulig  <martin@ximian.com>
3962
3963         Committing a patch from Joachim Ante <joe@otee.dk>:
3964         Add support for binary data symbol stores.
3965
3966         * debug-mono-symfile.c
3967         (mono_debug_open_mono_symbol_file): Renamed into
3968         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
3969         arguments.
3970
3971         * mono-debug.c
3972         (mono_debug_open_image): Added `raw_contents' and `size' args.
3973         (mono_debug_init_2_memory): New public function.
3974
3975 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
3976
3977         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
3978
3979 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3980
3981         * appdomain.c: implement support for ShadowCopyFiles.
3982
3983 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
3984
3985         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
3986         when value is NULL (and should remove CID #51).
3987
3988 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3989
3990         * image.c: moved 2 functions to ../utils.
3991
3992 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
3993
3994         * gc.c: cope with the target object of a GC handle being NULL
3995         (bug #78877).
3996
3997 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
3998
3999         * class.c: recursively check parent's explicit implementations
4000         of interface methods (fixes bug #79125).
4001
4002 2006-08-19  Miguel de Icaza  <miguel@novell.com>
4003
4004         * filewatcher.c: Avoid warnings when building, do not redefine
4005         constants that are defined.
4006
4007         Remove warnings.
4008
4009 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4010
4011         * image.c: don't fail when the link points to an absolute path.
4012
4013 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
4014
4015         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
4016         Fix CID #3.
4017
4018 2006-08-17  Miguel de Icaza  <miguel@novell.com>
4019
4020         * image.c (full_path): A new method used to obtain the actual path
4021         of an assembly even in the presence of symbolic links.  
4022
4023         This is necessary for the case where we are running a binary that
4024         has been GACed, but we are using the "published" path name
4025         ($prefix/mono/1.0/blah.exe) which happens to point to the real
4026         file in the GAC.
4027
4028         This was the source of the failure for the `xsp' command with the
4029         recent AppDomain changes, as far as the runtime was concerned,
4030         there were two different assemblies: $prefix/mono/1.0/blah.exe and
4031         $prefix/mono/gac/blah/version/blah.exe.
4032
4033         (do_mono_image_open): use full path
4034
4035 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
4036
4037         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
4038
4039 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
4040
4041         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
4042         domain_id is supplied. Fix CID #241 and corlib's unit tests.
4043
4044 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
4045
4046         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
4047         small structures. Fixes #78990.
4048
4049 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
4050
4051         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
4052
4053         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
4054
4055 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4056
4057         * appdomain.c:
4058         * marshal.c: don't load all the assemblies from a domain into newly
4059         created ones. The new domains might have different rules and load
4060         assemblies from different locations. Fixes bug #76757.
4061
4062         Patch by Lluis. Conflicts resolved by Brian Crowell.
4063
4064 2006-08-16  Alp Toker  <alp@atoker.com>
4065
4066         * socket-io.c: First half of the fix for #79084.
4067         Set sa_size to the length of the content, not that of the struct.
4068         Don't add NULL suffix to the content, this should be done in
4069         managed code if needed.
4070
4071 2006-08-14  Raja R Harinath  <rharinath@novell.com>
4072
4073         Fix part of #79012
4074         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
4075         mono_metadata_parse_type returns NULL.
4076
4077 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
4078
4079         * normalization-tables.h : new file for string normalization data.
4080         * locales.c, locales.h, icall.c :
4081           added load_normalization_resource() for string normalization,
4082           and icall as well.
4083         * Makefile.am : added normalization-tables.h to the sources.
4084
4085 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
4086
4087         * marshal.c: Add more helper functions to reduce code duplication and use them
4088         everywhere.
4089
4090 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
4091
4092         * marshal.c: Fix non-x86 stdcall warnings.
4093         
4094         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
4095         them everywhere.
4096
4097 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
4098
4099         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
4100         type check on multi-dimensional arrays. Fixes #79000.
4101
4102 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
4103
4104         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
4105         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
4106         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
4107         * class-internals.h: add is_com_object to class structure.
4108         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
4109         null checks to COM object marshalling. Fix .ctor call on RCW.
4110         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
4111         
4112         All code is contributed under the MIT/X11 license.
4113
4114 2006-08-09  Dick Porter  <dick@ximian.com>
4115
4116         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
4117         racing mono_monitor_allocator_lock() somewhere, so don't delete
4118         the critical section for now.  Found by running and exiting
4119         monodevelop.
4120
4121 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
4122
4123         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
4124         (ves_icall_System_ComObject_FindInterface): Ditto.
4125         (ves_icall_System_ComObject_CacheInterface): Ditto.
4126
4127         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
4128         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
4129
4130 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4131
4132         * threadpool.c: treat pipes from process asynchronous reads as sockets
4133         when reading from them, so we get select/poll or epoll to wait for
4134         data.
4135
4136 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
4137
4138         * loader.c: Fix a typo (CID #233) in the null check.
4139
4140 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
4141
4142         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
4143         Hopefully fixes #78949.
4144         
4145         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
4146         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
4147         bytes. Fixes #78972.
4148
4149 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4150
4151         * filewatcher.c: we need to set errno here.
4152
4153 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4154
4155         * filewatcher.c: let Win32Exception get the error value.
4156
4157 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4158
4159         * filewatcher.c: translate errno into win32 errors for Win32Exception
4160         to know what happened.
4161
4162 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
4163
4164         * threadpool.c: Fix more warnings.
4165
4166         * assembly.c (search_loaded): Fix warnings.
4167
4168         * threadpool.c (mono_thread_pool_finish): Fix warnings.
4169         (mono_async_invoke): Ditto.
4170
4171 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
4172
4173         * object.c (mono_remote_class_vtable): Need to create proxy vtable
4174         entries for __ComObject type in addition to ComImport types.
4175         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
4176         about hash table.
4177         
4178         All code is contributed under the MIT/X11 license.
4179
4180 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
4181
4182         * image.c: avoid tentative loading of modulerefs that contain
4183         no metadata (P/Invoke library names).
4184
4185 2006-07-28  Dick Porter  <dick@ximian.com>
4186
4187         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
4188         mono_loader_lock() somewhere, so don't delete the critical section
4189         for now.  Found by running and exiting monodevelop.
4190
4191 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4192
4193         * filewatcher.c: define the inotify syscalls when we're building on
4194         linux and have sys/syscall.h. The build system might not have support
4195         for inotify but the target system might have it.
4196
4197 2006-07-26  Miguel de Icaza  <miguel@novell.com>
4198
4199         * domain.c: Documentation updates.
4200
4201         * loader.c (mono_free_method): Do not release the method
4202         information if we are being profiled, as profilers will use this
4203         information at shut down to present some data to the user.
4204
4205         This is needed so that the profiler does not crash, as the
4206         profiler tends to keep MonoMethods around, and they might become
4207         invalid if we free these.
4208
4209         (mono_get_method_constrained): Return the original CIL stream
4210         method as well, so verification can be performed against it.
4211
4212 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4213
4214         * filewatcher.[ch]: support for inotify file system watcher.
4215         * icall.c: add new internal calls for the inotify file system watcher.
4216
4217 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4218
4219         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
4220         #78888.
4221
4222 2006-07-20  Dick Porter  <dick@ximian.com>
4223
4224         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
4225         warning.
4226
4227 2006-07-20  Dick Porter  <dick@ximian.com>
4228
4229         * threads.c (start_wrapper): Do the thread cleanup while we still
4230         hold a reference to its object.  Fixes bug 78123.
4231
4232 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
4233
4234         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
4235         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
4236           "managed-to-managed".
4237         * icall.c: Redirect string constructors that take sbyte* to
4238           ves_icall_System_String_ctor_RedirectToCreateString.
4239         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
4240           to CreateString () methods with matching signature.
4241         * reflection.c: Use original security informations for
4242           MONO_WRAPPER_MANAGED_TO_MANAGED.
4243         * security-manager.c: Use original security informations for
4244           MONO_WRAPPER_MANAGED_TO_MANAGED.
4245         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
4246           that is a placeholder and only its address should be used.
4247         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
4248           that is a placeholder and only its address should be used.
4249
4250 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
4251
4252         Begin implementing COM Interop.
4253         * appdomain.c: Increment corlib version.
4254         * class.c: Set ComImport classes' parent to __ComObject.
4255         * loader.c: Mark cominterop methods as such.
4256         * domain.c: Add __ComObject class to MonoDefaults structure.
4257         * image.c: Add 2 hashtables to the image for COM Interop related methods
4258         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
4259         using the mempool allocator
4260         
4261         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
4262         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
4263         declaration for mono_metadata_type_dup_mp.
4264         
4265         * debug-helpers.c: Added strings for two additional wrapper types
4266         * object.c: Create proxy objects for ComImport classes
4267         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
4268         and added __ComObject class to MonoDefaults structure.
4269         
4270         * object-internals.h: Finish MonoRealProxy definition, and add definition of
4271         MonoComInteropProxy and MonoComObject.
4272         
4273         * marshal.c: Added support for COM Interop
4274         (signature_cominterop): Converts managed signature to corresponding
4275         unmanaged COM signature.
4276         (cominterop_get_function_pointer): gets unmanaged function pointer via
4277         COM object vtable
4278         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
4279         (cominterop_get_method_interface): returns interface type that method is defined on
4280         (mono_mb_emit_cominterop_call): emits native call to function pointer
4281         gotten from vtable
4282         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
4283         that matches signature of unmanaged function.
4284         (cominterop_get_native_wrapper): wrapper around adjusted method call.
4285         (cominterop_get_invoke): forwards call from proxy to __ComObject
4286         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
4287         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
4288         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
4289         
4290         * marshal.h: Added Marshal icall declarations.
4291         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
4292         so we can access them in finalizer
4293         
4294 2006-07-14  Dick Porter  <dick@ximian.com>
4295
4296         * object.c (mono_type_initialization_cleanup): Fix a race
4297         condition by temporarily commenting out the critical section
4298         deletion.
4299
4300 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
4301
4302         * reflection.c (create_custom_attr): Fix some warnings.
4303         (create_custom_attr_data): Ditto.
4304         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
4305         types. Fixes #78855.
4306
4307 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
4308
4309         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
4310
4311         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
4312
4313 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
4314
4315         * reflection.c (resolve_object): Add support for DynamicMethod.
4316
4317         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
4318         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
4319
4320 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
4321
4322         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
4323         don't leak GPtrArray's pdata has we have no use (nor free) for it.
4324
4325 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
4326
4327         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
4328         Fixes #77888.
4329
4330 2006-06-30  Raja R Harinath  <rharinath@novell.com>
4331
4332         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
4333         slightly: remove a shadow local variable.
4334
4335 2006-06-29  Raja R Harinath  <rharinath@novell.com>
4336
4337         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
4338         definition that introduces the virtual function slot.
4339         Also fix Coverity #105.
4340
4341 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
4342
4343         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
4344         for dynamic assemblies. Fixes #78724.
4345
4346 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
4347
4348         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
4349         Fixes #78722.
4350
4351 2006-06-21  Martin Baulig  <martin@ximian.com>
4352
4353         * reflection.c
4354         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
4355         fixes #76484.
4356
4357 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
4358
4359         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
4360
4361 2006-06-20  Raja R Harinath  <rharinath@novell.com>
4362
4363         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
4364         nor TYPEREFs.
4365         * class.c (mono_class_create_from_typespec): Add 'context' argument.
4366         Inflate result if necessary.
4367         (mono_class_get_full): Remove old version.  Rename from
4368         'mono_class_get' and add 'context' argument.  Pass it to
4369         ..._create_from_typespec.
4370         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
4371         (mono_ldtoken): Revert change below.
4372
4373 2006-06-20  Martin Baulig  <martin@ximian.com>
4374
4375         * class.c (mono_ldtoken): Don't pass the generic context to
4376         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
4377
4378 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
4379
4380         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
4381         and later freeing it. Fixes #78638.
4382
4383 2006-06-15  Miguel de Icaza  <miguel@novell.com>
4384
4385         * icall.c (mono_class_get_throw): Revert over-zealous error
4386         throwing, the caller for mono_class_get_throw will cope with
4387         errors when classes are not properly initialized already.
4388
4389         The code still copes with loader exceptions though.
4390
4391         Fixes the regression in reftype1 and reftype3 from the CAS tests.
4392         
4393 2006-06-14  Miguel de Icaza  <miguel@novell.com>
4394
4395         Fixes the `make run1' version of RuntimeAbort (to be commited,
4396         source is in Bugzilla).
4397         
4398         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
4399         FALSE on class loading failure instead of returning true.
4400
4401         * class.c (mono_class_create_from_typedef): It is possible for
4402         mono_metadata_interfaces_from_typedef_full to fail if a class is
4403         not found, cope with this.
4404         
4405
4406 2006-06-14  Dick Porter  <dick@ximian.com>
4407
4408         * socket-io.c: 
4409         * process.c: Fix a bunch of signed/unsigned warnings from gcc
4410         4.1.1
4411
4412 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
4413
4414         * culture-info-table.h : oops, forgot to make it nsync with r61548.
4415
4416 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
4417
4418         * icall.c: Another fix for building mono in Visual Studio.
4419
4420 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
4421
4422         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
4423         
4424 2006-06-09  Martin Baulig  <martin@ximian.com>
4425
4426         * debug-mono-symfile.c: Put this back and really fix it this
4427         time. Sorry for all the trouble.
4428
4429 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
4430
4431         * icall.c (mono_class_get_throw): Fix a warning.
4432         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
4433         ReflectionTypeLoadException if needed. Fixes #78606.
4434
4435         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
4436         (mono_class_init): Ditto.
4437
4438         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
4439         ref_only exceptions.
4440         (mono_loader_clear_error): Make this work even if there is no error.
4441
4442 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
4443
4444         * object-internals.h marshal.c marshal.h icall.c: Implement method 
4445         Marshal.GetComSlotForMethodInfo using internal call.
4446
4447 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
4448
4449         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
4450         a function for signalling it.
4451
4452         * class.c (mono_class_from_typeref): Use the new kind of loader error when
4453         a referenced assembly is not found.
4454
4455         * loader.c (mono_loader_error_prepare_exception): Add support for 
4456         LOADER_ERROR_ASSEMBLY. Fix formatting.
4457
4458 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
4459
4460         * domain.c appdomain.c class-internals.h marshal.c: Add support 
4461         for VARIANT marshalling on windows and increment corlib version
4462         since Variant struct was added.
4463
4464 2006-06-03  Miguel de Icaza  <miguel@novell.com>
4465
4466         * debug-mono-symfile.c: Revert Martin's previous patch which broke
4467         stack trace line information:
4468
4469         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
4470         (Martin) when looking up B which is between A and C, return A not C.
4471
4472         Bug is #78573.
4473
4474         Thanks to Alexander Olk for tracking this down.
4475
4476 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
4477
4478         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
4479         
4480         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
4481         avoid clobbering its value.
4482         (mono_string_to_lpstr): Fix a warning on windows.
4483
4484 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
4485
4486         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
4487
4488         * reflection.c loader.c: Removed references to 'dummy' flag.
4489
4490         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
4491
4492         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
4493         it gets GC tracking.
4494
4495         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
4496         GC tracking.
4497         
4498         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
4499
4500         * marshal.c threadpool.c: Update callers of mono_async_result_new.
4501
4502         * appdomain.c: Bump corlib version.
4503
4504 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
4505
4506         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
4507         CEE_STIND_REF when working with object references.
4508
4509 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
4510
4511         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
4512         Fixes #78539.
4513
4514 2006-05-30  Miguel de Icaza  <miguel@novell.com>
4515
4516         * loader.c (method_from_memberref): Fix argument value for
4517         mono_loader_set_error_method_load (I was passing the MonoClass
4518         instead of the class name char *).
4519
4520 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
4521
4522         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
4523         CEE_STIND_REF when working with object references.
4524
4525 2006-05-30  Martin Baulig  <martin@ximian.com>
4526
4527         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
4528         mono_method_full_name() change and replace the ':' with a '.'
4529         here.
4530
4531 2006-05-30  Martin Baulig  <martin@ximian.com>
4532
4533         * debug-mono-symfile.c
4534         (mono_debug_symfile_lookup_location): Fix the algorithm:
4535         when looking up B which is between A and C, return A not C.
4536
4537 2006-05-29  Martin Baulig  <martin@ximian.com>
4538
4539         * mono-debug.h
4540         (MonoDebugMethodInfo): Make the typedef public.
4541         (MonoDebugSourceLocation): New public struct.
4542
4543         * mono-debug.c
4544         (mono_debug_source_location_from_address): Removed.
4545         (mono_debug_source_location_from_il_offset): Removed.
4546         (mono_debug_il_offset_from_address): Removed.
4547         (mono_debug_address_from_il_offset): Removed.
4548         (mono_debug_lookup_method): New public function.
4549         (mono_debug_lookup_source_location): New public function; replaces
4550         the old mono_debug_source_location_from_*() functions; see the
4551         inline documentation.
4552         (mono_debug_free_source_location): New public function.
4553         (mono_debug_print_stack_frame): New public function; see the
4554         inline documentation.
4555
4556         * debug-mono-symfile.c
4557         (mono_debug_find_source_location): Renamed into
4558         mono_debug_symfile_lookup_location(); only take a
4559         `MonoDebugMethodInfo *' and an `offset' argument; added inline
4560         documentation.
4561         (mono_debug_find_method): Renamed into
4562         mono_debug_symfile_lookup_method().
4563
4564 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
4565
4566         * assembly.c (mono_assembly_open_full): Dont overwrite the status
4567         returned by mono_image_open_full ().
4568
4569         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
4570         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
4571         #78517.
4572
4573         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
4574         #78518.
4575
4576 2006-05-27  Miguel de Icaza  <miguel@novell.com>
4577
4578         * class.c (mono_class_from_typeref): handle missing images
4579         earlier, deals with bug #78418.   Refactor code; 
4580
4581         Fix a warning introduced in my previous commit (some stale code
4582         from before I revisited my patch).
4583
4584         * class.c (mono_class_create_from_typedef): On failure, remove the
4585         class from the MonoImage->class_cache as the class is not
4586         initialized;   Fixes the leak pointed out by Paolo.
4587
4588 2006-05-25  Dick Porter  <dick@ximian.com>
4589
4590         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
4591         DeleteCriticalSections until I figure out which one may still be
4592         sometimes locked when mono_thread_cleanup is called.
4593
4594 2006-05-24  Dick Porter  <dick@ximian.com>
4595
4596         * threads.c (mono_thread_cleanup): Move the threading cleanup out
4597         of mono_thread_manage and back into its own function, so it can be
4598         called after the finalizer thread has finished.
4599
4600         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
4601
4602 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
4603
4604         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
4605         Fixes #78495.
4606
4607         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
4608         with non-blittable elements.
4609         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
4610
4611 2006-05-24  Martin Baulig  <martin@ximian.com>
4612
4613         * mono-debug-debugger.h (MonoDebuggerEvent): Added
4614         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
4615
4616         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
4617         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
4618         `mono_debugger_event_handler' to NULL.
4619
4620 2006-05-24  Martin Baulig  <martin@ximian.com>
4621
4622         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
4623
4624 2006-05-24  Martin Baulig  <martin@ximian.com>
4625
4626         * mono-debug-debugger.h
4627         (mono_debugger_create_notification_function): Added
4628         `MonoCodeManager *' argument.
4629
4630 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
4631
4632         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
4633
4634 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
4635
4636         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
4637         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
4638         implementation.
4639
4640 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
4641
4642         * icall.c: precise GC support: objects can't be stored in unmanaged
4643         memory anymore, even if they are kept alive by other references: since
4644         they can move the GC needs to be able to always find them.
4645
4646 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
4647
4648         * object.c: precise GC support for static fields. Support
4649         for moving GCs: write barriers and pinned allocation for interned
4650         strings.
4651
4652 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
4653
4654         * domain.c, domain-internals.h: precise GC support for the MonoDomain
4655         structure.
4656
4657 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
4658
4659         * class.c, gc.c: sgen and precise GC updates.
4660
4661 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
4662
4663         * marshal.h, marshal.c: added write barrier wrapper and precise type
4664         fixes.
4665
4666 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
4667
4668         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
4669         support.
4670
4671 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
4672
4673         * reflection.c: precise and sgen GC updates.
4674
4675 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
4676
4677         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
4678
4679 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
4680
4681         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
4682
4683 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
4684
4685         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
4686         MONO_TYPE_OBJECT. Fixes #78462.
4687
4688 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
4689
4690         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
4691         and blittable types.
4692
4693 2006-05-17  Miguel de Icaza  <miguel@novell.com>
4694
4695         * class.c (mono_class_get_exception_for_failure): Implement parts
4696         of a TODO: if the loader error is set (instead of the class
4697         error), we return a Loader exception that can be properly thrown
4698         elsewhere.
4699
4700         This was exposed by some Winforms 2.0 code that I tried to run
4701         (Atsushi pointed me to it).
4702
4703 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
4704
4705         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
4706         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
4707         
4708         * marshal.c (emit_marshal_vtype): Add limited support for 
4709         UnmanagedType.LPStruct. Fixes #78427.
4710
4711         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
4712         Applied a patch from kangaroo to fix #77523.
4713
4714 2006-05-17  Martin Baulig  <martin@ximian.com>
4715
4716         * threads.c
4717         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
4718         (debugger_thread_created): Removed.
4719         (debugger_thread_exited): Removed.
4720
4721 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
4722
4723         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4724
4725         * object-internals.h (MonoReflectionResource): Sync with managed version.
4726
4727 2006-05-12  Wade Berrier <wberrier@novell.com>
4728
4729         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
4730
4731 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
4732
4733         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
4734         functions try to allocate from the image mempool.
4735
4736 2006-05-12  Dick Porter  <dick@ximian.com>
4737
4738         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
4739
4740 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
4741
4742         * object.c: The FieldGetter and FieldSetter methods require the full
4743         name of the class, not only the name. Fixes bug #78277.
4744
4745 2006-05-11  Miguel de Icaza  <miguel@novell.com>
4746
4747         * loader.c (method_from_memberref): Do not pass the NULL klass to
4748         mono_loader_set_error_() methods.  Pass the non-NULL value
4749         (class). 
4750
4751 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
4752
4753         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
4754         (mono_assembly_close): Null out assembly->image->references after freeing it.
4755
4756         * image.c (mono_image_close): Free image->references.
4757         
4758         * reflection.c (mono_image_basic_init): Fix a small memory leak.
4759
4760 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
4761
4762         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
4763         before checking if it's NULL (g_assert).
4764
4765 2006-05-10  Martin Baulig  <martin@ximian.com>
4766
4767         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
4768         I thought I already killed that two months ago, but now it somehow reappeared.
4769
4770 2006-05-10  Martin Baulig  <martin@ximian.com>
4771
4772         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
4773
4774 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
4775
4776         * reflection.c: Allocate memory for dynamically created methods in the image
4777         mempools.
4778
4779 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
4780
4781         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
4782         don't use the ad pointer before checking if it's NULL (g_assert).
4783
4784 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
4785
4786         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
4787         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
4788
4789         * marshal.c: Allocate all signatures from mempools.
4790
4791         * marshal.c: Allocate some more signatures from mempools.
4792
4793 2006-05-09  Miguel de Icaza  <miguel@novell.com>
4794
4795         * object.c (mono_load_remote_field): The code used to provide a
4796         temporary variable for returning results if the user did not
4797         provide a result pointer.  But our temporary variable was allocted
4798         on the satck.
4799
4800         Fix calling code to always pass a result area.   Coverity ID 103.
4801
4802 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
4803
4804         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
4805         value, not the old. Fixes #78312.
4806         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
4807
4808         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
4809         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
4810         per-image cache.
4811
4812         * assembly.c (mono_assembly_close): Free image->references.
4813
4814         * assembly.c (mono_assembly_names_equal): Fix a warning.
4815         (mono_assemblies_cleanup): Cleanup more global data.
4816
4817         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
4818
4819         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
4820         ptr_cache and image->modules.
4821
4822         * image.c (mono_image_init): Allocate array_cache lazily.
4823         
4824 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4825
4826         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
4827         behavior was changed recently and has bad side effects.
4828
4829 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
4830
4831         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
4832         
4833         * assembly.c (mono_assembly_close): Remove a debug printf.
4834
4835         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
4836
4837         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
4838         to also allow for temporary references between mono_image_open ()/close ().
4839
4840         * domain.c (get_runtimes_from_exe): Add a FIXME.        
4841
4842 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
4843
4844         * marshal.c: Fix support for dynamic methods.
4845
4846         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
4847
4848         * marshal.c (mono_marshal_cleanup): New cleanup function.
4849
4850         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
4851         image mempools.
4852
4853         * class.c (mono_class_init): Fix leaking class->nested_classes.
4854
4855         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
4856
4857         * image.c (mono_image_init): Initialize the new cashes.
4858
4859         * image.c (mono_image_close): Destroy the new cashes.
4860
4861         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
4862
4863         * mempool.c (mono_mempool_strdup): New helper function.
4864
4865         * class-internals.h: Add prototype for mono_loader_unlock ().
4866
4867         * domain.c (mono_jit_info_table_find): Fix a warning.
4868         (mono_debugger_check_runtime_version): Ditto.
4869
4870         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
4871         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
4872         functions to these modules.
4873
4874         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
4875         metadata modules.
4876         
4877         * marshal.c (mono_free_bstr): Fix a warning.
4878
4879         * assembly.c (mono_assembly_open_full): Fix another small leak.
4880
4881         * object.c: Fix some unload leaks in the remoting code.
4882
4883         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
4884         function.
4885
4886         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
4887
4888         * reflection.c: Fix some unload leaks in dynamic assemblies.
4889
4890 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
4891
4892         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
4893         * marshal.h: Add BSTR support on Win32
4894         * icall.c: Add BSTR icalls
4895         * metadata.h: Add BSTR enums
4896
4897 2006-04-28  Miguel de Icaza  <miguel@novell.com>
4898
4899         Work to catch the crash from #76795 and turn it into an
4900         exception.   As I stubbed out pieces of the VisualBasic support,
4901         I found a number of places where the code was failing and I added
4902         checks to those places. 
4903         
4904         * metadata.c (do_mono_metadata_parse_generic_class): Make this
4905         function return a status code.  If we fail to parse the signature
4906         from mono_metadata_parse_generic_inst, return FALSE.
4907
4908         * loader.c (mono_get_method_from_token): If we fail to load the
4909         method (mono_class_get) return NULL.   
4910
4911         * (method_from_memberref): Return NULL if we are unable to parse
4912         the method signature
4913
4914         (mono_loader_error_prepare_exception): Since we now use the
4915         loader_error flag internally to stop processing, and obtaining
4916         exceptions that might be thrown will walk this code path the
4917         proper way of going from a MonoLoaderError into a
4918         MonoException was convoluted.   This new routine encapsulates the
4919         process of turning the error into an exception and *clearing* the
4920         error afterwards.
4921         
4922 2006-04-27  Miguel de Icaza  <miguel@novell.com>
4923
4924         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
4925         with missing assemblies), and to cope with:
4926
4927                 * Missing fieldref from a non-existing assembly.
4928                 * Missing methodref from a non-existing assembly.
4929
4930         The first batch of work to address *some* of the issues from 76661.
4931         
4932         * object.c (mono_class_create_runtime_vtable): If we fail to
4933         initialize the class raise the exception here. 
4934
4935         * metadata.c (mono_class_get_overrides_full): If any methods fail
4936         to load return the failure to the caller.
4937
4938         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
4939         flagging assemblies that failed to load.   
4940
4941         Do not crash if we are unable to load the assembly.
4942
4943         (mono_assembly_close): Do nothing with REFERENCE_MISSING
4944         assemblies. 
4945
4946         * loader.c (mono_loader_set_error_type_load): Change the
4947         convention to always pass unallocated strings, so we make our own
4948         copies (I know our own code had duplicated strings before, but
4949         this keeps the normal conventions).
4950         (method_from_memberref): Call mono_loader_set_error_method_load
4951         for all possible failures of loading the class. 
4952         Remove assert, turn into a loader error.
4953
4954         (mono_loader_error_to_exception): Move this routine from mini
4955         (mini_loader_error_to_exception) there was no need to have that in
4956         mini. 
4957
4958         * class.c (mono_class_from_typeref): If we were not able to load
4959         the assembly with mono_assembly_load_reference, call the
4960         mono_loader_set_error_type_load to register the problem.
4961
4962         (mono_class_setup_fields): If we fail to load the type from
4963         mono_metadata_parse_type_full, call mono_class_set_failure and
4964         break from the loop.
4965
4966         If class->exception_type is set, we do not layout the fields as
4967         that might crash the runtime, and instead return (from breaking
4968         from the previous loop).
4969
4970         (mono_class_setup_vtable): This now returns a boolean indicating
4971         whether the table was properly setup.   The decision is driven by
4972         mono_class_get_overrides_full which might run into non-existing
4973         methods. 
4974         
4975         (mono_class_init): Returns TRUE on success or FALSE if there was a
4976         problem in loading the type (incorrect assemblies, missing
4977         assemblies, methods, etc).
4978
4979         When we call mono_class_setup_fields we also check for a potential
4980         error inside this call (either a class exception or a general
4981         loader exception).
4982
4983         (mono_class_create_from_typedef): If the parent fails to load
4984         (calling mono_class_get_full) return NULL.
4985         
4986         ** Important **
4987
4988         calls to mono_metadata_parse_type_full should be checked
4989         everywhere and set the mono_class_set_failure
4990         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
4991
4992         The current patch checks the places where my manually constructed
4993         tests show the errors are showing up, but we should do it
4994         everywhere. 
4995
4996         ** Important2 **
4997
4998         mono_class_init return values should be tested everywhere, like
4999         the previous case this is something that we should audit
5000         everywhere and not only on the cases exposed by the tests I
5001         created. 
5002
5003 2006-04-26  Miguel de Icaza  <miguel@novell.com>
5004
5005         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
5006         boolean parameter and instead pass the information on `options'
5007         parameter (FileOptions).
5008
5009         * icall.c: Register the new signature for MonoIO.Open.
5010
5011         * debug-helpers.c (dis_one): Trying to understand how coverity
5012         works.  Fix Run 5, item 78.
5013
5014 2006-04-26  Dick Porter  <dick@ximian.com>
5015
5016         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
5017         dereference.
5018
5019 2006-04-25  Martin Baulig  <martin@ximian.com>
5020
5021         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
5022
5023         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
5024         debugger_thread_created().
5025         (debugger_gc_push_all_stacks): Don't handle the main thread in any
5026         special way.
5027         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
5028         (mono_debugger_finalize_threads): New function; undo the effects
5029         of mono_debugger_init_threads().
5030         (mono_debugger_create_all_threads): Removed.
5031
5032 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
5033
5034         * image.c (mono_image_close): Tidy up trace messages.
5035
5036         * assembly.c (mono_assembly_close): Ditto.
5037
5038         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
5039         no longer references an already freed assembly. Fixes #78168.
5040
5041 2006-04-21  Dick Porter  <dick@ximian.com>
5042
5043         * threads.c (mono_thread_detach): Fix reference counting when
5044         detaching threads.
5045
5046 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
5047
5048         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
5049         #78155.
5050
5051 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
5052
5053         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
5054         (mono_type_to_stind): Ditto.
5055
5056         * marshal.c: Use the new helper functions to simplify code.
5057
5058         * image.c (mono_image_close): Add some code for help debug assembly unloading
5059         problems.
5060
5061         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
5062         image mempool.
5063
5064         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
5065         assembly was already loaded in another appdomain. Fixes #78083.
5066
5067 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
5068
5069         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
5070         referenced assemblies.
5071         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
5072
5073         * domain.c (mono_domain_free): Add a trace message.
5074
5075         * appdomain.c (add_assemblies_to_domain): Ditto.        
5076
5077         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
5078         field.  
5079
5080 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
5081
5082         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
5083
5084 2006-04-12  Martin Baulig  <martin@ximian.com>
5085
5086         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
5087         `USE_INCLUDED_LIBGC'.   
5088
5089 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
5090
5091         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
5092         the patch contains ../ and a small directory name later. Hopefully fixes
5093         #78035.
5094
5095 2006-04-10  Martin Baulig  <martin@ximian.com>
5096
5097         Clean up the debugger's thread-handling code.
5098
5099         The debugger's thread-handling code has been moved from
5100         ../mini/debug-debugger.c to threads.c.  We now iterate directly
5101         over the `threads' hash, keep track of exiting threads and also
5102         use proper locking.
5103
5104         We can now debug XSP and XSP based applications with the debugger.
5105
5106         * object-internals.h (MonoThread): Added `gpointer end_stack'.
5107
5108         * threads.h
5109         (MonoThreadCallbacks): Removed; this was only used by the debugger.
5110         (mono_install_thread_callbacks): Likewise.      
5111
5112         * threads.c (mono_thread_callbacks): Removed.
5113         (debugger_thread_created, debugger_thread_exited): New static functions.
5114         (start_wrapper): Call debugger_thread_created().
5115         (thread_cleanup): Call debugger_thread_exited().
5116         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
5117         (mono_debugger_init_threads): New public function.
5118         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
5119         iterate directly over the `threads' hash and also use proper locking.
5120
5121         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
5122
5123         * mono-debug-debugger.h
5124         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
5125
5126 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
5127
5128         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
5129         argument type=array. Fixes #78057.
5130
5131 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
5132
5133         * culture-info-table.h : regenerated. Fixed bug #69652.
5134
5135 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
5136
5137         * loader.c metadata.c: Reapply a variant r59116.
5138         
5139         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
5140
5141         * class.c (mono_class_setup_interface_offsets): New internal function.
5142
5143         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
5144         interfaces too. Fixes #77398.
5145
5146         * reflection.c (encode_cattr_value): Add support for 
5147         parameter type=object, argument type=array.
5148         (load_cattr_value): Ditto. Fixes #77916.
5149
5150         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
5151         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
5152
5153         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
5154         a byval char array and CharSet is Ansi.
5155
5156         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
5157
5158 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
5159
5160         * metadata.c: Add some locking comments.
5161         
5162         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
5163         mempool.
5164         (mono_metadata_free_method_signature): Don't free the signature itself.
5165
5166         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
5167
5168         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
5169         reference the same MonoImage.
5170         (mono_assembly_load_from_full): Add an assert.
5171
5172 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
5173
5174         * image.c (mono_image_close): Don't put the image we are about to free into the
5175         loaded_images_guid_hash.
5176
5177         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
5178         to reduce code duplication.
5179
5180         * marshal.c: Register the native functions called by this module as icalls, to
5181         somewhat centralize the creation of MonoMethodSignature's.
5182
5183         * loader.c (mono_method_signature): Add a cache for method signatures.
5184
5185         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
5186         the parameter attributes of a method.
5187         (mono_metadata_parse_method_signature_full): Refactored the computation of
5188         parameter attributes into a separate function. Also avoid one allocation in
5189         most cases.
5190
5191         * assembly.c (mono_assembly_close): Ditto.
5192
5193         * image.c (mono_image_close): Log trace messages with INFO level.
5194
5195         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
5196
5197         * image.c reflection.c: Correct reference counting of image modules.
5198         
5199         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
5200         of this function from the image mempool.
5201         
5202         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
5203         to allow more cached types to be used.
5204
5205         * mono-debug.c (mono_debug_add_method): Appled patch from
5206         David S. Miller  <davem@sunset.davemloft.net>: Access 
5207         minfo->lexical_blocks[] entry elements using read32().
5208
5209 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
5210
5211         * loader.c (mono_free_method): No longer free the method header for non-dynamic
5212         methods as it is allocated from the mempool.
5213
5214         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
5215         image mempool.
5216
5217         * metadata-internals.h: Add comments describing the reference counting scheme
5218         used for MonoImage and MonoAssembly.
5219
5220         * image.c assembly.c reflection.c: Rework reference counting of images and 
5221         assemblies so they are freed when the runtime is shut down. Free some 
5222         additional memory structures when an image is unloaded.
5223         
5224 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
5225
5226         * class.c loader.c reflection.c: Allocate more data structures in
5227         the image mempool.
5228
5229 2006-03-31  Miguel de Icaza  <miguel@novell.com>
5230
5231         * icall.c
5232         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
5233         build on pre glib 2.4 systems.
5234
5235 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
5236
5237         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
5238
5239         * icall.c: Fix some warnings.
5240
5241 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
5242
5243         * culture-info-table.h : regenerated.
5244
5245 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
5246
5247         * threads.c, object-internals.h, verify.c: changed the culture caching
5248         code to use a normal MonoArray for storage so the GC can keep track of
5249         them easily. Fixed bits of the cache logic, too and simplified the
5250         code.
5251
5252 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
5253
5254         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
5255         thread for non-Boehm GCs.
5256
5257 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
5258
5259         * domain.c, object.c, domain-internals.h: reduce the amount of memory
5260         needed to keep track of the data for static fields.
5261
5262 2006-03-29  Raja R Harinath  <rharinath@novell.com>
5263
5264         Fix #75172
5265         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
5266         for interface classes.  Use 'num_methods' instead.
5267         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
5268         before using '->vtable_size' field.
5269
5270 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
5271
5272         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
5273         doesn't contain managed pointers, so use a normal hashtable.
5274
5275 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
5276
5277         * reflection.c, class-internals.h, domain.c: fixed handling of types
5278         used as values for objects in custom attributes (bug #77915):
5279
5280 2006-03-24  Martin Baulig  <martin@ximian.com>
5281
5282         * class.c (mono_class_setup_fields): Added support for generic
5283         instances; fixes #77580.
5284
5285 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5286
5287         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
5288
5289 2006-03-24  Dick Porter  <dick@ximian.com>
5290
5291         * file-io.c (get_file_attributes): More stat macro breakage.
5292         Fixes bug 77759.
5293
5294 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
5295
5296         * profiler.c: added the file=filename option in the default profiler
5297         to output the profile data to filename.
5298
5299 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5300
5301         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
5302         bug #77877.
5303
5304 2006-03-22  Martin Baulig  <martin@ximian.com>
5305
5306         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
5307         allocated `MonoClassField *' in `fb->handle'.
5308
5309 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
5310
5311         * class.c, image.c, metadata-internals.h: implemented new mechanism to
5312         allocate interface ID to save memory and allow better ID reuse on
5313         appdomain unload. setup_generic_vtable () removal from Martin.
5314
5315 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
5316
5317         * object.h, appdomain.c, domain.c, exception.c, icall.c,
5318         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
5319         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
5320         write barriers for reference stores with managed objects accessed with
5321         C structures in the runtime and in embedding programs.
5322
5323 2006-03-20  Raja R Harinath  <rharinath@novell.com>
5324
5325         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
5326         'interface_id' and 'max_interface_id' fields of MonoClasses
5327         representing open generic types.
5328
5329 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
5330
5331         * object.h, object.c, icall.c: added functions to deal with
5332         storing valuetypes that contain references in managed objects.
5333         * reflection.c, string-icalls.c, threads.c, marshal.c: small
5334         fixes and comments around uses of mono_array_addr ().
5335
5336 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
5337
5338         * object.h, icall.c, monitor.c: object.GetHashCode ()
5339         implementation that supports the moving garbage collector.
5340
5341 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
5342
5343         * icall.c, threads-types.h, threads.c: implemented finalizer for
5344         LocalDataStoreSlot.
5345
5346 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
5347
5348         * metadata.c (mono_type_size): Add a fixme.
5349         (mono_type_stack_size): Ditto.
5350
5351         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
5352         'type_forwarders' field.
5353
5354         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
5355         attribute from net 2.0.
5356
5357         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
5358         from class.c.
5359
5360         * class.c (mono_class_setup_fields): Fix a warning.
5361         
5362         * class.c (mono_class_from_name): Add support for assemblyref entries
5363         in the EXPORTEDTYPE table.
5364
5365         * reflection.c: Add support for handling type forwarders under net 2.0.
5366
5367         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
5368         
5369 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
5370
5371         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
5372         overwriting entries in ModuleBuild->types, also clean up the code
5373         a little. Fixes #77774.
5374
5375 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
5376
5377         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
5378         load friend assembly info when present.
5379
5380 2006-03-14  Raja R Harinath  <rharinath@novell.com>
5381
5382         Fix crasher on gtest-158.cs.
5383         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
5384         the return value if the MonoClass we want is yet in an
5385         inconsistent state.
5386         * class.c (mono_class_create_from_typedef): Add an comment
5387         explaining an order dependency between mono_class_setup_parent and
5388         mono_class_setup_mono_type.
5389
5390 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
5391
5392         * class.c: documentation updates and events bug fix.
5393
5394 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
5395
5396         * class.c: some cleanup, locking fixes.
5397
5398 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
5399
5400         * class.c: fix the generics code to setup nested
5401         type info to the instantiated type (bug #77770).
5402
5403 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
5404
5405         * marshal.c: fixed a few type correctness issues.
5406
5407 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
5408
5409         * loader.c: the Set/Get/Addrtess array methods should be public.
5410
5411 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
5412
5413         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
5414         
5415         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
5416         info->wrapper.
5417
5418 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
5419
5420         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
5421
5422         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
5423
5424         * mempool.c (mono_mempool_alloc): Speed this up a bit.
5425         (mono_mempool_alloc0): Ditto.
5426
5427 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5428
5429         * socket-io.c:
5430         (create_object_from_sockaddr): it was allocating 4 extra bytes
5431         for the AF_UNIX data. Fixes bug #77747.
5432
5433 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
5434
5435         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
5436
5437 2006-03-09  Dick Porter  <dick@ximian.com>
5438
5439         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
5440         Fixes bug 76966 again.
5441
5442 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
5443
5444         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
5445         names from r57532
5446         * appdomain.c: Bumped corlib version to 48 (due to r57532)
5447
5448 2006-03-07  Martin Baulig  <martin@ximian.com>
5449
5450         * object.c
5451         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
5452
5453 2006-03-07  Martin Baulig  <martin@ximian.com>
5454
5455         * class.c
5456         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
5457         regression introduced in r56970; see gtest-252.cs.
5458
5459         * loader.c (mono_get_method_constrained): Correctly handle generic
5460         methods; see gtest-253.cs.
5461
5462 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
5463
5464         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
5465
5466 2006-03-04  Martin Baulig  <martin@ximian.com>
5467
5468         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
5469         compute the parent type at runtime, just like we're already doing
5470         it for interfaces.
5471
5472         * reflection.c
5473         (mono_reflection_bind_generic_parameters): Don't compute the
5474         parent type anymore.
5475
5476         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
5477
5478 2006-03-04  Martin Baulig  <martin@ximian.com>
5479
5480         * mono-debug-debugger.h
5481         (mono_debugger_create_notification_function): Allocate memory at
5482         runtime and return a pointer to it.
5483
5484 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
5485
5486         * assembly.c: Fix windows build.
5487         
5488         * assembly.c: Fix build.
5489
5490         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
5491
5492         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
5493         
5494 2006-03-03  Dick Porter  <dick@ximian.com>
5495
5496         * process.c
5497         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
5498         Check parameters before dereferencing them.  Fixes Aaron's part of
5499         bug 77393.
5500
5501 2006-03-03  Raja R Harinath  <rharinath@novell.com>
5502
5503         Fix performance regression.
5504         * loader.c (find_method_in_class): Add 'from_class' argument.
5505         Rename 'klass' argument to 'in_class'.  The signature is compared
5506         against the method in 'in_class', and the corresponding method is
5507         returned from 'from_class'.
5508         (find_method): Walk both 'in_class' and 'from_class' in parallel.
5509         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
5510         type definition and generic instantiation in parallel.
5511         (mono_get_method_constrained): Update to changes.
5512
5513 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
5514
5515         * threads.c: make sure the domain is correct, too when doing
5516         mono_thread_attach ().
5517
5518 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
5519
5520         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
5521         windows. Fixes #77683.
5522
5523 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
5524
5525         * object.h, *: introduced specific way to set elements of an array
5526         of references to be used as write barrier. Still need to audit the
5527         uses of mono_array_addr.
5528
5529 2006-03-01  Miguel de Icaza  <miguel@novell.com>
5530
5531         * object-internals.h: New field to cache the assmebly name, patch
5532         from Tambet Ingo (tambet@ximian.com)
5533
5534 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
5535
5536         * decimal.h, class-internals.h, metadata-internals.h,
5537         file-io.h: mark a few function declarations as internal, to
5538         reduce the number of PLT entries.
5539
5540 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5541
5542         * file-io.c: fix typo in warning message.
5543
5544 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
5545
5546         * loader.c: on unix, lookup the "*A" version of a function
5547         if charset is auto as a second option before failing.
5548
5549 2006-02-28  Raja R Harinath  <rharinath@novell.com>
5550
5551         * class.h (mono_class_inflate_generic_method): Revert to two
5552         argument version.
5553         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
5554         (mono_class_inflate_generic_method_full): Add.
5555         * class.c (mono_class_inflate_generic_method_full): Rename from
5556         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
5557         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
5558         * loader.c, reflection.c: Update to changes.
5559
5560 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
5561
5562         * icall.c: const fixes and small improvements.
5563
5564 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5565
5566         * threadpool.c: for asynchronous connect(), enable the same workaround
5567         for BSD 6 as for the Mac. Fixes bug #77637.
5568
5569 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
5570
5571         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
5572         formatted classes. Fixes #77524.
5573
5574 2006-02-24  Raja R Harinath  <rharinath@novell.com>
5575
5576         * class.c (inflate_generic_type): Add a couple more
5577         micro-optimizations.
5578         (inflate_generic_context): Don't use the 'gmethod' from
5579         'inflate_with'.
5580         (mono_class_inflate_generic_method): If the method has generic
5581         parameters, but the passed-in context doesn't have a 'gmethod',
5582         create one.  Use the possibly simplified generic instantiation
5583         from the declaring class instead of the one passed in.
5584
5585 2006-02-24  Raja R Harinath  <harinath@gmail.com>
5586
5587         Make generic method signature and method header handling lazy.
5588         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
5589         (inflate_generic_header): Likewise.
5590         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
5591         parameter to avoid inflating types.
5592         (mono_get_inflated_method): Empty out.
5593         * class.h (mono_class_inflate_generic_method): Update to changes.
5594         * loader.c (mono_get_method_from_token): Don't parse signature for
5595         generic methods, nor methods of generic classes.
5596         (mono_method_signature): Rename from 'mono_method_signature'.
5597         Inflate signature on demand.
5598         (mono_method_get_header): Inflate method header on demand.
5599         * reflection.c: Update to changes.
5600
5601 2006-02-23  Raja R Harinath  <rharinath@novell.com>
5602
5603         * metadata.c (mono_metadata_inflate_generic_inst): If the
5604         instantiation is closed, don't bother expanding it in the new
5605         context.
5606         * class.c (inflate_generic_class): If the generic instantiation
5607         doesn't change after inflation, return the argument itself.
5608         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
5609         Add bounds checks.
5610         (inflate_generic_context): If neither the generic class nor the
5611         generic method instantiations change, return the original context.
5612         * reflection.c (mono_method_get_object): Do
5613         'mono_get_inflated_method' before accessing the ->klass field.
5614         (inflate_mono_method): Don't create a MonoGenericMethod unless
5615         necessary.
5616         (inflate_method): Don't pass a constructed type as the declaring
5617         type of a methodbuilder.
5618
5619 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
5620
5621         * object.c: fix memory overwrite.
5622
5623 2006-02-22  Dick Porter  <dick@ximian.com>
5624
5625         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
5626         it doesn't work any more.
5627         (mono_threads_request_thread_dump): Fix unused variable warnings.
5628
5629 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
5630
5631         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
5632         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
5633         the public header file.
5634
5635 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
5636
5637         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
5638
5639 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
5640
5641         * class-internals.h, object.c: reduce the size of MonoVTable
5642         and store the interface_offsets array at negative offsets.
5643
5644 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
5645
5646         * metadata.c: tweak table descriptors data structures to reduce
5647         size and runtime relocations.
5648
5649 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
5650
5651         * marshal.c: fix some types and opcodes to be type-safe
5652         in marshaling wrappers.
5653
5654 2006-02-21  Ankit Jain  <jankit@novell.com>
5655
5656         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
5657
5658 2006-02-21  Raja R Harinath  <rharinath@novell.com>
5659
5660         * metadata.c (get_constraints): Relax debugging checks for monodis.
5661
5662 2006-02-21  Ankit Jain  <jankit@novell.com>
5663
5664         * metadata.c (mono_metadata_load_generic_params): Move the code
5665         checking for ambiguous generic params from here to mono/dis/get.c
5666         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
5667
5668 2006-02-21  Raja R Harinath  <harinath@gmail.com>
5669
5670         Fix assertion triggered when compiling nemerle.
5671         * class.c (mono_get_shared_generic_inst): Rename from
5672         get_shared_inst and make non-static.
5673         * loader.c (mono_get_shared_generic_method): New.  Used to create
5674         the MonoGenericContext-equivalent of a MonoGenericContainer.
5675         (mono_get_method_from_token): Initialize the 'context' field of
5676         the created MonoGenericContainer.
5677         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
5678         * metadata.c (get_constraints): Add sanity check.
5679         * class-internals.h: Add new internal methods.
5680
5681         * reflection.c (verify_safe_for_managed_space): New sanity check.
5682         Currently checks that owner-less generic parameters aren't allowed
5683         in managed space.
5684         (mono_type_get_object): Use it.
5685         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
5686         that are now in mono_type_get_object.
5687         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
5688
5689 2006-02-19  Raja R Harinath  <harinath@gmail.com>
5690
5691         * metadata.c (mono_type_create_from_typespec): Rename from
5692         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
5693         argument and caching of types in the generic container.
5694         (unwrap_arrays, find_generic_param): Remove.
5695         * metadata-internals.h: Update.
5696         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
5697
5698 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
5699
5700         * class.c (mono_class_get_exception_for_failure): Fix a warning.
5701
5702         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
5703         return values. Fixes #77581.
5704
5705         * class.c (mono_fnptr_class_get): Switch name and name_space.
5706
5707         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
5708         classes and add support for [In, Out] attributes.
5709         (mono_marshal_free_asany): Ditto. Fixes #77524.
5710
5711 2006-02-18  Raja R Harinath  <harinath@gmail.com>
5712
5713         * class.c (mono_class_from_generic_parameter): Make more robust to
5714         incomplete MonoGenericContainers from monodis.
5715
5716 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5717
5718         * class-internals.h: added some more exception types.
5719         * class.c, metadata.c: added a few checks to handle missing
5720         types.
5721
5722 2006-02-17  Raja R Harinath  <rharinath@novell.com>
5723
5724         Use owner-less generic-params some more.
5725         * class.c (my_mono_class_from_generic_parameter): Remove.
5726         (mono_class_from_generic_parameter): Handle null image,
5727         param->name and param->owner.
5728         (mono_class_from_mono_type): Update.
5729         (mono_class_create_from_typespec): Remove 'container' parameter.
5730         If that parameter is non-null, the result is always inflated by
5731         'mono_class_get_full' anyway.
5732         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
5733         parameter.
5734         (mono_class_get_full): Update.
5735
5736         * class.c (inflate_generic_type) [GENERICINST]: If the generic
5737         instance is not open, don't bother inflating.
5738         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
5739         parse metadata for inflated classes.
5740         (_mono_class_get): Change GenericContext* parameter to
5741         GenericContainer*.
5742         (mono_class_create_from_typespec): Likewise.  Simplify, and
5743         implement trivially.  All the cases are handled in
5744         mono_class_from_mono_type.  Don't inflate returned class.
5745         (mono_class_get_full): Delegate GENERICINST optimization to
5746         inflate_generic_type.
5747         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
5748
5749 2006-02-16  Dick Porter  <dick@ximian.com>
5750
5751         * socket-io.c (create_object_from_sockaddr): Fix typo.
5752         (create_sockaddr_from_object): Check array lengths before
5753         potentially accessing items off the end.
5754         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
5755         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
5756         (ves_icall_System_Net_Sockets_Socket_Send_internal)
5757         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
5758         length checks to avoid wraparound overflows.
5759         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
5760         contents of the array of sockets
5761         (hostent_to_IPHostEntry2)
5762         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
5763         Check return value of inet_ntop ().
5764         (addrinfo_to_IPHostEntry): Fix typo
5765
5766 2006-02-16  Raja R Harinath  <rharinath@novell.com>
5767
5768         Type metadata parsing doesn't use generic-instantiation information.
5769         * metadata.c (mono_metadata_parse_array_full): Change
5770         MonoGenericContext* parameter to MonoGenericContainer*.
5771         (mono_metadata_parse_type_full): Likewise.
5772         (mono_type_create_from_typespec_full): Likewise.
5773         (mono_metadata_parse_mh_full): Likewise.
5774         (mono_metadata_parse_generic_inst): Likewise.
5775         (do_mono_metadata_parse_generic_class): Likewise.
5776         (do_mono_metadata_parse_type): Likewise.
5777         * metadata-internals.h: Update to changes.
5778         * class.c (mono_class_find_enum_basetype): Likewise.
5779         (mono_class_setup_fields): Likewise.
5780         (mono_class_create_from_typespec): Likewise.
5781         * loader.c (method_from_methodspec): Likewise.
5782         (mono_get_method_from_token): Likewise.
5783         (mono_method_get_header): Likewise.
5784
5785 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
5786
5787         * marshal.c: handle additional GENERICINST case (patch from
5788         Thong Nguyen <tum@veridicus.com>).
5789         Fix a few cases where LDIND_I/STIND_I was used for references.
5790
5791 2006-02-16  Raja R Harinath  <rharinath@novell.com>
5792
5793         * reflection.c (mono_reflection_get_token): Remove unused variable.
5794
5795 2006-02-16  Martin Baulig  <martin@ximian.com>
5796
5797         * reflection.c (mono_reflection_get_token): Add support for fields
5798         in instantiated generic types.
5799
5800         * icall.c
5801         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
5802
5803 2006-02-15  Martin Baulig  <martin@ximian.com>
5804
5805         * icall.c
5806         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
5807         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
5808         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
5809         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
5810
5811 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
5812
5813         * class.c, metadata.c, metadata.h, object.c, icall.c,
5814         marshal.c: changed mono_type_get_underlying_type () to do
5815         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
5816         Fixed handling of instantiated generic valuetypes (bug #75479).
5817
5818 2006-02-15  Raja R Harinath  <rharinath@novell.com>
5819
5820         * metadata.c (mono_metadata_decode_signed_value): Simplify.
5821         Delegate to mono_metadata_decode_value, and work on the returned value.
5822
5823         * icall.c (ves_icall_MonoType_GetGenericArguments):
5824         Add consistency check here too.
5825         
5826 2006-02-15  Ankit Jain  <jankit@novell.com>
5827
5828         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
5829         char/short etc.
5830
5831 2006-02-15  Ankit Jain  <jankit@novell.com>
5832
5833         * metadata.c (mono_metadata_decode_signed_value): New function to decode
5834         signed values, used only for representing lower bounds of arrays.
5835         (mono_metadata_parse_array_full): Use new
5836         mono_metadata_decode_signed_value to decode lower bounds.
5837
5838 2006-02-14  Martin Baulig  <martin@ximian.com>
5839
5840         * reflection.c
5841         (mono_reflection_get_token): Support "MonoGenericMethod" and
5842         "MonoGenericCMethod" and allow generic instances / methods.
5843
5844 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
5845
5846         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
5847         to obtain the terminal size using an ioctl.
5848
5849         * object.c (mono_nullable_init): Revert this as nullable reference
5850         types are not valid.
5851         (mono_nullable_box): Ditto.
5852
5853 2006-02-09  Dick Porter  <dick@ximian.com>
5854
5855         * threads.c (mono_thread_detach): Drop a reference to the thread
5856         we're detaching.
5857
5858 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
5859
5860         * object.c (mono_nullable_init): Handle nullable reference types.
5861         (mono_nullable_box): Ditto. Fixes #77446.
5862
5863 2006-02-07  Martin Baulig  <martin@ximian.com>
5864
5865         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
5866
5867 2006-02-07  Ankit Jain  <jankit@novell.com>
5868
5869         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
5870         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
5871         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
5872         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
5873         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
5874         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
5875
5876 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
5877
5878         * class.c (mono_class_create_generic): Set type_token as well.
5879
5880         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
5881         compatible with MS.
5882
5883 2006-02-02  Martin Baulig  <martin@ximian.com>
5884
5885         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
5886         has never been used so far.
5887
5888 2006-02-02  Martin Baulig  <martin@ximian.com>
5889
5890         * mono-debug-debugger.h: Changed comment at the top of this file;
5891         the header is not installed, but it's safe to #include it from
5892         within the JIT.
5893
5894         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
5895         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
5896
5897 2006-02-02  Martin Baulig  <martin@ximian.com>
5898
5899         * mono-debug.h
5900         (MonoSymbolTable): Removed the `metadata_info' field.
5901
5902         * mono-debug.c
5903         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
5904
5905         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5906         (mono_debugger_add_builtin_types): Removed.
5907         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
5908         (mono_debugger_create_notification_function): We now operate on a
5909         pre-allocated area; take a `gpointer' and return `void'.
5910
5911         * mono-debug-debugger.c
5912         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
5913         (mono_debugger_add_builtin_types): Removed.
5914
5915 2006-02-02  Martin Baulig  <martin@ximian.com>
5916
5917         * threads.c (mono_debugger_create_all_threads): New public method.
5918
5919 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5920
5921         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
5922         breaks on several platforms.
5923
5924 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
5925
5926         * assembly.c: the VS.NET build doesn't supply default values for
5927         MONO_ASSEMBLIES and MONO_CFG_DIR.
5928
5929 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
5930
5931         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
5932         helper function.
5933
5934         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
5935
5936         * loader.c (method_from_memberref): Fix a warning.
5937
5938         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
5939
5940         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
5941         with explicit layout. Fixes #77433.
5942
5943 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
5944
5945         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
5946         max_interface_id is initialized before using it. Fixes #77398.
5947         (ves_icall_Type_GetInterfaces): Ditto.
5948
5949 2006-01-30  Raja R Harinath  <rharinath@novell.com>
5950
5951         * metadata.c (mono_metadata_parse_method_signature_full): Don't
5952         allocate memory for parameter attributes when parsing memberref
5953         signatures.
5954         * loader.c (mono_loader_set_error_method_load): Don't warn.
5955         (method_from_memberref): Ensure MissingMethodException gets thrown
5956         if method is not found.  Make warning more informative.
5957
5958 2006-01-29  Raja R Harinath  <harinath@gmail.com>
5959
5960         Fix #77397
5961         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
5962         return true if is byref.
5963         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
5964         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
5965         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
5966
5967 2006-01-27  Raja R Harinath  <rharinath@novell.com>
5968
5969         Fix tests/find-method.2.il
5970         * loader.c (find_method, find_method_in_class): Remove is_inflated
5971         argument.  Revert 2006-01-18 change.
5972         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
5973         is generic, search for method in its generic definition.
5974         * class.c (mono_class_setup_vtable_general): Print generic
5975         arguments of generic types in debugging printf.
5976
5977 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
5978
5979         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
5980
5981         * threads.c (mono_threads_request_thread_dump): New helper function.
5982
5983 2006-01-25  Raja R Harinath  <rharinath@novell.com>
5984
5985         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
5986
5987 2006-01-25  Ankit Jain  <jankit@novell.com>
5988
5989         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
5990         move definition to ..
5991         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
5992         
5993 2006-01-25  Ankit Jain  <jankit@novell.com>
5994             Raja R Harinath  <rharinath@novell.com>
5995
5996         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
5997         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
5998         as necessary.
5999
6000 2006-01-25  Martin Baulig  <martin@ximian.com>
6001
6002         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
6003         `MonoDebuggerThread' into debug-debugger.c.
6004
6005 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
6006
6007         * profiler.c: fix printing of data.
6008
6009 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
6010
6011         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
6012           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
6013
6014 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
6015
6016         * object.c: fix deadlock related to string interning.
6017
6018 2006-01-23  Martin Baulig  <martin@ximian.com>
6019
6020         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
6021
6022         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
6023
6024 2006-01-23  Martin Baulig  <martin@ximian.com>
6025
6026         * mono-debug.h: Moved the prototypes of some functions which are
6027         used by the JIT here from mono-debug-debugger.h.
6028
6029 2006-01-21  Martin Baulig  <martin@ximian.com>
6030
6031         * Makefile.am: Don't install mono-debug-debugger.h.
6032
6033 2006-01-21  Martin Baulig  <martin@ximian.com>
6034
6035         * mono-debug-debugger.h: Enforce the private status of this header
6036         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
6037         Moved some stuff from mono-debugger-jit-wrapper.h here.
6038
6039 2006-01-20  Raja R Harinath  <rharinath@novell.com>
6040
6041         * class.c (mono_class_from_typeref): Add a sanity test to help
6042         catch lack of assembly load/search hooks.
6043
6044 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
6045
6046         * marshal.c (emit_struct_conv): Relax the fields with same offset
6047         check even more. Fixes #77230.
6048
6049 2006-01-18  Martin Baulig  <martin@ximian.com>
6050
6051         * loader.c (find_method_in_class): Added `gboolean is_inflated'
6052         argument; if false, we compare the uninstantiated signatures.
6053         (method_from_memberref): Compare the uninstantiated signatures;
6054         fixes #76417.
6055
6056 2006-01-18  Robert Jordan  <robertj@gmx.net>
6057
6058         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
6059         Clear the weak link. Fixes bug #77170.
6060
6061         * gc.c (mono_gchandle_free):
6062         Reflect *-gc.c changes (tiny optimization).
6063
6064 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
6065
6066         * metadata.c (mono_metadata_signature_dup): Applied patch from
6067         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
6068         Fixes #77288.
6069
6070 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
6071
6072         * marshal.c (emit_struct_conv): Allow fields with the same offset when
6073         marshalling from native to managed code. Fixes #77230.
6074
6075 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6076
6077         * threadpool.c: fix problem (Mac only) when more than one asynchronous
6078         connect. Fixes bug #77020.
6079
6080 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
6081
6082         * class.c: fixed id assignement for nested interfaces (bug #77275).
6083         Added also better info for --print-vtable debugging.
6084
6085 2006-01-12  Martin Baulig  <martin@ximian.com>
6086
6087         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
6088         interfaces on-the-fly; fixes #76625.
6089
6090         * class-internals.h
6091         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
6092         don't need that anymore.
6093
6094 2006-01-12  Miguel de Icaza  <miguel@novell.com>
6095
6096         * socket-io.c
6097         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
6098         To avoid initing the nested_classes when not needed I turned the
6099         PeerCredData as a toplevel internal class, as it has to be shared
6100         anyways. 
6101
6102         Fixes the CASA issue.
6103
6104 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
6105
6106         * domain.c: Accessors for MonoJitInfo
6107
6108         * profiler-private.h: Add jitinfo to the end jit hook
6109
6110         * profiler.[ch]: Define new hooks, called after jitting which give
6111         the MonoJitInfo that was compiled
6112
6113 2006-01-10  Martin Baulig  <martin@ximian.com>
6114
6115         * class.c (mono_class_setup_events): Add support for generic
6116         classes; fixes #76440.
6117
6118 2006-01-06  Raja R Harinath  <rharinath@novell.com>
6119
6120         Fix #77160.
6121         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
6122         on passed-in method.
6123
6124 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
6125
6126         * object.c (mono_runtime_invoke_array): Add Nullable support.
6127
6128         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
6129
6130 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
6131
6132         * file-io.c: Don't consider sockets as directory and avoid an endless
6133         loop. Fix bug #76966.
6134
6135 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
6136
6137         * object.c (mono_nullable_init): New helper function.
6138         (mono_nullable_box): Ditto.
6139
6140         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
6141
6142         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
6143
6144         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
6145         
6146 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
6147
6148         * class.c (mono_class_is_assignable_from): Make T assignable to 
6149         Nullable<T>.
6150
6151 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
6152
6153         * appdomain.c: Bump corlib version to 46.
6154         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
6155         serialization purpose) and changed ves_icall_System_Reflection_
6156         Assembly_get_code_base signature to accept a boolean (to escape, or 
6157         not, the assembly code base).
6158
6159 2005-12-23  Dick Porter  <dick@ximian.com>
6160
6161         * icall.c: 
6162         * threads-types.h: 
6163         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
6164         CreateEvent icall now returns "created" boolean parameter.
6165
6166 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
6167
6168         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
6169         #76967.
6170
6171         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
6172         when attr_klass is an interface. Fixes #77045.
6173
6174 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
6175
6176         * marshal.c (emit_struct_conv): Fix previous patch.
6177         
6178         * marshal.c (emit_struct_conv): Add a check for fields with the same
6179         offset.
6180
6181 2005-12-20  Raja R Harinath  <rharinath@novell.com>
6182
6183         Fix regression in Mono.C5.
6184         * class.c (mono_class_create_generic): If 'klass' is an interface
6185         set up the interface offsets.
6186         (mono_class_is_assignable_from): Don't throw away generic arguments.
6187
6188 2005-12-19  Raja R Harinath  <rharinath@novell.com>
6189
6190         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
6191         type parameters.
6192
6193 2005-12-15  Raja R Harinath  <rharinath@novell.com>
6194
6195         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
6196         dead store.
6197         (do_mono_metadata_parse_generic_class): Don't pass the current
6198         generic context when parsing the type being instantiated: it
6199         cannot use it, anyway.
6200
6201         * loader.c (method_from_memberref): Don't inflate a signature if
6202         it doesn't contain any type parameters.
6203
6204 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
6205
6206         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
6207
6208 2005-12-14  Martin Baulig  <martin@ximian.com>
6209
6210         * class.c
6211         (mono_type_get_name_recurse): Don't return null for type
6212         parameters and open generic classes.
6213         (mono_class_setup_methods): Don't exclude generic instances.
6214         (mono_get_unique_iid): Use different IDs for different
6215         instantiations of the same generic type.
6216         (mono_class_setup_vtable): Only use setup_generic_vtable() for
6217         open generic instances; create a normal vtable for closed generic
6218         instances.
6219         (mono_class_setup_vtable_general): We're now also called for
6220         closed generic instances.
6221
6222         * reflection.c
6223         (mono_reflection_bind_generic_parameters): Correctly use
6224         mono_metadata_lookup_generic_inst() everywhere.
6225
6226 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
6227
6228         * object.c (mono_class_create_runtime_vtable): Call 
6229         mono_class_setup_vtable ().
6230
6231         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
6232         function.
6233         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
6234         #76959.
6235
6236         * loader.c (mono_loader_set_error_type_load): Print the type load
6237         warnings to the console so they are more visible to the user.
6238         (mono_loader_set_error_method_load): Ditto.
6239
6240         * reflection.c (ensure_runtime_vtable): Revert the last change as it
6241         is still broken.
6242         
6243         * reflection.c (ensure_runtime_vtable): Fix build.
6244
6245         * reflection.c (ensure_runtime_vtable): Disable an optimization which
6246         doesn't work in all cases.
6247
6248 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
6249
6250         * object.c (mono_array_new_full): Treat a single dimensional array
6251         with 0 lower bounds as an szarray. Fixes #76973.
6252
6253         * reflection.c (custom_attr_visible): Really fix this.
6254
6255 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
6256
6257         * reflection.c (custom_attr_visible): Allow nested public attributes
6258         as well.
6259
6260         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
6261         interface check.
6262
6263 2005-12-12  Raja R Harinath  <harinath@gmail.com>
6264
6265         * class.c (set_generic_param_owner): Delete.
6266         (mono_class_create_from_typedef): Don't set ->owner field of
6267         generic parameters to "param containers" of enclosing classes.
6268         * reflection.c (mono_reflection_initialize_generic_parameter):
6269         Likewise.
6270
6271 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
6272
6273         * reflection.c (custom_attr_visible): Fix build.
6274
6275 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
6276
6277         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
6278         private attributes.
6279         
6280         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
6281         handling of null parameter defaults.
6282
6283 2005-12-09  Raja R Harinath  <rharinath@novell.com>
6284
6285         * class.c (mono_class_from_generic_parameter): Don't set
6286         klass->generic_container.
6287         (my_mono_class_from_generic_parameter): Likewise.
6288
6289 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
6290
6291         * reflection.c (load_public_key): Fix a warning.
6292         (method_encode_code): Fix unaligned accesses.
6293
6294 2005-12-07  Martin Baulig  <martin@ximian.com>
6295
6296         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
6297
6298         * reflection.c
6299         (write_generic_param_entry): Encode our custom attrs.
6300
6301         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
6302
6303 2005-12-07  Martin Baulig  <martin@ximian.com>
6304
6305         * reflection.c (encode_new_constraint): Removed; we don't use the
6306         `NewConstraintAttribute' anymore.
6307
6308 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
6309
6310         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
6311         not fire a TypeResolve event when Assembly.GetType () is called.
6312
6313 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
6314
6315         Beginning of support for nullable types in the runtime. Parts of
6316         this patch are from Martin.
6317
6318         * appdomain.c (MONO_CORLIB_VERSION): Bump
6319
6320         * domain.c (mono_init_internal): get the nullable type
6321
6322         * class.c (mono_class_is_nullable): New method
6323         (mono_class_get_nullable_param): New mehod
6324         (mono_class_create_generic): In types T? set cast_class to T
6325
6326         * class-internals.h (MonoDefaults): new nullable default class
6327         (mono_class_get_nullable_param, mono_class_get_nullable_param):
6328         new methods.
6329
6330 2005-12-05  Raja R Harinath  <rharinath@novell.com>
6331
6332         * metadata.c (select_container): New.  Refactor code to select the
6333         appropriate GenericContainer given the type of generic parameter
6334         we are looking for.
6335         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
6336         not a MonoGenericContext.  Use select_container.  Update parameters.
6337         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
6338         and MONO_TYPE_MVAR.
6339         (unwrap_arrays): Remove duplicate tests.
6340         (find_generic_param): Rename from 'has_same_context'.  Now walks a
6341         generic instantiated class to find any arguments that are generic
6342         parameters.
6343         (mono_type_create_from_typespec_full): Use find_generic_param to
6344         avoid evicting some generic instantiations from the typespec
6345         cache.
6346
6347 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
6348
6349         * reflection.c: fixed writing of doubles on ARM FPA.
6350
6351 2005-12-02  Robert Jordan  <robertj@gmx.net>
6352
6353         * icall.c: Fixed EventInfo.ReflectedType (#76829).
6354
6355 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6356
6357         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
6358         least on SUSE 10 they are not the same (on debian, they are just the
6359         same thing).
6360
6361 2005-12-01  Raja R Harinath  <rharinath@novell.com>
6362
6363         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
6364         DeclaringType for VARs and MVARs.
6365         * class.c (set_generic_param_owner): Fix initialization of owner
6366         fields.
6367
6368 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
6369
6370         * icall.c: fixed Enum.ToObject() to correctly convert the values.
6371
6372 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6373
6374         * threadpool.c: workaround for a bug that shows up on the Mac:
6375         select()+connect() on a blocking socket is not like it should
6376         be, so we proceed to connect() in that case, wasting the I/O
6377         threadpool thread until connect succeedes. Fixes bug #75436.
6378
6379 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6380
6381         * threadpool.c: fix typo when setting file descriptor states.
6382
6383 2005-11-28  Raja R Harinath  <rharinath@novell.com>
6384
6385         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
6386         * metadata.c (mono_metadata_parse_method_signature_full): Don't
6387         create a temporary signature container.
6388         (mono_metadata_parse_generic_param): Update to changes.
6389         (mono_type_create_from_typespec_full): Update to changes.
6390         * loader.c (method_from_memberref): Don't use a
6391         MonoGenericContainer while parsing a memberref signature.
6392         (method_from_methodspec): Remove dead-store of the 'container'
6393         variable.  It's overwritten before use.
6394
6395         * metadata.c (mono_type_create_from_typespec_full): Make debugging
6396         checks tighter.
6397         (mono_metadata_parse_generic_param): Likewise.
6398         * loader.c (find_method_in_class): Does not need a
6399         MonoGenericContainer.  Use 'mono_method_signature' rather than
6400         'mono_method_signature_full'.
6401         (find_method, mono_get_method_constrained, method_from_memberref):
6402         Update to changes.
6403
6404         * metadata.c (mono_type_create_from_typespec_full): Ensure that
6405         owner-less generic-parameters are never evicted from the typespec
6406         cache.
6407
6408         * loader.c (method_from_memberref): Don't use the current context
6409         when parsing signatures.
6410         (method_from_methodspec, mono_get_method_from_token): Update to changes.
6411
6412         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
6413         side-effects in g_assert.
6414         * loader.c (mono_get_method_from_token): Resolve klass earlier so
6415         that we don't potentially lose information.
6416
6417 2005-11-26  Dick Porter  <dick@ximian.com>
6418
6419         * icall.c:
6420         * threads.c: icalls to implement basic (ie, not named)
6421         System.Threading.Semaphore.
6422
6423 2005-11-24  Dick Porter  <dick@ximian.com>
6424
6425         * process.c
6426         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
6427         Use GetProcessId() if it's available.
6428
6429 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
6430
6431         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
6432
6433 2005-11-23  Raja R Harinath  <rharinath@novell.com>
6434             Ankit Jain  <jankit@novell.com>
6435
6436         * loader.c (mono_get_method_from_token): Initialize 'method' field
6437         of all generic parameters before parsing the signature.  Remove
6438         code that "fixed"-up MVAR references.
6439
6440 2005-11-23  Ankit Jain  <jankit@novell.com>
6441
6442         * metadata.c (mono_metadata_has_generic_params):
6443         (mono_metadata_load_generic_param_constraints):
6444         (mono_metadata_load_generic_params): Move duplicate code ...
6445         (mono_metadata_get_generic_param_row): ... here. Returns the
6446         first row-id in GenericParam table for a given owner (token).
6447         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
6448         prototype.
6449
6450 2005-11-23  Raja R Harinath  <rharinath@novell.com>
6451             Ankit Jain  <jankit@novell.com>
6452
6453         * metadata.c (mono_metadata_class_equal): Pass signature_only when
6454         comparing VARs too.
6455         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
6456         type->data.generic_param only if the type is an MVAR.
6457         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
6458         leak owner-less VARs and MVARs into managed space.
6459
6460 2005-11-21  Martin Baulig  <martin@ximian.com>
6461
6462         * class-internals.h
6463         (MonoMethod): Moved the `generic_container' here from
6464         `MonoMethodNormal' since we now also need it for
6465         `MonoMethodPInvoke';
6466         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
6467         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
6468         an union containing both `MonoMethodNormal' and
6469         `MonoMethodPInvoke'.
6470
6471         * loader.c
6472         (mono_get_method_from_token): Allow implementing generic methods
6473         as interncalls.
6474
6475         * threads.c
6476         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
6477         icall.
6478
6479 2005-11-17  Dick Porter  <dick@ximian.com>
6480
6481         * icall.c: 
6482         * process.h: 
6483         * process.c: Split the Process Start_internal icall into
6484         ShellExecuteEx_internal and CreateProcess_internal, which are
6485         called depending on whether UseShellExecute is true.  Fixes bug
6486         76670.
6487
6488         * appdomain.c (MONO_CORLIB_VERSION): Incremented
6489
6490 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
6491
6492         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
6493         'msize' parameters, use the information in 'mspec' instead.
6494         (emit_object_to_ptr_conv): Ditto.
6495
6496         * marshal.c (emit_struct_conv): Handle explicit layout structs with
6497         fields out of order. Fixes #76733.
6498
6499 2005-11-17  Ankit Jain  <jankit@novell.com>
6500
6501         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
6502
6503 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
6504
6505         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
6506           bug #76575.
6507
6508 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
6509
6510         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
6511         for types with non-auto layout. Fixes #76717.
6512
6513 2005-11-16  Ankit Jain  <jankit@novell.com>
6514
6515         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
6516         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
6517         if generic_context is null.
6518           (mono_metadata_generic_param_equal): param->owner can be null.
6519           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
6520         null.
6521
6522 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
6523
6524         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
6525         the correct value.
6526
6527 2005-11-15  Martin Baulig  <martin@ximian.com>
6528
6529         * object.c (set_value): Use mono_class_from_mono_type() instead of
6530         the hack for generic instances; fixes #76136.
6531
6532 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
6533
6534         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
6535         fields.
6536
6537         * image.c (load_metadata_ptrs): Initialize the new fields.
6538
6539         * reflection.c (create_dynamic_mono_image): Ditto.
6540
6541         * reflection.c (build_compressed_metadata): Use the new fields.
6542
6543         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
6544         icall.
6545
6546         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
6547         icall.
6548         
6549 2005-11-15  Ankit Jain  <jankit@novell.com>
6550             Raja R Harinath  <harinath@gmail.com>
6551
6552         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
6553         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
6554         new per-generic_container cache if the cached MonoType's context matches
6555         the current context.
6556           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
6557         to the expected context.
6558           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
6559
6560 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6561
6562         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
6563         we changed the signature of an icall.
6564         * icall.c: Modify to mono_double_ParseImpl return true/false 
6565         depending on the success, instead of throwing the exception. This will
6566         help us in Double.TryParse methods.
6567         
6568 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
6569
6570         * marshal.c (emit_marshal_object): Throw an exception when
6571         marshalling 'object' instead of crashing. Fixes #76696.
6572
6573 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
6574
6575         * class-internals.h: Add prototype for mono_type_get_full_name ().
6576
6577 2005-11-11  Dick Porter  <dick@ximian.com>
6578
6579         * threads.c (mono_thread_manage): Make sure the main thread has
6580         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
6581
6582 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
6583
6584         * loader.c (mono_loader_set_error_type_load): Log a warning to the
6585         console about the missing type.
6586         (mono_loader_set_error_method_load): Ditto.
6587
6588 2005-11-09  Miguel de Icaza  <miguel@novell.com>
6589
6590         * mono-config.c (mono_get_config_dir): Set the system defaults if
6591         none is specified.
6592
6593         * assembly.c (mono_set_dirs): New API entry point to set the
6594         assembly and the config directory in one call
6595
6596 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
6597
6598         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
6599         the ftnptr was created from a delegate in a domain other than the
6600         current domain. Fixes #75377.
6601
6602         * exception.h exception.c: Add mono_get_exception_not_supported ().
6603
6604 2005-11-08  Martin Baulig  <martin@ximian.com>
6605
6606         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
6607
6608 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
6609
6610         * security-manager.h: Added definitions to deal with strongname key 
6611         pairs bigger (and smaller) than 1024 bits.
6612         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
6613         adjust wrt the public key length being used.
6614
6615 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
6616
6617         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
6618           Windows build (r51396-51397).
6619
6620 2005-11-03  Martin Baulig  <martin@ximian.com>
6621
6622         * class.c (mono_class_setup_vtable_general): Also add generic
6623         methods to the vtable; fixes #76581.
6624
6625 2005-11-01  Miguel de Icaza  <miguel@novell.com>
6626
6627         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
6628         sure that we lookup GetString method from the System.Text.Encoding
6629         class, not the derived class or we get an empty method.
6630
6631         Fixed class #76612.
6632
6633 2005-10-25  Miguel de Icaza  <miguel@novell.com>
6634
6635         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
6636         if it has been previously set (embedders). 
6637
6638         Make mono_set_rootdir available also on Unix.
6639
6640 005-10-24  Robert Jordan  <robertj@gmx.net>
6641
6642         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
6643
6644 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
6645
6646         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
6647         only calls which are made to native code use this flag.
6648
6649         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
6650
6651 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
6652
6653         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
6654         Add support for FieldBuilders.
6655
6656 2005-10-29  Martin Baulig  <martin@ximian.com>
6657
6658         * mono-debug.c
6659         (mono_debug_using_mono_debugger): New public method; returns
6660         whether we're running inside the debugger.
6661
6662 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
6663
6664         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
6665         for Method/Constructor/FieldBuilders.
6666
6667 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
6668
6669         * reflection.c (module_add_cattrs): Save custom attributes for global methods
6670         and fields as well.
6671
6672 2005-10-26  Martin Baulig  <martin@ximian.com>
6673
6674         * mono-debug-debugger.c
6675         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
6676
6677 2005-10-24  Raja R Harinath  <harinath@gmail.com>
6678
6679         * icall.c (base64_to_byte_array): Don't pass an out-of-range
6680         integer to isspace.
6681
6682 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
6683
6684         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
6685         when passing valuetypes byref. Fixes #76502.
6686
6687 2005-10-19  Jackson Harper  <jackson@ximian.com>
6688
6689         * profiler.c: Don't put a . in front of types that are not in a
6690         namespace.
6691
6692 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
6693
6694         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
6695
6696 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
6697
6698         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
6699         #76436.
6700         (mono_marshal_get_ldflda_wrapper): Fix a warning.
6701
6702 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6703
6704         * assembly.c metadata-internals.h icall.c: Define an additional
6705         parameter for mono_assembly_name_parse_full, so we can avoid creating
6706         S.R.AssemblyName.Version when no version info wasn't passed.
6707         
6708 2005-10-09  Miguel de Icaza  <miguel@novell.com>
6709
6710         * class.c (mono_type_get_full_name): Reimplement method that was
6711         removed. 
6712
6713         * image.c: Some docs
6714
6715 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
6716
6717         * profiler.c (output_newobj_profile): Fix printing of Total memory
6718         on x86.
6719
6720 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
6721
6722         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
6723
6724 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
6725
6726         * threads.c: remove debug output.
6727
6728 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
6729
6730         * threads.c (mono_thread_manage): Fix crashes if more than 64
6731         threads need to be aborted. Hopefully fixes #75899.
6732
6733         * assembly.c (mono_stringify_assembly_name): New helper function.
6734
6735         * class.c: Use mono_stringify_assembly_name instead of the similar
6736         static function.
6737
6738         * assembly.h assembly.c: Add support for calling a postload search 
6739         hook if an assembly cannot be loaded.
6740
6741         * appdomain.c: Register new search hooks which call the AssemblyResolve
6742         events in AppDomain. Fixes #75231
6743
6744 2005-10-07  Martin Baulig  <martin@ximian.com>
6745
6746         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
6747         methods without debug info.
6748
6749 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
6750
6751         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
6752         wrappers.
6753
6754 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6755
6756         * file-io.c: now that we return symlinks, use lstat and, when the file
6757         is a symbolic link, stat, to get the file attributes. Also avoid the
6758         conversion to/from utf16/external.
6759
6760 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
6761
6762         * class.c (mono_class_layout_fields): Compute klass->has_references
6763         correctly if an embedded valuetype is not yet initialized. Fixes
6764         #76331.
6765
6766 2005-10-04  Martin Baulig  <martin@ximian.com>
6767
6768         * metadata.c
6769         (mono_metadata_load_generic_param_constraints): New public
6770         function; splitted the constraints loading out from
6771         mono_metadata_load_generic_params().
6772
6773         * class.c (mono_class_create_from_typedef): Call
6774         mono_metadata_load_generic_param_constraints() after setting up
6775         the type and creating our parent; fixes #75329.
6776
6777 2005-10-04  Martin Baulig  <martin@ximian.com>
6778
6779         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
6780         non-dynamic parent classes.
6781
6782 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
6783
6784         * file-io.c : win32 build fix (ETXTBSY seems not found).
6785
6786 2005-10-04  Martin Baulig  <martin@ximian.com>
6787
6788         * reflection.c
6789         (mono_image_get_methodspec_token): Make the cache actually work;
6790         fixes #75974.
6791
6792 2005-10-04  Martin Baulig  <martin@ximian.com>
6793
6794         * class.c (mono_class_name_from_token): Removed the unneccessary
6795         `MonoGenericContext *' argument.
6796
6797 2005-10-04  Martin Baulig  <martin@ximian.com>
6798
6799         * loader.c
6800         (method_from_methodspec): Make the caching work again; fixes the
6801         performance regression from #76262.
6802
6803 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6804
6805         * file-io.c:
6806         * file-io.h:
6807         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
6808         GetFileSystemEntries that performs the same work but without going
6809         into io-layer, locking, etc.
6810
6811 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
6812
6813         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
6814         ThreadState_Stopped as well. Fixes #76047.
6815
6816 2005-09-29  Martin Baulig  <martin@ximian.com>
6817
6818         * class.c
6819         (inflate_generic_context): If the new context has a `gmethod', set
6820         its `container' that that gmethod's `container'.
6821
6822         * metadata.c
6823         (mono_metadata_parse_generic_param): Simplify things;
6824         `generic_container = generic_context->container;' is just fine.
6825
6826         * loader.c (method_from_methodspec): Code cleanups.
6827
6828 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
6829
6830         * decimal.c: fix warning (and let gcc generate correct
6831         code on ARM with optimizations).
6832
6833 2005-09-28  Martin Baulig  <martin@ximian.com>
6834
6835         * loader.c
6836         (method_from_memberref): Added `MonoGenericContext *class_context'
6837         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
6838         (method_from_methodspec): If we're a memberref, use the enclosing
6839         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
6840
6841 2005-09-28  Martin Baulig  <martin@ximian.com>
6842
6843         * object.c (mono_runtime_invoke_array): Added support for
6844         MONO_TYPE_GENERICINST; fixes #75917.
6845
6846 2005-09-27  Martin Baulig  <martin@ximian.com>
6847
6848         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
6849         `k->byval_arg.type' to determine the actual type.
6850
6851         * loader.c (method_from_methodspec): Removed some hacks.
6852
6853 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
6854
6855         * class-internals.h (mono_field_is_deleted): Do the test for
6856         rtspecialname before we check the actual name of the field. This
6857         prevents us from dereferencing a pointer into the string table,
6858         saving us from accessing a few pages
6859
6860         * *.c: Replace the use of {Enter,Leave}CriticalSection with
6861         macros. This will allow a deadlock debugger to easily be plugged
6862         in.
6863
6864 2005-09-27  Martin Baulig  <martin@ximian.com>
6865
6866         * loader.c (method_from_methodspec): Create a "signature"
6867         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
6868
6869 2005-09-27  Martin Baulig  <martin@ximian.com>
6870
6871         * class.c
6872         (inflate_generic_class): Correctly set the new context's
6873         container.
6874
6875         * loader.c
6876         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
6877         instead of a `MonoGenericContext *'.
6878         (mono_method_signature_full): Take a `MonoGenericContainer *'
6879         instead of a `MonoGenericContext *'.
6880
6881         * metadata.c
6882         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
6883         instead of a `MonoGenericContext *'.
6884         (mono_metadata_parse_method_signature_full): Likewise.
6885
6886 2005-09-26  Martin Baulig  <martin@ximian.com>
6887
6888         * class.c
6889         (mono_class_from_generic_parameter): Set `klass->generic_container'
6890         (mono_class_from_generic_parameter): Likewise.
6891         (mono_bounded_array_class_get): We inherit the generic container
6892         from the element class.
6893
6894         * loader.c
6895         (find_method, find_method_in_class): Take a `MonoGenericContext *'
6896         argument rather than computing it here.
6897         (method_from_memberref): Correctly set the generic context before
6898         parsing the signature.  Fixes #75681.
6899
6900 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
6901
6902         * object.c (mono_class_has_special_static_fields): Fix warnings.
6903
6904 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6905
6906         * assembly.c: Add parse_public_key function, to
6907         par the public keys. Also added mono_assembly_name_parse_full,
6908         to define it the parsed key should be freed or not.
6909         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
6910         to parse a long format assembly name.
6911         * metadata-internals.h: Keep mono_assembly_name_parse_full as
6912         private, since calling it to preserve the key requires
6913         freeing it manually.
6914         
6915 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
6916
6917         * locales.c : removed HAVE_ICU part.
6918
6919 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
6920
6921         * object.c (mono_class_create_runtime_vtable): Avoid calling 
6922         field_is_special_static if the klass has no special static fields.
6923
6924         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
6925         (MonoCachedClassInfo): Likewise.
6926
6927         * object.c (mono_class_has_special_static_fields): New helper function.
6928
6929 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6930
6931         * class.c (mono_class_create_from_typedef): Don't call 
6932         interfaces_from_typedef_full for enums.
6933         (mono_class_create_from_typedef): Compute the base types of enums directly
6934         without calling mono_class_setup_fields ().
6935         (mono_class_find_enum_basetype): New helper function.
6936
6937         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
6938         one place inside the string heap.
6939         
6940 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
6941
6942         * class.c: locking fixes, code cleanups, some docs added.
6943         Allocate some data structures in the image mempool.
6944
6945 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6946
6947         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6948         the example code.
6949         
6950 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
6951
6952         * class-internals.h, class.c, reflection.c: reduce memory taken by
6953         MonoClass.
6954
6955 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
6956
6957         * metadata.c, metadata.h, loader.h: documentation updates, code and
6958         API cleanups.
6959
6960 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
6961
6962         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
6963         the example code.
6964
6965         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
6966         page faults caused by the runtime while reading metadata.
6967
6968 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6969
6970         * socket-io.c: the field names were changed 3 months ago and no one
6971         realized until bug #76077 got filed!
6972
6973 2005-09-20  Martin Baulig  <martin@ximian.com>
6974
6975         * icall.c (assembly_icalls): Removed some unused debugger icalls.
6976
6977 2005-09-20  Martin Baulig  <martin@ximian.com>
6978
6979         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
6980         write the rank into the class entry.
6981
6982 2005-09-20  Martin Baulig  <martin@ximian.com>
6983
6984         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
6985
6986 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
6987
6988         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6989
6990         * icall.c (custom_attrs_defined_internal): New icall.
6991
6992         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
6993         function.
6994         (mono_custom_attrs_construct_by_type): New helper function.
6995
6996 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
6997
6998         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
6999         terminate the resulting string. Fixes #76123.
7000
7001 2005-09-16  Martin Baulig  <martin@ximian.com>
7002
7003         * mono-debug.c
7004         (mono_debug_add_method): Ignore inflated methods for the moment.
7005
7006 2005-09-14  Martin Baulig  <martin@ximian.com>
7007
7008         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
7009
7010 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
7011
7012         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
7013         return a success/failure indication.
7014         (mono_metadata_interfaces_from_typedef_full): Ditto.
7015         (get_constraints): Ditto.
7016
7017 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
7018
7019         * marshal.c (emit_marshal_array): Fix handling of null arrays.
7020         
7021         * marshal.c (emit_marshal_array): Add support for returning string
7022         arrays from delegates. Fixes #76063.
7023
7024         * marshal.c: Use the emit_ldloc/stloc macros where possible.
7025
7026 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
7027
7028         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
7029         icall.
7030
7031 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
7032
7033         * reflection.c icall.c: Fix after mono_get_exception_type_load
7034         signature change.
7035
7036         * assembly.c (mono_assembly_get_assemblyref): New helper function.
7037         (mono_assembly_load_reference): Use the new helper.
7038
7039         * class-internals.h (MonoLoaderError): New structure containing 
7040         information about type loading errors.
7041
7042         * class-internals.h loader.c: Add APIs to store per-thread loader
7043         error information.
7044
7045         * loader.c class.c: Set the loader error if needed.
7046
7047         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
7048
7049 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
7050
7051         * decimal.c: fixed to handle the broken ARM fp format.
7052
7053 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
7054
7055         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
7056         broken.
7057
7058 2005-09-06  Martin Baulig  <martin@ximian.com>
7059
7060         * domain.c (supported_runtimes): Added v2.0.50727.
7061
7062 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
7063
7064         * culture-info.h: reduce the size of some structures.
7065
7066 2005-09-05  Martin Baulig  <martin@ximian.com>
7067
7068         Reflect latest API changes in the August CTP.
7069
7070         * icall.c
7071         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
7072         ("MonoType.HasGenericArguments"): Removed.
7073         ("MonoMethod.BindGenericParameters"): Renamed to
7074         "MakeGenericMethod".
7075         ("MethodBuilder.BindGenericParameters"): Renamed to
7076         "MakeGenericMethod".    
7077
7078 2005-09-05  Martin Baulig  <martin@ximian.com>
7079
7080         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
7081
7082 2005-09-05  Martin Baulig  <martin@ximian.com>
7083
7084         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7085
7086         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
7087         generic_container is non-NULL.
7088
7089 2005-09-05  Martin Baulig  <martin@ximian.com>
7090
7091         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7092
7093         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
7094
7095 2005-08-29  Michal Moskal  <malekith@nemerle.org>
7096
7097         * reflection.c (encode_locals,
7098         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
7099         for large generic types.
7100
7101 2005-09-05  Martin Baulig  <martin@ximian.com>
7102
7103         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7104
7105         * class.c (mono_dup_array_type): New public method.
7106         (mono_metadata_signature_deep_dup): New public method.
7107         (dup_type): Correctly duplicate array and function types.
7108
7109 2005-09-05  Martin Baulig  <martin@ximian.com>
7110
7111         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7112
7113         * reflection.c (get_default_param_value_blobs): Handle generic types
7114         and generic methods.
7115
7116 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
7117
7118         * class.c: Fixed error reporting (method/class were inversed) for 
7119         inheritance demands.
7120         * security-manager.c|h: Added the AppDomain when calling the managed
7121         System.Security.SecurityManager.InheritanceDemand method.
7122
7123 2005-09-01  Raja R Harinath  <rharinath@novell.com>
7124
7125         * reflection.c (encode_marshal_blob): 'marshaltype' and
7126         'marshaltyperef' are alternate sources for the custom marshaler
7127         name.
7128
7129 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
7130
7131         * class.c: fix creation of array classes with rank == 1
7132         (patch by Ankit Jain <jankit@novell.com>).
7133
7134 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
7135
7136         * object.c: fix check for creating the bound data for arrays vs
7137         szarrays.
7138
7139 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7140
7141         * object.c: configuration file name is now based on the executable name,
7142         not the image name. Fixes bug #75931.
7143
7144 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
7145
7146         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
7147         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
7148
7149 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
7150
7151         * rand.c: Use wincrypt.h instead of WinCrypt.h.
7152
7153 2005-08-24  Ankit Jain  <jankit@novell.com>
7154             Raja R Harinath  <rharinath@novell.com>
7155
7156         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
7157           called by it recursively.
7158           (mono_class_init): Remove special case in pending_init handling, since it's
7159           superseded by the fix to mono_class_from_typeref.
7160
7161 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
7162
7163         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
7164         BROKEN_THREAD_START stuff.
7165
7166 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
7167
7168         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
7169         trampoline.
7170
7171         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
7172         
7173         * object.c (mono_delegate_ctor): Replace the original function address with
7174         a delegate trampoline.
7175
7176 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
7177
7178         * icall.c: add boolean argument to base64_to_byte_array and 
7179         InternalFromBase64String to control whether a whitespace-only string
7180         is allowed (or should casue a FormatException to be thrown). We need
7181         this as the behavior has changed between MS.NET 1.x and 2.0, and we
7182         to match the MS behaviour in both profiles.
7183         * appdomain.c: Bump corlib version.
7184
7185 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7186
7187         This patch implements a big portion of publisher policy
7188         support, used to bind assembly versions and redirect
7189         one assembly from version A to version B.
7190
7191         * assembly.c:
7192         New GSList loaded_assembly_bindings, for storing the cached
7193         assembly bindings.
7194         (assembly_binding_maps_name): New static function for checking if a 
7195         assembly binding information maps an assembly name.
7196         (mono_assembly_binding_info_free): New function for freeing
7197         assembly binding information resources.
7198         (get_publisher_policy_info): New static function for retrieving 
7199         assembly binding information from a MonoImage.
7200         (compare_versions): New static function for comparing an assembly
7201         binding information data and the version of an assembly name.
7202         (check_policy_versions): New static function for checking if an
7203         assembly binding info mapping an assembly name is valid for it.
7204         (mono_assembly_load_publisher_policy): New static function for
7205         loading the 'policy.major.minor.MyAssembly' image for an assembly
7206         with an assembly name 'aname'.
7207         (mono_assembly_bind_version): New static function for updating
7208         assembly redirection.
7209         (mono_assembly_apply_binding): New static function for applying
7210         assembly binding.
7211         (search_binding_loaded): New static function for searching 
7212         loaded assembly binding infos in the cache domain.
7213         (mono_assembly_load_full): Don't apply assembly binding for
7214         reflection only assemblies.
7215
7216         * metadata-internals.h: Add MonoAssemblyBindingInfo,
7217         which contains information about assembly binding. Also
7218         declare signature for mono_config_parse_publisher_policy ()
7219         function, used to retrieve pub policy info.
7220         
7221         * mono-config.c:
7222         (publisher_policy_start): New static function used to parse publisher 
7223         policy config files.
7224         (publisher_policy_parser): New static MonoParseHandler containing 
7225         the functions used when parsing config files.
7226         (mono_config_parse_publisher_policy): New function for parsing
7227         publisher policy files.
7228         
7229 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
7230
7231         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
7232
7233         * marshal.c (mono_delegate_free_ftnptr): Ditto.
7234
7235         * object.c (mono_get_addr_from_ftnptr): New helper function.
7236
7237         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
7238
7239         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7240
7241 2005-08-19  Dick Porter  <dick@ximian.com>
7242
7243         * threads.c, threads.h, appdomain.c, appdomain.h,
7244         profiler-private.h, monitor.c, object.c, object-internals.h,
7245         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
7246         store the thread ID, so it can hold a 64 bit value if needed.
7247
7248 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
7249
7250         * reflection.c (mono_reflection_create_dynamic_method): Store the
7251         handle class into the method references as well so ldtoken works in
7252         dynamic methods.
7253
7254         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
7255         types.
7256
7257 2005-08-19  Ankit Jain <jankit@novell.com>
7258
7259         Fix #75847.
7260         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
7261           here rather than using the method signature of a arbitrary function
7262           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
7263           two arguments.
7264           Hack done with Harinath.
7265
7266 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7267
7268         * threadpool.c: disable printing stack traces when we get a exception
7269         in a threadpool thread. I need to do more testing to figure out which
7270         cases actually print this. Fixes bug #75828.
7271
7272 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7273
7274         * icall.c: there might be ignored whitespace after the last '='. This
7275         fixes length computation and bug #75840.
7276
7277 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
7278
7279         * assembly.c (mono_assembly_load_full): Consider .exe extension as
7280         well. Fixes #75809.
7281
7282         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
7283         #75784.
7284         
7285         * reflection.c (create_custom_attr_data): Ditto.
7286
7287 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
7288
7289         * locales.c, culture-info.h : removed RegionLCIDMap.
7290         * culture-info-tables.h : regenerated.
7291
7292 2005-08-16  Martin Baulig  <martin@ximian.com>
7293
7294         * class.c (mono_type_get_name_recurse): Small fix.
7295
7296 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
7297
7298         * locales.c : indentation fixie.
7299
7300 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
7301
7302         * object-internals.h,
7303           locales.h,
7304           locales.c,
7305           culture-info.h,
7306           icall.c : added RegionInfo table support.
7307         * culture-info-table.h : regenerated for region support.
7308
7309 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
7310
7311         * reflection.c (resolve_object): handle all kinds of MonoMethod
7312         including generic ones
7313
7314 2005-08-12  Ankit Jain <jankit@novell.com>
7315
7316         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
7317           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
7318
7319 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
7320
7321         * process.c: Don't close a thread handle when it's NULL. This is a
7322         workaround for bug #75733.
7323
7324 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
7325
7326         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
7327
7328 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
7329
7330         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
7331
7332 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7333
7334         * threadpool.c: if a work item in the thread pool has a callback that
7335         catches a exception, don't propagate it after invoking the callback.
7336         Fixes bug #75336.
7337
7338 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
7339
7340         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
7341
7342         * class-internals.h (MonoCachedClassInfo): Add some new fields.
7343
7344         * class.c (mono_class_init): Load field info lazily in the AOT case.    
7345
7346         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
7347
7348 2005-08-03  Ankit Jain  <jankit@novell.com>
7349
7350         Fix #75683.
7351         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
7352           PInvoke calling convention is 0.
7353
7354 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
7355
7356         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
7357         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
7358
7359 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
7360
7361         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
7362         to handle threads not started by the GC (patch by Michael Meeks
7363         <michael.meeks@novell.com>).
7364
7365 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
7366
7367         * reflection.c: Make buffer used in emitting types larger for some
7368         big generic types (patch by Michal Moskal).
7369
7370 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
7371
7372         * mono-debug.c: Fix some (not all) alignment problems.
7373
7374 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7375
7376         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
7377         Invoke mono_image_load_from_data_full passing the refonly
7378         parameter.
7379
7380         * assembly.c
7381         (mono_assembly_open_from_bundle): Add the refonly argument, 
7382         in order to pass it to other methods it calls to.
7383         (do_mono_assembly_open): Add the refonly argument, in order 
7384         to pass it to other methods it calls to.
7385         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
7386         the refonly parameter to it.
7387
7388         * image.c: Add loaded_images_refonly_hash and
7389         loaded_images_refonly_guid_hash to cache the reflection
7390         only loaded images.
7391         (mono_images_init): Initialize the hash tables used for
7392         caching the reflection only images.
7393         (load_modules): Invoke mono_image_open_full passing the refonly
7394         parameter to load the modules the correct way.
7395         (build_guid_table): Add the refonly argument, to re-build the 
7396         correct hash table.
7397         (do_mono_image_open): Added the refonly argument, in order to
7398         define it for the loaded image.
7399         (mono_image_loaded_full): New function, which receives an
7400         additional parameter to look for the image in the refonly or
7401         non-refonly section.
7402         (mono_image_loaded): Updated, using mono_image_loaded_full.
7403         (mono_image_loaded_by_guid_full): The same case that happens
7404         with mono_image_loaded_full.
7405         (mono_image_loaded_by_guid): Likewise.
7406         (register_image): Use the ref_only variable inside MonoImage
7407         to decide in which hash table store the current image.
7408         (mono_image_open_from_data_full): Rename
7409         mono_image_open_from_data to mono_image_open_from_data_full,
7410         adding the refonly argument, to define the ref_only variable 
7411         inside MonoImage.
7412         (mono_image_open_from_data): Return 
7413         mono_image_open_from_data_full.
7414         (mono_image_open_full): Rename mono_image_open to
7415         mono_image_open_full, receiving the new refonly argument,
7416         to pass it to inner methods.
7417         (mono_pe_file_open): Update this function, to open
7418         a MonoImage as a non-refonly image.
7419         (mono_image_close): Use the refonly variable inside
7420         MonoImage to remove the image from the correct caches.
7421
7422         * image.h: Add the signatures of mono_image_open_full,
7423         mono_image_open_from_data_full, mono_image_loaded_full,
7424         mono_image_loaded_by_guid_full.
7425
7426         * metadata-internals.h: Add the ref_only field to 
7427         MonoImage.
7428         
7429 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7430
7431         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
7432         Fix the last behavior, which used to load the assemblies and
7433         extract MonoReflectionAssemblyName information, instead of
7434         extract it from the metadata tables. Needed for Reflection
7435         Only assemblies.
7436         
7437 2005-07-29  Martin Baulig  <martin@ximian.com>
7438
7439         * mono-debug-debugger.c
7440         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
7441         not initialized.
7442
7443         * mono-debug.c
7444         (mono_debug_address_from_il_offset): Check whether we have
7445         debugging support before attempting to take the lock.
7446         (mono_debug_source_location_from_address): Likewise.
7447         (mono_debug_source_location_from_il_offset): Likewise.
7448         (mono_debug_il_offset_from_address): Likewise.
7449         (mono_debug_address_from_il_offset): Likewise.
7450
7451 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
7452
7453         * class.c (mono_class_from_name_case): Add support for dynamic images.
7454         Fixes #75650.
7455
7456         * object.c (mono_class_compute_gc_descriptor): Add a workaround
7457         for #75479.
7458
7459 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
7460         
7461         * reflection.c (mono_method_get_object): Fix warning.
7462
7463 2005-07-28  Martin Baulig  <martin@ximian.com>
7464
7465         * mono-debug.c
7466         (mono_debug_add_wrapper): Also write the wrapper type.
7467
7468 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
7469
7470         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
7471         
7472         * class.c (mono_class_init): Avoid reading nested classes if the AOT
7473         data indicates the class has none.
7474
7475 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
7476
7477         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
7478         loader lock with the debugger lock. Prevents deadlocks for beagle.
7479
7480         Beagle can now run on an smp box for a weekend without any
7481         issues. Woohoo!
7482
7483 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
7484
7485         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
7486         in a module. Fixes #75629.
7487
7488 2005-07-26  Martin Baulig  <martin@ximian.com>
7489
7490         * mono-debug.c (mono_debug_add_wrapper): New static method.
7491         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
7492         interncall or a wrapper.
7493
7494         * mono-debug.h (MonoDebugWrapperData): New public typedef.
7495         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
7496         (MONO_DEBUGGER_VERSION): Bump to 51.
7497
7498         * mono-debug-debugger.c
7499         (mono_debugger_add_type): Removed this empty function.
7500         (mono_debugger_add_method): Likewise.
7501
7502 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
7503
7504         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
7505         before accessing method->slot.
7506
7507 2005-07-21  Jb Evain  <jbevain@gmail.com>
7508
7509         * reflection.c (method_encode_clauses/class): Handle filters clauses.
7510         Fixes #75010.
7511
7512 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
7513
7514         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
7515         #75587.
7516
7517 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
7518
7519         * image.h image.c: Add mono_image_get_guid () API function.
7520
7521 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
7522
7523         There were issues when multiple threads tried to load
7524         assemblies. A deadlock was created between assemblies_mutex and
7525         mono_domain_assemblies_lock. This fixes the issue by making the
7526         assembly ref counting be lock free. See bug 75586.
7527         
7528         * image.c (mono_image_close): The add ref function here was using
7529         Interlocked operations while the unref was using a mutex and a
7530         --. I don't think this was ever a bug that would be exposed in a
7531         non-pendantic way (ie, by an embedder doing a ref on one thread
7532         and an unref on another), but for the sake of correctness, this is
7533         now Interlocked.
7534
7535         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
7536         (mono_assembly_load_reference): Call mono_assembly_addref rather
7537         than touching the refcount ourselves.
7538         (mono_assembly_close): Use InterlockedDecrement to unref the
7539         assembly. Don't acquire the lock unless it is actually needed.
7540
7541 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
7542
7543         * class.c (mono_class_layout_fields): Fix calculation of has_references
7544         for generic types.
7545
7546 2005-07-12  Martin Baulig  <martin@ximian.com>
7547
7548         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7549
7550         * metadata.c
7551         (mono_type_hash): Provide better hashing for generic instances.
7552         (mono_generic_inst_hash): Improve hashing.
7553         (mono_generic_class_hash): Likewise.
7554
7555         * reflection.c (mymono_metadata_type_hash): Improve hashing for
7556         generic instances.
7557
7558 2005-07-12  Martin Baulig  <martin@ximian.com>
7559
7560         * reflection.c (mono_reflection_create_runtime_class): Remove the
7561         hack for generic type definitions and non-`Run' assemblies.
7562         (mono_reflection_bind_generic_parameters): Also use
7563         `klass->wastypebuilder' to check for TypeBuilders.
7564
7565 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
7566
7567         * class.c (mono_class_layout_fields): Fix calculation of has_references
7568         for generic types.
7569
7570         * class.c (inflate_generic_class): Fix a leak.
7571         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
7572         for generic types.
7573
7574 2005-07-11  Martin Baulig  <martin@ximian.com>
7575
7576         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
7577         on error.
7578
7579 2005-07-11  Martin Baulig  <martin@ximian.com>
7580
7581         * loader.c (find_method): Also lookup in
7582         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
7583
7584 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7585
7586         * appdomain.c (mono_domain_unload): Don't free the error message
7587         before passing it to mono_get_exception_...
7588
7589         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
7590         
7591 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
7592
7593         * threads.c: try to better guess an available RT signal (bug #75387).
7594
7595 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7596
7597         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
7598         and CACHE_OBJECT.
7599
7600 2005-07-07  Martin Baulig  <martin@ximian.com>
7601
7602         * class.c (mono_type_get_name_full): Return NULL for
7603         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
7604         fixes #75408.
7605
7606 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7607
7608         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
7609         exit the appdomain as well being aborted.
7610
7611         * threadpool.c: Create all threadpool threads inside the root appdomain, and
7612         change back to the root domain after calling managed code. This enables
7613         appdomains using threadpools to be unloaded.
7614
7615 2005-07-07  Martin Baulig  <martin@ximian.com>
7616
7617         * class-internals.h
7618         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
7619         into `MonoDynamicGenericClass' since we only need it for dynamic
7620         types.
7621
7622         * reflection.c (mono_class_bind_generic_parameters): We don't need
7623         to compute the `parent' here.
7624
7625 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
7626
7627         * culture-info-table.h : regenerated.
7628
7629 2005-07-06  Martin Baulig  <martin@ximian.com>
7630
7631         * icall.c
7632         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
7633
7634         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
7635
7636 2005-07-06  Martin Baulig  <martin@ximian.com>
7637
7638         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
7639         we're doing a signature-only comparision; fixes #74945.
7640
7641 2005-07-06  Martin Baulig  <martin@ximian.com>
7642
7643         * class-internals.h (MonoGenericClass): Moved some things out into
7644         a new `MonoInflatedGenericClass' type.  
7645         (MonoInflatedGenericClass): New type; the `klass' of a
7646         `MonoGenericClass' is now computed lazyly in
7647         mono_get_inflated_generic_class().      
7648
7649         * class.c (mono_get_inflated_generic_class): New public function.
7650         (mono_class_inflate_generic_method): Removed the unused
7651         `MonoClass *' argument.
7652         (setup_generic_vtable): Don't call mono_get_inflated_method() on
7653         all the methods.
7654         (mono_class_create_generic): Make this static and merge it with
7655         mono_class_create_generic_2(); we're now called automatically from
7656         mono_get_inflated_generic_class().
7657
7658         * loader.c (mono_method_signature): Call
7659         mono_get_inflated_method() here.
7660
7661 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
7662
7663         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
7664         type of fields with RVA.
7665
7666         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
7667         for this pseudo class.
7668         (my_mono_class_from_generic_parameter): Likewise.
7669         (mono_class_init): Allow interfaces to have cctors.
7670
7671 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
7672
7673         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
7674         lazily for AOT methods.
7675
7676 2005-07-05  Martin Baulig  <martin@ximian.com>
7677
7678         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
7679         returns FALSE for a successful match, not TRUE.
7680
7681 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
7682
7683         * loader.c (mono_method_get_index): Optimize this a bit.
7684
7685 2005-07-04  Martin Baulig  <martin@ximian.com>
7686
7687         * class.c
7688         (class_compute_field_layout): Move the check for generic type
7689         definitions into mono_class_layout_fields().  Fixes #74684.
7690         (mono_class_from_generic_parameter): Correctly compute
7691         `klass->parent'; fixes #75457.
7692
7693         * reflection.c (register_assembly, register_module): Make sure
7694         `domain->rejobject_hash' is already created.
7695
7696 2005-07-02  Martin Baulig  <martin@ximian.com>
7697
7698         * class-internals.h
7699         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
7700         `MonoDynamicGenericClass'.      
7701
7702 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
7703
7704         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
7705         returned by a field getter is null, since null is a valid value.
7706
7707 2005-07-01  Martin Baulig  <martin@ximian.com>
7708
7709         * reflection.c (mono_reflection_generic_class_initialize): Update
7710         the `dgclass->fields [i].parent' to the correct class.
7711         (mono_image_get_fieldref_token): Use the declaring type, not the
7712         reflected type.
7713
7714 2005-07-01  Martin Baulig  <martin@ximian.com>
7715
7716         * loader.c (find_method): Also look in the interfaces; fixes #75429.
7717
7718 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
7719
7720         * threads.c (thread_cleanup): assert that thread != NULL
7721         (wait_for_tids_or_state_change): We were using the wrong variable
7722         when accessing wait->threads. `i' was always out of the bounds of
7723         the array.
7724
7725 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7726
7727         * loader.c: map user32 and kernel32 to libMonoSupportW
7728
7729 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
7730
7731         * appdomain.c (unload_thread_main): Mark this as WINAPI.
7732
7733 2005-06-28  Martin Baulig  <martin@ximian.com>
7734
7735         * loader.c (method_from_methodspec): Fix #75334.
7736
7737 2005-06-28  Martin Baulig  <martin@ximian.com>
7738
7739         Fix #74953 - Arrays now implement the generic IList<T> interface
7740         on the 2.0 platform.
7741
7742         * class-internals.h (MonoDefaults): Added `generic_array_class'.
7743
7744         * reflection.c (mono_class_bind_generic_parameters): New public
7745         function; similar to mono_reflection_bind_generic_parameters(),
7746         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
7747
7748         * domain.c (mono_init_internal): Try to initialize.
7749         `mono_defaults.generic_array_class' here; this'll only succeed if
7750         we're using the 2.0 corlib.
7751
7752         * icall.c
7753         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
7754         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
7755         (mono_lookup_internal_call): Added support for nested classes.
7756
7757         * loader.c
7758         (mono_get_method_from_token): Set `result->signature->pinvoke' if
7759         we're an interncall and have generic arguments.
7760
7761         * class.c
7762         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
7763         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
7764         instance of System.Array.InternalArray<T> for arrays, so they
7765         implement the generic IList<T> interface.
7766
7767 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
7768
7769         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
7770         (chastamar@yahoo.com). Fixes #75374.    
7771
7772 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
7773
7774         * culture-info-table.h: regenerated.
7775
7776 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7777
7778         * icall.c: handle spaces correctly for base64 strings.
7779
7780 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
7781
7782         * *.c: Kill some warnings.
7783
7784 2005-06-23  Duncan Mak  <duncan@novell.com>
7785
7786         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
7787         that this builds on Solaris 10 (x86).
7788
7789 2005-06-23  Martin Baulig  <martin@ximian.com>
7790
7791         * class.c
7792         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
7793         generic type definitions.
7794
7795 2005-06-23  Martin Baulig  <martin@ximian.com>
7796
7797         Fix #75331.
7798
7799         * metadata.c (mono_class_get_overrides): Renamed to
7800         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
7801         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
7802         pass it to mono_get_method_full().
7803
7804 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
7805
7806         * reflection.c (mono_reflection_create_runtime_class): take the
7807         mono_domain_lock in this method. Prevents deadlocks
7808
7809 2005-06-22  Martin Baulig  <martin@ximian.com>
7810
7811         * loader.c (method_from_methodspec): Fix #75330.
7812
7813 2005-06-22  Martin Baulig  <martin@ximian.com>
7814
7815         * reflection.c (type_get_qualified_name): Use
7816         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
7817         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
7818         argument; use it if we don't have an assembly name.
7819
7820 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
7821
7822         * object.c: In mono_message_init, set "copy out" flag for in
7823         parameters with the [Out] flag.
7824
7825 2005-06-21  Martin Baulig  <martin@ximian.com>
7826
7827         * class.c
7828         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
7829         and MONO_TYPE_PTR.
7830
7831 2005-06-21  Martin Baulig  <martin@ximian.com>
7832
7833         * class.c (mono_class_init): Don't initialize `class->fields' for
7834         generic instances since they're initialized again in
7835         compute_field_layout(). 
7836         (compute_field_layout): Set the field's `generic_info' here; fix
7837         #75320. 
7838
7839 2005-06-21  Martin Baulig  <martin@ximian.com>
7840
7841         * class-internals.h
7842         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
7843
7844         * metadata.c (mono_metadata_generic_method_equal): Also
7845         distinguish the `generic_class'; fixes #75334.
7846
7847 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7848
7849         * domain.c:
7850         * appdomain.c:
7851         * domain-internals.h:
7852         * reflection.c: 'domain_assemblies' field is now protected by its own
7853         lock. Don't call into managed code to run the AssemblyLoad event if we
7854         now there are no registered delegates for it.
7855
7856 2005-06-20  Martin Baulig  <martin@ximian.com>
7857
7858         * class.c (mono_class_is_assignable_from): Use a custom version of
7859         mono_class_has_parent() to make things work for generic instances;
7860         fix #75300.
7861
7862 2005-06-20  Martin Baulig  <martin@ximian.com>
7863
7864         * loader.c (method_from_methodspec): Apply a patch from
7865         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
7866
7867 2005-06-20  Martin Baulig  <martin@ximian.com>
7868
7869         * class.c (mono_class_init): Reverted Zoltan's last change; it
7870         breaks generics.
7871
7872 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
7873
7874         * threads.c (wait_for_tids_or_state_change): Add missing locking.
7875
7876 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7877
7878         * socket-io.c: fix the index in the socket array for writable/error
7879         sockets. Fixes bug #75306.
7880
7881 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
7882
7883         * class.c (mono_class_init): Allow interfaces to have static ctors.
7884
7885 2005-06-17  Martin Baulig  <martin@ximian.com>
7886
7887         * loader.c (method_from_methodspec): Use `context->container' when
7888         parsing the `gmethod->inst'.
7889
7890 2005-06-17  Martin Baulig  <martin@ximian.com>
7891
7892         * class.c (mono_type_get_name_recurse): Don't add the assembly
7893         name for type arguments.
7894
7895 2005-06-15  Martin Baulig  <martin@ximian.com>
7896
7897         * reflection.c (mono_image_get_inflated_method_token): Encode
7898         correct klass; fixes #75260.
7899
7900 2005-06-13 Michal Moskal <malekith@nemerle.org>
7901
7902         * icall.c: Make GetCorrespondingMethod/Constructor take
7903         MonoReflectionMethod method not MonoMethod. Removed
7904         MonoType.GetCorrespondingField, and make
7905         MonoGenericType.GetCorrespondingField take name not
7906         MonoClassField.
7907
7908 2005-06-13  Michal Moskal <malekith@nemerle.org>
7909
7910         * reflection.c (field_encode_signature, encode_locals):
7911          Make sizes of buffers for types larger (for big generic types).
7912          (create_generic_typespec,
7913          mono_reflection_sighelper_get_signature_local,
7914          mono_reflection_sighelper_get_signature_field):
7915          Add asserts for too small buffers.
7916
7917 2005-06-15  Martin Baulig  <martin@ximian.com>
7918
7919         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
7920         if our parent is not a dynamic type.
7921
7922 2005-06-15  Martin Baulig  <martin@ximian.com>
7923
7924         * class-internals.h (MonoTypeNameFormat): New enum.
7925
7926         * class.c
7927         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
7928         (mono_type_get_full_name): Removed.
7929         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
7930         argument instead of the boolean's.
7931
7932         * icall.c (ves_icall_System_MonoType_getFullName):
7933         Added `gboolean assembly_qualified'.    
7934
7935         * reflection.h
7936         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
7937
7938         * reflection.c (mono_reflection_parse_type): Parse the new type
7939         name format.
7940
7941 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7942
7943         * icall.c: no need to convert from utf16 to utf8 and then back again
7944         after the call to GetLogicalDrives.
7945
7946 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7947
7948         * icall.c: frombase64. Fix problems exposed by new tests.
7949
7950 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7951
7952         * icall.c: added internal calls for converting char [] and strings in
7953         base64 into byte [].
7954
7955 2005-06-10  Martin Baulig  <martin@ximian.com>
7956
7957         * class.c (mono_class_create_generic_2): Read the nested classes
7958         from the metadata rather than from `gklass->nested_classes' since
7959         `gklass' might not be initialized yet.
7960
7961 2005-06-09  Duncan Mak  <duncan@novell.com>
7962
7963         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
7964         all public headers. Fixes #74919.
7965
7966 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
7967
7968         * domain.c: The key for proxy_vtable_hash is now a pointer
7969         array. Added new GHashFunc and GCompareFunc functions for this.
7970
7971         * class.h: The list of interfaces in MonoRemoteClass is known in
7972         advance and can't grow (we create a new MonoRemoteClass if needed),
7973         so now the interface array can be allocated together with
7974         MonoRemoteClass.
7975         
7976         * object.c: Added a new method create_remote_class_key.
7977         Fixed mono_remote_class so it does not depend on
7978         mono_upgrade_remote_class.
7979         Removed extend_interface_array.
7980         Added new method clone_remote_class(), which makes a copy of a remote
7981         class and adds a new interface or class to it.
7982         mono_upgrade_remote_class() now creates a new remote class (or gets
7983         it from the cache) if an vtable upgrade is needed. In this way
7984         we make sure that other objects sharing the same remote class
7985         don't get the new vtable with unwanted interfaces.
7986         
7987         * object-internals.h:
7988         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
7989         
7990         * marshal.c: Track changes in mono_upgrade_remote_class().
7991
7992 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
7993         * icall.c: Add runtime methods for obtaining members of inflated
7994         class, which were created from supplied non-inflated members. It
7995         is used in internal Get{Method,Constructor,Field} methods in
7996         System.Type
7997
7998 2005-06-09  Martin Baulig  <martin@ximian.com>
7999
8000         * reflection.c
8001         (mono_reflection_bind_generic_method_parameters): Fix #75169.
8002
8003 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8004         * reflection.c (mono_image_basic_init): Define
8005         Version in MonoDynamicAssembly. 
8006         
8007 2005-06-08  Martin Baulig  <martin@ximian.com>
8008
8009         Fix #75136.
8010
8011         * loader.c
8012         (mono_method_signature_full): New public method; takes a
8013         `MonoGenericContext *'.
8014         (find_method): Use mono_method_signature_full() and pass the
8015         klass'es context to it.
8016
8017         * class.c (mono_class_is_inflated_method): Use
8018         mono_method_signature_full() and pass the context to it.
8019
8020 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
8021
8022         * object.c: add proper locking in mono_remote_class_vtable(),
8023         fixes possible memory corruption.
8024
8025 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
8026
8027         * marshal.c (mono_remoting_marshal_init): set
8028         initialized after initialization.
8029
8030 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
8031
8032         * locales.c : hush.
8033
8034 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
8035
8036         * object.c (extend_interface_array): fix really silly
8037         memory corrupting / comparison bug.
8038
8039 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8040
8041         * reflection.c: Functions added to support the creation
8042         of CustomAttributeData, which includes Attribute data
8043         used by ReflectionOnly methods.
8044
8045         * reflection.h:  mono_reflection_get_custom_attrs_data and
8046          mono_custom_attrs_data_construct added (functions exposed).
8047
8048          * icall.c: Added mono_reflection_get_custom_attrs_data
8049          as icall.
8050         
8051 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
8052
8053         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
8054         lupus's request.
8055
8056 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
8057
8058         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
8059
8060         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
8061         dynamic DllImportAttribute.
8062
8063         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
8064         dynamic DllImportAttribute.
8065
8066         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
8067         Fixes #75162.
8068
8069 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8070
8071         * threads.c: avoid segfault when an unstarted thread is aborted.
8072
8073 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
8074
8075         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
8076         Returns the name and version of the runtime for reporting.
8077
8078 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8079
8080         * appdomain.c: bump corlib version.
8081         * object-internals.h: new field in MonoReflectionAssembly.
8082
8083 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8084
8085         * object-internals.h: Carlos forgot to add this field.
8086
8087 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8088
8089         * icall.c: Added create_version to create instances
8090         of Version of MonoReflectionAssemblyName. This change helps
8091         the AssemblyName tests to keep running fine.
8092         
8093 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
8094   
8095         * object.c (mono_method_return_message_restore): A somehow less
8096         intrusive fix for #75138.
8097
8098 2005-06-03  Raja R Harinath  <rharinath@novell.com>
8099
8100         * object.c (mono_method_return_message_restore): Fix computation
8101         of expected number of out args.
8102
8103 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
8104
8105         * reflection.c (mono_image_get_method_info): Fix the case when the
8106         charset is empty.
8107
8108 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
8109
8110         * object.c: Added missing null check in
8111           mono_method_return_message_restore.
8112
8113 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
8114
8115         * reflection.c (mono_image_get_method_info): Handle the case when
8116         dllentry is empty.
8117
8118 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
8119
8120         * object.c: When creating the vtable for a proxy, take into account
8121         all inherited interfaces, not only the ones registered in
8122         iclass->interfaces. This fixs bug #74996.
8123         Also, in mono_method_return_message_restore, verify that the array
8124         of out args has the expected lengh.
8125
8126 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8127
8128         * socket-io.c: update the timeout in Poll when the call is interrupte.
8129
8130 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8131
8132         * socket-io.c: support abort/suspend in Select_internal after last
8133         change.
8134
8135 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8136
8137         * threadpool.c: remove warning.
8138
8139 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8140
8141         * icall.c:
8142         * socket-io.[ch]: Select_internal uses poll() now when available, thus
8143         removing the 1024 limit from select(). Runtime part of the fix for
8144         bug #71203.
8145
8146 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8147
8148         * socket-io.c: when resolving the addresses for the same
8149         host returned by gethostname(), get the local IPs from the interface
8150         list. Loopback addresses are discarded if the are interfaces up with
8151         non-loopback ones. Fixes bug #63265.
8152
8153 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
8154
8155         * appdomain.c, verify.c, object-internals.h, reflection.c:
8156         bumped corlib number to 36, and added new extra_flags field
8157         to ReflectionMethodBuilder and friends.  Fixes #75060.
8158
8159 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
8160
8161         * gc.c: register a new weak link only if the object is non-null
8162         (fixes bug#75047).
8163
8164 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
8165
8166         * culture-info.h : short time pattern too.
8167
8168 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
8169
8170         * culture-info.h : expand long time pattern string length.
8171
8172 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
8173
8174         * culture-info-table.h : update (more French date format; #72788).
8175
8176 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
8177
8178         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
8179         the method is static. Fixes #75029.
8180
8181 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
8182
8183         * reflection.c: Update the table_idx field of method builders after
8184         saving the module, since it can change. This is a workaround for
8185         bug #74914. 
8186
8187 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
8188
8189         * culture-info-table.h : update (additional French date format).
8190
8191 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
8192
8193         * icall.c (ves_icall_type_Equals): Revert last change.
8194         
8195         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
8196
8197         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
8198
8199 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
8200
8201         * class-internals.h: Added executioncontext_class field to 
8202         MonoDefaults structure.
8203         * domain.c: Cache System.Threading.ExecutionContext class in 
8204         mono_defaults.
8205         * object.c: Capture the ExecutionContext for asynchroneous calls in
8206          mono_async_result_new.
8207         * object-internals.h: Added execution_context and original_context 
8208         fields to MonoAsyncResult. Added execution_context to MonoThread.
8209         * security-manager.c|.h: Added mono_get_context_capture_method to 
8210         return the capture method (if required by the security manager or by
8211         the framework version used).
8212         * threadpool.c: Apply capture (if present) ExecutionContext in 
8213         mono_async_invoke and revert to original context after it completes.
8214
8215 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
8216
8217         * culture-info-table.h : updated (real hacky solution for zh-CHT).
8218
8219 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
8220
8221         * culture-info-table.h : zh-CHT related workaround.
8222
8223 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
8224
8225         * marshal.c (emit_marshal_custom): Add some error checking and call the
8226         methods in the ICustomMarshaler interface. Fixes #74875.
8227         
8228         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
8229         native->managed wrappers.
8230
8231 2005-05-12  Martin Baulig  <martin@ximian.com>
8232
8233         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
8234         here and use the loader lock.
8235
8236         * mono-debug.c: Properly lock when the debugger is not attached.
8237         (mono_debug_init): Release the initial lock if we're not running
8238         in the debugger.
8239
8240 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
8241
8242         * marshal.c (emit_marshal_custom): Pass through NULL values without
8243         calling the custom marshalling routines.
8244
8245         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
8246         conversion in structures. Fixes #74882.
8247
8248 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
8249
8250         * culture-info-table.h : zh-* cultures were missing.
8251
8252 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
8253
8254         * threads.c: Added a new event background_change_event which is signaled
8255         when a thread changes its background mode.
8256         Moved here several checks previously done in managed code. The checks
8257         require the thread lock, and using the thread lock in managed code
8258         can result in deadlocks.
8259         Merged Start_internal and Thread_internal into a single method. Now 
8260         Thread_internal does all work of creating and starting a thread.
8261         Added icalls for setting and getting the state of the object. Moved from
8262         managed code to avoid locking there.
8263         Added wait_for_tids_or_state_change() which is called instad of
8264         wait_for_tids when waiting for non-backround threads to end. This method
8265         will return if one of the threads ends or the background_change_event
8266         is signaled.
8267         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
8268         the background mode. This method signals the background_change_event
8269         event.
8270         * icall.c:
8271         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
8272         removed Start_internal.
8273         
8274 2005-05-11  Martin Baulig  <martin@ximian.com>
8275
8276         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
8277         to order of some fields to get proper alignment on 64-bit machines.
8278
8279 2005-05-11  Martin Baulig  <martin@ximian.com>
8280
8281         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
8282         changes as they're broken and completely fuck up the debugger.
8283
8284         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
8285
8286 2005-05-10  Martin Baulig  <martin@ximian.com>
8287
8288         * reflection.c (mono_reflection_generic_class_initialize): Don't
8289         call mono_class_setup_parent() here.
8290
8291 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8292
8293         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
8294         send/receive timeout use an integer in milliseconds. We were using a
8295         struct timeval.
8296
8297 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8298
8299         * locales.c:
8300         (internal_get_cultures): reserve the first slot of the array for the
8301         InvariantCulture, which will be filled in managed code.
8302
8303 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
8304
8305         * reflection.c (mono_image_fill_module_table): Initialize the
8306         GENERATION field as well.
8307
8308 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8309
8310         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
8311         Monitor.Enter on the object.
8312
8313 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
8314
8315         * threads.c: Enable the wait for running threads when exiting.
8316         * icall.c: Suspend all threads before exiting.
8317
8318 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
8319
8320         * assembly.c (mono_assembly_load_reference): Fix warning.
8321
8322 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8323
8324         * threadpool.c: changed the default number of threads per cpu. From now
8325         on, the default will be 20 + (5 * number of cpus) instead of 50.
8326
8327 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
8328
8329         * loader.c (mono_method_get_signature_full): Add locking here.
8330
8331 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
8332
8333         * appdomain.c: Moved methods for parsing and freeing assembly
8334         names to assembly.c.
8335         * assembly.c, domain-internals.h: Created public methods for parsing
8336         assembly names. Fixed mono_assembly_load_with_partial_name:
8337         it now finds the best match, taking into account the version,
8338         token and culture specified in the partial name. Also return
8339         the latest version if no version information is specified.
8340
8341 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
8342
8343         * threadpool.c: replace check for SocketAsyncCall class.
8344
8345 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8346
8347         * threadpool-internals.h:
8348         * Makefile.am: added threadpool-internals.h
8349
8350         * threadpool.c: call mono_unhandled_exception on exceptions not handled
8351         that happen in threadpool threads (tested on MS).
8352         (mono_thread_pool_remove_socket): new function that dispatch any pending
8353         AIO call on a socket that is closing. By now only epoll really needs it,
8354         as select/poll wake up when the socket closes.
8355
8356
8357         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
8358
8359 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
8360
8361         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
8362
8363 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
8364
8365         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
8366
8367 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
8368
8369         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
8370         has an abort request, convert it into a suspend request.
8371
8372 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
8373
8374         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
8375         warning for the usage of `UnmanagedFunctionPointerAttribute' which
8376         is not supported yet.
8377
8378 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8379
8380         * image.c: register assemblies loaded from data (bundles) in the loaded
8381         assemblies hash. Fixes bug #74772.
8382
8383 2005-04-29  Martin Baulig  <martin@ximian.com>
8384
8385         * class.c (mono_type_get_name_recurse): Update to the new naming
8386         schema from the latest .NET 2.x beta2.
8387         (mono_class_setup_vtable_general): If we're a generic instance,
8388         copy the vtable from our generic type definition and inflate all
8389         the methods in it.
8390
8391         * loader.c (find_method): Update to the new naming schema from the
8392         latest .NET 2.x beta2.
8393
8394 2005-04-29  Raja R Harinath  <harinath@gmail.com>
8395
8396         * class.c (mono_class_init): Add a mono_loader_unlock to the
8397         #74734 fix.
8398
8399 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
8400
8401         * icall.c (ves_icall_System_Environment_Exit): Remove the 
8402         suspend_all_other_threads () call for the time being, since it can hang.
8403
8404         * threads.c (mono_thread_manage): Similarly, disable the waiting for
8405         the background threads to exit, since it can also hang.
8406
8407         * class.c (mono_class_init): Applied patch from Ankit Jain 
8408         (radical@gmail.com). Avoid pending init errors when a field refers
8409         to a nested class using a typeref. Fixes #74734.
8410
8411         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
8412         this for dynamic modules.
8413
8414 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8415
8416         * threads.c: don't wait for threads that are in the process of aborting
8417         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
8418         and waiting for background threads to finish. This makes xsp and
8419         mod-mono-server exit without random length delays and/or hangs.
8420
8421 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8422
8423         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
8424
8425 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
8426
8427         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
8428         dynamic types to prevent infinite loops. Fixes #74727.
8429
8430         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
8431         ..._is_assignable_to.
8432
8433 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
8434
8435         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
8436
8437 2005-04-25  Martin Baulig  <martin@ximian.com>
8438
8439         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
8440
8441         * domain.c
8442         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
8443
8444         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
8445
8446         * reflection.c (build_compressed_metadata): Set metadata header
8447         version to 2.0.
8448
8449 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
8450
8451         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
8452         number into an integral and a decimal part. Fixes #70473.
8453
8454         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
8455
8456 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
8457
8458         * culture-info-table.h : reflected the latest locale-builder output.
8459
8460 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8461
8462         * threadpool.c: check for SuspendRequested too when deciding if
8463         mono_thread_interruption_checkpoint should be called.
8464
8465 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8466
8467         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
8468         * threads.c: remove interruption_mutex and use Interlocked instead. When
8469         suspending all the threads, wait for all the suspended events at once.
8470         If we're shutting down and get an APC that is going to be queued,
8471         call mono_thread_execute_interruption immediately, as the thread might
8472         be sleeping on a pthread condition or mutex.
8473
8474         * icall.c: call mono_runtime_set_shutting_down before suspending the
8475         threads.
8476
8477         Fixes bug #74693. And now xsp is happier when exiting.
8478
8479 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
8480
8481         * loader.c (mono_stack_walk): Fix #74690.
8482
8483 2005-04-22  Martin Baulig  <martin@ximian.com>
8484
8485         * mono-debug.h (MonoDebugMethodJitInfo): Added
8486         `MonoDebugMethodJitInfo *jit'.
8487
8488         * mono-debug.c (mono_debug_read_method): Cache the
8489         MonoDebugMethodJitInfo in `address->jit'.
8490         (mono_debug_free_method_jit_info): New public method.
8491
8492 2005-04-22  Martin Baulig  <martin@ximian.com>
8493
8494         * class.c (mono_class_is_assignable_from): Disallow
8495         type parameter -> interface.
8496
8497 2005-04-21  Dick Porter  <dick@ximian.com>
8498
8499         * threads.c (mono_thread_create): Turn an assertion into an error.
8500
8501 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
8502
8503         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
8504         
8505         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
8506         Fix some gcc 4.0 warnings.
8507
8508 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
8509
8510         * file-io.c: fix alt dir separator char on unix systems
8511         and cleanup (fixes bug #71214).
8512
8513 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
8514
8515         * marshal.c: Use CALLVIRT instead of CALL when dispatching
8516         a call to a remote domain, since the method may be an
8517         interface method in the client domain. This fixes bug #74192.
8518
8519 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8520
8521         * threadpool.c: recv/send are now performed before going back to managed
8522         code to save one transition.
8523
8524 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8525
8526         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
8527
8528         * metadata/threadpool.c: removed hack to workaround the bug above.
8529
8530         Fixes bug #74618.
8531
8532 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
8533
8534         * reflection.c reflection.h: Fix handling of parameter defaults in
8535         dynamic methods. Also fixes handling of parameter attributes.
8536         Fixes #74609.
8537
8538         * mono-debug.c (mono_debug_close_image): Fix warning.
8539
8540 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8541
8542         * socket-io.h: replaced old unused field with new 'blocking'.
8543         * threadpool.c: restore socket blocking state on windows(tm).
8544
8545 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
8546
8547         * icall.c: don't return the codebase in the AssemblyName[] returned by
8548         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
8549         * object-internals.h: Removed FIXME (fields were presents) and fixed
8550         versioncompat declaration.
8551
8552 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8553
8554         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
8555         not closed, so don't cleanup when it happens.
8556
8557 2005-04-13  Chris Toshok  <toshok@ximian.com>
8558
8559         * mono-debug-debugger.h: change prototype for
8560         mono_debugger_lookup_type.
8561
8562         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
8563         this function, although it should probably be named
8564         mono_debugger_init_type.
8565
8566 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8567
8568         * threadpool.c: fix non-AIO case.
8569
8570 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
8571
8572         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
8573         the built-in profiler to measure just JIT compilation times.
8574
8575 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8576
8577         * threadpool.c: the epollfd might be closed by another thread at
8578         any time, so ignore EBADF at treat it as a "we're closing" sign.
8579
8580 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8581
8582         * threadpool.c: release the semaphores with a count equals to the number
8583         of working threads in both IO and regular pools. Fixed typo that messed
8584         up the count of IO pool threads. Don't initialize the pipe handles if
8585         we're using epoll.
8586
8587 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8588
8589         * threadpool.c: some systems don't like a NULL when deleting the socket
8590         from epoll.
8591
8592 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8593
8594         * threadpool.c: fix semaphore allocation.
8595
8596 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8597
8598         * threadpool.c: added epoll() based implementation for asynchronous IO
8599         that is used instead of the default poll() when available.
8600         It can be disabled by setting MONO_DISABLE_AIO.
8601
8602 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8603
8604         * threadpool.c: windows needs 'closesocket' and instead of returning
8605         0 when the stream is closed while in select, it returns -1. Fixes bug
8606         #74573.
8607
8608 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
8609
8610         * class.c (class_compute_field_layout): Fix the regression caused by
8611         the previous try.
8612
8613 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8614
8615         * threadpool.c: separate pool for socket async. IO.
8616         * threadpool.h: mono_max_worker_threads is not a global any more.
8617
8618 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
8619
8620         * class.c (class_compute_field_layout): Fix #74549.
8621
8622 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8623
8624         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
8625         use 2 connected sockets instead.
8626
8627 2005-04-08  Miguel de Icaza  <miguel@novell.com>
8628
8629         * mono-config.c: Add new entry point for mkbundle
8630         mono_config_parse_memory. 
8631
8632 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8633
8634         * threadpool.c: removed another unused function.
8635
8636 2005-04-08  Ankit Jain  <radical@corewars.org>
8637
8638         * reflection.c (get_default_param_value_blobs): Add 'types'
8639         parameter to get the types encoded in the constant table.
8640         (mono_param_get_objects): Use the type from the constant table,
8641         not the type of the parameter, when creating default values.
8642         Handle null default values correctly.
8643
8644 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8645
8646         * file-io.c:
8647         * file-io.h:
8648         * threadpool.c:
8649         * threadpool.h:
8650         * icall.c:
8651         * socket-io.c: removed dead code for async IO.
8652
8653 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8654
8655         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
8656
8657         * threadpool.c: intercept socket async. calls and pass them to a thread
8658         that is polling and dispatching the job items to the threadpool as
8659         socket become ready. Fixes bugs #71217, #71933.
8660
8661         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
8662         between char and short/ushort arrays.
8663
8664         * socket-io.c: remove dead code.
8665
8666 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
8667
8668         * locales.c,
8669           icall.c : removed InternalToUpper_Comp() and
8670           InternalToLower_Comp().
8671
8672 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
8673
8674         * char-conversions.h : The tables were incorrectly generated. Should
8675           be generated against invariant culture.
8676
8677 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
8678
8679         * object.c (mono_runtime_invoke_array): Fix return value when 
8680         passing pre-created valuetype objects to ctors.
8681
8682         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
8683         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
8684         Fixes #74338.
8685
8686 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
8687
8688         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
8689         only used with --security and hides the wrong corlib version error.
8690
8691 2005-03-30  Joshua Tauberer  <tauberer@for.net>
8692
8693         * class.c: Changed mono_class_name_from_token so that types
8694         outside of a namespace don't have an initial period.  Improved
8695         the g_warning message used in _mono_class_get when loading
8696         fails.
8697         * assembly.c: In mono_assembly_load_reference, when an assembly
8698         can't be found, "No such file or directory" is misleading and
8699         unhelpful because a few paths were checked for the presence of
8700         the assembly.  When that happens (ENOENT), display a nicer
8701         message indicating the directories that were searched.  In all
8702         cases, the warning is made easier to read for non-hackers.
8703
8704 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
8705
8706         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
8707         project/solution.
8708         * appdomain.h|domain.c: Removed inline from functions.
8709         * appdomain.c: Reduced warnings when compiling on windows.
8710         * icall.c: Fixed output_debug declaration to gunichar2*.
8711         * mono-config.c: Reduced warnings when compiling on windows.
8712         * rand.c: Added missing "windows.h". Added missing return value.
8713         * rawbuffer.c: Added missing winsock2.h for windows.
8714         * sysmath.h: Added mono-compiler.h header to allow/ease 
8715         compilation with non-GCC compilers.
8716         * threads.c: Fixed declarations to compile with VS.NET C compiler.
8717         Removed cast warnings.
8718
8719         Adapted from the work of J Lothian (for VC6).
8720
8721 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
8722
8723         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
8724         from default_path.
8725
8726 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
8727
8728         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
8729         the 2.0 profile.
8730
8731 2005-03-27  Raja R Harinath  <harinath@gmail.com>
8732
8733         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
8734         has to be in $(exec_prefix).  $(prefix) is for arch-independent
8735         stuff, and it would probably use $(prefix)/share rather than
8736         $(prefix)/lib.
8737
8738 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8739
8740         * console-io.c: added 2 includes that might be missing.
8741
8742 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
8743
8744         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
8745         profile.
8746
8747         * reflection.c (create_custom_attr): Allocate the params array using
8748         alloca so it gets GC tracking.
8749
8750 2005-03-23  Chris Toshok  <toshok@ximian.com>
8751
8752         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
8753         out some spew.
8754
8755 2005-03-24  Raja R Harinath  <rharinath@novell.com>
8756
8757         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
8758         changes to pick up any changes in prefix, etc.
8759
8760 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
8761
8762         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
8763         
8764         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
8765         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
8766
8767 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
8768
8769         * class-internals.h object-internals.h class.c reflection.c: Extend the
8770         mono_lookup_dynamic_token () function to return the class of the
8771         token as well. 
8772
8773         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
8774         well. Fixes #73848.
8775
8776 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
8777
8778         * security-manager.c: Skip inheritance checks for intra-corlib
8779         class inheritance and method overrides. This skips a lot of checks
8780         and (anyway) permissions cannot work until corlib is loaded.
8781
8782 2005-03-23  Martin Baulig  <martin@ximian.com>
8783
8784         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
8785         MONO_TYPE_GENERICINST.  
8786
8787 2005-03-23  Martin Baulig  <martin@ximian.com>
8788
8789         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
8790
8791 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8792
8793         * class.c: added locking comments to some functions.
8794         Cache the interface offsets arrays (saves about 20 KB
8795         of runtime memory in a typical app).
8796         Reduce the time overhead in mono_class_setup_supertypes ().
8797
8798 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
8799
8800         * icall.c: speedup and fix leaks in GetMethodsByName and
8801         GetPropertiesByName.
8802
8803 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8804
8805         * reflection.c: some locking fixes.
8806
8807 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8808
8809         * metadata.c: added missing break in case statement.
8810
8811 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
8812
8813         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8814         typedbyref return values. Fixes #73941.
8815
8816 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
8817
8818         * security-manager.c|h: Added demandunmanaged method and 
8819         suppressunmanagedcodesecurity class to MonoSecurityManager.
8820         Renamed aptc class to allowpartiallytrustedcallers.
8821
8822 2005-03-17  Martin Baulig  <martin@ximian.com>
8823
8824         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
8825
8826 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8827
8828         * file-io.c: disabled file async. IO using aio_*. It uses the
8829         threadpool now. Workaround for bug #73718.
8830
8831 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8832
8833         * assembly.h, mono-config.c: added code to deal with bundled configs
8834         for bundled assemblies.
8835
8836 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
8837
8838         * *.c, private.h: cleanup, removing old private.h header file.
8839
8840 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
8841
8842         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
8843         and throw_on_unmappable_char attributes.
8844
8845 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
8846
8847         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
8848         _ProcessName_internal.
8849
8850 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
8851
8852         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
8853         #73631.
8854
8855         * icall.c threads.c threads-types.h: Remove slothash icalls as they
8856         are no longer used.
8857
8858 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
8859
8860         * object.c (compute_class_bitmap): Add support for generics. Fixes
8861         #73527.
8862
8863 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8864
8865         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
8866
8867 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8868
8869         * filewatcher.c: commented out the code for windows watcher, as we don't
8870         use it (we use the managed implementation instead).
8871
8872 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8873
8874         * object-internals.h (MonoThread): Remove 'unused1' field.
8875
8876         * appdomain.c: Bump corlib version.
8877
8878         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
8879
8880         * reflection.c (mono_reflection_create_runtime_class): Remove the
8881         AssemblyBuilder.Save optimization since it causes too many problems.
8882
8883 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
8884
8885         * exception.c|h: Added mono_get_exception_reflection_type_load to
8886         create a ReflectionTypeLoadException object.
8887         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
8888         to return NULL is a InheritanceDemand fails during reflection. Updated
8889         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
8890         ReflectionTypeLoadException if an InheritanceDemand fails during 
8891         reflection. Added icall mapping for GetLinkDemandSecurity.
8892         * security-manager.c|h: Added ves_icall_System_Security_
8893         SecurityManager_GetLinkDemandSecurity internal call to return the
8894         class and methods permissions set for a LinkDemand. Removed unused
8895         fields in MonoSecurityManager.
8896
8897 2005-03-10  Martin Baulig  <martin@ximian.com>
8898
8899         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
8900         it's a generic instance.
8901
8902 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
8903
8904         * reflection.c (mono_get_object_from_blob): Applied patch from
8905         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
8906
8907         * class.c (mono_class_is_assignable_from): Another try at fixing 
8908         #73469 without breaking anything.
8909
8910 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
8911
8912         * class.c: (mono_class_is_assignable_from): Revert the last changes
8913         since they don't work with generics.
8914         
8915         * class.c (mono_class_is_assignable_from): Fix build bustage.
8916
8917         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
8918         the managed IsAssignableFrom method. Fixes #73469.
8919
8920         * reflection.c (mono_reflection_call_is_assignable_from): New helper
8921         function.
8922
8923 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
8924
8925         * object.c (mono_load_remote_field_new): Fix returning uninitialized
8926         memory when the remoting callback does not sets the out arguments.
8927         Fixes #73007.
8928
8929         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
8930         by mistake.
8931
8932         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
8933
8934         * object-internals.h (MonoStackFrame): Sync with managed object layout.
8935
8936         * appdomain.c: Bump corlib version.
8937
8938 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
8939
8940         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
8941         function.
8942
8943         * threads.c (mono_thread_attach): Detect threads which are not started
8944         by the GC pthread wrappers.
8945
8946 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
8947
8948         * icall.c: Added new icall for RNG.
8949         * rand.c|h: Added new icall to open the RNG. This allows to share a 
8950         single handle on Linux to access /dev/urandom and fix #73183.
8951
8952 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
8953
8954         * object.c: setting the new vtable in a transparent proxy object must
8955         not change the GC descriptor.
8956
8957 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
8958
8959         * object.c: fixed compilation without GCJ support.
8960         * reflection.c: for runtime-created types ensure klass->has_references
8961         is correct (bug #73215).
8962
8963 2005-03-02  Martin Baulig  <martin@ximian.com>
8964
8965         * class.c (mono_class_is_assignable_from): Make this work if
8966         `oklass' is a generic instance; fixes #72831.
8967
8968 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8969
8970         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
8971         with hasthis set.
8972         
8973         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
8974
8975         * marshal.c: Reorganize native->managed marshalling code to also use
8976         the emit_marshal_... functions.
8977
8978 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
8979
8980         * object.c: typed allocs have issues with bitmap sizes > 30,
8981         so check for max_set >= 30.
8982
8983 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
8984
8985         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
8986         managed code. Fixes #73012.
8987
8988         * metadata.h (MonoMarshalSpec): Add elem_mult field.
8989
8990         * metadata.c reflection.c: Load/Emit elem_mult as well.
8991         
8992         * metadata.h (MonoMarshalSpec): Add comment.
8993
8994         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
8995
8996         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
8997         num_elem to -1 if not given.
8998
8999         * object-internals.h (MonoReflectionMarshal): Add has_size field.
9000
9001         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
9002         given values.
9003
9004 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
9005
9006         * null-gc.c (mono_gc_free_fixed): Was not compilable.
9007
9008 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
9009
9010         * reflection.c (encode_marshal_blob): Encode param_num field as well.
9011
9012         * object-internals.h (MonoReflectionMarshal): Add param_num field.
9013
9014 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
9015
9016         * object.c: generalized the reference bitmap creation
9017         and added hooks for the new GC.
9018         * class-internals.c: removed the gc_bitmap field from MonoClass.
9019
9020 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
9021
9022         * domain.c: help the compiler to produce better code
9023         in mono_jit_info_table_find ().
9024
9025 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
9026
9027         * object.c: make all allocations look typed.
9028
9029 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
9030
9031         * socket-io.c: load Mono.Posix if it's not loaded already
9032         (fixes bug#73033).
9033
9034 2005-02-24  Martin Baulig  <martin@ximian.com>
9035
9036         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
9037         * reflection.c (dup_type): Likewise.
9038
9039 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
9040
9041         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
9042         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
9043
9044 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
9045
9046         * domain.c, threads.c, object-internals.h: make the critical thread
9047         local vars use the fast access mode (even when we're compiled in
9048         a lib). Provide accessors to be used by the jit during codegen.
9049
9050 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9051
9052         * appdomain.c: Changed hook functios behavior to include
9053         support for the reflection only assemblies. Some icalls were changed
9054         to support the mentioned assemblies too. Signatures of static methods
9055         try_assembly_resolve and real_load now have an additional parameter:
9056         refonly.
9057
9058         * assembly.c: General changes to mono_assembly_ methods to support
9059         reflection only api. Functions mono_assembly_open, mono_assembly_load,
9060         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
9061         suffix, to support an additional gbool parameter to specify whether
9062         the assembli is reflection only or not. Created some new hook functions 
9063         to add support for reflection only assemblies. Signatures of static 
9064         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
9065         have now an additional parameter: refonly.
9066
9067         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
9068         indicating whether the assembly is reflection only or not.
9069
9070         * exception.c: Add mono_get_exception_invalid_operation.
9071
9072         * icall.c: Throw an InvalidOperationException when trying to invoke
9073         a property/method/event, or trying to set/get the value of a field.
9074         Also add an icall to retrieve the ref_only flag to the
9075         MonoReflectionAssembly.
9076
9077 2005-02-23  Chris Toshok  <toshok@ximian.com>
9078
9079         Part of fix for #72827.
9080         * mono-debug.c (mono_debug_add_method): add lexical block data to
9081         the info we write.  Kind of a hack at the moment - we copy the
9082         lexical block info from the MonoDebugMethodInfo to the
9083         MonoDebugMethodJitInfo here, before writing it.
9084         (mono_debug_read_method): read the lexical block info.
9085
9086         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
9087
9088         * debug-mono-symfile.h: add lexical block support.
9089
9090         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
9091         support.
9092
9093 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
9094
9095         * loader.c (mono_lookup_pinvoke_call): Fix warning.
9096
9097         * object.c (mono_runtime_free_method): Call mono_free_method () and
9098         put the TODOs there.
9099
9100         * loader.c (mono_free_method): Free up most memory allocated for 
9101         dynamic methods.
9102
9103 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
9104
9105         * reflection.c: properly flag a Type argument to a
9106         named custom attr value (bug #72248).
9107
9108 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
9109
9110         * reflection.c: reduce code duplication in named custom
9111         attribute encoding.
9112
9113 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
9114
9115         * reflection.c: properly encode custom attrs of type object
9116         (bug #72649).
9117
9118 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
9119
9120         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
9121
9122 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
9123
9124         * socket-io.c: load System.dll if it's not loaded already
9125         (bug #72850 and #70477).
9126
9127 2005-02-21  Martin Baulig  <martin@ximian.com>
9128
9129         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
9130         generic instances.
9131
9132 2005-02-21  Martin Baulig  <martin@ximian.com>
9133
9134         * reflection.c (mono_image_build_metadata): We also need to
9135         "fixup" the MethodImpl table after we computed the final method
9136         indices.  Call fixup_methodimpl() to do that.
9137         (fixup_methodimpl): New private method.
9138
9139 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
9140
9141         * assembly.c: special case mscorlib.dll (bug#72536),
9142         patch from Carlos Alberto Cortez.
9143
9144 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
9145
9146         * threads-types.h threads.c: Fix build bustage.
9147
9148         * threads.c: Use a union for long<->double conversions.
9149
9150         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
9151         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
9152
9153         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
9154         containing the checkpoint call with NOT_TAKEN.
9155         
9156         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
9157         checkpoint before pushing the arguments, so they won't have to be
9158         spilled to stack.
9159
9160 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9161
9162         * domain.c, assembly.c, domain-internals.h: make some data
9163         const and relocation-free.
9164
9165 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
9166
9167         * object.c, appdomain.c, class-internals.h: introduce the
9168         MonoClassRuntimeInfo structure to hold the info needed to
9169         use a class at runtime. Made mono_class_vtable() lock-free
9170         for all the appdomains.
9171
9172 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
9173
9174         * metadata-internals.h, image.c: introduce a per-image mempool to
9175         be used for memory that has the same lifetime as the image.
9176
9177 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
9178
9179         * domain.c: In mono_init_internal(), instead of selecting the first
9180         runtime version supported by an executable, get a list of all
9181         supported versions and select the one for which an mscorlib exists
9182         (since even if the runtime supports a given version, it doesn't mean
9183         that the framework for that version is installed).
9184         Modified get_runtimes_from_exe to support this behavior.
9185         In supported_runtimes, added information about additional system
9186         assembly versions.
9187         
9188         * assembly.c: Added support for more than one system assembly version
9189         per runtime version. Updated the assembly list.
9190         In mono_assembly_remap_version, removed the initial version check,
9191         since we don't know to which version we need to compare until we
9192         get the version set on which the assembly is based.
9193         Moved the code for loading corlib into the new method
9194         mono_assembly_load_corlib(), so it can be used by the initialization
9195         code.
9196         
9197         * domain-internals.h: Updated data structures and added declaration
9198         for mono_assembly_load_corlib.
9199
9200 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
9201
9202         * reflection.c (resolve_object): Fix the creation of the signature in 
9203         the SignatureHelper case.
9204
9205         * assembly.c (mono_assembly_remap_version): Fix binary search.
9206         
9207 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
9208  
9209         * class.c: Added inheritance check when a method is overloaded (from a
9210         virtual method or when implementing an interface) and when a class is
9211         inherited. Added functions to set a failure for a class and to 
9212         retreive the exception from a failure.
9213         * class-internals.h: Added fields to MonoClass to keep the exception
9214         information status for inheritance (or other exceptions) to be thrown
9215         later (i.e. not at load time).
9216         * object.c: Throw the inheritance SecurityException when a type is to 
9217         be created with either class or method inheritance violations.
9218         * reflection.c|h: Fix when getting declsec from a class. Removed 
9219         unrequired code for class. Improved sanity in parameter naming.
9220         * security-manager.c|h: Added functions to check for class and method
9221         inheritance.
9222
9223 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
9224
9225         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
9226         and has_finalize in dynamic types as well.
9227
9228 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
9229
9230         * culture-info-table.h : fixed currency format for en-GB (and so on).
9231
9232 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
9233
9234         * gc.c: ensure the GC handles never have 0 as a value.
9235
9236 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
9237
9238         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
9239         a pointer to a struct to unmanaged code. Fixes #72625.
9240
9241 2005-02-16  Martin Baulig  <martin@ximian.com>
9242
9243         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
9244
9245 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
9246
9247         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
9248
9249 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
9250
9251         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
9252
9253         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
9254         UnmanagedFunctionPointerAttribute, use it for determining calling convention
9255         etc. Fixes #71471.
9256
9257         * reflection.c (mono_custom_attrs_get_attr): New helper function.
9258
9259         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
9260
9261 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
9262
9263         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
9264         changes to make the current context a field in MonoThread.
9265
9266 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
9267
9268         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
9269         the last change.
9270         
9271         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
9272         extracted from mono_marshal_get_native_wrapper.
9273
9274         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
9275         to create wrappers around native functions.
9276
9277         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
9278         delegates for arbitrary function pointers. Fixes #71472.
9279
9280 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
9281
9282         * threads.c: cleaned up the code a little.
9283
9284 2005-02-15  Martin Baulig  <martin@ximian.com>
9285
9286         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
9287         the data table.
9288
9289         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
9290         allocate larger chunks if needed.
9291
9292 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
9293
9294         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
9295         in by mistake.
9296
9297 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
9298
9299         * domain.c: keep the domains in an array and ensure the domain ids
9300         are kept small, so they can be used as indexes to domain-specific data
9301         with a small memory overhead.
9302
9303 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
9304
9305         * icall.c: Handle byref types in Type icalls. Fixes #72544.
9306
9307 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
9308
9309         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
9310
9311 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
9312
9313         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
9314
9315         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
9316         values.
9317
9318         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
9319         
9320 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
9321
9322         * domain-internals.h: add the hashtable here.
9323
9324         * class-internals.h: Remove `info' from MonoMethod
9325
9326         * domain.c: Add a new hashtable, jit_trampoline_hash
9327
9328 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
9329
9330         * object.c: don't set the value of static fields
9331         (fixes bug#72494).
9332
9333 2005-02-11  Martin Baulig  <martin@ximian.com>
9334
9335         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
9336         (mono_debug_add_method): Silently ignore the method if it's too big.
9337         (mono_debug_add_type): Likewise.
9338
9339 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
9340
9341         * threads.c, appdomain.c: remove #ifdefs from the code.
9342
9343 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
9344
9345         * metadata-internals.h: Added flags to MonoAssembly to cache the most
9346         common security informations. This allows us to stay in unmanaged code
9347         when doing LinkDemand and it's special cases (except for the first 
9348         time for initialization). The flags a very much used with --security.
9349         * reflection.c|h: Added code to get declarative security attributes 
9350         for LinkDemand and InheritanceDemand. This required to refactor the
9351         existing code for Demand.
9352         * security-manager.c|h: Added new method fields for the special cases
9353         of LinkDemand.
9354
9355 2005-02-10  Martin Baulig  <martin@ximian.com>
9356
9357         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
9358         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
9359
9360 2005-02-10  Martin Baulig  <martin@ximian.com>
9361
9362         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
9363         debugging code; this is almost a complete rewrite.
9364
9365         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
9366
9367 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
9368
9369         * domain.c, object.h: expose mono_string_equal () and 
9370         mono_string_hash ().
9371         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
9372         it's implemented in managed code.
9373
9374 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9375
9376         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
9377         lo leak objects between appdomains.
9378
9379 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9380
9381         * assembly.c: old compilers compilation fix from 
9382         robertj@gmx.net (Robert Jordan).
9383
9384 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
9385
9386         * class-internals.h: Little reminder for the future.
9387
9388         * debug-helpers.c: Fix up wrapper_type_names
9389
9390 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9391
9392         * image.c, metadata-internals.h: when loading an image from a file,
9393         mmap all of it and use the same codepaths as when using a
9394         in-memory image: the code is simpler and we use less memory
9395         (both writable and readonly).
9396
9397 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
9398
9399         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
9400         API to alloc runtime data structures that need to be tracked by the
9401         GC and contain pointers.
9402         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
9403         make the code more readable and eventually use a different GC.
9404
9405 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
9406
9407         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
9408         for out arguments.
9409         
9410 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
9411
9412         * object.c: In release_type_locks(), don't release the cctor lock
9413         if it has already been released. This fixes a crash in the
9414         thread5 test.
9415
9416 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
9417
9418         * gc.c, marshal.c, icall.c: register a delegate for finalization
9419         only when the native function pointer has been allocated for it.
9420
9421 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9422
9423         * object.c: cleaned up some code, allocate objects that are
9424         pointer free with the atomic malloc variant. Allocate memory
9425         for static data from the mempool if it's pointer-free.
9426         Allocate the bounds array at the end of the array data, when needed.
9427         * object-internals.h, object.h: move a private function in a private
9428         header.
9429         * class.c: handle missing case in tracking references in fields.
9430
9431 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
9432
9433         * class.c, class-internals.h: keep track if a type has
9434         reference fields in either the instance or static fields.
9435
9436 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
9437
9438         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
9439         and renamed to MonoRuntimeInfo. Added fields to store the expected
9440         framework assembly version. Changed mono_get_framework_version and
9441         mono_get_runtime_version for a single mono_get_runtime_info method.
9442         
9443         * assembly.c: Added method to remap system assembly versions to the
9444         current executing runtime version. Removed old mapping code.
9445         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
9446         
9447         * icall.c, reflection.c: Track api changes.
9448
9449 2005-02-06  Miguel de Icaza  <miguel@novell.com>
9450
9451         * loader.c (method_from_memberref): Improve error reporting,
9452         produce the class name instead of the typeref/typedef index. 
9453
9454 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
9455
9456         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
9457
9458 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9459
9460         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
9461         stdcall and charset name mangling.  Reorganize the code and add
9462         some tracing stuff.
9463
9464 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
9465
9466         * monodiet.c: More iters!
9467
9468         * marshal.c: Iter usage.
9469
9470         * icall.c: Iter usage.
9471
9472         * object.c: Use iters.
9473
9474         * debug-helpers.c: More iters
9475
9476 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9477
9478         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
9479         under win32.
9480
9481 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
9482
9483         * mono-debug-debugger.c: use iters
9484
9485         * class.c, class-internals.h: mono_class_setup_events is static
9486         now
9487
9488         * All callers: use iters
9489
9490 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9491
9492         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
9493         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
9494
9495 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
9496
9497         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
9498
9499         * marshal.h: Add prototypes for ldfld/stfld_remote.
9500
9501         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
9502         this is called during startup.
9503         
9504 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
9505
9506         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
9507         MonoThreadsSync struct private in monitor.c. Changed the way
9508         MonoThreadsSync is allocated so it's faster and there is no
9509         need to keep track of it with a finalizer and it uses less memory.
9510         This also finally allows us to allocate mono objects as ptrfree when
9511         there are no reference fields.
9512
9513 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
9514
9515         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
9516         disappearing link to the GC interface and use them to simplify
9517         the gchandles code.
9518
9519 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
9520
9521         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
9522         stfld_remote which call mono_load/store_field_new. This allows methods
9523         calling ldfld/stfld wrappers to be AOTed.
9524
9525         * console-io.c: Include sys/filio.h under solaris.
9526         
9527         * console-io.c: Include curses.h if needed correctly.
9528
9529 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
9530         
9531         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
9532         method->klass as well.
9533
9534         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
9535
9536         * class.c (mono_class_init): Switch on lazy initialization of 
9537         methods.
9538
9539         * class.c (mono_class_get_finalizer): Handle the case when the 
9540         finalizer is inherited.
9541
9542 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9543
9544         * console-io.c: <curses.h> is needed by term.h on solaris.
9545
9546 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
9547
9548         * icall.c, class-internals.h, monodiet.c, class.c: Remove
9549         mono_class_setup_properties where possible. Remove this ftn from
9550         the header file, and make it static.
9551
9552 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
9553
9554         * loader.c: Add missing setup_... call.
9555
9556         * class.c: Add missing setup_... calls.
9557
9558         * class.c (mono_class_init): Switch on lazy initialization of 
9559         the generic vtable.
9560         
9561         * class.c (mono_class_init): Fix generics broken by the recent changes.
9562
9563         * monodiet.c (handle_type): Add missing setup_... calls.
9564
9565         * class.c: Back out garbage in previous patch.
9566         
9567         * class.c: Add missing setup_... calls.
9568
9569         * class.c (mono_class_get_method_from_name_flags): Avoid calling
9570         mono_class_setup_methods () if possible.
9571
9572         * class-internals.h (MonoClass): Add 'has_cctor' flag.
9573
9574         * class-internals.h (MonoCachedClassInfo): New structure.
9575
9576         * class.c: Initialize properties and events fields of MonoClass lazily.
9577
9578         * class.c: Add infrastructure for lazily initializing the methods and
9579         vtable fields of MonoClass. Not yet used.
9580
9581         * class.c (mono_class_get_finalizer): New helper function.
9582
9583         * class.c: Add infrastructure for loading some class related data from
9584         an AOT file.
9585
9586         * object.c: Add infrastructure for initializing the vtable from data
9587         in the AOT file.
9588
9589         * gc.c (run_finalize): Use mono_class_get_finalizer ().
9590
9591         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
9592         appropriate initialization function before accessing parts of the
9593         MonoClass structure.
9594
9595         * marshal.c: Fix warnings.
9596         
9597         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
9598
9599         * mono-debug-debugger.c (get_exception_message): Use 
9600         mono_class_get_method_from_name_flags ().
9601
9602 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
9603
9604         * reflection.c, appdomain.c: Replace a few manual searches that
9605         Zoltan missed. (Paolo approved this part of my initial patch).
9606
9607 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
9608
9609         * profiler.c: disable recording statistical events at report time.
9610
9611 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9612
9613         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
9614         to byteswap arrays of enum values, too (bug #72080).
9615
9616 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
9617
9618         * appdomain.c (set_domain_search_path): Allow this to be called if
9619         domain->setup is not yet set.
9620
9621         * loader.c (mono_method_get_index): New helper function.
9622
9623         * loader.c reflection.c: Use mono_method_get_index ().
9624
9625         * class.c (mono_class_get_method_from_name_flags): New helper method.
9626
9627         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
9628         this.
9629
9630         * class.c (mono_class_get_cctor): New helper method.
9631
9632         * string-icalls.c object.c class.c marshal.c reflection.c: Use
9633         mono_class_get_method () to look up methods.
9634
9635 2005-02-01  Miguel de Icaza  <miguel@novell.com>
9636
9637         * console-io.c: Fix the build, this should work on Windows.
9638
9639 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
9640
9641         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
9642         be set to null to keep things valid
9643
9644 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9645
9646         * icall.c: added Console 2.0 icalls.
9647         * Makefile.am: added console-io.[ch]
9648         * console-io.[ch]: internal calls for Console 2.0 API.
9649
9650 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9651
9652         * class.c: make sure we consider all the interfaces
9653         when calculating max_interface_id (bug found by
9654         Jeroen Frijters running ikvm).
9655
9656 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
9657
9658         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
9659         valuetype fields to null.
9660
9661         * object.c (set_value): Ditto. Fixes #71669.    
9662
9663 2005-01-31  Martin Baulig  <martin@ximian.com>
9664
9665         * metadata.c (mono_metadata_has_generic_params): New public
9666         function; checks whether something is a generic method.
9667
9668 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
9669
9670         * appdomain.c: fix infinite recursion when adding assemblies.
9671
9672 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
9673
9674         * object.c: Fix small typo to return all items for Environment.
9675         GetCommandLineArgs.
9676
9677 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
9678
9679         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
9680         reflection.c: more domain and assembly-unload related fixes
9681         and memory leaks plugs.
9682
9683 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
9684
9685         * class.c loader.c security.c loader.h process.c threads.c mono-debug-debugger.c profiler.c marshal.c rand.cpedump.c: Fix 64 bit warnings.
9686
9687 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
9688
9689         * loader.c (mono_method_signature): Make this method lazy
9690         (mono_get_method_from_token): Don't computate the signature here.
9691
9692         Doing this saves quite a bit of memory. I got 90 kb on starting up
9693         monodoc. It should also save some disk reads on startup.
9694
9695         * *: MonoMethod->signature might be NULL now. You *MUST* use
9696         mono_method_signature.
9697
9698 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
9699
9700         * object.c (mono_runtime_get_main_args): Return an array from the
9701         current domain here. Fixes #71938.
9702
9703 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
9704
9705         * monitor.c: formatting changes to comply with the
9706         mono coding style and remove #ifdefs from the code.
9707
9708 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
9709
9710         * metadata.c, private.h: remove some unneeded data
9711         and use a more compact representation for table schemas.
9712
9713 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
9714
9715         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
9716         to get a better distribution in hash tables.
9717         * *.c: use mono_aligned_addr_hash() where appropriate.
9718         * assembly.c: make var static.
9719
9720 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
9721
9722         * domain-internals.h: Put MonoJitInfo on a diet.
9723
9724         * domain.c: Fix a warning.
9725
9726 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9727
9728         * gc.c: rework the gc handles code to reuse handles
9729         when freed.
9730
9731 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
9732
9733         * domain.c: fixed long standing bug in mono_string_equal() which
9734         was brought to light with the ldstr changes.
9735
9736 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
9737
9738         * reflection.c: Remove warning by adding missing include for marshal.h
9739
9740 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9741
9742         * domain.c, object.c: change the ldstr_table to hold
9743         MonoString* as keys: makes the runtime isinterned lookup
9744         faster and simplifies memory management.
9745
9746 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
9747  
9748         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
9749         possible to add imperative security checks before calling the icall.
9750         * reflection.c: Return security attributes on the original MonoMethod
9751         (and not the wrapped one). This fix permissions on icalls.
9752
9753 2005-01-25  Dick Porter  <dick@ximian.com>
9754
9755         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
9756         the check for mktime() support actually test the mktime() return
9757         value.  "Fixes" bug 71682, though the output is still different to
9758         MS.
9759
9760 2005-01-25  Martin Baulig  <martin@ximian.com>
9761
9762         * class.c (mono_class_is_assignable_from): Make this work for
9763         generic instances.
9764
9765 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
9766
9767         * marshal.c (mono_string_utf8_to_builder)
9768         (mono_string_builder_to_utf16): We might not have ownership of the
9769         string. In thise case, we need to create a new buffer.
9770
9771         * object-internals.h (mono_stringbuilder_capacity): sb->str might
9772         be null, in which case, use the default capacity.
9773
9774 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9775
9776         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
9777         GC events to the profiler.
9778
9779 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
9780
9781         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
9782         if you don't want the GC to run.
9783
9784 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
9785
9786         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
9787         start providing a GC API and keeping different implementations in
9788         their own file.
9789         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
9790
9791 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
9792
9793         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
9794         mmap rather than allocating a huge buffer.
9795         (mono_debug_close_mono_symbol_file): Free the buffer allocated
9796         above.
9797
9798 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
9799
9800         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
9801         and CheckExecutionRights.
9802         * reflection.c|h: Keep the index of the declarative security to be 
9803         used, instead of the pointer, when AOT compiler is used. Also add 
9804         class initialization when requesting demands.
9805         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
9806         CheckExecutionRights. Both properties are now FALSE by default, and
9807         unmodifiable, unless the --security option is used.
9808
9809 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9810
9811         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
9812         reflection.c: properly refcount images and assemblies, many leaks fixed.
9813
9814 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9815
9816         * threadpool.c: increase the timeout for threads in the thread pool to
9817         10s.  Fixes bug #67159.
9818
9819 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
9820
9821         * class-internals.h: Sun's compiler insists on explicit
9822         signed on bit fields to handle then correctly.
9823
9824 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
9825
9826         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
9827         Make the size of the array fit only the number of invalid path
9828         chars that we have.
9829
9830         * class.c (_mono_class_get): Improve the error reporting when a
9831         class referenced is not found, to assist debugging. 
9832
9833 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
9834
9835         * threads.c: fix off-by-one error.
9836         * domain.c: free data allocated in the domain.
9837
9838 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9839
9840         * reflection.c (mono_method_body_get_object): Fill out exception info
9841         as well.
9842
9843         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
9844         structure.
9845         
9846 2005-01-19  Martin Baulig  <martin@ximian.com>
9847
9848         * loader.c (mono_get_method_constrained): Make this work again.
9849
9850 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9851
9852         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
9853         guint16 to match the managed side.
9854
9855         * reflection.c (mono_reflection_body_get_object): Fill out local
9856         variables array.
9857
9858         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
9859         as well.
9860
9861         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
9862         'local_var_sig_token'.
9863
9864 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
9865
9866         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
9867         System.Drawing.
9868
9869         * reflection.c (mono_method_body_get_object): Handle abstract and
9870         runtime methods.
9871
9872 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
9873
9874         * marshal.c, loader.c, class-internals.h, reflection.c:
9875         store the emthod data for a wrapper in an array instead of a list.
9876
9877 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
9878
9879         * marshal.c: change the code to allocate memory more
9880         conservatively for method wrappers.
9881
9882 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
9883
9884         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
9885         fields from MonoClass to the marshal info structure where they belong.
9886
9887 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9888
9889         * class.c, object.c, class-internals.h, marshal.c: rearrange
9890         some fields and tweak some types to lower memory usage.
9891
9892 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
9893
9894         * threads.c (signal_thread_state_change): Handle the case when the
9895         target thread is the current thread.
9896
9897         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
9898
9899         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
9900         emit_ptr_to_object_conv. 
9901
9902         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
9903         marshalling. Fixes #71352.
9904
9905 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
9906
9907         * metadata.h, blob.h: move table enum to blob.h so it can be included
9908         in any header.
9909         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
9910         cut the size of MonoImage/MonoDynamicImage.
9911
9912 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
9913
9914         * profiler.c (mono_profiler_install_simple): Fix default arguments.
9915
9916 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
9917
9918         * reflection.c, reflection.h, icall.c: add a function to check
9919         if an attribute type is defined for a metadata object.
9920
9921 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
9922
9923         * object-internals.h: Added some needed fields from StringBuilder class.
9924         * marshal.c: Set the maxCapacity when creating a StringBuilder.
9925
9926 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
9927
9928         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
9929         threads before shutting down the runtime.
9930
9931         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
9932
9933 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
9934
9935         * object-internal.h, threads.c: implement stacksize and 
9936         parameterized thread start functionality (requires
9937         matching corlib). Marked broken code for later removal.
9938
9939 2005-01-12  Martin Baulig  <martin@ximian.com>
9940
9941         * class-internals.h (MonoGenericClass): Moved the `initialized'
9942         flag to MonoDynamicGenericClass, removed `init_pending'.
9943         (MonoGenericInst): Added `is_reference' flag.
9944
9945 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
9946
9947         * reflection.c (mono_image_create_pefile): Only set the pe_offset
9948         inside the MSDOS header. Fixes #71201.
9949
9950         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
9951         gc thread.
9952         (mono_domain_finalize): Ditto.
9953
9954 2005-01-12  Martin Baulig  <martin@ximian.com>
9955
9956         * class.c (mono_get_shared_generic_class): Use the cache for
9957         non-dynamic generic classes.
9958
9959         * class-internals.h (mono_class_create_generic_2): Removed
9960         function prototype, this function is now static inside class.c.
9961
9962         * class.c (mono_class_create_generic_2): Made this static, only
9963         call it from mono_class_init() and mono_class_setup_parent().
9964         (collect_implemented_interfaces_aux): Call mono_class_init() on
9965         the interfaces we collect.
9966         (mono_class_setup_vtable): Call mono_class_init (class->parent).
9967
9968 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9969
9970         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
9971         it a real thread handle.
9972
9973         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
9974         MonoJitExceptionInfo, since each catch clause needs its own variable.
9975         
9976 2005-01-11  Dick Porter  <dick@ximian.com>
9977
9978         * image.c (mono_pe_file_open): New variant on mono_image_open()
9979         that does not set up the CLI metadata; used for FileVersionInfo so
9980         it can get the data for windows binaries too.
9981         
9982         * process.c (process_read_string_block): Don't read off the end of
9983         the StringTable block.
9984
9985         These both fix bug 70766.
9986
9987 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
9988
9989         * gc.c: set some fields to NULL at GC cleanup time.
9990         * threads.c: if we quit the main thread, call exit ().
9991
9992 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
9993
9994         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
9995
9996 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
9997
9998         * threads.h, threads.c, object.c: added accessor and settor for
9999         main_thread. Handle it specially when exiting from it: wait
10000         for other foreground threads to exit.
10001
10002 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
10003
10004         * process.c, verify.c: remove some bloat.
10005
10006 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
10007
10008         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
10009         the calling convention to cdecl under win32.
10010
10011 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
10012
10013         * object.c (mono_object_get_size): New function to get the size of
10014         an object instance.
10015
10016         * profiler.c (simple_allocation): Use above.
10017
10018 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
10019
10020         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
10021         ves_icall_System_AppDomain_getRootDomain (as it's not required to
10022         get an appdomain by it's id and we can't assume the root's id is 0).
10023         * domain-internals.h: Change the function prototype to match.
10024         * icall.c: Change the icall table for AppDomain.
10025
10026 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
10027
10028         * locales.c (string_invariant_compare_char): Only compute
10029         GUnicodeTypes in the case where we need them.  Test for ordinality
10030         first and return if so.
10031
10032         From the commit:
10033
10034                 /*
10035                  * FIXME: here we must use the information from c1type and c2type
10036                  * to find out the proper collation, even on the InvariantCulture, the
10037                  * sorting is not done by computing the unicode values, but their
10038                  * actual sort order.
10039                  */
10040
10041 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
10042
10043         * loader.c: for P/Invoke methods, allow the "Internal" shared
10044         library name to refer to the calling process symbol namespace.
10045
10046 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
10047
10048         * Makefile.am: Add the security manager to the build.
10049         * security-manager.c|h: New. Initialization of the security manager.
10050
10051 2005-01-07  Dick Porter  <dick@ximian.com>
10052
10053         * threads.c: 
10054         * monitor.c: Update thread state during Monitor and WaitHandle
10055         waits.  Fixes bug 71031.
10056
10057 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
10058
10059         * reflection.c (property_encode_signature): Correctly handle when the
10060         property has no methods.
10061
10062 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
10063
10064         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
10065         
10066         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
10067         fields from mb, not rmb. Fixes #71017.
10068
10069         * marshal.c (emit_ptr_to_str_conv): Add support for 
10070         ByValTStr -> string conversion. Fixes #71015.
10071
10072         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
10073
10074         * mempool.c (mono_mempool_contains_addr): New helper function.
10075
10076 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
10077
10078         * metadata.c (mono_metadata_compute_size): Fix size calculation of
10079         HasSematics encoded fields.
10080         
10081         * metadata.c (mono_type_to_unmanaged): Improve error message for 
10082         invalid string marshalling.
10083
10084         * metadata.c: Fix warnings.
10085         
10086 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
10087
10088         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
10089         profiler support.
10090
10091 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
10092
10093         * domain.c object.c domain-internals.h: Revert part of r38077 since the
10094         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
10095         tests.
10096
10097 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
10098
10099         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
10100         so methods containing these can be AOTed.
10101
10102 2005-01-03  Martin Baulig  <martin@ximian.com>
10103
10104         * loader.c (find_method): Removed the hack for generic instances.
10105         (method_from_memberref): If our parent is a generic instance, pass
10106         its generic type definition to find_method() and then inflate the
10107         method.
10108         (mono_get_method_constrained): Pass the generic type definition to
10109         find_method() and inflate the method later.
10110
10111         * class-internals.h (MonoStats): Added `generic_class_count'.
10112
10113         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
10114         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
10115
10116         * reflection.c (mono_custom_attrs_from_params): Don't ignore
10117         generic type definitions.
10118
10119 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
10120
10121         * loader.c icall.c: Fix warnings.
10122
10123 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
10124
10125         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
10126         blittable types. Fixes #70864.
10127
10128 2004-12-29  Martin Baulig  <martin@ximian.com>
10129
10130         * icall.c
10131         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
10132
10133         * reflection.c (mono_method_get_object): Create a
10134         "System.Reflection.MonoGenericMethod" for inflated methods; don't
10135         call mono_get_inflated_method().
10136
10137         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
10138
10139 2004-12-27  Martin Baulig  <martin@ximian.com>
10140
10141         * class-internals.h (MonoMethod): Added `is_inflated' flag.
10142         (MonoMethodInflated): Added `inflated' field.
10143
10144         * class.c (mono_class_inflate_generic_method): Don't really
10145         inflate the method here; just set the `is_inflated' flag in the
10146         MonoMethod.
10147         (mono_class_get_inflated_method): Actually inflate the method here
10148         if it's not already inflated; we use the MonoMethodInflated's new
10149         `inflated' field as a cache.
10150
10151 2004-12-26  Martin Baulig  <martin@ximian.com>
10152
10153         * class.c
10154         (inflate_generic_class): Moved some code out of inflate_generic_type().
10155         (mono_class_inflate_generic_method): If we're already inflated,
10156         inflate the context and use the declaring method; ie. make sure
10157         the declaring method of an inflated method is always the generic
10158         method definition.
10159         (mono_class_create_from_typedef): Create
10160         `class->generic_container->context->gclass'.
10161
10162 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
10163
10164         * metadata-internals.h, marshal.c, reflection.c: More
10165         MonoGHashTable->GHashTable.
10166
10167         * domain-internals.h, class.c: Change MonoGHashTable's into
10168         GHashTables for some cases where no gc stuff is used
10169
10170         All users: update apis
10171
10172 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
10173
10174         * metadata.c (builtin_types): Make this `const'. Makes this get
10175         put into the shareable section.
10176         (mono_metadata_init): Casts to make gcc happy.
10177
10178 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
10179
10180         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
10181
10182 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
10183
10184         * icall.c: Added an internal call to retrieve the position and length
10185         of assembly-level declarative security attributes (RequestMinimum, 
10186         RequestOptional and RequestRefuse). This is used by the Assembly class
10187         to re-create the corresponding permission sets.
10188
10189 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
10190
10191         * marshal.c: fix the stelemref wrapper to be type correct
10192         (and faster).
10193
10194 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
10195
10196         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
10197         to do key & 0x7fffffff. Hashtable already does this. It just
10198         results in longer code.
10199
10200 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
10201
10202         * appdomain.c: Bump corlib version.
10203         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
10204         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
10205         * reflection.c|h: Add functions to get declarative security infos
10206         (blob position and length) for assemblies, classes and methods.
10207
10208 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
10209
10210         * reflection.c: sort the constant table (bug #70693).
10211
10212 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
10213
10214         * object-internals.h, threads.c, domain.c: add accessors for
10215         the MonoThread and MonoDomain tls keys.
10216
10217 2004-12-18  Martin Baulig  <martin@ximian.com>
10218
10219         * class.c (inflate_generic_type): If we're inflating a generic
10220         instance, set `ngclass->context->container = context->container';
10221         ie. the container we inflated into.
10222
10223         * metadata.c (mono_metadata_parse_generic_param): Reflect above
10224         inflate_generic_type() changes.
10225
10226 2004-12-17  Martin Baulig  <martin@ximian.com>
10227
10228         * class-internals.h
10229         (MonoGenericClass): Replaced `MonoType *generic_type' with
10230         `MonoClass *generic_class'.  Removed `dynamic_info'; if
10231         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
10232         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
10233
10234 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
10235
10236         * exception.c (mono_exception_from_token): New helper function.
10237
10238 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
10239
10240         * assembly.c (mono_assembly_load_with_partial_name): Call 
10241         mono_assembly_loaded before invoking the preload hooks. Fixes
10242         #70564.
10243
10244         * object-internals.h (MonoThread): Change culture_info and 
10245         ui_culture_info into an array.
10246
10247         * threads.c: Cache culture info objects from more than one appdomain.
10248
10249         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
10250         current UI culture.
10251
10252 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
10253
10254         * threads.h threads.c appdomain.c: Clear the culture_info field of
10255         all threads during unloading if they point to an object in the dying
10256         appdomain.
10257
10258 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
10259
10260         * culture-info.h (TextInfoEntry): New struct
10261         * object-internals.h: sync with managed
10262         * locales.c: fill the `text_info_data' field
10263         * culture-info-tables.h: update
10264
10265 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
10266
10267         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
10268         collector.
10269
10270 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
10271
10272         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
10273         (ves_icall_ModuleBuilder_getMethodToken): Ditto
10274
10275 2004-12-12  Martin Baulig  <martin@ximian.com>
10276
10277         * mono-debug-debugger.c (write_type): If we're an enum and the
10278         builtin types have already been initialized, call mono_class_init().
10279
10280 2004-12-11  Martin Baulig  <martin@ximian.com>
10281
10282         * metadata.c (mono_metadata_load_generic_params): Added
10283         `MonoGenericContainer *parent_container' argument; automatically
10284         compute `container->is_method'; pass the correct owner to
10285         get_constraints().      
10286
10287         * reflection.c (compare_genericparam): Sort the GenericParam table
10288         according to increasing owners. 
10289
10290 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
10291
10292         * profiler.c: allow disabling the default profiler.
10293
10294 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
10295
10296         * decimal.c, icall.c: allow disabling System.Decimal support.
10297
10298 2004-12-09  Marek Safar <marek.safar@seznam.cz>
10299
10300         * reflection.c: Add support for null attribute arguments.
10301
10302 2004-12-09  Martin Baulig  <martin@ximian.com>
10303
10304         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
10305         names to get rid of compiler warnings.
10306
10307 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
10308
10309         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
10310         mono_marshal_load_type_info (). Fixes #69625.
10311         (mono_marshal_get_ptr_to_struct): Likewise.
10312
10313 2004-12-08  Martin Baulig  <martin@ximian.com>
10314
10315         * mono-debug.h: Bumped version number to 47.
10316
10317         * mono-debug-debugger.c
10318         (mono_debugger_event_handler, mono_debugger_event): Take two
10319         guint64 arguments insteed of a gpointer and a guint32.  
10320
10321 2004-12-08  Martin Baulig  <martin@ximian.com>
10322
10323         * debug-mono-symfile.h
10324         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
10325         `address' to `native_offset'.
10326
10327 2004-12-08  Martin Baulig  <martin@ximian.com>
10328
10329         * class.c (mono_class_create_from_typespec): Only inflate if we
10330         either have `context->gclass' or `context->gmethod'.
10331
10332 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
10333
10334         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
10335
10336         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
10337
10338         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
10339
10340         * reflection.c (mono_assembly_get_object): Remove the workaround put
10341         in for the release.
10342         
10343         * appdomain.c: Use the corlib_internal field from MonoAssembly.
10344
10345         * appdomain.c: Bump corlib version.
10346
10347         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
10348         be visible in other appdomains.
10349
10350 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
10351
10352         * threads.c: Interlocked inc and dec for longs were messed up,
10353         use a KISS based impl for this. Fixes 70234
10354
10355 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
10356
10357         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
10358
10359 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
10360
10361         * icall.c: fix to follow policy not to allow struct
10362         arguments in icalls.
10363
10364 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10365
10366         * process.c: make the patch that handles spaces in file paths work
10367         on mono/windows too.
10368
10369 2004-12-06  Martin Baulig  <martin@ximian.com>
10370
10371         * class.c (mono_class_create_generic): Call
10372         mono_class_setup_supertypes() if we're dynamic.
10373         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
10374
10375 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
10376
10377         * object-internals.h: Add new fields to MonoThread.
10378
10379         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10380
10381         * icall.c threads-types.h threads.c: Add new icalls.
10382
10383         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
10384
10385         * object-internals.h (MonoReflectionAssembly): Sync object layout with
10386         managed side.
10387
10388         * appdomain.c: Bump corlib version.
10389
10390         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
10391         internal assemblies. Fixes #69181.
10392
10393 2004-12-05  Martin Baulig  <martin@ximian.com>
10394
10395         * class.c (mono_class_inflate_generic_signature): Make this a
10396         no-op if `context' is NULL or we don't have any type parameters;
10397         also copy `sentinelpos'.        
10398
10399 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
10400
10401         * image.c: Add unbox_wrapper_cache.
10402
10403         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
10404
10405         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
10406         function generator.
10407         
10408         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
10409         Fixes #70173.
10410
10411         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
10412         
10413 2004-12-04  Martin Baulig  <martin@ximian.com>
10414
10415         * loader.c (mono_method_get_signature_full): New public function;
10416         like mono_method_get_signature(), but with an additional
10417         `MonoGenericContext *' argument.
10418
10419         * class.c (mono_class_inflate_generic_signature): Formerly known
10420         as inflate_generic_signature(); make this public.
10421
10422 2004-12-04  Martin Baulig  <martin@ximian.com>
10423
10424         * metadata.c
10425         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
10426         instead of a `MonoGenericContainer *'.  
10427         (mono_metadata_parse_array_full): Likewise.
10428         (mono_metadata_parse_signature_full): Likewise.
10429         (mono_metadata_parse_method_signature_full): Likewise.
10430         (mono_metadata_parse_generic_inst): Likewise.
10431         (mono_metadata_parse_generic_param): Likewise.
10432         (mono_metadata_parse_mh_full): Likewise.
10433         (mono_type_create_from_typespec_full): Likewise.
10434
10435 2004-12-03  Martin Baulig  <martin@ximian.com>
10436
10437         * class-internals.h (MonoGenericContainer): Replaced the
10438         `MonoGenericContext * pointer with a `MonoGenericContext'
10439         structure and made it the first element.
10440
10441 2004-12-03  Martin Baulig  <martin@ximian.com>
10442
10443         * class.c
10444         (inflate_generic_type): Set the `context->container' when creating
10445         a new MonoGenericContext.
10446         (mono_class_inflate_generic_method): Likewise.
10447         (mono_class_create_from_typespec): Just use `context->container'
10448         to get the container.
10449
10450         * loader.c (method_from_methodspec): Set `context->parent' from
10451         `context->container' - and if that's a method container, use its
10452         parent.  Also set the `context->container' when creating a new
10453         MonoGenericContext.
10454         (mono_get_method_from_token): Use just `context->container' to get
10455         the container.
10456
10457         * metadata.c (do_mono_metadata_parse_generic_class): Also set
10458         `gclass->context->container'.
10459
10460         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
10461         the `context->container' when creating a new MonoGenericContext.
10462
10463 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
10464
10465         * reflection.c (compare_genericparam): Sort params with identical
10466         owner by their number. Fixes gen-111 on sparc.
10467
10468 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
10469
10470         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
10471         around the domain changes.
10472
10473         * appdomain.c (mono_domain_unload): Handle the case when the thread
10474         calling Unload is itself being aborted during unloading. Fixes #70022.
10475
10476         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
10477
10478         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
10479         checkpoint_func as an icall so it gets a wrapper.
10480         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
10481         in the cross-appdomain wrappers too.
10482
10483         * threads.c (mono_thread_has_appdomain_ref): Make this public.
10484
10485         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
10486
10487         * reflection.c: Fix some memory leaks.
10488         
10489 2004-12-02  Martin Baulig  <martin@ximian.com>
10490
10491         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
10492
10493         * metadata.c (generic_class_cache): New static hashtable.
10494         (mono_metadata_lookup_generic_class): New public method.
10495
10496 2004-12-02  Martin Baulig  <martin@ximian.com>
10497
10498         * class.c (mono_class_create_from_typedef): Call
10499         mono_class_setup_parent() and mono_class_create_mono_type() before
10500         parsing the interfaces.
10501
10502 2004-12-02  Martin Baulig  <martin@ximian.com>
10503
10504         * metadata.c (generic_inst_cache): New static hashtable.
10505         (mono_metadata_lookup_generic_inst): New public function.
10506         (mono_metadata_inflate_generic_inst): New public function.
10507         (mono_metadata_parse_generic_inst): New public function.
10508         (do_mono_metadata_parse_generic_class): Use the new
10509         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
10510         since this'll also use the cache.
10511
10512         * reflection.c (mono_reflection_bind_generic_method_parameters):
10513         Use mono_metadata_lookup_generic_inst() to use the new cache.
10514
10515         * class.c (inflate_mono_type): Use
10516         mono_metadata_inflate_generic_inst() to inflate a generic
10517         instance; this'll also use the new cache.
10518
10519         * loader.c (method_from_methodspec): Use
10520         mono_metadata_parse_generic_inst() and
10521         mono_metadata_inflate_generic_inst() rather than parsing it
10522         manually, so we can use the new cache.
10523
10524 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
10525
10526         * threads.c (wait_for_tids): Do not incorrectly free threads when 
10527         the wait times out.
10528
10529 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
10530
10531         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
10532         iter->args based on whether parameters are passed in registers (i.e.
10533         MONO_ARCH_REGPARMS is defined)
10534
10535 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
10536
10537         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
10538         the exception message. Fixes #70070.
10539         (method_from_methodspec): Fix warnings.
10540
10541 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10542
10543         * process.c: (complete_path) return the path quoted
10544
10545 2004-12-01  Martin Baulig  <martin@ximian.com>
10546
10547         * class-internals.h (MonoGenericInst): New structure.
10548         (MonoGenericClass): Replaced `type_argc', `type_argv' and
10549         `is_open' with `MonoGenericInst *inst'.
10550         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
10551         `is_open' with `MonoGenericInst *inst'.
10552
10553 2004-11-30  Martin Baulig  <martin@ximian.com>
10554
10555         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
10556
10557         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
10558         to `generic_class_cache'.
10559
10560         * metadata.c
10561         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
10562         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
10563         (mono_generic_inst_is_valuetype): Renamed to
10564         mono_generic_class_is_valuetype().
10565
10566         * class-internals.h
10567         (MonoGenericInst): Renamed to MonoGenericClass.
10568         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
10569         (MonoClass): Renamed `generic_inst' to `generic_class'.
10570         (MonoGenericContext): Renamed `ginst' to `gclass'.
10571
10572         * object-internals.h
10573         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
10574
10575         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
10576         mono_reflection_generic_class_initialize().
10577
10578         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
10579         now known as "System.Reflection.MonoGenericClass".
10580         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
10581
10582 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
10583
10584         * class-internals.h: Added a flag field to MonoClass to cache the
10585         declarative security attributes actions associated with the class.
10586         * domain-internals.h: Added booleans to MonoJitInfo to cache the
10587         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
10588         applicable to the JITted method.
10589         * reflection.c|h: Added functions to extract (as flags) which security
10590         actions are available (declaratively) for a method, class or assembly.
10591         * metadata.c|h: Added functions to search the declarative security
10592         table in the metadata.
10593         
10594 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
10595
10596         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
10597         EXPORTEDTYPES are already in the class name cache, so there is no
10598         need to add extra code here to look at them. Just removes a bit of
10599         cruft.
10600
10601         (ves_icall_System_Environment_get_TickCount): No need for #if
10602         WINDOWS. We already have the code in io-layer.
10603
10604 2004-11-28  Martin Baulig  <martin@ximian.com>
10605
10606         * loader.c
10607         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
10608         Fixes gen-112.cs.
10609
10610 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
10611
10612         * assembly.c (do_mono_assembly_open): Instead of having a
10613         conditional WITH_BUNDLE, incorporate support for bundles here, by
10614         having a global `bundles' variable holding a pointer to the actual
10615         bundles. 
10616
10617         (mono_register_bundled_assemblies): New API call used by the
10618         bundle code. 
10619
10620         See mkbundle.1 for details.
10621         
10622 2004-11-27  Martin Baulig  <martin@ximian.com>
10623
10624         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
10625         the vtable for generic methods.
10626
10627 2004-11-26  Martin Baulig  <martin@ximian.com>
10628
10629         * metadata.c
10630         (mono_metadata_generic_method_hash): New public function.
10631         (mono_metadata_generic_method_equal): Likewise.
10632
10633         * class-internals.h
10634         (MonoGenericContainer): Added `GHashTable *method_hash'.
10635
10636         * reflection.c (ReflectionMethodBuilder): Added
10637         `MonoGenericContainer *generic_container'.
10638         (reflection_methodbuilder_to_mono_method): Don't create a new
10639         MonoGenericContainer each time we're called.
10640         (mono_reflection_bind_generic_method_parameters): Use
10641         `container->method_hash' to cache the results so we don't create a
10642         different method if we're called several times with the same
10643         arguments.
10644
10645         * loader.c (method_from_methodspec): Use the new
10646         `container->method_hash' here, too.
10647
10648 2004-11-26  Martin Baulig  <martin@ximian.com>
10649
10650         * class.c (inflate_generic_signature): Correctly compute
10651         `res->has_type_parameters'.
10652         (mono_class_vtable): Use the `has_type_parameters' flag to
10653         determine whether we're a generic method.
10654
10655         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
10656
10657 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
10658
10659         * object.c (mono_runtime_run_main): Fix a small memory leak.
10660
10661 2004-11-25  Martin Baulig  <martin@ximian.com>
10662
10663         * class.c (set_generic_param_owner): Fixed the loop.
10664
10665 2004-11-25  Martin Baulig  <martin@ximian.com>
10666
10667         * object.c (mono_class_vtable): Don't create any JIT wrappers for
10668         generic methods.
10669
10670 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
10671
10672         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
10673         names. Fixes #69787.
10674
10675 2004-11-24  Martin Baulig  <martin@ximian.com>
10676
10677         * class.c (mono_class_create_generic_2): If we don't have a
10678         `ginst->parent', inflate `gklass->parent' to get our parent.
10679
10680 2004-11-24  Martin Baulig  <martin@ximian.com>
10681
10682         * reflection.c (compare_genericparam): Correctly sort the
10683         GenericParam table; fixes #69779.
10684
10685 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
10686
10687         * reflection.c: When writing a PE file, don't create a huge
10688         buffer in memory. Just write the arrays we have to the file.
10689         This reduces memory usage.
10690
10691         * metadata-internals.h: MonoDynamicStream pefile is no longer used
10692         globally.
10693
10694 2004-11-17  Martin Baulig  <martin@ximian.com>
10695
10696         * class.c (mono_class_init): Don't setup `class->parent' for
10697         dynamic instances; moved this to mono_class_generic_2().
10698         (mono_class_create_generic): Also set `klass->inited' for dynamic
10699         generic instances.
10700         (mono_class_create_generic_2): Don't do anything for dynamic
10701         generic instances.  Set `klass->parent' here and also call
10702         mono_class_setup_parent() here. 
10703
10704         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
10705         `MonoType *parent' argument; set `ginst->parent' before calling
10706         mono_class_create_generic_2(), so we set the correct parent.
10707
10708 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
10709
10710         * reflection.c: allow getting attributes from ModuleBuilder
10711         (used by ikvm).
10712
10713 2004-11-17  Martin Baulig  <martin@ximian.com>
10714
10715         * class.c (mono_class_create_from_typedef): If a type parameter is
10716         inherited from an outer class, set its owner to that class.
10717
10718 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
10719
10720         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
10721           for (int*) written size. This fixes bug #69592.
10722
10723 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
10724
10725         * icall.c: Added IsAuthenticodePresnet internal call.
10726         * image.c|h: New function that check a MonoImage for an Authenticode
10727         signature in the certificate PE data directory.
10728         * security.c|h: New internal call to ask the runtime if an 
10729         Authenticode signature seems referenced in the PE header.
10730
10731 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
10732
10733         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
10734
10735         * reflection.c (mono_image_create_pefile): Free the assembly streams
10736         after writing out the assembly file.
10737
10738         * object.c (mono_runtime_run_main): Fix small memory leak.
10739
10740         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
10741         property access modifiers. Fixes #69389.
10742
10743 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
10744
10745         * domain.c, object.c, object-internals.h, domain-internals.h,
10746         object.h, marshal.c: keep dynamic code info per domain.
10747
10748 2004-11-15  Martin Baulig  <martin@ximian.com>
10749
10750         * class.c (mono_type_get_name_recurse): Put type arguments in
10751         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
10752         see bug #68387.
10753
10754 2004-11-15  Martin Baulig  <martin@ximian.com>
10755
10756         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
10757         (mono_class_setup_vtable): When computing `the_cname' for a
10758         generic instance, don't include the namespace since we'd otherwise
10759         add it twice.
10760
10761 2004-11-15  Martin Baulig  <martin@ximian.com>
10762
10763         * class.c (mono_class_create_generic): Changed return type to void.
10764         (mono_class_create_generic_2): New public function; setup
10765         `class->method', `class->field' and `class->interfaces' here
10766         instead of in mono_class_init().
10767
10768         * class.h (mono_class_create_generic): Moved to class-internals.h.
10769
10770 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
10771
10772         * reflection.c (mono_image_create_pefile): take a file HANDLE.
10773         rather than writing to memory, write to this file. Right now,
10774         we are just writting into a buffer, and copying that. However
10775         we can avoid the buffer later.
10776
10777         (mono_dynamic_stream_reset): new function
10778
10779         * icall.c, object-internals.h: update for the above.
10780
10781 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
10782
10783         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
10784         have been using gc'd memory. First it is slower, unlikely
10785         the comment in the source code said, secondly, it increases
10786         our footprint to do it in the gc.
10787
10788         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
10789         the method so that it does not have to copy to managed code.
10790
10791 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
10792
10793         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
10794
10795 2004-11-12  Martin Baulig  <martin@localhost>
10796
10797         * reflection.c (mono_image_create_token): Allow generic method
10798         definitions here, since they may appear in an `.override'; see
10799         gen-98/gen-99 for an example.
10800
10801 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
10802
10803         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
10804         #69365.
10805
10806         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
10807         descriptive.
10808
10809 2004-11-11  Martin Baulig  <martin@ximian.com>
10810
10811         * class.c (mono_class_setup_vtable): In an explicit interface
10812         implementation, the method name now includes the arity.
10813
10814 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
10815
10816         * object.c (mono_array_full_copy): Fix warning.
10817
10818 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
10819
10820         * appdomain.c: Removed look_for_method_by_name(). Use the new method
10821         mono_class_get_method_from_name() instead.
10822         
10823         * class-internals.h: Added two new types of wrappers. 
10824         Added MonoRemotingTarget enum. Added new trampoline function type, which
10825         takes an additional MonoRemotingTarget value as parameter, so it is
10826         possible to request a trampoline for a specific target.
10827         
10828         * class.c: Added new mono_class_get_method_from_name() method.
10829         
10830         * class.h: In MonoRemoteClass, we can have now to vtables, one for
10831         general remoting sinks and one specific for cross domain calls.
10832         
10833         * debug-helpers.c: Added new wrapper names.
10834         
10835         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
10836         of a remote class.
10837         
10838         * image.c: Porperly delete value objects form the remoting invoke hashtable.
10839         
10840         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
10841         with several other methods (mono_marshal_get_xappdomain_dispatch,
10842         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
10843         and others) can generate a fast remoting wrapper for cross domain calls.
10844         More information can be found in docs/remoting.
10845         Other changes: Removed mono_find_method_by_name, and used
10846         mono_class_get_method_from_name instead.
10847         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
10848         is stored in the remoting invoke hashtable.
10849         
10850         * marshal.h: published the new method for getting the xdomain wrapper,
10851         and also added a method for getting the adequate wrapper for a given
10852         method and target.
10853         
10854         * object-internals.h, object.c: Added a couple of methods for capying and
10855         cloning arrays.
10856         Modified mono_install_remoting_trampoline, which takes the new remoting
10857         trampoline that has a remoting target as parameter.
10858         mono_class_proxy_vtable now also takes a remoting target as parameter, and
10859         will return the most suitable vtable for the target.
10860         Added mono_remote_class_vtable, which returns the vtable of a remote class
10861         (which can be the normal remoting vtable or the xdomain vtable).
10862         
10863         * threads.c: the xdomain invoke and dispatch wrappers must also be
10864         protected against interruptions.
10865
10866 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10867
10868         * icall.c: use memmove in BlockCopyInternal when the source and
10869         destination arrays are the same.
10870
10871 2004-11-09  Martin Baulig  <martin@ximian.com>
10872
10873         * class-internals.h (MonoGenericContainer): Removed `method' and
10874         `signature', replaced them with `is_method' and `is_signature'
10875         flags.  Added `context'.
10876
10877         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
10878         instead of a `MonoGenericContainer *'.
10879
10880         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
10881         for dynamic type parameters.
10882         (mono_metadata_load_generic_params): Setup `container->context'.
10883
10884         * reflection.c (mono_reflection_setup_generic_class): Setup
10885         `tb->generic_container->context'.
10886         (do_mono_reflection_bind_generic_parameters): Use
10887         mono_class_inflate_generic_type() to correctly inflate types,
10888         rather than using our own hack just for MONO_TYPE_VAR.
10889
10890 2004-11-09  Martin Baulig  <martin@ximian.com>
10891
10892         * class.c (mono_class_inflate_generic_method): Small fix; don't
10893         crash here.
10894
10895         * icall.c
10896         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
10897         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
10898         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
10899         (ves_icall_Type_BindGenericParameters): Likewise.
10900         (ves_icall_Type_get_IsGenericInstance): Likewise.
10901         (ves_icall_Type_GetGenericParameterPosition): Likewise.
10902         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
10903         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
10904         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
10905
10906 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
10907
10908         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
10909         assembly versions and public key tokens. Fixes #69113.
10910
10911 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
10912
10913         * metadata.c: fix bug introduced with the type cache changes
10914         on 2004-11-06.
10915
10916 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
10917
10918         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
10919         the MonoClass pointer instead of the token in exception clauses.
10920         * reflection.c: updates for the above and make the code not depend
10921         on the structure of MonoExceptionClause.
10922
10923 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
10924
10925         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10926         Add support for dynamic assemblies. Fixes #69114.
10927
10928         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
10929
10930 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
10931
10932         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
10933         since most only those methods use it. the code member of
10934         MonoMethodPInvoke was dead, so that can be removed too. Also,
10935         remove inline_count (again, not used), and move slot so that it
10936         can share bits with some other flags. This saves 8 bytes in the
10937         structure and gives us about 50 kb back for mcs helloworld.cs
10938
10939         * *.[ch]: Do naming changes for the above.
10940
10941         * loader.c (mono_method_get_header): Lazily init the header
10942         on first access.
10943         (mono_get_method_from_token): don't init the header here
10944         (mono_free_method): the header may never be allocated
10945
10946         Overall, this saves 150 kb of unmanaged allocations
10947         for mcs helloworld.cs. That accounts for 10% of the unmanaged
10948         memory at runtime.
10949         
10950         * loader.c, loader.h (mono_method_get_header): new accessor.
10951
10952         * *.[ch]: use the above method. Prepares us to lazily load
10953         the header.
10954
10955         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
10956         three warnings, which are actual bugs (see 69206).
10957
10958         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
10959         unused. Saves a cool 4 bytes / method.
10960
10961 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
10962
10963         * metadata.c (builtin_types): Add types for System.Object here.
10964         (mono_metadata_parse_type_full): Cache MonoType*'s that are
10965         for a class or valuetype from klass->this_arg or klass->byval_arg.
10966
10967         On mcs for a hello world, this gets us down from 21836 MonoType's
10968         to 14560.
10969
10970         (mono_metadata_free_type): Account for the above change.
10971
10972 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
10973
10974         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
10975         exception instead of asserting if name is null.
10976         (ves_icall_System_AppDomain_GetData): Ditto.
10977
10978 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
10979
10980         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
10981         EnumBuilder.
10982
10983         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
10984         Return NULL when the domain does not have entry_assembly set.
10985
10986         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
10987         Add a 'resource_modules' argument.
10988         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
10989
10990         * reflection.c (mono_reflection_create_runtime_class): Move setting
10991         of wastypebuilder here, so mono_get_type_object () returns a MonoType
10992         for enums too.
10993
10994         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
10995         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
10996         Throw an ArgumentNullException if 'ptr' is null.
10997
10998         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
10999         assemblies here. Fixes #69020.
11000
11001 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
11002
11003         * reflection.c (build_compressed_metadata): Fix the previous patch for
11004         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
11005         the stack.
11006
11007 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
11008
11009         * assembly.c (mono_assembly_names_equal): Allow a match if one of
11010         the cultures is false. Fixes #69090.
11011
11012         * reflection.c (build_compressed_metadata): Fix invalid memory read 
11013         detected by valgrind.
11014         
11015         * reflection.c (mono_reflection_get_type): Avoid triggering a 
11016         TypeResolve multiple times for the same type. Fixes #65577.
11017
11018 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
11019
11020         * marshal.c: Avoid using ldftn to call managed functions. It is
11021         much slower than just a call.
11022
11023         * reflection.c (mono_module_get_object): free the basename we
11024         allocate here from glib.
11025         
11026         * reflection.c (ensure_runtime_vtable): make sure to free
11027         overrides.  Also, we were allocating an array of MonoMethod not an
11028         array of MonoMethod*.
11029
11030         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
11031
11032         * image.c (mono_image_close): free image->guid here.
11033
11034 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
11035
11036         * reflection.c: Fix some spec conformance issues with the PE file
11037         structures so mcs compiled apps run on the Net 2.0 beta.
11038
11039 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
11040
11041         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
11042         Implement this. Fixes #67264.
11043
11044         * debug-helpers.h debug-helpers.c marshal.c: Move 
11045         mono_find_method_by_name to debug-helpers.c.
11046
11047 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
11048
11049         * object.c (mono_release_type_locks): type_initialization_hash is
11050         a GHashTable.
11051
11052         * reflection.c object.c object-internals.h: Fix warnings.
11053
11054         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
11055         without accessors. Fixes #61561.
11056
11057         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
11058         application base from the root domain if not set. Fixes #65641.
11059         (mono_runtime_init): Fix warning.
11060
11061 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11062
11063         * appdomain.c: call mono_thread_pool_init.
11064         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
11065         of worker threads based on the number of CPUs and the environment
11066         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
11067         for non-windows (windows) systems.
11068
11069 2004-10-27  Chris Toshok  <toshok@ximian.com>
11070
11071         * mono-debug-debugger.c (write_class): don't call mono_class_init
11072         here, as even with the check for (!klass->init_pending), we get
11073         into a situation where we're hitting cycles in class
11074         initialization.  Fixes #68816.
11075
11076 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
11077
11078         * image.c: Avoid overwriting values in the loaded_images_hash when an
11079         assembly is loaded multiple times. Fixes #61152.
11080
11081         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
11082         so multiple satellite assemblies for the same name can be loaded.
11083         Fixes #68259.
11084
11085         * mono_domain_assembly_preload: Actually return the loaded assembly, 
11086         not NULL.
11087
11088         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
11089         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
11090
11091         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
11092         pending finalizers are not invoked after the appdomain has been 
11093         unloaded. Fixes #67862.
11094
11095 2004-10-22  Martin Baulig  <martin@ximian.com>
11096
11097         * mono-debug-debugger.c
11098         (mono_debugger_runtime_invoke): Don't box valuetypes.
11099
11100 2004-10-22  Chris Toshok  <toshok@ximian.com>
11101
11102         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
11103         don't hide private methods.
11104
11105 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
11106
11107         * icall.c: Allows the runtime to "share" (when known) the public key
11108         token of an assembly. This avoid the need to recalculate the token 
11109         (from the public key) in managed code.
11110
11111 2004-10-21  Chris Toshok  <toshok@ximian.com>
11112
11113         * debug-helpers.c (append_class_name): argh, revert last patch.
11114         
11115 2004-10-21  Chris Toshok  <toshok@ximian.com>
11116
11117         * debug-helpers.c (append_class_name): use '+' as the delimiter,
11118         not '/', so that it matches what the debugger uses to look up
11119         methods.
11120
11121 2004-10-21  Martin Baulig  <martin@ximian.com>
11122
11123         * mono-debug-debugger.c (mono_debugger_throw_exception): New
11124         public method; this is called each time an exception is thrown and
11125         allows the debugger to use exception catch points.
11126
11127 2004-10-21  Martin Baulig  <martin@ximian.com>
11128
11129         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
11130         the stack pointer and the exception object in some struct and pass
11131         that to the debugger.
11132
11133 2004-10-21  Chris Toshok  <toshok@ximian.com>
11134
11135         * mono-debug-debugger.c (do_write_class): add instance/static
11136         event support.  We don't expose "raise" or "other" yet.
11137         (event_is_static): new method.
11138
11139 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
11140
11141         * mono-debug-debugger.c
11142         (mono_debugger_handle_exception): Remove
11143         bogus return value for fussy compilers.
11144
11145 2004-10-20  Martin Baulig  <martin@ximian.com>
11146
11147         * mono-debug-debugger.c
11148         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
11149         (mono_debugger_handled_exception): Likewise.
11150
11151 2004-10-20  Martin Baulig  <martin@ximian.com>
11152
11153         * mono-debug-debugger.h (MonoDebuggerEvent): Added
11154         MONO_DEBUGGER_EVENT_EXCEPTION.
11155
11156         * mono-debug-debugger.c (mono_debugger_handle_exception): New
11157         public function to send the debugger a notification for an
11158         exception and inform it about a catch/finally clause.
11159
11160 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
11161
11162         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
11163         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
11164         fix 2.95 build. 
11165
11166         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
11167
11168 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
11169
11170         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
11171         marshalled as [In,Out]. Fixes #58325.
11172
11173 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
11174
11175         * reflection.c (mono_method_body_get_object): Implement some fields.
11176
11177 2004-10-12  Martin Baulig  <martin@ximian.com>
11178
11179         * reflection.c (mono_reflection_bind_generic_parameters): Small
11180         fix, correctly retrieve our parent from a generic instance.
11181
11182 2004-10-12  Martin Baulig  <martin@ximian.com>
11183
11184         * metadata.c (mono_metadata_generic_param_equal): We always have
11185         an owner.
11186
11187         * class.c
11188         (mono_class_from_generic_parameter): We need to have an owner.
11189         (my_mono_class_from_generic_parameter): Likewise.
11190
11191         * reflection.c (mono_reflection_setup_generic_class): Renamed to
11192         mono_reflection_create_generic_class() and added a new
11193         mono_reflection_setup_generic_class().  
11194         (mono_reflection_initialize_generic_param): If we're a nested
11195         generic type and inherited from the containing class, set our
11196         owner to the outer class.
11197
11198 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
11199
11200         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
11201
11202         * reflection.c (mono_method_body_get_object): New function to create
11203         a MethodBody object.
11204
11205         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
11206
11207 2004-10-11  Martin Baulig  <martin@ximian.com>
11208
11209         * metadata.c (_mono_metadata_type_equal): Renamed to
11210         do_mono_metadata_type_equal() and made static.
11211
11212 2004-10-11  Martin Baulig  <martin@ximian.com>
11213
11214         * appdomain.c: Bump corlib version number to 28.
11215
11216 2004-10-10  Martin Baulig  <martin@ximian.com>
11217
11218         * class-internals.h
11219         (MonoGenericInst): Added `MonoGenericContainer *container'.
11220         (MonoGenericMethod): Likewise.
11221         (MonoGenericContext): Likewise.
11222         (MonoGenericParam): Added `MonoGenericContainer *owner'.
11223
11224         * metadata.c
11225         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
11226         (do_mono_metadata_parse_generic_inst): Likewise.
11227         (mono_metadata_parse_type_full): New public method.  This is the actual
11228         mono_metadata_parse_type() implementation - with an additional
11229         `MonoGenericContainer *' argument.
11230         (mono_metadata_parse_array_full): Likewise.
11231         (mono_metadata_parse_signature_full): Likewise.
11232         (mono_metadata_parse_method_signature_full): Likewise.
11233         (mono_metadata_parse_mh_full): Likewise.
11234         (mono_type_create_from_typespec): Likewise.
11235         (mono_metadata_interfaces_from_typedef_full): New public method;
11236         this is similar to the other _full() methods, but we take a
11237         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
11238         (mono_metadata_parse_generic_param): Take an additional
11239         `MonoGenericContainer *' argument and lookup the MonoGenericParam
11240         from that container.
11241         (mono_metadata_generic_param_equal): New static method to compare
11242         two type parameters.
11243         (_mono_metadata_type_equal): New static method; takes an
11244         additional `gboolean signature_only' argument - if true, we don't
11245         compare the owners of generic parameters.
11246         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
11247         with a TRUE argument - do a signature-only comparision.
11248
11249         * loader.c: Use the new _full() methods and pass the
11250         MonoGenericContainer to them.
11251
11252         * object-internals.h (MonoReflectionTypeBuilder): Added
11253         `MonoGenericContainer *generic_container' field.
11254         (MonoReflectionMethodBuilder): Likewise.
11255
11256 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
11257
11258         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
11259         case initial images of dynamic assemblies.
11260
11261         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
11262
11263         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
11264
11265         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
11266         length of event->other array.
11267         (typebuilder_setup_events): Ditto.
11268
11269         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
11270         'assembly_by_name' and add an 'assemblies' list.
11271
11272         * assembly.h assembly.c: Add a new search hook for determining whenever
11273         an assembly is already loaded. Use this instead of searching in the
11274         loaded_assemblies list.
11275
11276         * domain.c appdomain.c: Implement the new search hook so loaded 
11277         assemblies are now scoped by appdomain. Fixes #67727.
11278
11279 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
11280
11281         * threads.c (mono_thread_attach): Initialize synch_lock field so
11282         mono_thread_detach works again.
11283
11284         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
11285         'lib' too. Fixes #63130.
11286
11287 2004-10-06  Jackson Harper  <jackson@ximian.com>
11288
11289         * culture-info-tables.h: regenerated.
11290
11291 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
11292
11293         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
11294         implemented by other interfaces in the result. Fixes #65764.
11295         
11296         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11297         Handle unloadable modules without crashing.
11298
11299         * image.c (load_modules): Revert the previous patch since modules must
11300         have a fixed index inside the array.
11301         
11302         * image.c (load_modules): Don't include native modules in the modules
11303         array.
11304
11305 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
11306
11307         * reflection.h: Add param_defaults field.
11308
11309         * reflection.c: Add support for parameter defaults in dynamic methods.
11310         Fixes #64595.
11311
11312         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
11313         an empty string when a type has no namespace. Fixes #64230.
11314
11315 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
11316
11317         * tabledefs.h: Added "internal" security actions to support non-CAS
11318         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
11319         Note: they do not seems to be used anymore in 2.0 (new metadata format)
11320
11321 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
11322
11323         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
11324         constructor of abstract class. Fixes #61689.
11325
11326 2004-10-04  Martin Baulig  <martin@ximian.com>
11327
11328         * class-internals.h (MonoGenericContainer): New type.
11329         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
11330         `MonoGenericContainer *generic_container'.
11331         (MonoClass): Replaced `gen_params' and `num_gen_params' with
11332         `MonoGenericContainer *generic_container'.
11333
11334         * metadata.c (mono_metadata_load_generic_params): Return a
11335         `MonoGenericContainer *' instead of a `MonoGenericParam *';
11336         removed the `num' argument.
11337
11338 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
11339
11340         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
11341         for dynamic images.
11342
11343         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
11344         machine fields.
11345
11346         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
11347
11348         * reflection.c: Save pe_kind and machine values into the generated
11349         image file.
11350
11351         * appdomain.c: Bump corlib version number.
11352
11353         * object-internals.h: Reorganize layout of LocalBuilder.
11354
11355         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
11356         New helper function.
11357
11358         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
11359         created MonoType for dynamic types. Fixes #66180.
11360
11361 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
11362
11363         * threadpool.c: the ares hashtable needs a critical section around it.
11364         this prevents some nasty segfaults
11365
11366 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
11367
11368         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
11369         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
11370         bug 67324).
11371         
11372 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
11373
11374         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
11375         
11376 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
11377
11378         * image.c: Always canonicalize image file names, to avoid loading
11379         the same assembly twice when referenced using a relative path.
11380
11381 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
11382
11383         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
11384
11385         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
11386
11387         * marshal.c: Fix warnings.
11388
11389 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
11390
11391         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
11392         attempting to marshal the delegate_trampoline as the method_addr.
11393         This patch has a static hashtable of marshalled delegates so that 
11394         we can map delegate_trampoline addresses back to delegates.  This
11395         allows a delegate passed to managed code to be passed back into native
11396         code.  Fixes #67039
11397
11398 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
11399
11400         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
11401
11402         * reflection.c (method_encode_code): Align method headers properly.
11403         Fixes #66025.
11404
11405 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
11406
11407         * marshal.c: In the runtime invoke wrapper, reset the abort
11408         exception if it is cached. This avoids the automatic rethrowal of 
11409         the exception after the catch of the wrapper. Also check for pending
11410         interruptions before calling the managed method. This is done using
11411         the new method emit_thread_force_interrupt_checkpoint, since the
11412         normal checkpoint method is ignored when running the invoke wrapper.
11413         * object.c: If the abort exception is rethrown, set the abort_exc
11414         field of the thread, so it will be rethrown aftere every catch.
11415         * threadpool.c: Only run an interruption checkpoint if what has been
11416         requested is a stop of the thread (aborts will be ignored).
11417         * threads.c: By default, a thread will now never be interrumped while
11418         running the runtime invoke wrapper (this ensures that runtime_invoke
11419         will always return to the caller if an exception pointer is provided).
11420         There is a new special method mono_thread_force_interruption_checkpoint()
11421         to force an interruption checkpoint even if running a protected
11422         wrapper, which is used by the same runtime invoke wrapper to do a check
11423         at a safe point.
11424
11425 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
11426
11427         * object.c, object-internals.h: Implemented mono_release_type_locks,
11428         which releases the cctor locks held by a thread.
11429         * threads.c, threads.h: In thread_cleanup, release cctor locks held
11430         by a thread. Added mono_thread_exit() method to be used to safely stop
11431         a thread.
11432
11433 2004-09-28  Raja R Harinath  <rharinath@novell.com>
11434
11435         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11436         Move null check before dereference.  Avoid indexing beyond the end
11437         of the 'modules' array.
11438
11439 2004-09-28  Raja R Harinath  <rharinath@novell.com>
11440
11441         * metadata-internals.h (MonoImage): Add module_count field.
11442         * image.c (load_modules): Set image->module_count.
11443         (mono_image_load_file_for_image): Use image->module_count.
11444         * reflection.c (mono_image_load_module): Append to image->modules array 
11445         of dynamic assembly.
11446         (mono_module_get_object): Fix loop to actually increment index.
11447         Use image->module_count.
11448         * assembly.c (mono_assembly_load_references): Use image->module_count.
11449         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
11450         Likewise.
11451
11452 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
11453
11454         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
11455         Avoid assert on generic types.
11456
11457 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
11458
11459         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
11460
11461         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
11462
11463         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
11464         function to convert a MarshalSpec structure to its managed counterpart.
11465
11466         * reflection.c: Fix warnings.
11467         
11468         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
11469         field.
11470
11471         * icall.c (mono_create_icall_signature): Fix build.
11472
11473 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
11474
11475         * icall.c: Add MakePointType icall.
11476
11477         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
11478         warnings.
11479
11480 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11481
11482         * threadpool.c: reuse allocated slots in the queue.
11483
11484 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
11485
11486         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
11487
11488         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
11489
11490         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
11491         previous change.
11492
11493         * tabledefs.h: Add constants for pinvoke attributes BestFit and
11494         ThrowOnUnmappableChar.
11495
11496         * icall.c (ves_icall_Type_GetPacking): New icall.
11497
11498 2004-09-24  Martin Baulig  <martin@ximian.com>
11499
11500         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
11501
11502 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11503
11504         * appdomain.c:
11505         (mono_domain_set): allow setting a domain that is being unloaded.
11506         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
11507         being unloaded.
11508
11509 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
11510
11511         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
11512         the GetCustomAttributes icall.
11513
11514 2004-09-23  Martin Baulig  <martin@ximian.com>
11515
11516         * object-internals.h (MonoReflectionGenericParam): Replaced
11517         'has_ctor_constraint', `has_reference_type' and `has_value_type'
11518         with `guint32 attrs'.
11519
11520 2004-09-23  Martin Baulig  <martin@ximian.com>
11521
11522         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
11523
11524 2004-09-23  Martin Baulig  <martin@ximian.com>
11525
11526         * object-internals.h (GenericParameterAttributes): New enum.
11527
11528 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
11529
11530         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
11531         
11532         * class.c (init_events): Fill out event->other field.
11533
11534         * class.c: Fix warnings.
11535
11536         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
11537
11538 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
11539
11540         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
11541         walk which doesn't supply the IL offset.
11542
11543 2004-09-22  Martin Baulig  <martin@ximian.com>
11544
11545         * reflection.c (mono_reflection_setup_internal_class): If we're
11546         System.ValueType, System.Object or System.Enum, set
11547         `klass->instance_size' and create the vtable.
11548         (mono_reflection_create_internal_class): If we're an enum type,
11549         get the base class from our current corlib.
11550
11551 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
11552
11553         * reflection.h (MonoResolveTokenError): New type.
11554
11555         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
11556         icall.
11557
11558         * icall.c: Add an 'error' argument to the ResolveToken icalls.
11559
11560 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
11561
11562         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
11563         Support also calling constructors, but only for already allocated objects.
11564
11565 2004-09-17  Geoff Norton <gnorton@customerdna.com>
11566
11567         * reflection.c (type_get_qualified_name): If the klass is null
11568         return the typename to avoid a NullRefEx.
11569         (encode_cattr_value): Get the qualified name of the boxed type,
11570         not the underlying enumtype.  Fixes #62984.
11571
11572 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
11573
11574         * marshal.c: Fix problems with previous checkin.
11575
11576 2004-09-21    <vargaz@freemail.hu>
11577
11578         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
11579         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
11580
11581         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
11582
11583 2004-09-21  Geoff Norton <gnorton@customerdna.com>
11584
11585         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
11586         should only return a type for pointers, arrays, and passbyref types.
11587         Fixes bug #63841.
11588
11589 2004-09-21  Martin Baulig  <martin@ximian.com>
11590
11591         * domain.c (mono_debugger_check_runtime_version): New public
11592         function.
11593
11594         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
11595
11596 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
11597
11598         * reflection.c: Added missing sort to the declarative security 
11599         attributes table. MS implementation stops seeing the attributes if the
11600         token number regress in the table (as shown by ildasm and permview).
11601
11602 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
11603
11604         * object-internals.h (MonoReflectionModule): Add 'token' field.
11605         
11606         * reflection.c (mono_reflection_get_token): Add support for Module
11607         and Assembly.
11608         (mono_module_get_object): Set 'token' field.
11609         (mono_module_file_get_object): Set 'token' field.
11610
11611         * icall.c: Add new Assembly and Module icalls.
11612
11613         * appdomain.c: Bump corlib version.
11614
11615 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
11616
11617         * loader.h loader.c class.h class.c: Add helper functions for obtaining
11618         tokens of metadata objects.
11619
11620         * reflection.h reflection.c (mono_reflection_get_token): New function
11621         to obtain the token of a metadata object.
11622
11623         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
11624
11625 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
11626
11627         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
11628         
11629         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
11630
11631 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
11632
11633         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
11634         * object-internals.h: Added 3 MonoArray* members to MonoReflection
11635         AssemblyBuilder to access the permissions set in the class lib.
11636         * reflection.c: Added security attributes encoding step in 
11637         mono_image_build_metadata.
11638         * tabledefs.h: Added new security actions defined in 2.0:
11639         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
11640
11641 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
11642
11643         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
11644         macro parameter.
11645
11646 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
11647  
11648         * locales.c: nullify the ICU_collator member of CompareInfo when it is
11649           finalized. There where random SIGSEVs at program termination, when
11650           an object being finalized was trying to do a string comparison and
11651           the current culture was already finalized.
11652  
11653 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11654
11655         * threads.c: call thread_cleanup before finishing the thread if we get
11656         there.
11657
11658 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
11659
11660         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
11661         assemblies from the parent. Fixes #65665.
11662
11663 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
11664
11665         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
11666         modifiers.
11667
11668 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
11669
11670         * reflection.h: add prototype for mono_get_dbnull_object
11671         * reflection.c: add prototypes for get_default_param_value_blobs 
11672         and mono_get_object_from_blob for fussier compilers
11673
11674 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
11675  
11676         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
11677         false deadlock checks in class initialization.
11678  
11679 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
11680
11681         * image.c (mono_image_addref): Fix comment.
11682
11683         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
11684         possible.
11685
11686 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
11687
11688         * reflection.c (mono_param_get_objects): Modified to return
11689         ParameterInfo.DefaultValue object.
11690
11691         (get_default_param_value_blobs):
11692         (mono_get_object_from_blob):
11693         (mono_get_dbnull_object): New helper routines. 
11694
11695         * object.c (mono_get_constant_value_from_blob): New helper routine
11696         carved out from get_default_field_value ()
11697
11698         * object-internals.h (mono_get_constant_value_from_blob): Added
11699         function declaration.
11700
11701 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
11702
11703         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
11704         referenced assemblies. Fixes #62135.
11705
11706         * exception.h exception.c (mono_get_exception_file_not_found2): New
11707         helper function.
11708
11709 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
11710
11711         * class.h class.c: Add mono_type_get_underlying_type ().
11712
11713 2004-09-09  Geoff Norton <gnorton@customerndna.com>
11714
11715         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
11716         Fix GetTypes() to support dynamically created assemblies.
11717
11718 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
11719
11720         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
11721         
11722         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
11723         previous patch.
11724
11725         * reflection.h reflection.c loader.c: Allow dynamic construction of
11726         pinvoke methods. Fixes #65571.
11727         
11728         * reflection.c (mono_reflection_get_type): Revert previous change since
11729         it causes regressions.
11730
11731 2004-09-08  Martin Baulig  <martin@ximian.com>
11732
11733         * class.c (class_compute_field_layout): Don't call
11734         mono_class_layout_fields() for open generic instances.
11735
11736 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
11737         * threads.c appdomain.c: fix typo in GC macro
11738
11739 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11740
11741         * threads.c: don't call mono_thread_detach() in start_wrapper(),
11742         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
11743
11744 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
11745
11746         * image.c (mono_image_close): Applied patch from 
11747         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
11748         assembly is loaded multiple times from data.
11749         
11750         * image.c (mono_image_open): Fix warning.
11751
11752 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11753
11754         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
11755         once. Fixes #58334.
11756         
11757         * reflection.c (mono_reflection_create_runtime_class): Initialize
11758         klass->nested_classes. Fixes #61224.
11759
11760 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
11761
11762         * threads.c: sched_yield() on exit, to allow threads to quit.
11763
11764 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11765
11766         * object.c (mono_unhandled_exception): Remove leftover debug code.
11767
11768 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
11769
11770         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
11771
11772 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11773
11774         * marshal.c (emit_marshal_array): Really null terminate string arrays.
11775         
11776         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
11777
11778 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11779
11780         * marshal.c (emit_marshal_array): Null terminate string arrays.
11781         
11782         * marshal.c (raise_auto_layout_exception): Fix warning.
11783
11784         * reflection.c (mono_param_get_objects): Initialize the default value
11785         with DBNull.Value, not null. Fixes #62123.
11786
11787 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
11788
11789         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
11790         throw an exception with a cute explanation.
11791
11792 2004-09-06  Dick Porter  <dick@ximian.com>
11793
11794         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
11795         Close the new process's thread handle, as we don't use it.  The
11796         handle stays around forever otherwise.
11797
11798 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11799
11800         * object.c (arith_overflow): Fix warning.
11801
11802         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
11803         calling conventions in method refs. Fixes #65352.
11804
11805         * reflection.c: Fix warnings.
11806
11807 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11808
11809         * icall.c: Add a new icall for Array.Clear
11810
11811 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11812
11813         * object.c: When allocating an array, we have to throw
11814         an overflow exception if any of the lengths are < 0.
11815
11816 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11817
11818         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
11819         properly. Also move implementation of string array marshalling to 
11820         managed code. Fixes #42316.
11821
11822 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11823
11824         * assembly.c: provide more information when loading an assembly fails.
11825
11826 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11827
11828         * filewatcher.c: don't expect the development fam package to be
11829         installed.
11830
11831 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
11832
11833         * marshal.c: Make a copy of the signature cookie since it will be
11834         freed by the caller.
11835         
11836         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
11837
11838         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
11839
11840         * metadata.c (mono_metadata_free_marshal_spec): New function to free
11841         marshal specs.
11842
11843         * marshal.c: More refactoring.
11844         
11845         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
11846         smaller functions.
11847
11848 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
11849
11850         * object.c: In mono_message_invoke, fill the output parameter array after
11851           calling the managed method (it was done before the call). This fixes
11852           bug #59299.
11853
11854 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11855
11856         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
11857         as well.
11858
11859 2004-09-02  Martin Baulig  <martin@ximian.com>
11860
11861         * class.c (mono_class_instance_size): Don't allow generic type
11862         definitions or open generic instances.
11863         (mono_class_array_element_size): If we're a value type, call
11864         mono_class_instance_size() on the original class.
11865
11866         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
11867         handle generic instances.
11868
11869         * mono-debug-debugger.c (write_type): Handle generic instances
11870         like classes.
11871
11872 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11873
11874         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
11875         the allocation request fails. Fixes #65089.
11876
11877         * object.c (mono_runtime_free_method): Do not call mono_free_method.
11878         
11879         * object.c (mono_runtime_free_method): New function to free a dynamic
11880         method.
11881
11882         * marshal.c (mono_delegate_free_ftnptr): New function to free the
11883         delegate trampoline.
11884
11885         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
11886         with hasthis as dynamic,
11887
11888         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
11889
11890         * domain.c (mono_jit_info_table_remove): New function to remove an
11891         entry from the jit info table.
11892
11893         * class-internals.h (MonoMethod): Add 'dynamic' field.
11894
11895         * loader.c: Fix warnings.
11896
11897 2004-09-01  Martin Baulig  <martin@ximian.com>
11898
11899         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
11900         instead of mono_debugger_lock() because the latter one is a no-op
11901         unless running in the debugger.
11902
11903 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11904
11905         * class.c (class_compute_field_layout): Classes with auto-layout or
11906         reference fields are not blittable.
11907         
11908 2004-09-01  Dick Porter  <dick@ximian.com>
11909
11910         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
11911         mono_image_get_filename() to get the assembly location.
11912
11913         * icall.c:
11914         * metadata.h: Fix compile warnings
11915
11916 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11917
11918         * class.c (class_compute_field_layout): System.Object is blittable.
11919
11920         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
11921         as in/out. Fixes #59909.
11922
11923 2004-09-01  Martin Baulig  <martin@ximian.com>
11924
11925         * metadata.h (MONO_TYPE_ISREFERENCE): Call
11926         mono_metadata_generic_inst_is_valuetype() if we're a generic
11927         instance to check whether our underlying type is a reference type.
11928
11929 2004-09-01  Martin Baulig  <martin@ximian.com>
11930
11931         * metadata.c (mono_type_size): If we're a generic instance, call
11932         mono_class_value_size() for value types.
11933
11934 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
11935
11936         * marshal.c: Implement more custom marshalling functionality. Fixes
11937         #64915.
11938
11939 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
11940
11941         * mono-debug.c, debug-mono-symfile.c: add some locking love.
11942
11943 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
11944
11945         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
11946
11947         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
11948
11949         * icall.c: Fix some warnings.
11950
11951         * threads.c (abort_appdomain_thread): Fix unref errors.
11952         (mono_thread_current): Fix THREAD_DEBUG define.
11953
11954 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
11955
11956         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
11957
11958         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
11959
11960 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
11961
11962         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
11963         string arrays.
11964
11965 2004-08-28  Martin Baulig  <martin@ximian.com>
11966
11967         * metadata.c
11968         (mono_metadata_generic_inst_is_valuetype): New public function.
11969
11970         * metadata.h (MONO_TYPE_ISSTRUCT): Call
11971         mono_metadata_generic_inst_is_valuetype() if we're a generic
11972         instance to check whether our underlying type is a valuetype.
11973
11974 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
11975
11976         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
11977         #63768.
11978
11979 2004-08-25  Martin Baulig  <martin@ximian.com>
11980
11981         * loader.c (mono_get_method_from_token): Abstract methods can also
11982         be generic and thus have type parameters.
11983
11984         * metadata-internals.h
11985         (MonoDynamicImage): Added `GPtrArray *gen_params'.
11986
11987         * reflection.c (mono_image_get_generic_param_info): Don't create a
11988         metadata row, just add an entry to the `gen_params' array.
11989         (build_compressed_metadata): Sort the `gen_params' array and then
11990         actually create the metadata.
11991
11992 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11993
11994         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
11995
11996 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
11997
11998         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
11999
12000 2004-08-24  Martin Baulig  <martin@ximian.com>
12001
12002         * class.cs (mono_class_is_subclass_of): Like an interface, a
12003         generic instance also derives from System.Object.
12004
12005 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
12006
12007         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
12008         custom modifiers to be in any order. Fixes #61990.
12009
12010 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
12011
12012         * object.c: Register mono_object_new_fast icall.
12013         
12014         * object.c (mono_class_get_allocation_ftn): Return to calling
12015         mono_object_new_fast, since it seems faster to compute the object 
12016         size in unmanaged code than passing it as a parameter.
12017
12018         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
12019
12020         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
12021         this function with Boehm as the oom handler, so we don't have to check
12022         the result of GC_malloc.
12023
12024         * object.c: Remove checks for oom.
12025
12026         * object.h object.c (mono_class_get_allocation_ftn): New function to
12027         return the icall which can be used to allocate an instance of a given
12028         class. 
12029
12030         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
12031
12032         * class-internals.h: Add 'enabled' field.
12033
12034 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
12035
12036         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
12037
12038 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
12039         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
12040         value 0x0010.
12041
12042 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
12043
12044         * appdomain.c: use the Tls function for appdomain too,
12045         at Zoltan's request. Actually return in mono_context_get
12046
12047         * appdomain.c, profiler.c, threads.c: use __thread
12048
12049 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
12050
12051         * appdomain.c threads.c: Call GC_CreateThread on windows.
12052
12053         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
12054         multiple libraries since this don't work on windows.
12055
12056 2004-08-18  Martin Baulig  <martin@ximian.com>
12057
12058         * class-internals.h
12059         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
12060         MonoMethodHeader.
12061
12062         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
12063         MonoMethodNormal since we also need it for abstract and interface
12064         methods.
12065
12066         * reflection.c
12067         (build_compressed_metadata): Sort the GenericParam table.
12068         (mono_image_create_token): Added `gboolean create_methodspec'
12069         argument; this is false when generating a MethodImpl token.
12070         (reflection_methodbuilder_to_mono_method): Abstract and interface
12071         methods may also have generic parameters.
12072
12073 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
12074
12075         * appdomain.c: thread local alloc
12076
12077 2004-08-17  Martin Baulig  <martin@ximian.com>
12078
12079         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
12080
12081         * icall.c
12082         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
12083         argument.
12084
12085         * class.c (mono_type_get_full_name): New public function.
12086         (mono_type_get_name): Don't include the type arguments.
12087
12088 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
12089
12090         * Makefile.am: Build static versions of libmetadata and libmonoruntime
12091         for inclusion into the mono executable.
12092
12093 2004-08-16  Martin Baulig  <martin@ximian.com>
12094
12095         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
12096         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
12097
12098 2004-08-14  Martin Baulig  <martin@ximian.com>
12099
12100         * class.c (dup_type): Also copy the `byref' field.
12101
12102 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
12103
12104         * reflection.c (create_dynamic_mono_image): Revert the last change 
12105         since it breaks bootstrap.
12106
12107 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
12108
12109         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
12110
12111         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
12112         not free them with g_free.
12113
12114 2004-08-11  Martin Baulig  <martin@ximian.com>
12115
12116         * reflection.c (mono_reflection_setup_internal_class): Also call
12117         mono_class_setup_mono_type() if we already have a `tb->type.type'.
12118
12119 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
12120
12121         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
12122         called during default (first) AppDomain creation. Keep track of
12123         Evidence when loading assemblies.
12124
12125 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
12126
12127         * opcodes.c, opcodes.h: reduce runtime relocations.
12128
12129 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
12130
12131         * culture-info.h, locales.c: fixes and chages to sue the new
12132         optimized format of the locale data.
12133         * culture-info-tables.h: regenerated.
12134
12135 2004-08-06  Geoff Norton <gnorton@customerdna.com>
12136         
12137         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
12138
12139 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
12140
12141         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
12142         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
12143         * domain-internals.h: icall declaration.
12144         * icall.c: icall registration.
12145         * object-internals.h: New fields in MonoAssembly for CAS.
12146
12147 2004-08-05  Duncan Mak  <duncan@ximian.com>
12148
12149         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
12150         CEE_LDELEM_ANY.
12151
12152 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
12153
12154         * reflection.c: fix to deal with object[] arrays in custom ctors
12155         (bug #62550).
12156
12157 2004-08-05  Martin Baulig  <martin@ximian.com>
12158
12159         * class.c (mono_class_array_element_size): Added support for
12160         generic instances and correctly handle "recursive" types.
12161
12162 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
12163
12164         * assembly.c: Fix warnings.
12165
12166 2004-08-04  Martin Baulig  <martin@ximian.com>
12167
12168         * class.c
12169         (mono_type_get_name_recurse): Added `gboolean include_arity'
12170         argument specifying whether or not we should include the generic
12171         arity in the type name.
12172         (_mono_type_get_name): New static function.
12173         (mono_class_setup_vtable): If we're a generic instance, don't
12174         include the generic arity in the names of explicit method
12175         implementations.        
12176
12177 2004-08-03  Martin Baulig  <martin@ximian.com>
12178
12179         * class.c (mono_type_get_name_recurse): Enclose the generic type
12180         arguments in `<', '>'.
12181
12182 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
12183
12184         * gc.c: make GC warning messages use the trace API, they are just
12185         noise to most of the users.
12186
12187 2004-08-03  Martin Baulig  <martin@ximian.com>
12188
12189         * debug-mono-symfile.c (read_string): Correctly read the string.
12190
12191 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
12192
12193         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
12194         
12195         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
12196         icalls.
12197         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
12198
12199 2004-07-30  Martin Baulig  <martin@ximian.com>
12200
12201         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
12202         Reflect latest symbol writer changes.   
12203
12204 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
12205
12206         * object.c: always create an object if null is passed
12207         to Invoke() where a valuetype is expected.
12208
12209 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
12210
12211         * marshal.c (mono_marshal_init): make managed
12212         signatures match native ones better for 64bits.
12213
12214 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12215
12216         * appdomain.c: hack to build correctly the private bin path on windows.
12217         Fixes bug #61991.
12218
12219 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
12220
12221         * assembly.c: Load mscorlib from the correct framework directory
12222           (mono/<version>/mscorlib.dll).
12223         * appdomain.h: Added prototypes for new functions.
12224         * internals.h: Added some prototypes.
12225         * domain.c: When initializing the runtime, get from the executable and
12226           the configuration files the runtime version that the app supports.
12227           Added support methods for reading app.exe.config. Added list of versions
12228           supported by the JIT. Added two new methods: mono_init_from_assembly,
12229           which initializes the runtime and determines the required version from
12230           the provided exe file, and mono_init_version, which initializes
12231           the runtime using the provided version.
12232         * icall.c: Get machine.config from version-specific directory.
12233         * reflection.c: When generating an image, embed the version number
12234           of the current runtime.
12235
12236 2004-07-28  Dick Porter  <dick@ximian.com>
12237
12238         * socket-io.c
12239         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
12240         returned sockaddr size before creating the remote address object.
12241         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
12242         61608.
12243
12244 2004-07-28  Dick Porter  <dick@ximian.com>
12245
12246         * locales.c (string_invariant_compare_char): Fix invariant char
12247         compares between upper and lower cases.  Fixes bug 61458.
12248
12249 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
12250         
12251         * marshal.c: actually cache stelem.ref wrappers.
12252         
12253 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
12254
12255         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
12256         sections and remove the mono_cli_rva_map () function.
12257
12258 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
12259
12260         * debug-mono-symfile.c: fix one more endianess issue, from a patch
12261         by Geoff Norton (<gnorton@customerdna.com>).
12262
12263 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
12264
12265         * class.c: fix class loads for pointer types (typeof(int) !=
12266         typeof(int*)).
12267
12268 2004-07-27  Martin Baulig  <martin@ximian.com>
12269
12270         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
12271         reading the debugging information from an external ".mdb" file.
12272
12273 2004-07-24  Martin Baulig  <martin@ximian.com>
12274
12275         * reflection.c (mono_image_get_type_info): Only write a class
12276         layout entry if we actually have a size or a packing size.
12277
12278 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
12279
12280         * reflection.c (type_get_fully_qualified_name): 
12281         insert cast to get type checking of ?: with non-gcc compilers
12282
12283 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
12284
12285         * rand.c: use g_getenv for both lookups of
12286         MONO_EGD_SOCKET
12287
12288 2004-07-17  Martin Baulig  <martin@ximian.com>
12289
12290         * reflection.c (mono_reflection_bind_generic_method_parameters):
12291         Set `gmethod->reflection_info'.
12292
12293 2004-07-17  Martin Baulig  <martin@ximian.com>
12294
12295         * class.c (mono_class_create_from_typedef): Insert the newly
12296         created class into the hash table before computing the interfaces
12297         since we could be called recursively.
12298
12299 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
12300
12301         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
12302         function to implement stelem.ref in managed code
12303         * class-internals.h, debug-helpers.c: a new wrapper type
12304         for the above.
12305
12306 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
12307
12308         * gc.c: allow GC handles to work even when no GC is compiled in.
12309         Fix part of bug #61134 (GetAddrOfPinnedObject).
12310
12311 2004-07-13  Peter Williams  <peter@newton.cx>
12312  
12313         * process.c (complete_path): Make sure we don't attempt to execute
12314         directories.
12315  
12316 2004-07-12  Geoff Norton <gnorton@customerdna.com>
12317
12318         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
12319           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
12320           and will add/subtract the hour if needed
12321
12322 2004-07-12  Martin Baulig  <martin@ximian.com>
12323
12324         * reflection.c (mono_field_get_object): If we have
12325         `field->generic_info', take the attributes from
12326         `field->generic_info->generic_type'.    
12327
12328 2004-07-12  Martin Baulig  <martin@ximian.com>
12329
12330         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
12331         This function must be called before initializing the runtime.
12332         (mono_debug_init_1): New function; call this after initializing
12333         the runtime, but before loading the assembly.  It tells the
12334         debugger to load corlib and the builtin types.
12335
12336         * mono-debug-debugger.c: Did some larger changes in the debugging
12337         code; support recursive class declarations, make sure we actually
12338         add all classes.
12339
12340 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12341
12342         * debug-helpers.c: undo my previous patch and fixed the real issue in
12343         ../mini/exceptions-x86.c
12344
12345 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12346
12347         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
12348         when no HOME env. variable was set and a NullRef was thrown in a .cctor
12349         called from other .cctors.
12350
12351 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
12352
12353         * loader.c: Removed the mono_loader_wine_init hack now that we are
12354         doing a managed version of Windows.Forms.
12355
12356 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
12357
12358         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
12359         threadpool.c, threads.c: remove static data from rootset.
12360
12361 2004-07-09  Dick Porter  <dick@ximian.com>
12362
12363         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
12364         Don't do any more processing if the matched length was 0.  It was
12365         increasing the size of the string before.  Fixes bug 61167.
12366
12367 2004-07-09  Dick Porter  <dick@ximian.com>
12368
12369         * socket-io.h:
12370         * socket-io.c
12371         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
12372         Add support for SO_PEERCRED if its available.
12373
12374 2004-07-09  Peter Bartok <pbartok@novell.com>
12375         * loader.c: winelib.exe.so error message is now only displayed if
12376         MONO_DEBUG is set. To help us avoid questions when people are trying
12377         out the new Managed.Windows.Forms.
12378
12379 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
12380
12381         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
12382         for isinst and castclass wrappers.
12383
12384         * class-internals.h icall.c: Move registration and lookup of JIT icalls
12385         to libmetadata from the JIT, so they could be used by the marshalling
12386         code and the interpreter.
12387
12388         * marshal.c: Register marshalling related JIT icalls here instead of
12389         in mini.c. Use CEE_MONO_ICALL instead of the family of 
12390         CEE_MONO_PROC<x> opcodes to call marshalling functions.
12391
12392         * metadata.h: Remove unneeded marshalling conversions.
12393
12394         * opcodes.c: Update for new opcodes.
12395         
12396 2004-07-08  Martin Baulig  <martin@ximian.com>
12397
12398         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
12399         (mono_debug_get_domain_data): Make this function static.
12400
12401 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
12402
12403         * gc.c, object.h: add nice GC handle API for embedders.
12404
12405 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
12406
12407         * reflection.c: more changes for the new api
12408
12409         * object.c: When we reflect on a field w/ a constant value, it
12410         will not have a memory location, so we must access metadata. Also,
12411         allow easier reading of strings so that we can read them from
12412         the constant data.
12413
12414         * class.c (mono_class_layout_fields): no need for literal fields here.
12415
12416         * class-internals.h: api changes for const fields
12417
12418         * icall.c (ves_icall_get_enum_info): use new apis for const fields
12419
12420 2004-07-06  Martin Baulig  <martin@ximian.com>
12421
12422         * mono-debug.h: Increment version number to 44.
12423
12424         * mono-debug.c (mono_debug_add_wrapper): The second argument is
12425         now a gpointer, rewrote this whole method.
12426
12427         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
12428         function.  Add information about the wrapper in a new "misc table".
12429
12430         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
12431         for the new misc table.
12432
12433 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
12434
12435         * metadata-internals.h image.c: Add a cache for helper signatures.
12436
12437         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
12438
12439 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
12440
12441         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
12442         delegates from a delegate. Fixes #61033.
12443         
12444         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
12445         marshalling of stringbuilder arrays. Fixes #59900.
12446
12447 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
12448
12449         * icall.c: Add EnumBuilder:setup_enum_type icall.
12450
12451 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
12452
12453         * icall.c: Added a new icall for the property version of
12454         OffsetOfStringData.
12455
12456 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
12457
12458         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
12459         it has a constant size across platforms.
12460
12461         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
12462         stack trace.
12463
12464 2004-06-29  Martin Baulig  <martin@ximian.com>
12465
12466         * mono-debug.c (mono_debug_add_method): Protect the whole function
12467         in mono_debugger_lock(), not just parts of it.
12468
12469 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
12470
12471         * reflection.c: make sure padding bytes in heaps are zeroed.
12472
12473 2004-06-24  David Waite  <mass@akuma.org>
12474
12475         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
12476         image.c, loader.c, locales.c, marshal.c, metadata.c,
12477         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
12478         string-icalls.c, threads.c: change to C90-style comments from C99 /
12479         C++ -style
12480
12481 2004-06-24  Dick Porter  <dick@ximian.com>
12482
12483         * threads.c
12484         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
12485         return createdNew.  Fixes bug 60412.
12486
12487         * threads-types.h: 
12488         * icall.c: Add createdNew parameter to CreateMutex icall
12489
12490 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
12491
12492         * reflection.c, object-internals.h: save default value in params.
12493
12494 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12495
12496         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
12497         no need to build a new path combining that with the application base.
12498         Fixes bug #60442.
12499
12500 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
12501
12502         * reflection.c: fixed minor standard compliance issues.
12503
12504 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
12505
12506         * reflection.c: fixed issue with encoding some custom attributes
12507         (arrays in properties and fields, bug #60411).
12508
12509 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12510
12511         * reflection.c: fix start address when copying the public key token.
12512
12513 2004-06-23  Martin Baulig  <martin@ximian.com>
12514
12515         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
12516         the `exc' object in a static object to put it into the GC's root set.
12517
12518 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
12519
12520         * reflection.c: make mono_reflection_setup_internal_class ()
12521         callable a second time to setup a new parent class.
12522
12523 2004-06-23  Dick Porter  <dick@ximian.com>
12524
12525         * threads.c: Check for WAIT_IO_COMPLETION return values.
12526
12527 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
12528
12529         * appdomain.c: Removed the g_free on the public key token. Now copy 
12530         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
12531         * assembly.c: Added public key token string value when loading 
12532         assemblies. Fix bug #60439.
12533         * icall.c: Added missing informations (like public key) in 
12534         GetReferencedAssemblies. Fix #60519.
12535         * image.h: Changed definition for public key token from const char*
12536         public_tok_value to guchar public_key_token [17];
12537         * reflection.c: Updated for changes to public key token.
12538
12539 2004-06-22  Lluis Sanchez Gual
12540
12541         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
12542         for the field in base classes.
12543
12544 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
12545
12546         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
12547         mark headers as not supported, they are installed only for use by the
12548         debugger.
12549
12550 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
12551
12552         * *.c, *.h: avoid namespace pollution in public headers.
12553
12554 2004-06-21  Martin Baulig  <martin@ximian.com>
12555
12556         * exception.c (mono_get_exception_security): It's in
12557         "System.Security", not in "System".
12558
12559         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
12560         the exception classes.
12561
12562 2004-06-21  Martin Baulig  <martin@ximian.com>
12563
12564         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
12565         Protect the exception object from being finalized.
12566
12567 2004-06-21  Martin Baulig  <martin@ximian.com>
12568
12569         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
12570         public function.
12571
12572 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
12573
12574         * reflection.c: Load the assembly in mono_reflection_type_from_name,
12575         if it was not loaded before. Fix parts of #60439.
12576
12577 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
12578
12579         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
12580         code that was broken since Ben's change: wrappers are now
12581         dependent on the method signature only again.
12582
12583 2004-06-21  Martin Baulig  <martin@ximian.com>
12584
12585         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
12586         added interface support.
12587
12588 2004-06-21  Martin Baulig  <martin@ximian.com>
12589
12590         * class.c (mono_vtable_get_static_field_data): New public method.
12591
12592 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
12593
12594         * filewatcher.c : Windows build fix to be compliant with API changes.
12595
12596 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
12597
12598         * class.h, class.c: more accessors.
12599         * metadata.h, metadata.c: prepare for hiding MonoType and
12600         MonoMethodSignature: people should use the accessors from now on
12601         outside of the tree.
12602
12603 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
12604
12605         * *.c, *.h: more API cleanups.
12606
12607 2004-06-18  Jackson Harper  <jackson@ximian.com>
12608
12609         * assembly.c: Trace loading assemblies.
12610         * loader.c: Trace loading native libraries.
12611         * mono-config.c: Trace loading config files.
12612         
12613 2004-06-18  Dick Porter  <dick@ximian.com>
12614
12615         * locales.c: Tell ICU the lengths of strings, it can cope with
12616         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
12617
12618 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
12619
12620         * image.c: swapped name/filename;
12621
12622 2004-06-18  Martin Baulig  <martin@ximian.com>
12623
12624         * mono-debug-debugger.c (write_class): Write the parent class at
12625         the end of the header.
12626
12627 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
12628
12629         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
12630
12631 2004-06-17  Raja R Harinath  <rharinath@novell.com>
12632
12633         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
12634         (bundle_obj): New conditional define.
12635         (BUILT_SOURCES): Remove.
12636         ($(bundle_srcs)): Make parallel-make safe.
12637         (libmonoruntime_la_LIBADD): Make unconditional.
12638         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
12639         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
12640
12641 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
12642
12643         * culture-info-tables.h: It was inconsistent with the latest
12644           supp info files.
12645
12646 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
12647
12648         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
12649         be loaded.
12650
12651         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
12652         with gcc 2.95.
12653
12654 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
12655
12656         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
12657         cleaned up public header threads.h.
12658
12659 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
12660
12661         * Makefile.am, *.c, *.h: more API cleanups.
12662
12663 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
12664
12665         * Makefile.am: removed monosn from compilation.
12666         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
12667         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
12668         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
12669         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
12670         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
12671         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
12672
12673 2004-06-15  Jackson Harper  <jackson@ximian.com>
12674
12675         * assembly.c: Make locales lower case when searching the GAC for
12676         assemblies. gacutil will always make locales lowercase when
12677         installing so this effectively makes them case insensitive.
12678         
12679 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
12680
12681         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
12682         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
12683           parameter which allows to choose whether the wait can be interrupted or 
12684           not. Also added the method mono_monitor_enter(), which locks the monitor
12685           using an infinite wait and without allowing interruption.
12686           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
12687           interrupted.
12688         * object.h: Added new fields in MonoThread. suspend_event holds the event
12689           used to susped/resume the thread. synch_lock is the lock object to use for
12690           modifying the thread state.
12691         * threads.c: Use the new synch_lock object for locking, instead of "this",
12692           which can generate deadlocks.
12693           Moved thread state change in Thread.Sleep and Thread.Join from managed
12694           to unmanaged code. This avoids a deadlock when the thread was suspended
12695           just after acquiring the thread lock.
12696           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
12697           Implemented Thread.Suspend using an event instead of ThreadSuspend,
12698           which is not fully implemented in the io-layer.
12699         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
12700
12701 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
12702
12703         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
12704         threads-types.h: more API cleanups.
12705
12706 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
12707
12708         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
12709         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
12710         threadpool.c, threads.c: first pass at the exported API cleanup.
12711
12712 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
12713
12714         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
12715
12716 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12717
12718         * icall.c: added internalGetHome.
12719
12720 2004-06-14  Dick Porter  <dick@ximian.com>
12721
12722         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
12723         possible to return successfully when '.' or '..' were the only
12724         entries in a directory, but were skipped.  The MonoIOStat was not
12725         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
12726         Fixes bug 59574.
12727
12728 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
12729
12730         * reflection.c: make binaries run on .Net 1.1 by default.
12731
12732 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
12733
12734         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
12735
12736 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
12737
12738         * marshal.c: keep track of struct size with explicit layout
12739         (bug #59979).
12740
12741 2004-06-12  Martin Baulig  <martin@ximian.com>
12742
12743         * mono-debug-debugger.c: Comment out a debugging g_message().
12744
12745 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
12746
12747         * reflection.c, reflection.h: do not free custom attrs that are cached.
12748         * icall.c: use braces to make code clearer.
12749
12750 2004-06-11  Martin Baulig  <martin@ximian.com>
12751
12752         * class.h (MonoInflatedField): New type.
12753         (MonoClassField): Replaced `MonoType *generic_type' with
12754         `MonoInflatedField *generic_info'.
12755
12756         * icall.c
12757         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
12758
12759 2004-06-11  Martin Baulig  <martin@ximian.com>
12760
12761         * reflection.c (mono_image_create_method_token): Correctly encode
12762         varargs methods.
12763
12764 2004-06-11  Martin Baulig  <martin@ximian.com>
12765
12766         * metadata.c (mono_metadata_parse_method_signature): When parsing
12767         a MethodDef which has VarArgs, also set sentinelpos if we don't
12768         have any parameters.
12769
12770 2004-06-11  Martin Baulig  <martin@ximian.com>
12771
12772         * verify.c (mono_method_verify): In CEE_CALL, use
12773         mono_method_get_signature() to get the method's signature, unless
12774         we're a PInvoke method.
12775
12776 2004-06-10  Jackson Harper  <jackson@ximian.com>
12777
12778         * assembly.c: Use <path>/lib/mono/gac for the extra paths
12779         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
12780         logical name as the supplied path is just a prefix to the gac not
12781         the direct path to it.
12782         
12783 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
12784
12785         * reflection.c: make the token for a created method match
12786         the token of the MethodBuilder it was created from
12787         (IKVM requires this behaviour now).
12788
12789 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
12790
12791         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
12792         reflection.c, socket-io.c: leak fixes.
12793
12794 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
12795
12796         * icall.c: handle sentinel pos in vararg methods in position different
12797         from 0.
12798
12799 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12800
12801         * culture-info-tables.h: freshly generated.
12802
12803 2004-06-09  Martin Baulig  <martin@ximian.com>
12804
12805         * loader.c (mono_get_method_constrained): Call `mono_class_init
12806         (constrained_class)'.   
12807
12808 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
12809
12810         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
12811         any methods. Fixes #59629.
12812
12813 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12814
12815         * culture-info-tables.h: reflecting locale-builder updates.
12816
12817 2004-06-08  Dick Porter  <dick@ximian.com>
12818
12819         * object.h:
12820         * locales.c: Fixed compile warnings, including a real bug in
12821         CompareInfo_internal_compare.
12822         
12823 2004-06-08  Dick Porter  <dick@ximian.com>
12824
12825         * locales.c
12826         (ves_icall_System_Globalization_CompareInfo_internal_index):
12827         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12828         Double-check the resuls of usearches, because ICU currently
12829         ignores most of the collator settings here.  Fixes bug 59720.
12830         
12831 2004-06-08  Dick Porter  <dick@ximian.com>
12832
12833         * locales.c
12834         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12835         Fix memory leak and segfault-causing typo.  No idea how this one
12836         lasted so long without being noticed.
12837
12838 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
12839
12840         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
12841         any methods. Fixes #59629.
12842
12843 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12844
12845         * assembly.c:
12846         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
12847         own the critical section before). Removed dead code (that's done
12848         in the preload hook).
12849
12850         (mono_assembly_load_with_partial_name): call the preload hook.
12851
12852 2004-06-08  Martin Baulig  <martin@ximian.com>
12853
12854         * metadata.c (mono_metadata_signature_alloc): Default
12855         `sentinelpos' to -1.
12856
12857         * reflection.c (mono_image_get_array_token): Likewise.
12858
12859 2004-06-08  Martin Baulig  <martin@ximian.com>
12860
12861         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
12862
12863         * metadata.c (mono_metadata_parse_method_signature): When parsing
12864         a MethodDef which has VarArgs, set sentinelpos.
12865
12866         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
12867         `gint16' since we're using -1 for non-varargs methods.
12868
12869         * reflection.c
12870         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
12871         (method_encode_signature): Added varargs support.
12872         (method_builder_encode_signature): Likewise.
12873         (mono_image_get_varargs_method_token): New static method.
12874         (mono_image_create_method_token): New public method; this is
12875         called via an icall instead of mono_image_create_token() when
12876         calling a varargs method.       
12877
12878 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
12879
12880         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
12881
12882 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12883
12884         * culture-info-tables.h : Reflecting the latest locale-builder that
12885           fixed empty array representation ({} to {0}).
12886
12887 2004-06-07  Jackson Harper  <jackson@ximian.com>
12888
12889         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
12890         looking up extra gac paths. This allows MONO_GAC_PATH to act
12891         exactly like a prefix.
12892         
12893 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12894
12895         * reflection.c (mono_reflection_type_from_name): Make a copy of the
12896         type name before modifying it. Fixes #59405.
12897
12898 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12899
12900         * culture-info.h: added fields for "all datetime patterns".
12901         * locales.c: (  ves_icall_System_Globalization_CultureInfo
12902           _construct_datetime_format ()): fill xxx_patterns fields.
12903         * object.h: added fields for "all datetime patterns" to
12904           MonoDateTimeFormatInfo.
12905         * culture-info-tables.h: reflecting locale-builder updates.
12906
12907 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12908
12909         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
12910         the event has no add and remove methods. Fixes #59629.
12911
12912 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
12913
12914         * object.c: Fixed possible integer overflow when allocating large
12915         strings.
12916
12917 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12918
12919         * culture-info-tables.h: reflecting locale-builder updates.
12920
12921 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12922
12923         * culture-info-tables.h: reflecting locale-builder updates.
12924
12925 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
12926
12927         * culture-info-tables.h: reflecting locale-builder updates.
12928
12929 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
12930
12931         * threads.c: Made Thread.Sleep abortable.
12932
12933 2004-06-02  Martin Baulig  <martin@ximian.com>
12934
12935         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
12936
12937         * debug-mono-symfile.h: Bumped symbol file version number to 37.
12938
12939 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
12940
12941         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
12942
12943 2004-05-30  Jackson Harper  <jackson@ximian.com>
12944
12945         * reflection.c: Do not hardcode assembly versions or public key
12946         tokens anymore. All of this except the corlib section was dead
12947         code anyways.
12948         
12949 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
12950
12951         * object.c (mono_runtime_invoke_array): Automatically create boxed
12952         objects for byref valuetypes if needed. Fixes #59300.
12953         
12954         * object.c (mono_method_return_message_restore): Handle 
12955         MONO_TYPE_OBJECT as well.
12956
12957 2004-05-28  Jackson Harper  <jackson@ximian.com>
12958
12959         * reflection.c: The modified type encoding was causing build
12960         problems. Reverted for now.
12961         
12962 2004-05-28  Jackson Harper  <jackson@ximian.com>
12963
12964         * reflection.c/h: Take an assembly ref so that we dont create
12965         fully qualified names when encoding types in the same assembly as
12966         the custom attribute being emitted.
12967         * appdomain.c: Increment version number.
12968         
12969 2004-05-26  Duncan Mak  <duncan@ximian.com>
12970
12971         * icall.c
12972         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
12973         Set the full version number (major, minor, build, revision).
12974
12975 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
12976
12977         * marshal.c (emit_struct_conv): increment src/dst after blit
12978         (mono_marshal_get_managed_wrapper,
12979         mono_marshal_get_native_wrapper): make sure we have marshalling
12980         info before marshalling params (info computation affects
12981         blittable)
12982
12983         * class.c (class_compute_field_layout): correctly deal with
12984         blittable
12985         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
12986         value types (as per what windows dows by default)
12987         (mono_class_setup_mono_type): System.ValueType is blittable
12988         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
12989         blittable
12990
12991         * marshal.c (mono_marshal_load_type_info): flag types  as
12992         non-blittable if the native layout doesn't match the managed
12993         layout
12994
12995 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12996
12997         * appdomain.c: don't add stuff in the private search path that is
12998         above the application base. If application base is not set, there's
12999         no private search path.
13000
13001 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
13002
13003         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
13004         byref struct arguments in native->managed marshalling.
13005
13006 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
13007
13008         * marshal.c (mono_marshal_get_runtime_invoke): correctly
13009         cache methods using signature (special case for methods
13010         that are value type or string class)
13011         
13012         * image.c (mono_image_close): clean up allocated GSList's
13013         in runtime_invoke_cache.
13014
13015 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13016
13017         * mono-config.c: set the correct path for mono_cfg_dir on windows when
13018         there's no MONO_CFG_DIR environment variable defined.
13019
13020 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13021
13022         * threads.c: windows version must be >= 0x0500 to include OpenThread.
13023
13024 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
13025
13026         * threadpool.c: Really wait for 500ms after the async call, even if the wait
13027           is interrumped.
13028         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
13029           before waiting for it, and call CloseHandle after the wait to unref it.
13030           This will make sure that handles are not disposed too early.
13031
13032 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13033
13034         * appdomain.c:
13035         * appdomain.h:
13036         * icall.c: removed
13037         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
13038         needed now.
13039
13040         * object.c: se the application_base only for the domain that runs
13041         Main. Fixes bug #59216,
13042
13043 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13044
13045         * appdomain.c:
13046         * object.c: only the domain in which Main is run have
13047         SetupInformation.ConfigurationFile set, so moved a few lines from
13048         appdomain.c to object.c.
13049
13050 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13051
13052         * appdomain.c: we tried to load [name].(dll|exe), but according
13053         to bug #57710, we must also try [culture]/[name].(dll|exe) and
13054         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
13055         There's a test case attached to bug #58922.
13056
13057 2004-05-27  Dick Porter  <dick@ximian.com>
13058
13059         * icall.c:
13060         * file-io.c: Implemented icalls for locking and unlocking regions
13061         in a file.
13062         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
13063         FALSE on error (fixes both compiler warning and real bug.)
13064
13065 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
13066
13067         * culture-info-tables.h: reflecting locale-builder updates.
13068
13069           (Added missing ChangeLog entry for 05/26)
13070
13071 2004-05-27  Jackson Harper  <jackson@ximian.com>
13072
13073         * locales.c: Fix some cut and paste errors.
13074         
13075 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13076
13077         * mono-config.c: set the correct path for config. directory on windows.
13078
13079 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
13080
13081         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
13082           on win32.
13083
13084 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
13085
13086         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
13087         from pinvoke functions.
13088         
13089         * marshal.c (mono_ftnptr_to_delegate): Implement this.
13090
13091 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
13092
13093         * culture-info-tables.h: reflecting locale-builder updates.
13094
13095 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
13096
13097         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
13098         #59086.
13099
13100 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
13101
13102         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
13103         * icall.c: Modified icalls for RNG.
13104         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
13105         Windows (CryptoAPI).
13106
13107 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
13108
13109         * locales.c: Fix build.
13110
13111 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
13112
13113         * culture-info-tables.h: reflecting locale-builder updates.
13114
13115 2004-05-25  Jackson Harper  <jackson@ximian.com>
13116
13117         * locales.c: When creating the current culture use the $LANGs
13118         specific culture. So DateTimeFormat and NumberFormat entries are created.
13119         
13120 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
13121
13122         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
13123         a char array as parameter.
13124
13125 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
13126
13127         * image.c: In mono_image_open(), always use an absolute path name to
13128           look for already loaded images.
13129
13130 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
13131
13132         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
13133         missing in the windows build (like older cygwin include files).
13134
13135 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
13136
13137         * icall.c: Fixed check for possible integer overflow in Buffer_
13138         BlockCopy icall. Replaced comments style // by /* */.
13139
13140 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
13141
13142         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
13143         
13144         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
13145         check after MONO_VTADDR. Fixes pinvoke2.exe.
13146
13147         * marshal.h marshal.c metadata.h: Add beginnings of support for
13148         ftnptr -> delegate marshalling.
13149
13150 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
13151
13152         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
13153         * threads.c: Fix warnings.
13154
13155 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
13156
13157         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
13158         * icall.c: Registered icalls for Suspend and Resume.
13159         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
13160           Thread.Abort.
13161         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
13162         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
13163         * process.c: Use WaitForSingleObjectEx.
13164         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
13165           checkpoints.
13166         * threads.c, threads.h: Make use of new Ex wait methods. Improved
13167           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
13168           for Suspend and Resume. Added new mono_thread_stop, used for stoping
13169           background threads. Added basic support for Abort in Windows.
13170           Start new threads using a managed delegate invoke wrapper. This wrapper
13171           has an interruption checkpoint that is needed since an interruption
13172           can be requested before the thread leaves the unmanaged code that starts 
13173           the thread.
13174         * marshal.c: Added interruption checkpoint after every native call, and
13175           also before managed calls for wrappers called from unmanaged code to
13176           go into managed code.
13177         * object.h: Added new field in MonoThread to keep track of interruption
13178           requests.
13179
13180 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
13181
13182         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
13183         calls.
13184
13185 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13186
13187         * appdomain.c:
13188         * assembly.c:
13189         * gc.c:
13190         * locales.c:
13191         * mono-config.c:
13192         * rand.c: getenv -> g_getenv (windows!)
13193
13194         * process.c: complete_path is also used on non-windows platforms.
13195
13196 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13197
13198         * icall.c: new signature for Process_Start.
13199
13200         * process.[ch]: new signature for Process_Start. If we're on windows
13201         and UseShellExecute is false, we have to search for the program by
13202         ourselves if we don't get a full path.
13203
13204 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
13205
13206         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
13207         marshalling and call CleanUpNativeData if needed. Fixes #58646.
13208
13209 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13210
13211         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
13212         Fixes bug #58373.
13213
13214 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13215
13216         * process.c: use double quotes to quote program name and arguments on
13217         windows. Fixes bug #58575.
13218
13219 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13220
13221         * file-io.c: don't return "." and ".." when using windows Find*File.
13222
13223 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
13224
13225         * marshal.c: Don't pass wrappers to message init because method 
13226         addressed used to lookup metadata. part of remoting[2|3] fix.
13227
13228 2004-05-15  Jackson Harper  <jackson@ximian.com>
13229
13230         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
13231         path is essentially the same as MONO_PATH except that it points to
13232         GACs instead of lib directories.
13233         * loader.h: The user gac is gone so we dont need function to
13234         enable/disable it.
13235         * mono-config.c: user gac option is now gone.
13236         
13237 2004-05-15  Jackson Harper  <jackson@ximian.com>
13238
13239         * culture-info.h: Make defines more consistent, add calendar data
13240         to the culture info table.
13241         * culture-info-tables.h: Add basic calendar data. Basically
13242         everyone gets default gregorian until all the data is
13243         updated.
13244         * locales.c: Use the new consistent defines. Set calendar data for
13245         culture info objects.
13246         * object.h: add a field for calendar data to CultureInfo
13247         
13248 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
13249
13250         * image.c: image->runtime_invoke_cache is keyed on signatures now.
13251         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
13252         a signature.
13253         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
13254         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
13255         an extra param that is the pointer of the method to invoke. The IL for
13256         the invoke method is no longer specific to the method, but to the
13257         signature of the method. Thus, we can share the same code for multiple
13258         methods. This reduces the number of methods that have to be compiled.
13259
13260 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
13261
13262         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
13263
13264         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13265
13266         * icall.c: Optimize Buffer.BlockCopy.
13267
13268 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13269
13270         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
13271         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
13272         quote). Changed them to "MMMM yyyy".
13273
13274 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
13275
13276         * rand.c
13277         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
13278
13279 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
13280
13281         * reflection.h: Updated after changes to managed structures.
13282
13283         * appdomain.c: Bump corlib version.
13284
13285 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13286
13287         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
13288         windows.
13289
13290 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13291
13292         * Makefile.am: link to ../os/libmonoos.la on windows.
13293
13294         * assembly.c:
13295                 -If MONO_DEBUG, warn about non-existing directories in
13296                 MONO_PATH.
13297                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
13298                 compile time variable.
13299                 -Removed init_default_path and call mono_set_rootdir from
13300                 libmonoos.a instead (windows only).
13301
13302         * assembly.h: declare mono_assembly_getrootdir().
13303
13304         * domain.c:
13305         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
13306
13307         * loader.c: s/getenv/g_getenv/
13308
13309 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
13310
13311         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
13312
13313         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
13314
13315         * metadata.h: Add new marshalling conversions.
13316
13317         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
13318         function.
13319
13320         * reflection.c (mono_reflection_get_type): Lookup the type in all
13321         modules of a multi-module assembly. Fixes #58291.
13322
13323 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
13324
13325         * threads.c: Before aborting a background, set the StopRequested
13326         state.  This avoids throwing the Abort exception.
13327         In mono_thread_manage, don't continue with the shutdown until all
13328         aborted threads have actually stopped.
13329
13330 2004-05-10  Jackson Harper  <jackson@ximian.com>
13331
13332         * locales.c: Remove the modifier from culture names.
13333         
13334 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13335
13336         * Makefile.am: monosn is not installed any more. It has been deprecated
13337         in favor of sn.
13338
13339 2004-05-07  Jackson Harper  <jackson@ximian.com>
13340
13341         * locales.c
13342         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
13343         Fix array construction, add bailout if the length is 0.
13344
13345 2004-05-07  Dick Porter  <dick@ximian.com>
13346
13347         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
13348         machine doesn't have a DNS entry.  Patch by Urs Muff
13349         (umuff@quark.com), fixes bug 57928.
13350
13351 2004-05-06  Jackson Harper  <jackson@ximian.com>
13352
13353         * reflection.c: Handle null PublicTokens properly. alloc mem for
13354         assembly names culture so we dont crash when freeing it.
13355         
13356 2004-05-06  Jackson Harper  <jackson@ximian.com>
13357
13358         * assembly.c: Check the usergac when loading with partial names.
13359         
13360 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
13361
13362         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
13363         does nothing for now (not required for Linux/Windows) but the class
13364         library can call it (and a newer or modified runtime could need it).
13365         * icall.c: Registred icall.
13366
13367 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13368
13369         * loader.c: prints a message on module loading error we set MONO_DEBUG
13370         environment variable.
13371
13372 2004-05-05  Jackson Harper  <jackson@ximian.com>
13373
13374         * appdomain.c: Handle PublicKeyToken=null properly.
13375         
13376 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
13377
13378         * environment.c|h: Added icall ves_icall_System_Environment_
13379         GetOSVersionString to get the current OS version as a string.
13380         * icall.c: Registred icall.
13381
13382 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
13383
13384         * object.c: in mono_object_get_virtual_method(), take into account that
13385         non-virtual methods don't have a slot in the vtable. Check needed when
13386         the object is a proxy.
13387
13388 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
13389
13390         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
13391         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
13392
13393         * object.c (mono_class_compute_gc_descriptor): Fix warning.
13394
13395         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
13396         passed when a valuetype is expected.
13397
13398         * object.c (mono_unhandled_exception): Only set the exit code if the
13399         exception happens in the main thread. Fixes thread5.exe.
13400
13401         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
13402         invalid names. Fixes #58047.
13403
13404 2004-05-03  Jackson Harper  <jackson@ximian.com>
13405
13406         * assembly.c: This line was committed accidently and is unneeded.
13407         
13408 2004-05-03  Jackson Harper  <jackson@ximian.com>
13409
13410         * icall.c: Add new icall for Assembly::LoadWithPartialName
13411         * assembly.c/.h: new function that probes the GAC to load partial
13412         assembly names by Paolo Molaro.
13413         
13414 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13415
13416         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
13417         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
13418         (type_get_fully_qualified_name): Added PublicKeyToken when building a
13419         full type name.
13420
13421 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13422
13423         * appdomain.c: fixed check for 'neutral' culture and removed warning.
13424         * reflection.c: fix bug when parsing a full type name and Version is not
13425         the last thing in the string.
13426
13427 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
13428
13429         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
13430         crashes when it is freed.
13431
13432 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13433
13434         * assembly.c: print the compat warning to stderr.
13435
13436 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
13437
13438         * assembly.c (mono_assembly_load_references): Add a compatibility
13439         hack to run old applications that might be still referencing the
13440         3300-based assemblies, only do this for System.xxx.
13441
13442 2004-05-01  Jackson Harper  <jackson@ximian.com>
13443
13444         * appdomain.c: If the culture is neutral we set it to "".
13445         
13446 2004-04-29  Jackson Harper  <jackson@ximian.com>
13447
13448         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
13449
13450 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
13451  
13452         * string-icalls.c: added low overhead function for copying chars
13453         * icall.c: added needed icall for the above function
13454  
13455 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13456
13457         * icall.c: fix return value of get_global_assembly_cache.  Implemented
13458         Environment.GetLogicalDrives.
13459
13460 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
13461
13462         * rand.c: try and talk to egd or prngd
13463         for random bytes if opening devices fail.
13464
13465 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
13466
13467         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
13468         alignment for the type using the native alignment of its members 
13469         instead of using klass->min_align.
13470
13471         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
13472
13473 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13474
13475         * file-io.c:
13476         * socket-io.c: added check for sys/aio.h.
13477
13478 2004-04-28  Dick Porter  <dick@ximian.com>
13479
13480         * threads.c: Don't abort a thread thats already aborting, when
13481         terminating everything.
13482
13483 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13484
13485         * icall.c: added 2 new async calls for Socket.
13486
13487         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
13488         IO on *nix systems.
13489
13490         * threadpool.c: removed unused variable.
13491
13492 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
13493
13494         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
13495
13496 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
13497
13498         * locales.c: put back string_invariant_tolower () and
13499         string_invariant_toupper ().
13500
13501 2004-04-26 David Waite <mass@akuma.org>
13502
13503         * file-io.h:
13504         * socket-io.h:
13505         * threads.h:
13506         * unicode.h: remove comma from end of enumeration declarations
13507
13508 2004-04-26 David Waite <mass@akuma.org>
13509
13510         * debug-mono-symfile.h:
13511         * decimal.c:
13512         * mono_debug.h:
13513         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
13514
13515
13516 2004-04-26  Jackson Harper  <jackson@ximian.com>
13517
13518         * appdomain.c: Increment version number.
13519         
13520 2004-04-26  Jackson Harper  <jackson@ximian.com>
13521
13522         * appdomain.c: Set assembly references public token value when
13523         PublicKeyToken is specified, not the hash_value. Free public token
13524         values when free assembly name data. Previously the public key
13525         token was hex decoded, however we are using hex encoded public key
13526         tokens, so this is not neccasary.
13527         * assembly.c: Lookup assemblies in the gac if their public token
13528         value is set. Add function to allow enabling user gac
13529         lookups. Specify whether or not the assembly was loaded from the
13530         GAC. Compare full assembly names when checking the cache for
13531         assemblies (Temporarily disabled see comment in code). Remove
13532         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
13533         specifies trace-loader they get extra info to stdout on the
13534         loading of assemblies.
13535         * image.h: Add a field for an assembly references public token
13536         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
13537         whether an assembly has been loaded from the GAC.
13538         * image.c: Remove a corlib -> mscorlib name mapping.
13539         * loader.h: Add function to enable/disable the user gac.
13540         * mono-config.c: Check if the usergac is enabled in the config
13541         file.
13542         * icall.c: New icall to determine whether or not an assembly has
13543         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
13544         * tabldefs.h: Add constant for assemblyref flag that specifies a
13545         full public key is used instead of a public token.
13546         * reflection.c: Remove mscorlib -> corlib mappings. Set
13547         PublicTokenValue instead of hash value. This value is a hex
13548         string so it does not need to be expanded.
13549
13550 2004-04-26  Martin Baulig  <martin@ximian.com>
13551
13552         * mono-debug-debugger.c (mono_debugger_initialize): Set
13553         `mono_debugger_initialized' before calling mono_debug_lock().
13554
13555 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
13556
13557         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
13558           InternalToUpper/InternalToLower.
13559         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
13560           removed invariant culture shortcut.  This is now done in managed code.
13561         * locales.c: (string_invariant_toupper/tolower) removed.
13562
13563 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13564
13565         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
13566         Added Poll internal call.
13567
13568         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
13569         call for Poll. Select was too heavy for polling a single socket.
13570
13571         * threadpool.[ch]: added mono_threadpool_cleanup.
13572         * threads.c: use it. Don't use Thread_Abort on windows.
13573
13574 2004-04-23  Martin Baulig  <martin@ximian.com>
13575
13576         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
13577
13578 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
13579
13580         * icall.c: Registred new icalls for key pair protection and added an
13581         icall for Environment.GetFolderPath on Windows.
13582         * security.c|h: Added new icalls for key pair protection.
13583
13584 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13585
13586         * socket-io.c: don't display the non-supported family warning for known
13587         families. Now this is not displayed on windows when checking support
13588         for IPv4/IPv6.
13589
13590 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13591
13592         * class.c: don't display the layout warning for static fields.
13593
13594 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
13595
13596         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
13597         * locales.c, locales.h: Added new icalls for culture-specific
13598         Char.ToLower and Char.ToUpper.
13599
13600 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13601
13602         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
13603         by David Waite.
13604
13605 2004-04-20  Martin Baulig  <martin@ximian.com>
13606
13607         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
13608         of the type name before passing it to mono_reflection_type_from_name().
13609
13610 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
13611
13612         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
13613         encodings here. Fixes #56965.
13614
13615 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
13616
13617         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
13618         fix test on strstr result not that I can see anything that
13619         relies on the result.
13620
13621 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
13622
13623         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
13624         Fixes #57081.
13625
13626         * marshal.c (mono_marshal_get_string_encoding): New helper function.
13627
13628         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
13629         function to determine which marshalling to use for strings. Fixes
13630         #56965.
13631
13632         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
13633
13634         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
13635
13636 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
13637
13638         * icall.c: #include mono-config.h
13639
13640 2004-04-15  Jackson Harper  <jackson@ximian.com>
13641
13642         * culture-info-tables.h: Fix date formats for en-US culture.
13643         
13644 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
13645
13646         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
13647         ThreadPool.SetMinThreads.
13648         * threadpool.c: Implemented ThreadPool.GetMinThreads and
13649         ThreadPool.SetMinThreads.
13650
13651 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
13652
13653         * mono-config.c: also load the .config file in the directory
13654         where the assembly was found.
13655
13656 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
13657
13658         * assembly.c: load per-assembly config files.
13659         * icall.c: decrapified code to get the config dir and moved to
13660         mono-config.c.
13661         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
13662         per-assembly config files. When doing a dll map lookup give precedence
13663         to the per-assembly data.
13664
13665 2004-04-14  Martin Baulig  <martin@ximian.com>
13666
13667         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
13668         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
13669         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
13670
13671         * mono-debugger-debugger.c: While the debugger is locked, remember
13672         whether the symbol tables have changes and send one single
13673         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
13674
13675 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
13676
13677         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
13678
13679         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
13680         function.
13681
13682         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
13683         account when marshalling string arrays. Fixes #56965.
13684
13685 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
13686
13687         * icall.c: Add new icalls mapping for security.
13688         * security.c|h: Add internal calls for WindowsIdentity,
13689         WindowsImpersonationContext and WindowsPrincipal.
13690
13691 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
13692
13693         * class.c: Added comment to ensure the System.MonoDummy class
13694         is removed when no longer necessary
13695
13696 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
13697
13698         * appdomain.c: Pass arguments to the bootstraping exceptions to
13699         minimize JITed methods at boot
13700
13701         * metadata.c (mono_exception_from_name_two_strings): Allow for the
13702         second string to be null.
13703
13704         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
13705         Change the protocol to minimize the JIT methods at startup.  Now
13706         it Returns the internal codepage, if the value of "int_code_page"
13707         is 1 at entry, and we can not compute a suitable code page
13708         number, returns the code page as a string.
13709
13710 2004-04-13  Jackson Harper  <jackson@ximian.com>
13711
13712         * culture-info-tables.h: Fix number of decimal digits for all
13713         english locales.
13714
13715 2004-04-13  Jackson Harper  <jackson@ximian.com>
13716
13717         * icall.c: Clairfy out of sync error message. It is not always
13718         your corlib that is out of sync.
13719
13720 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
13721
13722         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
13723         properties when only the set accessor is overriden. Fixes #55874.
13724
13725 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
13726
13727         * assembly.c (mono_assembly_load_references): Make this thread safe.
13728         Fixes #56327.
13729
13730 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
13731
13732         * monosn.c: Add missing initialization calls.
13733
13734 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
13735
13736         * locales.c:
13737         ves_icall_System_Globalization_CultureInfo_construct_number_format
13738         Fix g_assert so it compiles on fussier compilers re int/ptr
13739         mismatch
13740
13741 2004-04-08  Dick Porter  <dick@ximian.com>
13742
13743         * socket-io.h:
13744         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
13745         53992.  Also rearrange the code so that the internal calls return
13746         an error value and exceptions are thrown from managed code.
13747
13748         * icall.c: Add type info to the socket icalls.
13749
13750 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13751
13752         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
13753         owes me a beer.
13754
13755 2004-04-07  Martin Baulig  <martin@ximian.com>
13756
13757         * class.c (mono_class_from_generic_parameter): Don't default
13758         `klass->parent' to `mono_defaults.object_type'.
13759
13760 2004-04-07  Martin Baulig  <martin@ximian.com>
13761
13762         * reflection.c (mono_reflection_initialize_generic_parameter): Set
13763         `param->pklass->reflection_info'.       
13764
13765 2004-04-07  Jackson Harper  <jackson@ximian.com>
13766
13767         * culture-info-tables.h: Fix date separator symbol.
13768         
13769 2004-04-07  Martin Baulig  <martin@ximian.com>
13770
13771         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
13772         from System.Type to System.MonoType.
13773
13774 2004-04-07  Martin Baulig  <martin@ximian.com>
13775
13776         * reflection.h
13777         (MonoReflectionGenericParam): Added `has_reference_type' and
13778         `has_value_type' fields.
13779
13780         * reflection.c (mono_image_get_generic_param_info): Encode the
13781         correct flags if we have the `class' or `struct' constraint.
13782
13783 2004-04-07  Martin Baulig  <martin@ximian.com>
13784
13785         * reflection.h
13786         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
13787
13788 2004-04-07  Jackson Harper  <jackson@ximian.com>
13789
13790         * appdomain.c: Revert extra patches, just wanted to bump the
13791         version number.
13792         
13793 2004-04-07  Jackson Harper  <jackson@ximian.com>
13794
13795         * Makefile.am: Add culture-info private headers.
13796         * icall.c: Add new icalls for contructing locales.
13797         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
13798         * locales.h: Declare new culture info construction methods.
13799         * object.h: Add new fields used to avoid the CultureMap to
13800         MonoCultureInfo.
13801         * culture-info.h: Definition of structs used in the culture info
13802         tables.
13803         * culture-info-tables.h: Autogenerated tables that contain culture
13804         info data. This file was generated with the locale-builder tool.
13805         * appdomain.c: Incement corlib version number.
13806         
13807 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
13808
13809         * appdomain.c: (mono_runtime_init) move mono_thread_init
13810         to before mono_object_new calls so critical sections
13811         are initialized before use.
13812
13813 2004-04-07  Martin Baulig  <martin@ximian.com>
13814
13815         * icall.c
13816         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
13817         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
13818         (ves_icall_MonoGenericParam_initialize): Removed.
13819         (monogenericparam_icalls): Removed.
13820         (generictypeparambuilder_icalls): Added new table for
13821         System.Reflection.Emit.GenericTypeParameterBuilder.
13822
13823         * reflection.c
13824         (mono_reflection_define_generic_parameter): Removed.
13825         (mono_reflection_initialize_generic_parameter): This is now called
13826         from GenericTypeParameterBuilder's .ctor.
13827
13828 2004-04-06  Martin Baulig  <martin@ximian.com>
13829
13830         * class.c (mono_class_init): Don't inflate nested classes in a
13831         generic instance.
13832         (mono_type_get_name_recurse): Include the generic arguments for
13833         generic instances and generic type declarations.
13834         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
13835         (_mono_class_get_instantiation_name): Removed.
13836         (mono_class_create_generic): Always use `gklass->name' as our name.
13837
13838         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
13839
13840         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
13841         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
13842         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
13843         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
13844         closed generic methods here.
13845
13846         * reflection.c
13847         (mono_reflection_generic_inst_get_nested_types): Removed.
13848         (inflate_mono_method): Copy the generic parameters from the
13849         MonoMethodHeader into out MonoGenericMethod.
13850
13851 2004-04-06  Martin Baulig  <martin@ximian.com>
13852
13853         * row-indexes.h
13854         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
13855
13856         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
13857
13858         * reflection.c (build_compressed_metadata): If we have any entries
13859         in the GenericParam, MethodSpec or GenericParamConstraint tables,
13860         set the header version to 1.1.
13861
13862 2004-04-06  Martin Baulig  <martin@ximian.com>
13863
13864         * class.c (mono_class_init): If we're a generic instance,
13865         initialize our nested classes, too.
13866         (_mono_class_get_instantiation_name): Deal with the new `!%d'
13867         suffix. 
13868
13869 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13870
13871         * process.c: quote the argument passed to the shell on windows.
13872
13873 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
13874
13875         * threads.c (mono_alloc_special_static_data): Allow this to be
13876         called during startup.
13877
13878 2004-04-02  Martin Baulig  <martin@ximian.com>
13879
13880         * icall.c
13881         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
13882
13883 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
13884
13885         * icall.c: Fix build.
13886
13887 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
13888
13889         * Makefile.am: Added security.c|h.
13890         * icall.c: Added icall for get_UserName;
13891         * security.c: New file for security related icalls. Added function
13892         get_UserName for System.Environment (fix #56144).
13893         * security.h: New. Header file for security.c
13894
13895 2004-04-02  Dick Porter  <dick@ximian.com>
13896
13897         * icall.c: Deleted the icalls that were obsoleted some time ago
13898         by the ICU string code, and which were mixed into the icall
13899         rearranging.  Fixes bug 55969.
13900
13901         * string-icalls.h: 
13902         * string-icalls.c: Deleted the code that those icalls reference.
13903
13904 2004-04-01  Martin Baulig  <martin@ximian.com>
13905
13906         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
13907
13908         * class.c (mono_class_from_generic_parameter): Don't set 
13909         TYPE_ATTRIBUTE_INTERFACE.
13910         (my_mono_class_from_generic_parameter): Likewise.
13911
13912 2004-04-01  Martin Baulig  <martin@ximian.com>
13913
13914         * loader.c (find_method): Added an optional `MonoClass *ic'
13915         argument to search in a specific interface.
13916         (mono_get_method_constrained): New public function.
13917
13918 2004-04-01  Martin Baulig  <martin@ximian.com>
13919
13920         * reflection.c (mono_image_get_generic_field_token): Use the
13921         `handleref' cache here.
13922
13923 2004-04-01  Martin Baulig  <martin@ximian.com>
13924
13925         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
13926
13927         * reflection.c (create_generic_typespec): Use the `typespec' hash
13928         here, not the `typeref' one.    
13929
13930 2004-04-01  Martin Baulig  <martin@ximian.com>
13931
13932         * class.c (mono_class_inflate_generic_type): Moved the
13933         functionality into a new static inflate_generic_type() which
13934         returns NULL if it didn't do anything.  Only increment the
13935         `mono_stats.inflated_type_count' if we actually inflated
13936         something.
13937         (mono_class_get_full): Check the classes type to see whether we
13938         need to inflate it; also inflate MONO_TYPE_(M)VAR.
13939
13940 2004-04-01  Jackson Harper  <jackson@ximian.com>
13941
13942         * reflection.c: Set culture for assembly references.
13943         
13944 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
13945
13946         * reflection.[ch], icall.[ch], Fix support for pinning variables.
13947
13948 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13949
13950         * assembly.c:
13951         (do_mono_assembly_open): the critical section also covers
13952         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
13953
13954 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13955
13956         * threads.c:
13957         (mono_manage_threads): abort the background threads when finishing.
13958         Fixes bug #47232.
13959
13960 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13961
13962         * gc.c: only close the done_event handle if there was no timeout.
13963         C-ified comments.
13964
13965 2004-03-30  Martin Baulig  <martin@ximian.com>
13966
13967         * icall.c (icall_entries): It's called "System.Activator", not
13968         "System.Activation".    
13969
13970 2004-03-30  Martin Baulig  <martin@ximian.com>
13971
13972         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
13973         (mono_class_create_from_typespec): Likewise.
13974
13975 2004-03-30  Martin Baulig  <martin@ximian.com>
13976
13977         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
13978         `has_ctor_constraint' and `initialized'.
13979
13980 2004-03-30  Martin Baulig  <martin@ximian.com>
13981
13982         * reflection.c (encode_new_constraint): New static function to add
13983         the constructor constraint attribute to a type parameter.
13984         (encode_constraints): Call encode_new_constraint() if necessary.
13985
13986         * reflection.h
13987         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
13988
13989         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
13990         
13991 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
13992
13993         * reflection.c, icall.c: add support for pinning variables. 
13994
13995 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
13996
13997         * marshal.c (mono_marshal_get_managed_wrapper):
13998         init bool local with zero rather than null.
13999
14000 2004-03-29  Martin Baulig  <martin@ximian.com>
14001
14002         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
14003         the "official" behavior here.
14004         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
14005
14006 2004-03-29  Martin Baulig  <martin@ximian.com>
14007
14008         * icall.c: Reflect latest API changes.
14009
14010 2004-03-29  Martin Baulig  <martin@ximian.com>
14011
14012         * loader.c (mono_get_method_from_token): Also call
14013         mono_metadata_load_generic_params () for abstract and interface
14014         methods; replace the type arguments in the method signature with
14015         the ones which are loaded from the metadata.
14016
14017 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
14018
14019         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
14020         of the lock is not the current thread. MS.NET don't do it, in spite of
14021         what the documentation says. See bug #56157.
14022
14023 2004-03-28  Martin Baulig  <martin@ximian.com>
14024
14025         * class.c (mono_class_init): Don't call init_properties() and
14026         init_events() for generic instances; set `prop->parent' when
14027         inflating properties.
14028
14029         * reflection.c (mono_generic_inst_get_object): Call
14030         `mono_class_init (ginst->klass)'.
14031         (mono_type_get_object): Only create a MonoGenericInst if your
14032         generic type is a TypeBuilder.
14033         (do_mono_reflection_bind_generic_parameters): Only set
14034         `ginst->is_dynamic' if our generic type is a TypeBuilder.
14035
14036 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
14037
14038         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
14039         Fixes #56091.
14040
14041 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14042
14043         * icall.c: added Kill_internal icall.
14044         * process.[ch]: added Kill_internal icall.
14045
14046 2004-03-25  Martin Baulig  <martin@ximian.com>
14047
14048         * class.h (MonoStats): Added `generic_instance_count',
14049         `inflated_method_count', `inflated_type_count' and
14050         `generics_metadata_size'.       
14051
14052 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14053
14054         * reflection.c: no warnings now.
14055
14056 2004-03-25  Martin Baulig  <martin@ximian.com>
14057
14058         * class.c (mono_class_get_full): New public function; does a
14059         mono_class_get(), but also takes a `MonoGenericContext *'.
14060
14061         * loader.c (mono_field_from_memberref): Renamed to
14062         `field_from_memberref', made static and added `MonoGenericContext *'
14063         argument.
14064         (mono_field_from_token): Added `MonoGenericInst *' argument.
14065         (method_from_memberef): Likewise.
14066         (mono_get_method_from_token): Likewise.
14067         (mono_get_method_full): New public function; does a
14068         mono_get_method(), but also takes a `MonoGenericContext *'.
14069
14070         * verify.c (mono_method_verify): Get the method's generic context
14071         and pass it to mono_field_from_token(), mono_get_method_full() and
14072         mono_class_get_full().
14073
14074 2004-03-25  Martin Baulig  <martin@ximian.com>
14075
14076         * class.c (mono_class_inflate_generic_type): Take a
14077         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
14078         `MonoGenericMethod *'.
14079
14080 2004-03-25  Martin Baulig  <martin@ximian.com>
14081
14082         * loader.h (MonoMethodInflated): Store the MonoGenericContext
14083         instead of the MonoGenericMethod here.
14084
14085 2004-03-25  Martin Baulig  <martin@ximian.com>
14086
14087         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
14088         each time we create a new MonoGenericInst, we also create a new
14089         context which points back to us.
14090
14091         * class.c (inflate_method): Use `ginst->context' instead of
14092         creating a new context.
14093
14094         * loader.c (method_from_memberref): Use
14095         `klass->generic_inst->context' instead of creating a new context.
14096
14097 2004-03-25  Martin Baulig  <martin@ximian.com>
14098
14099         * class.h (MonoGenericContext): New struct.
14100         (MonoGenericMethod): Removed `generic_inst'.
14101
14102         * class.c (mono_class_inflate_generic_method): Take a
14103         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
14104
14105 2004-03-25  Martin Baulig  <martin@ximian.com>
14106
14107         * loader.h (MonoMethodInflated): New typedef.
14108
14109         * metadata.h (MonoMethodSignature): Removed `gen_method', make
14110         `generic_param_count' consume just 30 bits, added `is_inflated'
14111         and `has_type_parameters' flags (one bit each).
14112
14113         * class.c (mono_class_inflate_generic_method): Create a
14114         MonoMethodInflated instead of a MonoMethodNormal and set
14115         `is_inflated' in the method signature.
14116
14117         * class.h (MonoGenericMethod): Removed `generic_method'.
14118
14119 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
14120
14121         * image.c: Make sure the name of a MonoImage is always an absolute path.
14122           This fixes bug #54415.
14123
14124 2004-03-24  Martin Baulig  <martin@ximian.com>
14125
14126         * class.c (mono_class_setup_vtable): If we're a generic instance,
14127         use our generic type's vtable size.
14128
14129 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
14130
14131         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
14132         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
14133         problems.
14134
14135 2004-03-23  Martin Baulig  <martin@ximian.com>
14136
14137         * class.h (MonoDynamicGenericInst): Added `int count_events' and
14138         `MonoEvent *events'.
14139
14140         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
14141         (typebuilder_icalls): Added "get_event_info"; calls
14142         mono_reflection_event_builder_get_event_info(). 
14143
14144         * reflection.c (mono_reflection_generic_inst_initialize): Added
14145         `MonoArray *events'.
14146         (mono_reflection_event_builder_get_event_info): New function.
14147
14148 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
14149
14150         * object.h: add mono_type_initialization_init
14151
14152         * object.c (mono_runtime_class_init): 
14153         implement class constructor synchronization rules
14154         to cope with threading issues.  
14155         add mono_type_initialization_init
14156
14157         * appdomain.c (mono_runtime_init): call 
14158         mono_type_initialization_init
14159
14160         * class.h: removing initializing field from MonoVTable
14161
14162 2004-03-23  Martin Baulig  <martin@ximian.com>
14163
14164         * class.c (my_mono_class_from_generic_parameter): Use
14165         `param->name' if it's not NULL. 
14166
14167 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
14168
14169         * class.c: do not insert non-virtual methods in the vtable.
14170         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
14171         that means the method is non-virtual. This never would have
14172         happened before.
14173
14174 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
14175
14176         * profiler.c: Added lock for accessing coverage_hash.
14177
14178 2004-03-22  Martin Baulig  <martin@ximian.com>
14179
14180         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
14181         `method->method->signature->generic_param_count != 0' to make it
14182         work for interface methods.
14183
14184 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14185
14186         * process.c: quote the string passed to the shell using g_shell_quote.
14187
14188 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14189
14190         * threads.c:
14191         (mono_threads_manage): don't remove the finalizer thread and self
14192         from the threads hash table so that mono_thread_manage can be called
14193         more than once.
14194
14195 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14196
14197         * process.c: quote the arguments when UseShellExecute is true. Fixes
14198         bug #55790.
14199
14200 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14201
14202         * threads.c: set mono_thread_detach as a cleanup routine for every
14203         thread. This way it's always executed upon thread termination, either
14204         aborted or finished normally. No more xsp hangs!
14205
14206 2004-03-17  Martin Baulig  <martin@ximian.com>
14207
14208         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
14209         `int count_nested' and a `MonoType **nested'.
14210
14211         * reflection.c (mono_reflection_bind_generic_parameters): Moved
14212         most of the functionality into a new static
14213         do_mono_reflection_bind_generic_parameters() and don't take a
14214         `MonoType *nested_in' argument any more.  Don't compute nested
14215         types here.
14216         (mono_reflection_generic_inst_get_nested_types): New public method
14217         to get nested types.
14218
14219         * class.c (mono_class_create_generic): Set `klass->nested_in' if
14220         we're a nested class.
14221
14222         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
14223         mono_reflection_generic_inst_get_nested_types() to compute the
14224         nested types.
14225
14226 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
14227
14228         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
14229         descriptive error message under windows.
14230         
14231 2004-03-17  Martin Baulig  <martin@ximian.com>
14232
14233         * class.c (dup_type): Added `const MonoType *original' argument;
14234         copy the attrs from the original type.
14235
14236 2004-03-17  Martin Baulig  <martin@ximian.com>
14237
14238         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
14239         `m->generic_inst_cache' here.
14240
14241 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
14242
14243         * exception.h exception.c: Add stack_overflow_exception.
14244
14245 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14246
14247         * threadpool.c:
14248         (overlapped_callback): call SetEvent *after* invoking the callback.
14249         No need to call CloseHandle.
14250
14251 2004-03-16  Martin Baulig  <martin@ximian.com>
14252
14253         * reflection.c (mono_image_get_fieldref_token): Take a
14254         `MonoReflectionField *' instead of a `MonoClassField *' and a
14255         `MonoClass *'; store the `MonoReflectionField *' in the hash.
14256
14257 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14258
14259         * appdomain.c: don't add the culture to the filename we're looking for
14260         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
14261
14262 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14263
14264         * locales.c: don't ignore symbols when doing case insensitive compares.
14265         Thanks Dick! Fixes bug #54046.
14266
14267         * threads.c: surround 'threads' usage with enter/leave in
14268         mono_thread_manage.
14269
14270 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
14271
14272         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
14273         implicitly marshalled as [Out]. Fixes #55450.
14274
14275         (mono_marshal_get_runtime_invoke): Zero out the result if there is
14276         an exception.
14277
14278 2004-03-16  Martin Baulig  <martin@ximian.com>
14279
14280         * class.c (mono_class_from_generic_parameter): Use the actual
14281         parameter name. 
14282
14283 2004-03-16  Martin Baulig  <martin@ximian.com>
14284
14285         * reflection.c (type_get_signature_size): New static function.
14286         Compues the size of the type in a method signature.
14287         (method_get_signature_size): New static function; calls
14288         type_get_signature_size() to compute the actual size of the
14289         method's signature.
14290         (method_encode_signature): Use method_get_signature_size() to get
14291         the signature's size rather than using `nparams * 10'.
14292
14293 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14294
14295         * file-io.h: define here WapiOverlapped on windows. I don't want the
14296         regular OVERLAPPED one.
14297
14298         * file-io.c:
14299         * threadpool.c: somehow, BindIoCompletionCallback is not found.
14300         Disabling AIO on windows.
14301
14302 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14303
14304         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
14305         bug #55385.
14306
14307 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14308
14309         * appdomain.c: upgraded corlib version.
14310
14311         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
14312         and BeginWrite. Allow opening files for asynchrnous operations.
14313
14314         * file-io.h: new struct that maps FileStreamAsyncResult.
14315         * icall.c: added new icalls.
14316         * process.[ch]: support setting child process environment variables
14317         and use the SHELL or COMSPEC when UseShellExecute is true.
14318
14319         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
14320         callback for async. IO is here and also BindHandle.
14321
14322         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
14323         from here.
14324
14325 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
14326
14327         * reflection.c (create_custom_attr): Allow len == 0.
14328
14329         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
14330         computation on big-endian machines.
14331
14332 2004-03-13  Martin Baulig  <martin@ximian.com>
14333
14334         * class.h (MonoGenericInst): Added `int count_ifaces'.
14335
14336         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
14337         `ginst->count_ifaces' instead `klass->interface_count' since we
14338         may get called before the vtable is created.
14339
14340         * loader.c (mono_method_get_param_names): If we're a generic
14341         instance, return and don't initialize the class.
14342
14343         * reflection.c (mono_reflection_setup_generic_class): Don't call
14344         ensure_runtime_vtable().
14345         (mono_reflection_bind_generic_parameters): Set
14346         `ginst->count_ifaces'.
14347
14348 2004-03-11  Jackson Harper <jackson@ximian.com>
14349
14350         * icall.c:
14351         * unicode.c:
14352         * unicode.h: Remove unused System.Char icalls.
14353         
14354 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
14355
14356         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
14357         code when we P/Invoke the first library in Windows.Forms, instead
14358         of when we first open the assembly.
14359
14360         * assembly.c: Drop the lookup from here.
14361
14362 2004-03-10  Martin Baulig  <martin@ximian.com>
14363
14364         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
14365         class for properties, fields and events.  Finally fixes #54945.
14366
14367 2004-03-10  Martin Baulig  <martin@ximian.com>
14368
14369         * metadata.c (mono_metadata_class_equal): New static function;
14370         checks whether two generic instances or two generic parameters are
14371         equal.
14372         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
14373         compare classes.        
14374
14375 2004-03-10  Martin Baulig  <martin@ximian.com>
14376
14377         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
14378
14379         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
14380         argument and write it into the `reflection_info' field.
14381
14382         * icall.c
14383         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
14384         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
14385
14386 2004-03-09  Jackson Harper  <jackson@ximian.com>
14387
14388         * char-conversions.h: use 8 bits for numeric data its all we need
14389         * icall.c: numeric data is only 8 bits now.
14390
14391 2004-03-09  Martin Baulig  <martin@ximian.com>
14392
14393         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
14394
14395         * class.c (init_properties, init_events): Initialize the new
14396         `parent' field.
14397
14398         * reflection.c (typebuilder_setup_properties): Likewise.
14399         (typebuilder_setup_events): Likewise.
14400
14401         * reflection.h (MonoEventInfo): Replaced `parent with
14402         `declaring_type' and `reflected_type'.
14403
14404         * icall.c (ves_icall_get_property_info): Distinguish between
14405         declaring and reflected type.
14406         (ves_icall_get_event_info): Likewise.
14407
14408 2004-03-09  Martin Baulig  <martin@ximian.com>
14409
14410         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
14411         (ves_icall_Type_GetField): Correctly set field->klass.
14412
14413 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
14414
14415         * loader.h: Fix warning.
14416
14417 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
14418
14419         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
14420         library routine if present.  Notice that it will still continue
14421         executing even if its missing, for those working on the Gtk#
14422         edition of Windows.Forms.
14423
14424         * assembly.c (do_mono_assembly_open): If loading the
14425         System.Windows.Forms call mono_loader_wini_init.
14426
14427 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
14428
14429         * class.h: Added MonoRemoteClass struct.
14430         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
14431         function for MonoStrings.
14432         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
14433         Added internal call for getting the proxy type.
14434         * marshal.c: Get the type of transparent proxies from its remote_class.
14435         Added methods that generate the IL for type checks and casts:
14436         mono_marshal_get_isinst, mono_marshal_get_castclass, 
14437         mono_marshal_get_proxy_cancast.
14438         * marshal.h: Declaration of the previous new methods.
14439         * object.c: Added new moethods for creating and updating MonoRemoteClass
14440         instances: mono_remote_class, mono_upgrade_remote_class, 
14441         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
14442         * verify.c: FIx transparent_proxy_fields layout.
14443         * appdomain.c: Bump corlib version.
14444
14445 2004-03-04  Jackson Harper  <jackson@ximian.com>
14446
14447         * icall.c: Add icall to access char conversion tables.
14448         * char-conversions.h: Character conversion tables.
14449         * Makefile.am: Add char-conversions.h private header file.
14450         
14451 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
14452
14453         * appdomain.c (unload_thread_main): Increase unloading timeout to
14454         10 sec as a temporary workaround for Nant problems.
14455
14456 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
14457
14458         * gc.c: Add checks for GC_enable and GC_disable.
14459
14460         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
14461         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
14462         (bug #54988).
14463         
14464 2004-02-27  Martin Baulig  <martin@ximian.com>
14465
14466         * reflection.c (mono_reflection_bind_generic_parameters): Take a
14467         `MonoReflectionType *' instead of a `MonoType *'.
14468
14469 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
14470
14471         * gc.c (run_finalize): Avoid finalizing the object representing the
14472         finalizer thread.
14473         (finalizer_thread): Fix warning.
14474
14475 2004-02-25  Martin Baulig  <martin@ximian.com>
14476
14477         * class.c (_mono_class_get_instantiation_name): Added `int offset'
14478         argument for nested types.
14479         (mono_class_create_generic): Added support for nested generictypes.
14480
14481         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
14482         `GList *nested'.
14483
14484         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
14485
14486         * reflection.c (method_encode_signature): Increase the minimum
14487         value of `size' from 10 to 11.
14488         (mono_reflection_bind_generic_parameters): Take `int type_argc'
14489         and `MonoType **types' arguments instead of the `MonoArray
14490         *types'; added `MonoType *nested_in'.  Recursively instantiate
14491         nested classes. 
14492
14493 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
14494
14495         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
14496         stack_overflow_ex members which are used by exception handling.
14497
14498         * appdomain.c (mono_runtime_init): Initialize the new members.
14499
14500         * gc.c (mono_gc_enable): New helper function.
14501         * gc.c (mono_gc_disable): New helper function.
14502
14503 2004-02-23  Martin Baulig  <martin@ximian.com>
14504
14505         * icall.c: I must have been really stupid - make it actually work
14506         this time ;-)
14507
14508 2004-02-23  Martin Baulig  <martin@ximian.com>
14509
14510         * loader.c (method_from_memberref): Only inflate the method if
14511         it's in another klass.
14512
14513 2004-02-23  Martin Baulig  <martin@ximian.com>
14514
14515         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
14516         (mono_class_init): If we're a generic instance and an interface,
14517         compute `class->interface_id'; also create `class->interfaces'
14518         here and inflate them.
14519
14520         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
14521         `ginst->is_open'.
14522         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
14523
14524         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
14525
14526 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
14527
14528         * reflection.c (method_encode_code): Improved the error message
14529         generated by the exception.
14530
14531 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14532
14533         * icall.c: Martin did not do what he said in the ChangeLog for
14534         2004-02-18, but put back the changes for properties and events.
14535         Commenting those changes out again and adding comment to bug #54518.
14536         
14537         * process.c: removed warning.
14538
14539 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
14540
14541         * marshal.c (emit_struct_conv): Print an error message instead of
14542         asserting when a type does not have the StructLayout attribute.
14543
14544 2004-02-20  Martin Baulig  <martin@ximian.com>
14545
14546         * reflection.c (mono_type_get_object): Also use the cache for
14547         generic instances.
14548         (mono_reflection_bind_generic_parameters): Always compute
14549         `ginst->ifaces'.        
14550
14551 2004-02-20  Martin Baulig  <martin@ximian.com>
14552
14553         * class.h (MonoGenericMethod): Removed `klass'.
14554
14555         * class.c (mono_class_inflate_generic_method): Added `MonoClass
14556         *klass' argument.
14557
14558 2004-02-20  Martin Baulig  <martin@ximian.com>
14559
14560         * reflection.c (method_encode_methodspec): Actually use the
14561         uninflated signature for the memberref.
14562
14563 2004-02-20  Martin Baulig  <martin@ximian.com>
14564
14565         * class.h (MonoGenericMethod): Removed `declaring'.
14566
14567         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
14568         is NULL, compute it here.
14569
14570 2004-02-20  Martin Baulig  <martin@ximian.com>
14571
14572         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
14573
14574         * metadata.c (mono_metadata_generic_inst_hash): New method.
14575         (mono_metadata_generic_inst_equal): New method.
14576
14577         * reflection.c (mono_reflection_bind_generic_parameters): Use the
14578         `klass->image->generic_inst_cache' cache to avoid creating
14579         duplicate MonoGenericInst's.
14580
14581         * class.c (mono_class_inflate_generic_type): Use the cache.
14582
14583 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
14584
14585         * object.c: fixed gc descriptor calculation for embedded valuetypes.
14586
14587 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14588
14589         * icall.c: added Socket.WSAIoctl icall.
14590
14591         * socket-io.[ch]: implemented
14592         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
14593
14594 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
14595
14596         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
14597
14598 2004-02-18  Urs C Muff  <umuff@quark.com>
14599
14600         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
14601         this work on PPC and other big-endian architectures.
14602
14603         * debug-mono-symfile.h: Prepended the names of all the `guint32'
14604         fields with an underscore to make sure they're only accessed by
14605         the read32() macro.
14606
14607 2004-02-18  Martin Baulig  <martin@ximian.com>
14608
14609         * icall.c: Put the klass->refclass changes back for methods and
14610         fields, but not for properties and events.  We're currently not
14611         distinguishing between DeclaringType and ReflectedType for
14612         properties and events, that's what caused the regressions.
14613
14614 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14615
14616         * object.c:
14617         (mono_async_result_new): the handle can be NULL.
14618
14619         * threadpool.c: Use an event instead of a semaphore, don't initialize
14620         it until needed. This saves quite a few semaphores from being created
14621         when using the threadpool.
14622
14623 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
14624
14625         * object.c (mono_string_is_interned_lookup): Fix interning of long
14626         strings. Fixes #54473.
14627
14628         * domain.c (ldstr_equal): Optimize if the two strings are equal.
14629
14630         * icall.c: Revert the klass->refclass changes since they introduce
14631         regressions (bug #54518).
14632
14633 2004-02-18  Martin Baulig  <martin@ximian.com>
14634
14635         * class.c (mono_class_init): If we're a generic instance and don't
14636         come from a TypeBuilder, inflate our members here.
14637         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
14638         (mono_class_create_generic): New public method.
14639         (mono_class_initialize_generic): Removed.
14640         (get_instantiation_name): Renamed to
14641         _mono_class_get_instantiation_name() and made it public.
14642
14643 2004-02-18  Martin Baulig  <martin@ximian.com>
14644
14645         * class.c (mono_class_inflate_generic_type): Clear the new
14646         instance's `nginst->klass' when inflating a generic instance.
14647         (mono_class_is_subclass_of): Added (basic) support for generic
14648         instances.
14649
14650 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
14651
14652         * appdomain.h, domain.c: use a MonoCodeManager instead of a
14653         MonoMempool to hold compiled native code.
14654
14655 2004-02-17  Martin Baulig  <martin@ximian.com>
14656
14657         * class.h (MonoDynamicGenericInst): Added `count_properties' and
14658         `properties'.
14659
14660         * reflection.c (mono_reflection_generic_inst_initialize): Added
14661         `MonoArray *properties' argument.
14662
14663         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
14664
14665 2004-02-17  Martin Baulig  <martin@ximian.com>
14666
14667         * icall.c (ves_icall_Type_GetFields): Renamed to
14668         ves_icall_Type_GetFields_internal() and added a
14669         `MonoReflectionType *rtype' argument; pass it to
14670         mono_field_get_object() to set the field's "reflected" type.
14671         (ves_icall_Type_GetConstructors): Likewise.
14672         (ves_icall_Type_GetEvents): Likewise.
14673         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
14674         argument; pass it to mono_method_get_object() to set the method's
14675         "reflected" type.       
14676
14677 2004-02-17  Martin Baulig  <martin@ximian.com>
14678
14679         * class.h (MonoDynamicGenericInst): New type.
14680         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
14681
14682         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
14683         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
14684         (ves_icall_MonoGenericInst_GetFields): New interncall.
14685
14686         * class.c (mono_class_from_generic): Don't call
14687         mono_class_initialize_generic() if this is a dynamic instance;
14688         ie. it's being created from a TypeBuilder.
14689         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
14690         `class->byval_arg.type'.
14691
14692         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
14693         to `inflate_method' and made static.
14694         (mono_reflection_inflate_field): Removed.
14695         (mono_reflection_generic_inst_initialize): New public method.
14696
14697         * reflection.h (MonoReflectionGenericInst): Removed `methods',
14698         `ctors' and `fields'; added `initialized'.
14699
14700 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
14701
14702         * debug-helpers.c (mono_method_full_name): Fix output for empty
14703         namespaces.
14704
14705 2004-02-12  Martin Baulig  <martin@ximian.com>
14706
14707         * class.h (MonoClassField): Added `MonoType *generic_type'.
14708
14709         * reflection.c (mono_image_get_fieldref_token): Added support for
14710         instantiated generic types.
14711         (field_encode_inflated_field): Removed.
14712         (mono_image_get_inflated_field_token): Removed.
14713         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
14714
14715         * reflection.h (MonoReflectionInflatedField): Removed.
14716
14717 2004-02-12  Martin Baulig  <martin@ximian.com>
14718
14719         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
14720         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
14721
14722         * reflection.c (mono_image_get_methodspec_token): Take a
14723         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
14724         (mono_image_create_token): Check whether we have a
14725         `method->signature->gen_method' and call
14726         mono_image_get_methodspec_token() if appropriate.
14727         (inflated_method_get_object): Removed.
14728         (mono_reflection_bind_generic_method_parameters): Return a
14729         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
14730         (mono_reflection_inflate_method_or_ctor): Likewise.
14731
14732         * reflection.h (MonoReflectionInflatedMethod): Removed.
14733
14734 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
14735
14736         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
14737         for custom valuetype marshalling.
14738
14739         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
14740
14741 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14742
14743         * icall.c: fixed WSAGetLastError_internal name.
14744
14745 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
14746
14747         * threads.c (mono_thread_attach): Allow this to be called multiple
14748         times for a thread.
14749         
14750         * threads.c (build_wait_tids): Do not wait for ourselves.
14751
14752         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
14753         appdomain list is empty.
14754
14755         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
14756         memory returned by mono_string_builder_to_utf16, since it points into
14757         managed memory. Thanks to Bernie Solomon for noticing this.
14758
14759         * icall.c: Add AppDomainSetup icalls.
14760
14761         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
14762
14763         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
14764         types.
14765
14766         * reflection.c (reflection_methodbuilder_to_mono_method): Save
14767         custom attributes to the method_aux struct. Also fix array indexes etc.
14768
14769         * loader.c (mono_method_get_param_names): Make dynamic case work again.
14770         
14771 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
14772
14773         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
14774         (both static and runtime) and reduce startup time.
14775
14776 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
14777
14778         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
14779         AsAny marshalling conversion instead of crashing.
14780
14781         * marshal.c: Fix warnings.
14782
14783 2004-02-09  Martin Baulig  <martin@ximian.com>
14784
14785         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
14786
14787         * reflection.h (MonoReflectionInflatedMethod): Removed the
14788         `declaring' field, it's now in the unmanaged MonoGenericMethod.
14789
14790         * reflection.c (method_encode_methodspec): Removed the `method'
14791         argument; we get it from `gmethod->declaring'.
14792         (inflated_method_get_object): Removed the `declaring' argument.
14793
14794 2004-02-09  Martin Baulig  <martin@ximian.com>
14795
14796         * class.h (MonoGenericMethod): New type.
14797         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
14798         `generic_method'.
14799
14800         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
14801         a `MonoGenericMethod *gen_method' one.
14802
14803         * class.c (mono_class_inflate_generic_type): Take an additional
14804         `MonoGenericMethod * argument.  This is only non-NULL if we're
14805         inflating types for a generic method.   
14806         (mono_class_inflate_generic_signature): Renamed to
14807         inflate_generic_signature() and made static; take a
14808         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14809         (inflate_generic_header): Take a `MonoGenericMethod *' argument
14810         instead of a `MonoGenericInst *' one.
14811         (mono_class_inflate_generic_method): Likewise.
14812
14813         * reflection.c (encode_generic_method_sig): Take a
14814         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14815         (method_encode_methodspec): Likewise.
14816         (inflated_method_get_object): Likewise. 
14817
14818         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
14819         field with a `MonoGenericMethod *gmethod' one.  
14820
14821 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
14822
14823         * class.h (mono_class_has_parent): add parens to expansion
14824         so you can ! this.
14825
14826 2004-02-08  Martin Baulig  <martin@ximian.com>
14827
14828         * image.h (MonoImage): Removed `generics_cache'.
14829
14830         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
14831         instead of a `MonoType *' argument; removed the `inflate_methods'
14832         argument.  Don't inflate methods here.
14833
14834         * loader.c (find_method): If it's a generic instance, call
14835         mono_class_init() on the `sclass->generic_inst->generic_type'.
14836
14837         * metadata.c (mono_type_size): Make this work on uninitialized
14838         generic instances; call it on the `ginst->generic_type's class.
14839
14840         * reflection.c (mono_reflection_bind_generic_parameters): Call
14841         mono_class_from_generic() to create the `ginst->klass'.
14842
14843 2004-02-08  Martin Baulig  <martin@ximian.com>
14844
14845         * class.h (MonoClass): Changed type of `generic_inst' from
14846         `MonoType *' to `MonoGenericInst *'.
14847
14848 2004-02-08  Martin Baulig  <martin@ximian.com>
14849
14850         * icall.c (ves_icall_Type_BindGenericParameters): Just call
14851         mono_type_get_object(), this is now creating a `MonoGenericInst'
14852         for MONO_TYPE_GENERICINST.
14853         (ves_icall_MonoGenericInst_GetParentType): Likewise.
14854         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
14855
14856         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
14857         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
14858         (inflated_method_get_object): Added `MonoClass *refclass' argument.
14859         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
14860         and reflected type.
14861
14862         * reflection.h (MonoReflectionInflatedMethod): Removed
14863         `declaring_type' and `reflected_type'.
14864
14865 2004-02-08  Martin Baulig  <martin@ximian.com>
14866
14867         * class.h (MonoGenericInst): Added `MonoType *parent' and
14868         `MonoType **ifaces'.
14869
14870         * reflection.h (MonoReflectionGenericInst): Removed `klass',
14871         `parent' and `interfaces'.
14872
14873         * reflection.c (mono_reflection_bind_generic_parameters): Take a
14874         `MonoType *' argument and return a `MonoType *'.
14875
14876         * icall.c
14877         (ves_icall_MonoGenericInst_GetParentType): New interncall.
14878         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
14879
14880 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14881
14882         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
14883         valuetype marshalling.
14884
14885 2004-02-06  Martin Baulig  <martin@ximian.com>
14886
14887         * class.c
14888         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
14889         (my_mono_class_from_generic_parameter): Likewise.
14890
14891 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14892
14893         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
14894         contents of the symbol files lazily.
14895
14896         * object.h (MonoThread): Add 'name' and 'name_len' fields.
14897
14898         * threads.h threads.c icall.c: New icalls for getting and setting the
14899         threads name.
14900
14901 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
14902
14903         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
14904         Raise an exception when the domain is not found.
14905
14906 2004-02-03  Martin Baulig  <martin@ximian.com>
14907
14908         * reflection.c (mono_image_get_methodspec_token): Use the
14909         uninflated signature; fixes gen-33.
14910
14911 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
14912
14913         * gc.c threads.c: Make the finalizer thread a normal managed thread so
14914         the finalizer code can use thread functionality.
14915
14916         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
14917         the finalizer thread.
14918
14919         * threads.c: Make some functions more robust.
14920
14921         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
14922
14923         * metadata.h: Add new marshalling conventions.
14924
14925         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
14926         stringbuilder marshalling. Fixes #53700.
14927
14928         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
14929
14930         * reflection.c (mono_image_get_type_info): Save declarative security
14931         info.
14932
14933         * reflection.c (mono_image_get_field_info): Handle uninitialized 
14934         unmanaged fields as well.
14935
14936         * appdomain.c: Bump corlib version.
14937
14938 2004-02-01  Martin Baulig  <martin@ximian.com>
14939
14940         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
14941         method type arguments.  
14942
14943 2004-01-30  Duncan Mak  <duncan@ximian.com>
14944
14945         * marshal.h: Add prototype for
14946         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
14947         and
14948         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
14949         fix the build.
14950
14951 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
14952
14953         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
14954         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
14955
14956 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14957
14958         * marshal.c (mono_marshal_get_native_wrapper): Add support for
14959         custom marshalling of valuetypes.
14960
14961         * marshal.c: Fix some warnings.
14962
14963 2004-01-29  Martin Baulig  <martin@ximian.com>
14964
14965         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
14966         for generic method parameters.
14967
14968         * reflection.c (method_encode_methodspec): Write the uninflated
14969         signature into the methodspec table.
14970         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
14971         is always the uninflated method.
14972         (reflection_methodbuilder_to_mono_method): Copy the generic
14973         parameters from the MethodBuilder into `header->gen_params'.
14974
14975 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
14976
14977         * class.c (mono_class_from_generic_parameter): Fix warning.
14978
14979 2004-01-27  Martin Baulig  <martin@ximian.com>
14980
14981         * class.c (mono_class_from_generic_parameter): Don't create
14982         `klass->methods' here.  
14983
14984 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
14985
14986         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
14987         extension since it does not work with libraries named lib<FOO>.dll.so.
14988
14989 2004-01-25  Martin Baulig  <martin@ximian.com>
14990
14991         * class.c (mono_class_inflate_generic_type): Added support for
14992         MONO_TYPE_GENERICINST.
14993
14994         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
14995         inflate methods on open constructed types.      
14996
14997 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14998
14999         * object.c: fire ProcessExit event in the root AppDomain after running
15000         Main. Fixes bug #53299.
15001
15002 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
15003
15004         * socket-io.c: include the new socket-wrappers.h header.
15005         Use the wrappers instead of the unix socket functions to make the code
15006         more clear.
15007
15008 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
15009
15010         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
15011
15012         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
15013         Fixes #22532.
15014
15015 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
15016
15017         * reflection.c (mono_image_create_pefile): Handle the case when the
15018         entry point is not a MethodBuilder.
15019
15020         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
15021         field to ReflectionMethod since it is not allways a builder.
15022
15023         * reflection.c (type_get_fully_qualified_name): New helper function to
15024         return the fully qualified name of a type.
15025
15026         * reflection.c (encode_marshal_blob): Always emit the fully qualified
15027         type name for custom marshallers.
15028
15029         * reflection.c (mono_marshal_spec_from_builder): Ditto.
15030
15031         * class.c (mono_class_setup_vtable): If a parent class already 
15032         implements an interface, use the implementing methods from that class.
15033         Fixes #53148.
15034
15035 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15036
15037         * threadpool.c: just return instead of ExitThread to allow for thread
15038         clean up earlier.
15039
15040 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
15041
15042         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
15043         when closing resource modules.
15044
15045         * reflection.c (mono_image_create_pefile): Handle the case when the
15046         entry point is not a MethodBuilder.
15047
15048         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
15049         field to ReflectionMethod since it is not allways a builder.
15050
15051 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
15052
15053         * marshal.c (mono_marshal_get_managed_wrapper): 
15054         mono_marshal_alloc takes native int so CONV_I
15055         the arg for 64bits.
15056
15057 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
15058
15059         * reflection.c (fixup_cattrs): New function to fixup the methoddef
15060         tokens in the cattr table. Fixes #53108.
15061
15062 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15063
15064         * loader.c: don't trim ".dll" before looking up in the config file.
15065         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
15066
15067 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
15068
15069         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
15070         Return the module which contains the resource as well.
15071         (ves_icall_System_Reflection_Module_Close): New icall.
15072
15073         * appdomain.c: Bump corlib version number.
15074
15075         * image.c (mono_image_addref): New public function.
15076
15077         * assembly.c: Call mono_image_addref.
15078
15079         * reflection.c (mono_module_get_object): Increase reference count of 
15080         the image.
15081
15082         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
15083         Fixes #22532.
15084
15085         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
15086         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
15087         proper exceptions on DllImport problems.
15088
15089 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
15090
15091         * class.c, metadata.c: eliminate CSIZE macro.
15092
15093 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
15094
15095         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
15096         * object.h: Added async_callback field in MonoAsyncResult.
15097         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
15098         * verify.c: Added async_callback in MonoAsyncResult layout.
15099
15100 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
15101
15102         * reflection.c (mono_reflection_get_custom_attrs): Add support
15103         for Modules.
15104
15105 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
15106
15107         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
15108         marshalling.
15109         (mono_marshal_method_from_wrapper): Add null pointer check.
15110
15111 2004-01-16  Martin Baulig  <martin@ximian.com>
15112
15113         * debug-mono-symfile.h: Set version number to 36 and reflect
15114         latest symbol writer changes.
15115
15116 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
15117
15118         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
15119         multi-dimensional arrays.
15120         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
15121         (mono_class_from_mono_type): Use bounded_array_class_get.
15122         
15123         * class.c (mono_bounded_array_class_get): New function which takes
15124         a 'bounded' bool argument to distinguish vectors from one dimensional
15125         arrays.
15126
15127         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
15128         bounded_array_class_get if the array has bounds.
15129
15130         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15131         Search modules loaded using AssemblyBuilder:AddModule as well.
15132
15133 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15134
15135         * appdomain.c: increased corlib version.
15136         * filewatcher.c: removed g_print.
15137         * icall.c:
15138         (get_property_info): only allocate what is actually requested.
15139         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
15140
15141 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15142
15143         * Makefile.am: added filewatcher.[ch]
15144         * filewatcher.[ch]: FileSystemWatcher runtime support.
15145         * icall.c: added new FSW icalls.
15146
15147 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
15148
15149         * string-icalls.c: fix stringbuilder regression as suggested by
15150         Iain McCoy <iain@mccoy.id.au>.
15151
15152 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
15153
15154         * process.c (process_read_stringtable_block): Recognize '007f' as
15155         a language neutral stringtable block.
15156
15157 2004-01-12  Patrik Torstensson
15158
15159         * object.h (MonoStringBuilder) : Changed layout to support our
15160         new stringbuilder class.
15161         * marshal.c: Change marshalling to support the new layout of 
15162         string builder.
15163         * appdomain.c: increased version number because new layout of
15164         string builder.
15165
15166 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
15167
15168         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
15169         assembly name as an string instead of an AssemblyName, since it is
15170         easier to extract info from it.
15171
15172         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
15173         the culture subdirectories too. Fixes #52231.
15174
15175 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15176
15177         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
15178         It takes 2 new parameters with an optional name for the method to look
15179         for and case ignoring info.
15180
15181         * threadpool.c: removed unused variable.
15182
15183 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15184
15185         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
15186         It takes 2 new parameters with an optional name for the property to look
15187         for and case ignoring info.
15188         Fixes bug #52753.
15189
15190 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
15191
15192         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
15193         Fix #52451.
15194
15195 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15196
15197         * appdomain.c:
15198         * assembly.c: escape the uri before passing it to g_filename_from_uri.
15199         Fixes bug #52630.
15200
15201 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
15202
15203         * reflection.c: Add support for more than one unmanaged resource.
15204
15205         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
15206         in field->def_value, as done in all other cases.
15207
15208         * reflection.c (mono_reflection_get_custom_attrs): Add support for
15209         TypeBuilders.
15210
15211         * reflection.c (mono_reflection_create_runtime_class): Remove 
15212         errorneous assignment to klass->element_class, since it is already
15213         done in mono_reflection_setup_internal_class.
15214
15215 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15216
15217         * gc.c: added missing LeaveCriticalSection.
15218         * icall.c: indented a couple of lines.
15219         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
15220         if we call EndInvoke inside a callback. Fixes bug #52601.
15221
15222 2004-01-07  Martin Baulig  <martin@ximian.com>
15223
15224         * mono-debug-debugger.h
15225         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
15226
15227 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
15228
15229         * appdomain.c: Use messages in NotImplementedException.
15230
15231         * exception.c (mono_get_exception_not_implemented): Now this takes
15232         a message argument.
15233
15234         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
15235         exception instead of g_asserting an aborting when something is not
15236         implemented.
15237
15238         Add some inline docs.
15239
15240 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
15241
15242         * reflection.h: Update after changes to object layout.
15243
15244         * reflection.c: Implement saving of unmanaged aka win32 resources.
15245
15246         * appdomain.c: Bump version number.
15247
15248         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
15249         Handle missing domains gracefully.
15250
15251 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
15252
15253         * file-io.c : On Windows, there are much more invalid_path_chars.
15254
15255 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
15256
15257         * class.h, object.c: prepare for GetType () speedup.
15258
15259 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
15260
15261         * profiler.c: workaround for --profile null reference exception on
15262           cygwin. Patch by Patrik Torstensson.
15263
15264 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
15265
15266         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
15267         make work for unaligned access.
15268
15269 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
15270
15271         * class.c: small cleanup (class->fields [i] -> field).
15272         * image.c: check address of metadata is valid.
15273
15274 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
15275
15276         * assembly.h assembly.c (mono_assembly_loaded): New public function to
15277         search the list of loaded assemblies.
15278
15279         * reflection.c (mono_reflection_type_from_name): Use 
15280         mono_assembly_loaded instead of mono_image_loaded.
15281
15282         * reflection.c: Fix warnings.
15283
15284 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
15285
15286         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
15287         is dynamic. This is needed since an assembly can contain both dynamic and
15288         non-dynamic images.
15289
15290         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
15291         assembly->dynamic.
15292
15293         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
15294
15295         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
15296         to store modules loaded using AddModule.
15297
15298         * reflection.c (mono_image_fill_file_table): Generalize this so it works
15299         on Modules.
15300
15301         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
15302
15303         * reflection.c (mono_image_fill_export_table_from_module): New function to
15304         fill out the EXPORTEDTYPES table from a module.
15305
15306         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
15307         into a separate function. Also handle loaded non-dynamic modules.
15308
15309         * reflection.c (mono_image_basic_init): Fix memory allocation.
15310
15311         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15312
15313         * assembly.c (mono_assembly_load_references): Make this public.
15314
15315 2003-12-19  Martin Baulig  <martin@ximian.com>
15316
15317         * class.c (mono_class_initialize_generic): Made this static, take
15318         a `MonoGenericInst *' instead of a `MonoClass *'.
15319         (mono_class_from_generic): Call mono_class_initialize_generic()
15320         unless we're already initialized or being called from
15321         do_mono_metadata_parse_generic_inst().
15322
15323         * class.h (MonoGenericInst): Added `initialized' and
15324         `init_pending' flags.
15325
15326         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
15327         `mono_class_init (gklass)' or mono_class_initialize_generic()
15328         here; set `generic_inst->init_pending' while parsing the
15329         `type_argv'.
15330
15331 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
15332
15333         * locales.c: include string.h for memxxx prototypes
15334
15335 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
15336
15337         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
15338         constructor when accessing literal fields.
15339
15340 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
15341
15342         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15343
15344         * reflection.c (assembly_add_resource_manifest): New function to fill
15345         the MANIFESTRESOURCE table.
15346
15347         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
15348
15349         * reflection.h: Update to changes in class layout.
15350
15351         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
15352         Reenable call to mono_runtime_is_shutting_down ().
15353
15354         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
15355         determine if the runtime is shutting down.
15356
15357 2003-12-16  Jackson Harper <jackson@ximian.com>
15358
15359         * icall.c: comment out call to mono_runtime_is_shutting_down to
15360         fix build.
15361         
15362 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
15363
15364         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
15365         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
15366
15367 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
15368
15369         * reflection.c: move definition of swap_with_size
15370         to before its first call
15371
15372 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
15373
15374         * appdomain.c (mono_runtime_is_shutting_down): New public function.
15375
15376         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
15377         icall.
15378
15379         * object.c: Fix warnings.
15380
15381         * icall.c (ves_icall_Type_Get...): Only consider inherited static
15382         members if FlattenHierarchy is set.
15383
15384         * reflection.c (mono_image_add_decl_security): New function to emit
15385         declarative security.
15386
15387         * reflection.h reflection.c: Add support for declarative security.
15388
15389         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
15390         
15391 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
15392
15393         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
15394         
15395         * appdomain.c verify.c: Moved corlib version checking into its own
15396         function in appdomain.c since it needs to create vtables etc.
15397
15398 2003-12-13  Patrik Torstensson <p@rxc.se>
15399
15400         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
15401         instead of unwrapped server.
15402
15403 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
15404
15405         * verify.c (check_corlib): Fix field index.
15406
15407 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
15408
15409         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
15410         GetGacPath icall.
15411
15412 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
15413
15414         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
15415         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
15416         cope with sizeof(size_t) != sizeof(guint32).
15417
15418 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15419
15420         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
15421         in case of failure.
15422
15423 2003-12-10  Mark Crichton <crichton@gimp.org>
15424
15425         * icall.c: removed the GetNonZeroBytes.  We now handle this case
15426         in managed code.
15427
15428         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
15429
15430 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
15431
15432         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
15433         marked as deleted.
15434
15435 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
15436
15437         * verify.c (check_corlib): Handle the case when the version field is 
15438         initialized by a static constructor.
15439
15440 2003-12-08  Patrik Torstensson  <p@rxc.se>
15441
15442     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
15443
15444 2003-12-08  Martin Baulig  <martin@ximian.com>
15445
15446         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
15447         a MonoReflectionGenericParameter, also take the parameter index
15448         and name as arguments.
15449         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
15450         (ves_icall_MonoGenericParam_initialize): New interncall.
15451         (ves_icall_Type_make_byref_type): New interncall.
15452
15453         * reflection.h (MonoReflectionGenericParam): Derive from
15454         MonoReflectionType, not just from MonoObject.  Added `refobj' and
15455         `index' fields.
15456
15457         * reflection.c (mono_reflection_define_generic_parameter): Create
15458         and return a new MonoReflectionGenericParam; don't initialize the
15459         constraints here.
15460         (mono_reflection_initialize_generic_parameter): New public method;
15461         initializes the constraints and creates the `param->pklass'.
15462
15463 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
15464
15465         * reflection.h reflection.c: Use the new fields 'num_types', 
15466         'num_fields' and 'num_methods' to track the number of types etc.
15467
15468         * verify.c (check_corlib): Check corlib version number.
15469
15470 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
15471
15472         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
15473         function works on all methods.
15474
15475 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
15476
15477         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
15478         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
15479         the custom_type_info flag of the transparent proxy.
15480         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
15481         objects that supports IRemotingTypeInfo.
15482         * object.h: Added custom_type_info field in transparent proxy.
15483
15484 2003-12-06  Martin Baulig  <martin@ximian.com>
15485
15486         * class.c (mono_class_create_from_generic): Removed.
15487         (mono_class_from_generic): Check `ginst->klass' before doing
15488         anything else.  This is important to fully support "recursive"
15489         generic types.
15490
15491         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
15492         empty `generic_inst->klass' before doing anything else.
15493
15494 2003-12-06  Dick Porter  <dick@ximian.com>
15495
15496         * verify.c: 
15497         * object.h:
15498         * icall.c:
15499         * locales.c: Use C structs to access class fields.  Don't do a
15500         conversion between MonoString and UChar because both are
15501         platform-endian UTF-16.  Compare now takes startindex and count
15502         parameters.  Add a char overload for IndexOf.  Speed up the
15503         invariant string IndexOf.
15504
15505 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
15506
15507         * Makefile.am (monosn_LDADD): Fix parallel build.
15508
15509 2003-12-04  Martin Baulig  <martin@ximian.com>
15510
15511         * icall.c
15512         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
15513         (ves_icall_Type_make_array_type): New interncall.       
15514
15515 2003-12-04  Martin Baulig  <martin@ximian.com>
15516
15517         * locales.c: also change it in the !HAVE_ICU case.
15518
15519 2003-12-04  Dick Porter  <dick@ximian.com>
15520
15521         * icall.c:
15522         * locales.c: construct_compareinfo is now in CompareInfo, not
15523         CultureInfo.
15524
15525 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
15526
15527         * image.c (mono_image_load_file_for_image): Cache loaded images in the
15528         image->files array.
15529
15530         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
15531         table as well.
15532
15533         * assembly.c (mono_assembly_load_references): Only load references
15534         once.
15535
15536         * class.c (mono_class_from_name): Avoid linear search of the 
15537         EXPORTEDTYPE table.
15538
15539         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
15540
15541 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
15542
15543         * image.h (MonoImage): Add 'field_cache' field.
15544
15545         * loader.c (mono_field_from_token): Cache field lookups.
15546         
15547         * reflection.c (mono_module_get_object): Fix name property.
15548
15549         * icall.c (ves_icall_get_enum_info): Update after changes to 
15550         mono_metadata_get_constant_index ().
15551
15552         * icall.c: Get rid of get_type_info icall, use a separate icall for
15553         each type property to avoid needless memory allocations. Fixes #51514.
15554
15555         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
15556         to avoid needless binary searches.
15557
15558         * class.c (class_compute_field_layout): Move the initialization of
15559         field->def_value to mono_class_vtable ().
15560
15561         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
15562         non-corlib types.
15563
15564         * object.c (mono_object_allocate): Make it inline.
15565
15566         * object.c (mono_object_allocate_spec): Make it inline.
15567         
15568 2003-12-02  Dick Porter  <dick@ximian.com>
15569
15570         * locales.c (create_NumberFormat): NumberFormatInfo construction.
15571         Patch by Mohammad DAMT (mdamt@cdl2000.com).
15572
15573 2003-12-01  Dick Porter  <dick@ximian.com>
15574
15575         * threads.c: Fix signature and call in CreateMutex and
15576         CreateEvent.
15577
15578 2003-12-01  Dick Porter  <dick@ximian.com>
15579
15580         * icall.c: 
15581         * locales.c: Implement string compares and searching
15582
15583         * object.h: Add extra Thread field
15584
15585 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
15586
15587         * reflection.c (fixup_method): Add support for MonoCMethod.
15588
15589 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
15590
15591         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
15592
15593         * reflection.c (assembly_name_to_aname): Allow extra characters in
15594         assembly names. Fixes #51468.
15595
15596 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
15597
15598         * exception.c (mono_exception_from_name_domain): New helper function.
15599
15600         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
15601         exception object in the correct domain.
15602
15603         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
15604         formatting + make a copy a the input data.
15605
15606         * loader.c (mono_get_method_from_token): Methods which contain
15607         native code do not have entries in the ImplMap.
15608
15609         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
15610         Thanks to Gonzalo for spotting this.
15611         
15612         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
15613         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
15614
15615         * assembly.h (mono_assembly_load_from): Split the second part of 
15616         assembly loading into a new public function.
15617
15618         * exception.h (mono_get_exception_bad_image_format): New function.
15619
15620 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
15621
15622         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15623         Enumerate all modules inside a dynamic assembly. Fixes #51293.
15624         
15625         * icall.c: Add new icall for creating dynamic methods.
15626
15627         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
15628
15629         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
15630
15631         * reflection.c (mono_reflection_create_dynamic_method): New icall to
15632         create a dynamic method.
15633
15634         * reflection.c (resolve_object): New helper function.
15635
15636         * reflection.c: Generalize ReflectionMethodBuilder and the functions
15637         which manipulate it so they can also work on dynamic methods.
15638
15639         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
15640         creating the MonoReflectionMethodAux structure if it is not needed.
15641         
15642         * reflection.h verify.c: Update after changes to object layout.
15643
15644         * reflection.c (method_builder_encode_signature): Fix compilation on
15645         gcc 2.95.x.
15646
15647 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
15648
15649         * appdomain.h: Added support for context static fields. Added static_data
15650           field to MonoAppContext and renamed thread_static_fields to a more
15651           generic special_static_fields in MonoAppDomain, since it can now contain
15652           context static fields.
15653         * domain.c: Updated hashtable name.
15654         * object.c: Replaced field_is_thread_static() for a more generic
15655           field_is_special_static() which also checks for context static attribute.
15656           In mono_class_vtable(), added support for static context fields.
15657         * threads.c: Changed methods that manage thread static fields to more
15658           generic methods so they can be reused both for thread and context static
15659           data.
15660         * threads.h: Declared some new methods.
15661
15662 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
15663
15664         * reflection.h: Update after changes to the managed types.
15665
15666         * reflection.c (encode_custom_modifiers): New helper function.
15667
15668         * reflection.c (method_encode_signature): Emit custom modifiers.
15669
15670         * reflection.c (field_encode_signature): Emit custom modifiers.
15671
15672 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
15673
15674         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
15675
15676         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
15677         implementation.
15678
15679         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
15680         icall.
15681
15682         * object.c (mono_field_get_value_object): New function.
15683
15684         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
15685         specific.
15686
15687 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
15688
15689         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
15690         return a preallocated out-of-memory exception instance.
15691
15692         * object.c (out_of_memory): Use the new function.
15693
15694         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
15695         flag is before the custom modifiers. Fixes #49802.
15696
15697 2003-11-16  Martin Baulig  <martin@ximian.com>
15698
15699         * class.c (mono_class_is_open_constructed_type): Implemented the
15700         MONO_TYPE_GENERICINST case.
15701
15702 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
15703
15704         * assembly.c (mono_assembly_fill_assembly_name): New function to
15705         fill out the MonoAssemblyName structure.
15706         (mono_assembly_open): Use the new function.
15707
15708         * icall.c (fill_reflection_assembly_name): New helper function.
15709
15710         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
15711         new function.
15712
15713         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
15714
15715 2003-11-15  Martin Baulig  <martin@ximian.com>
15716
15717         * class.c (mono_class_is_open_constructed_type): New public
15718         function; checks whether a type is an open constructed type,
15719         ie. whether it still contains type parameters.
15720         (mono_class_inflate_generic_type): If we're a type parameter and
15721         the inflated type is also a MONO_TYPE_(M)VAR, return the original
15722         type.
15723
15724         * class.h (MonoGenericInst): Added `guint32 is_open'.
15725
15726         * loader.c (method_from_methodspec): Check whether we're an open
15727         or closed constructed type and set `ginst->is_open'.
15728
15729         * reflection.c (mono_reflection_bind_generic_parameters): Check
15730         whether we're an open or closed constructed type and set
15731         `ginst->is_open'.
15732         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
15733         from open constructed types.
15734
15735 2003-11-15  Martin Baulig  <martin@ximian.com>
15736
15737         * reflection.c (mono_reflection_bind_generic_parameters): If we're
15738         a generic instance (instead of a generic type declaration) with
15739         unbound generic parameters, bind them to our actual types.
15740
15741 2003-11-14  Martin Baulig  <martin@ximian.com>
15742
15743         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
15744
15745         * reflection.c (mono_reflection_bind_generic_parameters): If we're
15746         an interface type, populate `res->interfaces' with instantiated
15747         versions of all the interfaces we inherit.
15748
15749 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
15750
15751         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
15752         when MONO_PATH is set but doesn't contain the install dir.
15753
15754 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15755
15756         * icall.c:
15757         (ves_icall_Type_GetInterfaces): don't return an interface twice when
15758         it's also implemented in base classes. Fixes bug #50927.
15759
15760 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
15761
15762         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
15763         if this method is called from a finalizer. Fixes #50913.
15764
15765 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
15766
15767         * threads.c: Implement VolatileRead/VolatileWrite
15768
15769         * icall.c: Add new icalls for VolatileRead/VolatileWrite
15770
15771 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15772
15773         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
15774         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
15775         2.95.3.
15776
15777         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
15778         from Peter Ross (pro@missioncriticalit.com).
15779         
15780 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
15781
15782         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
15783
15784 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15785
15786         * assembly.c (mono_assembly_load_references): Disable check because it
15787         triggers on older corlibs which lots of people have.
15788
15789 2003-11-12  Jackson Harper  <jackson@ximian.com>
15790
15791         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
15792         load corlib.dll if mscorlib.dll is not found.
15793         * assembly.h: Remove corlib name define.
15794         * class.c:
15795         * domain.c:
15796         * image.c: Change corlib name to mscorlib.
15797         
15798 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15799
15800         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
15801
15802 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
15803
15804         * appdomain.h: Added loader_optimization here to sync with the C#
15805         code, and add disallow_binding_redirects field.
15806
15807 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15808
15809         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
15810
15811         * reflection.c (mono_image_build_metadata): Fix crash on modules
15812         with no types.
15813
15814         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
15815
15816         * icall.c (ves_icall_get_method_info): Return callingConvention as
15817         well.
15818
15819         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
15820         namespaces from the EXPORTEDTYPE table as well.
15821
15822         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
15823         from all modules inside the assembly.
15824         
15825 2003-11-11  Martin Baulig  <martin@ximian.com>
15826
15827         * reflection.c (mono_reflection_bind_generic_parameters): Make
15828         this work for interfaces.
15829
15830 2003-11-11  Martin Baulig  <martin@ximian.com>
15831
15832         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
15833
15834 2003-11-11  Martin Baulig  <martin@ximian.com>
15835
15836         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
15837         "MonoInflatedMethod" and "MonoInflatedCtor".
15838
15839 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15840
15841         * reflection.c (resolution_scope_from_image): Use the assembly table
15842         from the manifest module, since other modules don't have it.
15843
15844         * debug-helpers.c (mono_type_full_name): New helper function.
15845
15846         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
15847
15848         * image.c (mono_image_load_file_for_image): New public function which
15849         is a replacement for the load_file_for_image in class.c.
15850
15851         * assembly.c (mono_assembly_load_module): A wrapper for the function
15852         above which does assembly association and reference loading too.
15853
15854         * class.c (mono_class_from_name): Call mono_assembly_load_module.
15855
15856 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15857
15858         * appdomain.c: not all of the attributes for the full assembly name
15859         are required and the order doesn't matter. Fixes bug #50787.
15860
15861 2003-11-10  Dick Porter  <dick@ximian.com>
15862
15863         * locales.c: Use platform-endian UTF16
15864
15865 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15866
15867         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15868         
15869 2003-11-10  Martin Baulig  <martin@ximian.com>
15870
15871         * metadata.c
15872         (mono_metadata_load_generic_params): Make this actually work.
15873
15874         * reflection.c (mono_reflection_bind_generic_parameters): If our
15875         parent is a generic instance, pass all the `types' to it, no
15876         matter whether it has the same number of type parameters or not.
15877
15878 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15879
15880         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15881
15882         * assembly.c (mono_assembly_load_references): Move the image<->assembly
15883         assignment code to this function so it gets called recursively for all
15884         modules.
15885
15886         * image.c (load_modules): Remove the assembly assignment since it is
15887         now done by mono_assembly_load_references.
15888         
15889         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15890         Add 'module' argument.
15891         (mono_module_get_types): New helper function.
15892         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
15893
15894 2003-11-08  Martin Baulig  <martin@ximian.com>
15895
15896         * class.c (mono_class_inflate_generic_method): Interface method
15897         don't have a header.
15898
15899         * reflection.c (mono_image_get_methodspec_token): Take an
15900         additional `MonoGenericInst *' argument instead of reading it from
15901         the header; this is necessary to support interfaces.
15902         (mono_image_create_token): Pass the `MonoGenericInst *' from the
15903         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
15904         (inflated_method_get_object): Take an additional `MonoGenericInst *'
15905         argument.
15906
15907         * reflection.h (MonoReflectionInflatedMethod): Added
15908         `MonoGenericInst *ginst'.
15909
15910 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
15911
15912         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
15913
15914 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
15915
15916         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
15917
15918 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
15919
15920         * reflection.c 
15921         (reflection_methodbuilder_from_method_builder):
15922         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
15923         initialize a ReflectionMethodBuilder structure.
15924         (mono_image_get_methodbuilder_token):
15925         (mono_image_get_ctorbuilder_token): New functions to emit memberref
15926         tokens which point to types in another module inside the same assembly.
15927
15928         * reflection.c: Use the new helper functions.
15929         
15930         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
15931
15932         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
15933         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
15934
15935         * reflection.c (resolution_scope_from_image): Emit a moduleref if
15936         neccesary.
15937
15938         * reflection.c (mono_image_build_metadata): Emit metadata only for the
15939         current module. Emit the manifest only for the main module.
15940
15941         * reflection.c (mono_image_create_token): Add assertion when a 
15942         memberref needs to be created.
15943
15944         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
15945
15946         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
15947         larger buffer for the custom attribute blob. Fixes #50637.
15948         
15949 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15950
15951         * threadpool.c: notify listener on async processing handles after
15952         invoking the async callback. Thanks to Zoltan.
15953
15954 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15955
15956         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
15957         avoid code duplication.
15958
15959         * reflection.h (MonoDynamicImage): New type which is currently unused,
15960         but will be used through the ref.emit code in place of 
15961         MonoDynamicAssembly.
15962
15963         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15964         object layout.
15965
15966         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
15967         a MonoDynamicImage instead of just a MonoImage.
15968         
15969         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
15970         icalls to ModuleBuilder but keep their semantics, so they will work
15971         with moduleb->assemblyb. This will change later.
15972         
15973 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15974
15975         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
15976         object layout.
15977
15978         * reflection.c (mono_image_build_metadata): Avoid creation of a default
15979         main module, since it is now done by the managed code.
15980
15981 2003-11-03  Martin Baulig  <martin@ximian.com>
15982
15983         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
15984         `ginst->klass' here.
15985         (method_encode_methodspec): Don't use the `ginst->generic_method's
15986         klass if it's a generic instance, use `ginst->klass' in this case.
15987
15988 2003-11-03  Martin Baulig  <martin@ximian.com>
15989
15990         * reflection.c (mono_image_get_generic_method_param_info):
15991         Removed, use mono_image_get_generic_param_info() instead.
15992         (mono_image_get_type_info): Write the GenericParam table before
15993         the Method table.  This is neccessary because in the GenericParam
15994         table, type parameters of the class (ie. '!0' etc.) must come
15995         before the ones from its generic methods (ie. '!!0' etc).
15996
15997 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
15998
15999         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
16000
16001 2003-11-02  Martin Baulig  <martin@ximian.com>
16002
16003         * reflection.c (create_generic_typespec): Take a
16004         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
16005         the generic parameters from it.
16006
16007 2003-11-02  Martin Baulig  <martin@ximian.com>
16008
16009         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
16010         instead of a `MonoClassField *' since we just need the type.
16011         (create_generic_typespec): New static function.  Creates a
16012         TypeSpec token for a generic type declaration.
16013         (mono_image_get_generic_field_token): New static function.
16014         (mono_image_create_token): If we're a FieldBuilder in a generic
16015         type declaration, call mono_image_get_generic_field_token() to get
16016         the token.
16017
16018 2003-11-02  Martin Baulig  <martin@ximian.com>
16019
16020         * reflection.h
16021         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
16022         `MonoReflectionGenericInst *declaring_type' and
16023         `MonoReflectionGenericInst *reflected_type' fields.
16024
16025         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
16026         `MonoReflectionGenericInst *declaring_type' and a
16027         `MonoReflectionGenericInst *reflected_type' argument instead of a
16028         single `MonoReflectionGenericInst *type' one.  Set
16029         `res->declaring_type' and `res->reflected_type' from them.
16030         (mono_reflection_inflate_field): Likewise.      
16031
16032 2003-11-02  Martin Baulig  <martin@ximian.com>
16033
16034         * class.c (mono_class_setup_vtable): Don't store generic methods
16035         in the vtable.  
16036
16037 2003-11-02  Martin Baulig  <martin@ximian.com>
16038
16039         * reflection.h (MonoReflectionGenericInst): Added
16040         `MonoReflectionType *declaring_type'.
16041
16042         * reflection.c (mono_reflection_bind_generic_parameters): Use
16043         `if (tb->parent)' instead of `klass->parent'.
16044
16045 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
16046
16047         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
16048         with an empty ASSEMBLY table.
16049
16050         * reflection.c (mono_image_build_metadata): Avoid using the same loop
16051         variable in the inner and outer loops.
16052
16053 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
16054
16055         * metadata.h (mono_metadata_make_token): Put parentheses around macro
16056         argument.
16057
16058         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
16059         
16060         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
16061         icalls. Instead, do everything in managed code. This is needed since
16062         it is hard to restore the original domain etc. in unmanaged code in the
16063         presence of undeniable exceptions.
16064
16065         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
16066         New icalls to push and pop appdomain refs.
16067
16068 2003-10-31  Martin Baulig  <martin@ximian.com>
16069
16070         * class.c (inflate_generic_type): Renamed to
16071         mono_class_inflate_generic_type() and made it public.
16072
16073         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
16074         New interncall.
16075
16076         * loader.c (mono_field_from_memberref): Also set the retklass for
16077         typespecs.
16078
16079         * fielder.c (mono_image_get_inflated_field_token): New static
16080         method; creates a metadata token for an inflated field.
16081         (mono_image_create_token, fixup_method): Added support for
16082         "MonoInflatedField".
16083         (fieldbuilder_to_mono_class_field): New static function.
16084         (mono_reflection_inflate_field): New public function.
16085
16086         * reflection.h
16087         (MonoReflectionGenericInst): Added `MonoArray *fields'.
16088         (MonoReflectionInflatedField): New typedef.     
16089
16090 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
16091
16092         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
16093         for Solaris and other platforms without s6_addr16
16094
16095 2003-10-30  Martin Baulig  <martin@ximian.com>
16096
16097         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
16098         argument instead of two.
16099         (mono_class_inflate_generic_signature): Likewise.
16100         (inflate_generic_header): Likewise.
16101         (mono_class_inflate_generic_method): Likewise.  In addition, if
16102         `ginst->klass' is set, it becomes the new `method->klass'.
16103
16104         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
16105         field.
16106
16107         * reflection.c (encode_generic_method_sig): Write a 0xa as the
16108         first byte. [FIXME]
16109         (method_encode_methodspec): If we have generic parameters, create
16110         a MethodSpec instead of a MethodRef.
16111         (fixup_method): Added support for "MonoInflatedMethod" and
16112         "MonoInflatedCtor".
16113         (mono_image_create_token): Added support for "MonoInflatedMethod"
16114         and "MonoInflatedCtor".
16115         (inflated_method_get_object): New static function; returns a
16116         managed "System.Reflection.MonoInflatedMethod" object.
16117         (mono_reflection_bind_generic_method_parameters): Return a
16118         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
16119         (mono_reflection_inflate_method_or_ctor): Likewise.
16120         (mono_image_get_generic_method_param_info): Initialize unused
16121         fields to zero.
16122         (mono_image_get_generic_param_info): Likewise.
16123
16124         * reflection.h (MonoReflectionInflatedMethod): New public
16125         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
16126         "S.R.MonoInflatedCtor" classes.
16127
16128         * loader.c (method_from_memberref): If we're a TypeSpec and it
16129         resolves to a generic instance, inflate the method.
16130
16131 2003-10-28  Dick Porter  <dick@ximian.com>
16132
16133         * object.c (mono_runtime_run_main): Convert command-line arguments
16134         into utf8, falling back to the user's locale encoding to do so.
16135
16136 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
16137
16138         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
16139         at this time.
16140
16141         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
16142
16143         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
16144         up icalls at method definition time. Partially fixes #33569.
16145
16146 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
16147
16148         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
16149         marshalling of arrays. Fixes #50116.
16150
16151         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
16152
16153         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
16154         points to a vtable in the dying appdomain.
16155
16156         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
16157         listeners into unmanaged code inside the lock.
16158
16159         * object.c (mono_class_vtable): Turn off typed allocation in non-root
16160         domains and add some comments.
16161
16162 2003-10-25  Martin Baulig  <martin@ximian.com>
16163
16164         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
16165
16166         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
16167
16168         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
16169         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
16170         currently parsing.  Create the generic class and store it in
16171         `generic_inst->klass' before parsing the type arguments.  This is
16172         required to support "recursive" definitions; see mcs/tests/gen-23.cs
16173         for an example.
16174         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
16175         to support recursive typespec entries.
16176
16177         * class.c (mono_class_setup_parent): If our parent is a generic
16178         instance, we may get called before it has its name set.
16179         (mono_class_from_generic): Splitted into
16180         mono_class_create_from_generic() and mono_class_initialize_generic().
16181
16182 2003-10-25  Martin Baulig  <martin@ximian.com>
16183
16184         * icall.c (ves_icall_Type_BindGenericParameters): Return a
16185         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
16186         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
16187         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
16188
16189         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
16190         (create_typespec): Likewise.
16191         (mono_reflection_bind_generic_parameters): Return a
16192         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
16193         (mono_reflection_inflate_method_or_ctor): New public function.
16194
16195         * reflection.h (MonoReflectionGenericInst): New typedef.        
16196
16197 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
16198
16199         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
16200         inside the domain lock. Fixes #49993.
16201         
16202         * object.c (mono_class_vtable): When typed allocation is used, 
16203         allocate vtables in the GC heap instead of in the mempool, since the
16204         vtables contain GC descriptors which are used by the collector even
16205         after the domain owning the mempool is unloaded.
16206
16207         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
16208
16209         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
16210         reflect what it does. Also invalidate mempools instead of freeing
16211         them if a define is set.
16212
16213         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
16214         of the appdomain.
16215         
16216         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
16217         hold the finalizable objects in this domain.
16218
16219         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
16220         appdomain.
16221
16222         * appdomain.c (mono_domain_set): New function to set the current
16223         appdomain, but only if it is not being unloaded.
16224
16225         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
16226         appdomain which is being unloaded.
16227         
16228         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
16229         unloading of the root appdomain.
16230
16231         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
16232         icall to execute a method in another appdomain. Intended as a 
16233         replacement for InternalSetDomain, which can confuse the code 
16234         generation in the JIT.
16235
16236         * appdomain.c (mono_domain_is_unloading): New function to determine
16237         whenever an appdomain is unloading.
16238
16239         * appdomain.c (mono_domain_unload): New function to correctly unload
16240         an appdomain.
16241
16242         * assembly.c (mono_assembly_load_references): Check that an assembly
16243         does not references itself.
16244
16245         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
16246         domain manually, it asks the finalizer thread to do it, then waits for
16247         the result. Also added a timeout.
16248
16249         * icall.c: Register the new icalls.
16250
16251         * threads.h threads.c: Export the mono_gc_stop_world and 
16252         mono_gc_start_world functions.
16253         
16254         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
16255         function to fill out the mempool with 0x2a.
16256
16257 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
16258
16259         * reflection.h (MonoReflectionMethodAux): New structure to store
16260         information which is rarely used, thus is not in the MonoMethod
16261         structure.
16262
16263         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
16264         store the aux info.
16265
16266         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
16267         and marshalling info into the aux structure.
16268
16269         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
16270         from the aux structure.
16271
16272         * loader.c (mono_method_get_param_names): Retrieve the param names from
16273         the aux structure.
16274         
16275 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
16276
16277         * exception.h exception.c: Add AppDomainUnloadedException && fix 
16278         warning.
16279
16280 2003-10-21  Dick Porter  <dick@ximian.com>
16281
16282         * socket-io.c
16283         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
16284         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
16285
16286 2003-10-21  Martin Baulig  <martin@ximian.com>
16287
16288         * reflection.c (mono_reflection_bind_generic_parameters):
16289         `klass->parent' is NULL for interfaces.
16290
16291 2003-10-21  Martin Baulig  <martin@ximian.com>
16292
16293         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
16294
16295 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
16296
16297         * exception.c (mono_exception_from_name_msg): New helper function for
16298         creating exceptions and initializing their message field.
16299
16300         * exception.c: Simplify functions using the new helper.
16301
16302         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
16303         New function.
16304
16305         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
16306         mono_raise_exception, since otherwise gcc doesn't generate the function
16307         epilog for raise_exception, confusing the stack unwinding in the JIT.
16308         Fixes #45043.
16309
16310         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
16311         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
16312         Fixes #49499.
16313
16314 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16315
16316         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
16317         utf8.
16318
16319 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
16320
16321         * icall.c: Removed GetUninitializedObject method because
16322           AllocateUninitializedClassInstance does the same.
16323
16324 2003-10-18  Martin Baulig  <martin@ximian.com>
16325
16326         * class.c (inflate_generic_signature): Renamed to
16327         mono_class_inflate_generic_signature() and made it public.
16328         (my_mono_class_from_generic_parameter): New static function; if we
16329         don't already have the generic parameter's MonoClass, create a
16330         very simple one which is just used internally in the runtime and
16331         not passed back to managed code.
16332
16333         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
16334
16335         * metadata.h (MonoMethodSignature): Moved the
16336         `MonoGenericParam *gen_params' to the MonoMethodHeader.
16337         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
16338
16339         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
16340         ves_icall_MonoMethod_GetGenericArguments(); this is now an
16341         interncall on the MonoMethod class, not on MethodInfo.
16342         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
16343         calling mono_reflection_bind_generic_method_parameters() directly.
16344
16345         * loader.c (mono_method_get_signature): If this is a MethodSpec;
16346         return the already computed `method->signature'.
16347         (method_from_methodspec): New static function to load a method
16348         from a MethodSpec entry.
16349         (mono_get_method_from_token): Call the new method_from_methodspec()
16350         for MethodSpec tokens.  
16351         (mono_get_method_from_token): If we're a generic method, load the
16352         type parameters.
16353
16354         * reflection.c (mono_image_get_memberref_token): Allow
16355         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
16356         table.
16357         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
16358         (mono_image_create_token): First check whether it's a generic
16359         method (so we'd need to create a MethodSpec), then do the other
16360         two alternatives.
16361         (mono_reflection_bind_generic_method_parameters): Return a
16362         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
16363         called directly from the interncall.
16364
16365 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
16366
16367         * reflection.c (load_public_key): Move loading of the public key
16368         into managed code.
16369
16370         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
16371
16372         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
16373         fields.
16374
16375         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
16376         culture, hash_alg and public_key. Fixes #49555.
16377
16378 2003-10-17  Martin Baulig  <martin@ximian.com>
16379
16380         * class.h (MonoGenericInst): Moved this declaration here and added
16381         `MonoMethod *generic_method'.
16382
16383         * icall.c
16384         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
16385         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
16386
16387         * metadata.c (mono_metadata_type_equal): Two types of
16388         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
16389         index; ie. don't compare the address of the `MonoGenericParam'
16390         structure.
16391         (mono_metadata_load_generic_params): Removed the `MonoMethod
16392         *method' argument.
16393
16394         * metadata.h (MonoGenericInst): Moved declaration to class.h.
16395         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
16396
16397         * reflection.c (method_encode_signature): Encode the number of
16398         generic parameters.
16399         (encode_generic_method_sig): New static function.
16400         (method_encode_methodspec): New static function; creates an entry
16401         in the MethodSpec table for a generic method.
16402         (mono_image_get_methodspec_token): New static function.
16403         (mono_image_create_token): Call mono_image_get_methodspec_token()
16404         for generic methods.
16405         (mono_reflection_bind_generic_method_parameters): New public
16406         function.  Instantiates a generic method.
16407
16408 2003-10-16  Martin Baulig  <martin@ximian.com>
16409
16410         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
16411         *gen_params' here from MonoMethodHeader.
16412
16413         * metadata.c (mono_metadata_parse_method_signature): If we have
16414         generic parameters, initialize `method->gen_params' and then set
16415         the correct `type->data.generic_param' in all the parameters.
16416
16417 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
16418
16419         * threads.c (mono_threads_get_default_stacksize): New function to 
16420         return the default stacksize.
16421
16422         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
16423         termination of the finalizer thread, since the previous method had
16424         race conditions. Fixes #49628.
16425
16426         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
16427         as for the other managed threads.
16428
16429 2003-10-16  Martin Baulig  <martin@ximian.com>
16430
16431         * class.c (inflate_generic_signature): Copy `generic_param_count'
16432         and `gen_params'.
16433
16434         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
16435         New interncall.
16436
16437         * metadata.c (mono_metadata_parse_method_signature): Actually set
16438         the `method->generic_param_count' here.
16439         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
16440
16441 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
16442
16443         * object.h: Add a new field to TypedRef to simplify the implementation
16444         of the REFANY opcodes in the JIT.
16445
16446         * icall.c: Make use of the new field.
16447
16448         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
16449         dynamically.
16450
16451 2003-10-15  Martin Baulig  <martin@ximian.com>
16452
16453         * class.c (mono_class_from_gen_param): Renamed to
16454         mono_class_from_generic_parameter() and moved most of the
16455         functionality from mono_reflection_define_generic_parameter()
16456         here; ie. we create a "real" class here.
16457         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
16458         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
16459         previously been called.
16460
16461         * class.h (MonoGenericParam): Moved the declaration of this struct
16462         here from metadata.h and added `MonoMethod *method'.
16463
16464         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
16465         interncall.
16466
16467         * loader.c (mono_get_method_from_token): If we have any generic
16468         parameters, call mono_metadata_load_generic_params() to read them
16469         from the MONO_TABLE_GENERICPAR.
16470
16471         * metadata.c (mono_metadata_load_generic_params): Added
16472         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
16473
16474         * metadata.h (MonoMethodSignature): Replaced
16475         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
16476         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
16477
16478         * reflection.c (mono_reflection_define_generic_parameter): Moved
16479         most of the functionality into the new
16480         mono_class_from_generic_parameter(); set the `method' field if
16481         we're a method parameter.       
16482
16483 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
16484
16485         * marshal.c (emit_struct_conv): if native size is 0
16486         emit no code.
16487
16488 2003-10-14  Martin Baulig  <martin@ximian.com>
16489
16490         * icall.c: The generics API has changed in the spec since it was
16491         added to System.Type; these modifications make it match the spec
16492         again.
16493         (ves_icall_Type_GetGenericParameters): Renamed to
16494         `ves_icall_Type_GetGenericArguments'.
16495         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
16496         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
16497         `ves_icall_MonoType_get_HasGenericArguments'.
16498         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
16499         `ves_icall_MonoType_get_IsGenericParameter'.
16500         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
16501         this is no interncall anymore.
16502         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
16503         `ves_icall_TypeBuilder_get_IsGenericParameter'.
16504
16505 2003-10-14  Martin Baulig  <martin@ximian.com>
16506
16507         * reflection.c (mono_reflection_bind_generic_parameters): Also
16508         inflate generic methods if we're reading the class from IL.
16509
16510 2003-10-13  Martin Baulig  <martin@ximian.com>
16511
16512         * reflection.c (mono_reflection_define_generic_parameter): This
16513         method isn't called directly from the icall anymore; take a
16514         `MonoReflectionAssemblyBuilder *' so we can use this for type and
16515         method generic parameters.
16516         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
16517         (method_builder_encode_signature): Encode generic parameters.
16518         (mono_image_get_method_info): Write generic params to the
16519         MONO_TABLE_GENERICPARAM table.
16520
16521         * reflection.h (MonoReflectionMethodBuilder): Added
16522         `MonoArray *generic_params'.
16523
16524         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
16525
16526         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
16527         wrapper for mono_reflection_define_generic_parameter().
16528         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
16529
16530 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
16531
16532         * marshal.h: Add missing function to fix build.
16533
16534         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
16535         the SetLastError pinvoke attribute.
16536
16537         * marshal.c (mono_marshal_set_last_error): New helper function called
16538         by the generated code.
16539         
16540         * marshal.c (mono_mb_emit_branch): New helper function.
16541
16542         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
16543
16544         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
16545         classes as parameters and return values of delegates. Fixes #29256. 
16546
16547 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
16548
16549         * locales.c: use gint32 in non HAVE_ICU case
16550
16551 2003-10-11  Martin Baulig  <martin@ximian.com>
16552
16553         * mono-debug.c (mono_debug_add_method): Added a workaround for
16554         bug #48591.
16555
16556 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
16557
16558         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
16559         delegates passed to native code must use the STDCALL calling 
16560         convention. Fixes #35987.
16561
16562 2003-10-10  Martin Baulig  <martin@ximian.com>
16563
16564         * class.c (inflate_generic_type): If we're inflating for a generic
16565         type instance (and not for a generic method), return
16566         MONO_TYPE_MVAR unchanged.
16567
16568 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16569
16570         * string-icalls.c: Join ignores null strings in the source array.
16571         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
16572         * threads.c: GetAvailableTheads is slightly more accurate.
16573
16574 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
16575
16576         * threads.h threads.c : add mono_threads_set_default_stacksize
16577         and pass default to CreateThread calls.
16578
16579 2003-10-09  Dick Porter  <dick@ximian.com>
16580
16581         * icall.c:
16582         * locales.h:
16583         * locales.c: Internal calls for constructing CultureInfo and
16584         related objects from libicu (if its available.)
16585
16586 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
16587
16588         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
16589
16590 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16591
16592         * threadpool.c: added an argument to async_invoke_thread that is the
16593         item to process, pass the MonoAsyncResult to the thread start function
16594         when creating a new thread. This way we don't need to acquire any lock
16595         when we're creating a new thread. Readded a semaphore for faster
16596         response times (instead of that Sleep i added).
16597
16598 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
16599
16600         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
16601         get daylight change dates better on Windows, fix handling
16602         of platforms without tm_gmtoff.
16603
16604 2003-10-06  Martin Baulig  <martin@ximian.com>
16605
16606         * class.c (inflate_generic_method): Renamed to
16607         mono_class_inflate_generic_method() and made public.
16608         (mono_class_init): Don't inflate the generic methods here.
16609         (mono_class_from_generic): Added `gboolean inflate_methods'
16610         argument.  Inflate the methods here.
16611
16612         * loader.c (mono_method_get_param_names): Ignore instances of
16613         generic types for the moment.
16614
16615         * reflection.c (fixup_method): Added support for inflated methods.
16616         (mono_image_create_token): Use mono_image_get_methodref_token()
16617         for inflated methods.
16618         (mono_custom_attrs_from_param): Ignore instances of generic types
16619         for the moment.
16620         (mono_reflection_bind_generic_parameters): New public function.
16621         Moved all the functionality from
16622         ves_icall_Type_BindGenericParameters() here and added support for
16623         dynamic types.
16624         (mono_reflection_define_generic_parameter): Initialize
16625         `klass->methods' here.
16626
16627         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
16628         functionality into mono_reflection_define_generic_parameter().
16629         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
16630         TypeBuilder, return that TypeBuilder.
16631
16632 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16633
16634         * appdomain.c: removed mono_delegate_semaphore.
16635
16636         * threadpool.c:
16637         (mono_thread_pool_add): moved hash table creation inside and the thread 
16638         creation outside of the critical region.
16639         (mono_thread_pool_finish): removed obsolete code.
16640         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
16641         continue or exit the thread depending on the queue.
16642
16643 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
16644
16645         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
16646         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
16647         handle more bool marshalling options
16648
16649 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
16650
16651         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
16652         arrays of structs. Also add a more descriptive error message when
16653         a structure member is marshalled as LPArray.
16654
16655 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
16656
16657         * marshal.c (mono_marshal_get_native_wrapper): Add support for
16658         marshalling arrays of complex types. Fixes #29098. Also remove an
16659         usused and incomplete function.
16660
16661 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
16662
16663         * gc.c: report heap_size - free_bytes as total memory allocated
16664         (bug#49362).
16665
16666 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
16667
16668         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
16669         fix timezone handling problems on Windows.
16670         
16671         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
16672         asserts when the year is outside the range handled by ms the functions.
16673
16674         * class.c (setup_interface_offsets): If the class is an interface,
16675         fill out its interface_offsets slot.
16676
16677 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16678
16679         * threadpool.c: mark threadpool threads as background.
16680
16681 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
16682
16683         * decimal.c - define DECINLINE to nothing if not using GCC
16684
16685 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
16686
16687         * assembly.c: More refcount fixes.
16688
16689 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16690
16691         * string-icalls.c: if we're not trimming, return the same string.
16692         When not splitting, don't create a new string.
16693
16694 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16695
16696         * image.c:
16697         (mono_image_open): increment the ref_count inside the critical section.
16698
16699 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
16700
16701         * image.c (mono_image_open): Fix reference counting bug.
16702
16703 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
16704
16705         * marshal.c (mono_marshal_type_size) struct alignment changed for 
16706         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
16707         64bits. Avoid leak in mono_marshal_get_native_wrapper when
16708         mono_lookup_pinvoke_call throws.        
16709
16710 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
16711
16712         * reflection.c (mono_reflection_parse_type): Fix #49114.
16713
16714         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
16715         temporary workaround for cygwin header problem.
16716
16717         * object.c (mono_object_isinst): Synchronize this with the code
16718         generated by the JIT for casts.
16719
16720 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
16721
16722         * reflection.c (encode_type): Fix #38332.
16723
16724 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
16725
16726         * marshal.c (mono_marshal_method_from_wrapper): New function to return
16727         the original method from the wrapper method.
16728
16729 2003-09-25  Martin Baulig  <martin@ximian.com>
16730
16731         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
16732         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
16733         (ves_icall_Type_get_IsGenericInstance): New interncall.
16734
16735 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
16736
16737         * object.c: fix cast warning in big endian code.
16738
16739 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
16740
16741         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
16742         
16743 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16744
16745         * assembly.c: don't call check_env from mono_assembly_load. It's
16746         already done once in mono_assemblies_init and may cause headaches when
16747         multiple threads are loading assemblies.
16748
16749 2003-09-19  Martin Baulig  <martin@ximian.com>
16750
16751         * reflection.c (mono_reflection_define_generic_parameter): Don't
16752         allocate `klass->methods', set `klass->flags' to
16753         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
16754
16755 2003-09-18  Martin Baulig  <martin@ximian.com>
16756
16757         * class.c (mono_class_init): Don't create `class->methods' if it's
16758         already initialized.
16759
16760         * metadata.c (mono_metadata_load_generic_params): Make this
16761         actually work.
16762
16763         * reflection.c (mono_reflection_define_generic_parameter): Set
16764         parent class and interfaces from the constraints.
16765
16766         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
16767         to keep this struct in sync with the declaration in TypeBuilder.cs.
16768
16769 2003-09-17  Martin Baulig  <martin@ximian.com>
16770
16771         * metadata.h (MonoType): Replaced the data's `int type_param'
16772         field with `MonoGenericParam *generic_param'.
16773         (MonoGenericParam): Added `MonoClass *klass'.
16774
16775         * class.c (mono_class_from_gen_param): Removed the
16776         `MonoImage *image' and `int type_num' arguments.
16777
16778         * metadata.c (mono_metadata_parse_generic_param): New static
16779         method; creates a MonoGenericParam which just contains the index.
16780         (do_mono_metadata_parse_type): Call
16781         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
16782         MONO_TYPE_MVAR.
16783
16784         * reflection.c (mono_image_typedef_or_ref): Generic type
16785         parameters may be in the same assembly, but never use a typedef
16786         for them.
16787         (mono_reflection_define_generic_parameter): We're now creating a
16788         "real" class for the type parameter; it's now safe to call
16789         mono_class_from_mono_type() on the class'es type, it'll do the
16790         right thing.
16791
16792 2003-09-16  Martin Baulig  <martin@ximian.com>
16793
16794         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
16795         `symfile->range_entry_size' and `symfile->class_entry_size' here;
16796         the `symfile' data structure must be fully initialized before it
16797         gets added to the table.
16798
16799 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
16800
16801         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
16802
16803         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
16804         class init trampolines.
16805
16806 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
16807
16808         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
16809         to the built-in profiler to turn off time and allocation profiling
16810         respectively.
16811
16812 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
16813
16814         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
16815         g_direct_equal.
16816
16817         * debug-helpers.c (mono_method_full_name): Print the wrapper type
16818         in human readable form.
16819
16820 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
16821
16822         * reflection.c icall.c: Fixed warnings.
16823
16824         * image.c (load_class_names): Use a temporary hash table to hold the
16825         namespaces in order to avoid doing many string comparisons.
16826
16827         * image.h: Fix typo.
16828
16829         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
16830         Pass NULL instead of g_direct_equal to the GHashTable constructor 
16831         since the NULL case is short-circuited inside g_hash_table_lookup, 
16832         leading to better performance.  
16833
16834         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
16835         obtain the first custom attribute for a given index. Depends on the
16836         CustomAttribute table being sorted by the parent field.
16837
16838         * reflection.c (mono_custom_attrs_from_index): Use the new function 
16839         for better performance.
16840
16841 2003-09-07  Martin Baulig  <martin@ximian.com>
16842
16843         * class.c (mono_class_init): If we're a generic instance, inflate
16844         all our methods instead of loading them from the image.
16845         (mono_class_from_generic): Set `class->methods = gklass->methods'.
16846
16847 2003-09-07  Martin Baulig  <martin@ximian.com>
16848
16849         * mono-debug-debugger.c: Added support for constructors.
16850
16851 2003-09-06  Martin Baulig  <martin@ximian.com>
16852
16853         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
16854         New interncall.
16855
16856         * reflection.c (mono_reflection_setup_generic_class): Call
16857         ensure_runtime_vtable() to create the vtable.
16858
16859 2003-09-05  Martin Baulig  <martin@ximian.com>
16860
16861         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
16862         MONO_TYPE_MVAR.
16863
16864 2003-09-04  Martin Baulig  <martin@ximian.com>
16865
16866         * reflection.c (mono_reflection_define_generic_parameter): Generic
16867         parameters start with zero.
16868
16869 2003-09-04  Martin Baulig  <martin@ximian.com>
16870
16871         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
16872
16873         * reflection.h (MonoReflectionGenericParam): New typedef.
16874         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
16875         the generic parameters from the managed TypeBuilder.
16876
16877         * reflection.c (mono_reflection_define_generic_parameter): New function.
16878         (mono_reflection_create_runtime_class): Encode generic parameters.
16879         (mono_reflection_setup_generic_class): New function; this is
16880         called after adding adding all generic params to the TypeBuilder.
16881         (encode_type): Added MONO_TYPE_VAR.
16882
16883 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
16884
16885         * class.h class.c (mono_class_needs_cctor_run): Moved this method
16886         here from the JIT.
16887
16888         * assembly.h assembly.c: Moved the AOT loading code into an assembly
16889         load hook.
16890
16891 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
16892
16893         * reflection.h reflection.c class.h class.c: Delete duplicate 
16894         definition of mono_type_get_name () from reflection.c and export the
16895         one in class.c.
16896
16897         * class.c: Class loading fixes from Bernie Solomon 
16898         (bernard@ugsolutions.com).
16899
16900         * reflection.c: Endianness fixes from Bernie Solomon 
16901         (bernard@ugsolutions.com).
16902         
16903 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
16904
16905         * assembly.h assembly.c: Define a file format version for AOT
16906         libraries.
16907         
16908         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
16909
16910         * appdomain.h (MonoJitInfo): New field to determine whenever the
16911         code is domain neutral.
16912         
16913 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
16914
16915         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
16916
16917 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
16918
16919         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
16920         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
16921         Avoid caching the result since strings must be domain specific. Fixes
16922         #48050.
16923
16924 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
16925
16926         * marshal.c (mono_marshal_init): Make this callable multiple times
16927         since it is hard to find a correct place to call it.
16928
16929         * object.c (mono_runtime_class_init): Execute static constructors in
16930         the correct appdomain.
16931
16932         * image.c (build_guid_table): Handle the case when multiple images have
16933         the same GUID.
16934
16935 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16936
16937         * icall.c: added a couple of icalls for System.Web.
16938
16939 2003-08-28  Martin Baulig  <martin@ximian.com>
16940
16941         * icall.c (ves_icall_Type_BindGenericParameters): Use
16942         `klass->generic_inst' instead of `&klass->byval_arg' in the
16943         mono_type_get_object() call.  The returned type must be
16944         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
16945
16946 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
16947
16948         * NOTES: New file.
16949
16950         * object.c (mono_class_proxy_vtable): Make it thread safe.
16951
16952         * pedump.c: Fix warning.
16953
16954         * object.c appdomain.h: Get rid of metadata_section. 
16955         It is no longer needed and it was causing deadlocks with domain->lock.
16956
16957         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
16958
16959 2003-08-26  Martin Baulig  <martin@ximian.com>
16960
16961         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
16962
16963 2003-08-26  Martin Baulig  <martin@ximian.com>
16964
16965         * pedump.c (main): Call mono_metadata_init(),
16966         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
16967         and mono_loader_init().
16968
16969 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
16970
16971         * loader.h: Add missing include to fix build.
16972
16973         * image.h: mono_image_load_references is no more.
16974
16975         * assembly.c: Reworked assembly loading to make it really thread safe.
16976         After these changes, the assembly returned by mono_assembly_open is
16977         fully initialized, i.e. all its references assemblies are loaded.
16978
16979         * assembly.c (mono_image_load_references): Renamed to 
16980         mono_assembly_load_references, and made private, since clients no
16981         longer need to call it.
16982
16983         * class.c: Removed calls to mono_assembly_load_references, since it was
16984         a source of deadlocks.
16985
16986         * loader.h loader.c class.h class.c: Protect data structures using a 
16987         new lock, the loader lock.
16988
16989         * class.c (mono_class_setup_vtable): Create temporary hash tables and
16990         GPtrArrays only when needed.
16991
16992         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
16993         into empty structures by mcs. Fixes pinvoke7.cs.
16994         
16995         * domain.c (mono_init): Call a new initialization function.
16996
16997         * appdomain.c (mono_runtime_init): Call the new initializer function
16998         of the marshal module.
16999
17000         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
17001         inserted into empty structures by mcs. Fixes pinvoke7.cs.
17002
17003         * marshal.h marshal.c: Added locks around the wrapper caches to make
17004         this module thread safe.
17005
17006         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
17007         this argument. Fixes pinvoke1.exe.
17008
17009 2003-08-25  Lluis Sanchez <lluis@ximian.com>
17010
17011         * object.h: Added call_type field to MonoMethodMessage and the corresponding
17012         enumeration of values. Removed fields to store remote call output values in
17013         MonoAsyncResult. Not needed any more.
17014         * object.c: Initialize call_type and async_result fields in mono_message_init.
17015         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
17016         dispatching the message.
17017         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
17018         async call to finish. To do it use a message with EndInvoke call type.
17019
17020 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
17021
17022         * loader.h loader.c (mono_method_hash_marhal_info): New function which
17023         determines whenever a method has marshalling info.
17024
17025 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17026
17027         * assembly.c: fix the build on windows.
17028
17029 2003-08-22 Lluis Sanchez <lluis@ximian.com>
17030
17031         * object.cs: Fixed bug #47785.
17032
17033 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
17034
17035         * string-icalls.c (StringReplace): If their are no occurances of
17036         the old string found return a reference to the supplied
17037         string. This saves some memory and matches MS behavoir.
17038         
17039 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17040
17041         * socket-io.c: fixed compilation for systems that define AF_INET6
17042         and don't define SOL_IP/SOL_IPV6.
17043
17044 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
17045
17046         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
17047         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
17048
17049         * rawbuffer.c rawbuffer.h: Make this module thread safe.
17050
17051         * domain.c: Make this module thread safe.
17052
17053         * domain.c (mono_init): Call new initialization function.
17054
17055         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
17056         reference types too. Fixes #38812.
17057
17058         * image.c (mono_image_init): Fixed warnings.
17059
17060         * class.c (mono_class_from_typeref): Handle assembly load failure
17061         correctly.
17062
17063         * appdomain.c (add_assemblies_to_domain): Handle the case when
17064         the references of an assembly are not yet loaded.
17065
17066         * metadata.c image.c assembly.c: Moved initialization of global
17067         variables to a separate function called at startup since lazy 
17068         initialization of these variables is not thread safe.
17069         
17070         * image.c assembly.c: Made this module thread safe by adding locks in 
17071         the appropriate places.
17072
17073         * domain.c (mono_init): Call the new initialization functions of the
17074         three modules.
17075
17076 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
17077
17078         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
17079           make a direct call. It is proxy's work to make the call asynchronous.
17080           mono_delegate_end_invoke(): If the targe is a proxy, just collect
17081           the return values.
17082         * object.cs: mono_method_call_message_new(): read AsyncResult and
17083           state object from parameters list, if this info is requested.
17084         * object.h: Added fields to store remote call output values in
17085           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
17086
17087 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17088
17089         * object.h: add needed fields to MonoThread.
17090         * threads.c, threads.h: allow registering a function to cleanup data
17091         allocated per thread by the JIT.
17092
17093 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17094
17095         * loader.h: portability fix by Bernie Solomon
17096         * <bernard@ugsolutions.com>.
17097
17098 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
17099
17100         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
17101         return a MonoArray. This simplifies the code and also ensures that
17102         the cache allways contains an object reference as a value.
17103
17104         * icall.c (ves_icall_get_parameter_info): Simplified using the new
17105         function.
17106
17107 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17108
17109         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
17110         fixes a problem with byte ordering when getting the address family for
17111         a socket.
17112
17113 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
17114
17115         * .cvsignore: Added monosn.
17116
17117         * reflection.h reflection.c loader.c: Added support for parameter
17118         marshalling to dynamically created types. Fixes #47295.
17119
17120 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
17121
17122         * rand.c: remove useless warnings.
17123
17124 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
17125
17126         * class.c: implemented ldtoken for methods and fieldrefs.
17127
17128 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17129
17130         * threadpool.c: when mono_async_invoke was called, no one took care of
17131         monitoring the queue. So if the method invoked took some time and we
17132         got new async invoke requests after 500 ms (the thread created waited
17133         that long in WaitForSingleObject), the new async invoke was not called
17134         until the previous one finished.
17135
17136         This is fixed now. Thanks to Totte for helping with it.
17137
17138 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17139
17140         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
17141
17142 2003-08-11  Martin Baulig  <martin@ximian.com>
17143
17144         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
17145
17146 2003-08-06  Martin Baulig  <martin@ximian.com>
17147
17148         * mono-debug-debugger.c: Added support for static fields,
17149         properties and methods.
17150
17151 2003-08-06  Martin Baulig  <martin@ximian.com>
17152
17153         * mono-debug-debugger.c: Don't store the MonoString's vtable to
17154         make this work for applications with multiple application domains.
17155
17156 2003-08-04  Martin Baulig  <martin@ximian.com>
17157
17158         * mono-debug-debugger.c: Completely reworked the type support; the
17159         most important thing is that we're now just using one single
17160         `MonoType' instance per type.
17161
17162 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
17163
17164         * mono-endian.h, mono-endian.c, icall.c: Added icall
17165         ves_icall_System_Double_AssertEndianity to assert double word endianity
17166         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
17167
17168 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
17169
17170         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
17171         support, icalls and fixes.
17172
17173 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
17174
17175         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
17176         classes that are a punctuation character in .NET is not the same a
17177         g_unichar_ispunct.
17178
17179 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17180
17181         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
17182
17183 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
17184
17185         * icall.c: Add new MemCopy internalcall.
17186         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
17187         Simplified code; It is not necessary to handle all the cases here,
17188         as the C# code takes care of it.  Only handle the case of the name
17189         resource embedded into the assembly.
17190
17191         Changed signature to return the data pointer and the size of the
17192         data. 
17193
17194 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
17195
17196         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
17197         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
17198
17199 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
17200
17201         * socket-io.c: ignore EINTR error in select.
17202
17203 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
17204
17205         * class.h, class.c: removed unused subclasses field in MonoClass.
17206
17207 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
17208
17209         * icall.c: improve fix of get_base_definition(). If the parent class
17210           doesn't have the mehod, look at the parent of the parent.
17211         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
17212           to check if a parameter is an in or out parameter
17213           (PARAM_ATTRIBUTE_IN is not set by default).
17214           mono_method_return_message_restore(): Use mono_class_value_size to
17215           get the size of a value type. mono_type_stack_size (parameterType)
17216           does not return the correct value if parameterType is byRef.
17217           mono_load_remote_field(), mono_load_remote_field_new(),
17218           mono_store_remote_field(), mono_store_remote_field_new():
17219           raise exception if the remote call returns an exception.
17220
17221 2003-07-28  Martin Baulig  <martin@ximian.com>
17222
17223         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
17224         method.  This is a wrapper around mono_runtime_invoke() which
17225         boxes the instance object if neccessary.
17226
17227 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
17228
17229         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
17230         metadata.h, row-indexes.h, verify.c: first cut of generics support.
17231
17232 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
17233
17234         * icall.c: disable mcs bug workaround.
17235
17236 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
17237
17238         * object.c (mono_runtime_class_init): Take the metadata_section
17239         mutex before obtaining the domain mutex.
17240
17241         * appdomain.h: Added definition of metadata_section mutex here. 
17242
17243         * object.c: define metadata_mutex here.
17244
17245 2003-07-24  Ravi Pratap  <ravi@ximian.com>
17246
17247         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
17248         fixed.
17249
17250 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
17251
17252         * reflection.c: Fix bug #46669
17253
17254 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17255
17256         * exception.c:
17257         * exception.h:
17258         * icall.c:
17259         * object.h: fill in the type name for TypeLoadException.
17260
17261 2003-07-23  Ravi Pratap  <ravi@ximian.com>
17262
17263         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
17264         relationship between TypeBuilders while compiling corlib) and bug
17265         45993 (Array types returned from the runtime while compiling
17266         corlib were from the loaded corlib).
17267
17268 2003-07-22  Martin Baulig  <martin@ximian.com>
17269
17270         * mono-debug-debugger.c: Reworked the type support a bit more;
17271         distinguish between types and classes.
17272
17273 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
17274
17275         * icall.c: add IsArrayImpl icall.
17276
17277 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
17278
17279         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
17280         initializing real_size only once. Also fix bug #46602.
17281
17282 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
17283
17284         * object.c: Renamed mono_metadata_section to metadata_section.
17285
17286 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
17287
17288         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
17289           empty array if the type is an array. Fixed.
17290           ves_icall_MonoMethod_get_base_definition: if the base method
17291           is abstract, get the MethodInfo from the list of methods of
17292           the class.
17293         * reflection.c: ParameterInfo.PositionImpl should be zero-based
17294           and it was 1-based. Fixed in mono_param_get_objects.
17295
17296 2003-07-20  Martin Baulig  <martin@ximian.com>
17297
17298         * mono-debug.h: Set version number to 31.
17299         (mono_debug_init): Added `MonoDomain *' argument.
17300
17301         * mono-debug-debugger.c: Reworked the type support; explicitly
17302         tell the debugger about builtin types; pass the `klass' address to
17303         the debugger.
17304
17305 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
17306
17307         * image.c: Allow new metadata tables to be loaded without a
17308         warning. Also update the warning message to give the new constant value.
17309                 
17310 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
17311
17312         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
17313         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
17314         array type representation changes.
17315
17316 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
17317
17318         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
17319         on Environment.Exit () call.
17320
17321 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
17322
17323         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
17324         requires a matching corlib.
17325
17326 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
17327
17328         * Changelog: My editor decided to add a CR to each line. Sorry about that.
17329           Committed again without the CRs.
17330         
17331 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
17332
17333         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
17334           getting it from the "this" socket instance. Did not work
17335           if the socket is a subclass of Socket.
17336           Also fixed bug #35371.
17337
17338 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
17339
17340         * metadata.c: fixed size for TypedByRef.
17341         * loader.c: when searching for a method, consider the vararg amrker.
17342         * unicode.c, decimal.c: constify some arrays.
17343
17344 2003-07-15  Dick Porter  <dick@ximian.com>
17345
17346         * socket-io.c: Fixed compilation for gcc < 3.2.
17347
17348         Fixed compilation for machines that don't have AF_INET6 (thanks to
17349         Bernie Solomon <bernard@ugsolutions.com> for that part.)
17350
17351         Fixed compile warnings.
17352         
17353         Fixed formatting and line endings.
17354
17355 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
17356
17357         * socket-io.h:
17358         * socket-io.c: Added IPv6 support.
17359
17360 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
17361
17362         * class.c (mono_class_is_assignable_from): New function to implement
17363         the is_assignable_from logic. Used by mono_object_isinst, 
17364         Type::IsAssignableFrom () and the interpreter.
17365
17366         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
17367         Object, even interfaces.
17368         
17369         * object.c (mono_object_isinst): Implement in terms of 
17370         is_assignable_from.
17371
17372         * icall.c (ves_icall_type_is_assignable_from): New icall.
17373
17374 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
17375
17376         * domain.c (foreach_domain): fix compiler warning.
17377
17378 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
17379
17380         * image.c (load_metadata_ptrs): use g_strndup because strndup is
17381         not available on all plattforms
17382
17383 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
17384
17385         * image.h image.c: Store the metadata version string in MonoImage.
17386         * icall.c: New icall to retrieve the image version.
17387         * reflection.c (create_dynamic_image): Fill in the image version field
17388         * reflection.c (build_compressed_metadata): Use the image version
17389         from the image structure.
17390
17391 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17392
17393         * appdomain.c: modified comment.
17394         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
17395         That will be its last iteration when mono_gc_cleanup is called from
17396         mono_runtime_cleanup and before the domain is unloaded.
17397
17398         Fixes bug #45962.
17399
17400 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
17401
17402         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
17403         attributes.
17404
17405 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
17406
17407         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
17408         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
17409         Bernie Solomon <bernard@ugsolutions.com>.
17410
17411 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
17412
17413         * object.c, object.h: provide mono_object_new_fast() for faster
17414         allocation in some special cases.
17415
17416 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
17417
17418         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
17419         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
17420
17421 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
17422
17423         * threadpool.c: fix leaks.
17424
17425 2003-07-01  Dick Porter  <dick@ximian.com>
17426
17427         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
17428         using MonoGHashTables.  Fixes threadpool bug posted to list.
17429
17430 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
17431
17432         * image.h, image.c: added support to load an assembly from a byte array.
17433         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
17434         assembly bundle support.
17435
17436 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
17437
17438         * threadpool.c (mono_thread_pool_add): keep a reference to the
17439         AsyncResult to prevent GC
17440
17441 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
17442
17443         * class.c: leak fix.
17444
17445 2003-06-25  Dick Porter  <dick@ximian.com>
17446
17447         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
17448         for the async object, the WaitHandle object will close the handle.
17449         Fixes bug 45321.
17450
17451 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
17452
17453         * class.c: in mono_array_class_get (), lookup from the hash with the
17454         same type we insert: this works around a bug in
17455         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
17456         lluis. The real fix will have to wait for after the release.
17457
17458 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17459
17460         * icall.c: fix memory leak when getting type members.
17461
17462 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
17463
17464         * reflection.c: added more pubtoken special cases.
17465
17466 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
17467
17468         * class.c: handle field offset correctly when class size
17469         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
17470
17471 2003-06-20  Martin Baulig  <martin@ximian.com>
17472
17473         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
17474         *image' field.
17475
17476 2003-06-20  Martin Baulig  <martin@ximian.com>
17477
17478         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
17479
17480 2003-06-20  Martin Baulig  <martin@ximian.com>
17481
17482         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
17483         just distinguish between variables in registers and variables at
17484         an offset relative to a register.
17485
17486 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17487
17488         * icall.c: #ifdef out latest changes until mcs is fixed.
17489
17490 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17491
17492         * icall.c: return members in metadata order.
17493
17494 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
17495
17496         * icall.c: avoid infinite loop in GetTimeZoneData.
17497
17498 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
17499
17500         * icall.c: added Marshal.Prelink/All icalls.
17501
17502 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
17503
17504         * object.c, object.h: fix warnings and do some overflow checking
17505         when creating arrays.
17506
17507 2003-06-17  Dick Porter  <dick@ximian.com>
17508
17509         * file-io.h:
17510         * file-io.c: File attributes need to be tweaked slightly when
17511         passed from the managed to the w32 world.
17512
17513 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
17514         * profiler.h profiler-private.h profiler.c: Rework last patch
17515         based on suggestion by Paolo.
17516         
17517 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
17518
17519         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
17520         instruction level coverage data collection.
17521         * profiler.h profiler.c (: Added new callback function which can be
17522         used by the profiler to limit which functions should have coverage
17523         instrumentation.
17524         * profiler.c (mono_profiler_load): Call g_module_build_path to
17525         generate the file name of the profiler library.
17526
17527 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
17528
17529         * profiler.c, profiler.h, profiler-private.h: added basic block 
17530         coverage profiling API.
17531
17532 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
17533
17534         * reflection.c (mono_reflection_create_runtime_class): Add support
17535         for events in dynamically generated code.
17536
17537         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
17538         not allocated.
17539
17540 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
17541
17542         * icall.c: when getting timezone info, return reasonable values if we
17543         can't get the actual data.
17544
17545 2003-06-14  Dick Porter  <dick@ximian.com>
17546
17547         * threads.c (start_wrapper): Remove the reference to the thread
17548         object in the TLS data, so the thread object can be finalized.
17549         This won't be reached if the thread threw an uncaught exception,
17550         so those thread handles will stay referenced :-( (This is due to
17551         missing support for scanning thread-specific data in the Boehm GC
17552         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
17553
17554 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
17555
17556         * reflection.c: ensure streams and tables are first allocated with
17557         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
17558
17559 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
17560
17561         * icall.c: fixed GetElementType for byrefs (bug# 44792).
17562
17563 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
17564
17565         * reflection.c (mono_reflection_create_runtime_class): Add support for
17566         properties to dynamically created classes.
17567         * reflection.c: Fix a few places where non-MonoObjects were inserted
17568         into the tokens hashtable.
17569
17570 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17571
17572         * object.c: some support to handle out of memory exceptions.
17573
17574 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
17575
17576         * marshal.c (mono_marshal_get_native_wrapper): support reference
17577         return types
17578
17579 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
17580
17581         * object.h, object.c: more portability stuff from Bernie Solomon.
17582         Unexport mono_object_allocate(). Added mono_object_unbox ().
17583         Set exitcode when an unhandled exception is thrown.
17584
17585 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
17586
17587         * marshal.c (mono_marshal_get_native_wrapper): use custom
17588         marshaler for return types.
17589
17590 2003-06-10  Dick Porter  <dick@ximian.com>
17591
17592         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
17593         ip_mreq is available
17594
17595 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
17596
17597         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
17598         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
17599         by Bernie Solomon <bernard@ugsolutions.com>.
17600
17601 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
17602
17603         * gc.c (mono_gc_init): Avoid error message on shutdown when
17604         GC_DONT_GC=1 is used.
17605
17606         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
17607         New icall to return the GUID of a module.
17608
17609 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
17610
17611         * class.c: ensure instance size always includes the parent's size
17612         even whem class size is set explicitly (fixes bug#44294).
17613
17614 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
17615
17616         * profiler.h, profiler.c: made the simple profiler thread-safe,
17617         get more accurate timing info. Allow the loading of an
17618         externally-developed profiler module.
17619
17620 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
17621
17622         * marshal.c (mono_marshal_get_native_wrapper): improved
17623         class/byref arguments.
17624         (mono_marshal_get_native_wrapper): better string marshaling support.
17625
17626 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
17627
17628         * class.c: ensure .pack and .size are handled correctly and
17629         simplified layout of static fields.
17630
17631 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
17632
17633         * appdomain.c
17634         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
17635
17636         * loader.c (mono_lookup_pinvoke_call): look for modules in the
17637         current directory (fix bug 44008)
17638
17639 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
17640
17641         * marshal.c (mono_marshal_get_native_wrapper): started support for
17642         custom marshalers.
17643         (mono_delegate_to_ftnptr): consider marshalling specifications
17644
17645 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
17646
17647         * reflection.c, reflection.h: emit custom marshal info.
17648
17649 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17650
17651         * object.c: free the GError.
17652         * icall.c: added CloseEvent_internal.
17653         * threads.[ch]:
17654         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
17655         call.
17656
17657 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
17658
17659         * loader.c (mono_method_get_signature): Add support for dynamic
17660         assemblies.
17661
17662 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
17663
17664         * reflection.c: fixed bug #43905.
17665
17666 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
17667
17668         * class.c, domain.c, icall.c, metadata.h, object.h: support for
17669         handling TypedReference and ArgIterator.
17670         * loader.c, loader.h: added function to get signature at call site.
17671
17672 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17673
17674         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
17675         data readonly. Buglets and warning fixes. Some MethodSpec support.
17676
17677 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
17678
17679         * class.h, class.c, object.c: remove relative numbering support.
17680
17681 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
17682
17683         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
17684         free the string, until we get a chance to fix Gtk#
17685
17686 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17687
17688         * marshal.c: revert last patch.
17689
17690 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
17691
17692         * icall.c: updates for new mono_class_vtable() not calling
17693         the type constructor anymore.
17694
17695 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
17696
17697         * object.h, object.c: separate vtable creation from type
17698         initialization. Make running the .cctor thread safe.
17699
17700 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
17701
17702         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
17703
17704 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
17705
17706         * loader.c (mono_get_method): consider calling convention
17707
17708 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
17709
17710         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
17711         to return the invisible global type for a module.
17712
17713         * reflection.c (mono_image_build_metadata): Emit global fields too.
17714
17715 2003-05-20  Peter Williams  <peterw@ximian.com>
17716
17717         * loader.c (mono_lookup_internal_call): Add a few newlines.
17718
17719 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
17720
17721         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
17722         literal strings.
17723
17724         * appdomain.c (set_domain_search_path): Recalculate search path when
17725         AppDomainSetup.PrivateBinPath changes.
17726
17727         * object.c (mono_class_compute_gc_descriptor): It turns out some
17728         parts of the class libs (like System.Thread) holds pointers to
17729         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
17730         to treat native int a pointer type here.
17731         
17732 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
17733
17734         * appdomain.h, domain.c: add hashtable for jump target resolution.
17735
17736 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
17737
17738         * reflection.h reflection.c icall.c: Added new icalls 
17739         GetManifestResourceInfoInternal, GetModulesInternal and support
17740         infrastructure.
17741
17742 2003-05-16  Dick Porter  <dick@ximian.com>
17743
17744         * icall.c:
17745         * file-io.h:
17746         * file-io.c: Implement System.IO.MonoIO::GetTempPath
17747
17748 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
17749
17750         * object.c: mono_store_remote_field: little fix to previous patch.
17751
17752 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17753
17754         * class.c: add constructors to array classes.
17755         * icall.c: special case array construction for InternalInvoke (),
17756
17757 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
17758
17759         * class.h class.c reflection.c object.c: Added support for field
17760         defaults in dynamically generated classes.
17761
17762 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
17763
17764         * reflection.c: properly encode charset for ddlimport.
17765
17766 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
17767
17768         * threads.c: allow compiling without GC.
17769
17770 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
17771
17772         * appdomain.h, object.c, object.h, threads.c, threads.h: added
17773         handling of thread static data.
17774
17775 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17776
17777         * reflection.h, reflection.c: added mono_custom_attrs_free ().
17778
17779 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
17780
17781         * class.c (mono_array_class_get): always set the serializable flags
17782         (mono_array_class_get): always set the SEALED attribute for array types
17783
17784 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
17785
17786         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
17787         attributes (fix for bug 42021).
17788
17789 2003-05-12  Dick Porter  <dick@ximian.com>
17790
17791         * gc.c: Don't run finalizers when the finalizer thread is
17792         finishing up, because the default domain has already been
17793         destroyed.
17794
17795 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
17796
17797         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
17798         value is null, we should throw an exception.   This is slightly
17799         different than the other conventions used for the constructor.
17800
17801 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17802
17803         * socket-io.c: fixed windows build.
17804
17805 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17806
17807         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
17808
17809 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
17810
17811         * object.c (mono_string_new_wrapper): Compatibility fix for MS
17812         compilers.
17813
17814 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
17815
17816         * class.c (mono_class_layout_fields): Add experimental GC aware
17817         auto layout facility. Requires class library changes to work correctly.
17818
17819         (mono_class_setup_vtable): Avoid overriding explicit interface
17820         method implementations. Fixes iface3.exe test.
17821
17822         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
17823         object reference.
17824         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
17825         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
17826
17827         * metadata.h: Add new type classification macro which determines
17828         whenever the type holds an object reference.
17829
17830 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
17831
17832         * marshal.c (mono_marshal_get_native_wrapper): cleanups
17833
17834 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
17835
17836         * gc.c (finalizer_thread): Work around a GC bug.
17837
17838 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
17839
17840         * marshal.c (emit_struct_conv): allow unions
17841
17842         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
17843
17844 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
17845
17846         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
17847
17848 2003-05-06  Martin Baulig  <martin@ximian.com>
17849
17850         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
17851
17852 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17853
17854         * socket-io.c:
17855         (Select_internal): allow NULLs, don't create arrays if not needed.
17856         Coupled with Socket.cs changes.
17857
17858         * threadpool.c:
17859         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
17860         register a finalizer for it that will close the semaphore handle. This
17861         fixes the leak and make Lupus' test run with > 4080 loops.
17862
17863 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
17864
17865         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
17866         Jerome Laban (bug #42287)
17867
17868 2003-05-02  Martin Baulig  <martin@ximian.com>
17869
17870         * debug-mono-symfile.h
17871         (MonoSymbolFile): Moved declaration into mono-debug.h.
17872         (MonoDebugMethodJitInfo): Likewise.
17873         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
17874         argument.
17875         (_mono_debug_address_from_il_offset): Take a
17876         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
17877
17878         * mono-debug.h
17879         (MonoDebugDomainData): New struct.
17880         (mono_debug_get_domain_data): New function.
17881         (mono_debug_add_method): Take an additional `MonoDomain *'
17882         argument.
17883         (mono_debug_source_location_from_address): Likewise.
17884         (mono_debug_il_offset_from_address): Likewise.
17885         (mono_debug_address_from_il_offset): Likewise.
17886
17887 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
17888
17889         * reflection.c: one more check for null type in custom attrs.
17890
17891 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17892
17893         * reflection.c: avoid warning (comparison is always false due to limited
17894         range of data type).
17895
17896 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17897
17898         * icall.c: throw an exception in Type.GetField if the argument 'name'
17899         is NULL.
17900
17901 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
17902
17903         * reflection.c: fixed handling of enums in named arguments to custom
17904         attributes (bug #42123).
17905
17906 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
17907
17908         * reflection.c: use the right array element type and handle
17909         a null for a Type argument, too.
17910
17911 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
17912
17913         * reflection.c: handle arrays as arguments to custom attributes.
17914
17915 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
17916
17917         * reflection.c: handle a string value in a custom attr
17918         ctor that takes an object.
17919
17920 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
17921
17922         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
17923         (fix bug #42063)
17924
17925 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
17926
17927         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
17928
17929 2003-04-27  Martin Baulig  <martin@ximian.com>
17930
17931         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
17932         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
17933         MONO_DEBUGGER_EVENT_BREAKPOINT.
17934         (mono_breakpoint_trampoline_code): Removed.
17935         (mono_debugger_event_handler): The last argument is now a
17936         `guint32'.
17937         (mono_debugger_insert_breakpoint_full): Removed the
17938         `use_trampoline' argument.
17939         (mono_debugger_method_has_breakpoint): Likewise.
17940         (mono_debugger_trampoline_breakpoint_callback): Renamed to
17941         mono_debugger_breakpoint_callback(); take the method and
17942         breakpoint number as arguments.
17943
17944 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
17945
17946         * metadata.c: fix off by one when loading parameters attributes.
17947
17948 2003-04-24  Martin Baulig  <martin@ximian.com>
17949
17950         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
17951
17952 2003-04-24  Martin Baulig  <martin@ximian.com>
17953
17954         * mono-debug-debugger.c: Moved all code which interacts with the
17955         Mono Debugger here.
17956
17957         * debug-mono-symfile.c: This code now just deals with the symbol
17958         file itself, the debugger code is now in mono-debug-debugger.c.
17959
17960 2003-04-23  Martin Baulig  <martin@ximian.com>
17961
17962         * mono-debug.c (mono_debug_source_location_from_il_offset):
17963         New method; like mono_debug_source_location_from_address(), but
17964         takes an IL offset instead of a machine address.
17965
17966 2003-04-23  Martin Baulig  <martin@ximian.com>
17967
17968         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
17969         `line' field; this is now computed by the debugger.
17970
17971 2003-04-23  Martin Baulig  <martin@ximian.com>
17972
17973         * mono-debug.[ch]: New files.  This is the new debugging interface.
17974
17975         * mono-debug-debugger.[ch]: New files.  Moved all code which
17976         interacts with the Mono Debugger here.
17977
17978 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
17979
17980         * domain.c (mono_init): initialize mono_defaults.monitor_class
17981
17982 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
17983
17984         * reflection.c (method_encode_code): Add a spicy exception to help
17985         future compiler authors.
17986
17987 2003-04-21  Martin Baulig  <martin@ximian.com>
17988
17989         * icall.c
17990         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
17991         Make this work with relative pathnames; g_filename_to_uri() needs
17992         an absolute filename.
17993
17994 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
17995
17996         * icall.c: Track name changes in Object and ValueType.
17997
17998 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
17999
18000         * metadata.c (mono_type_stack_size): size should be a multiple of
18001         sizeof (gpointer)
18002
18003 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18004
18005         * gc.c:
18006         (internal_domain_finalize): moved into mono_domain_finalize. No need
18007         to create another thread because the finalizers will be run in the
18008         finalizer thread.
18009         
18010         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
18011         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
18012         to be run (MS does this too).
18013
18014 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
18015
18016         * object.c (mono_class_compute_gc_descriptor): Update comment.
18017
18018         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
18019
18020         * image.h: Add synchronized wrapper cache.
18021
18022         * image.c (do_mono_image_open): Initialize cache.
18023
18024         * reflection.c (create_dynamic_mono_image): Initialize cache.
18025
18026 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18027
18028         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
18029         ves_icall_System_Buffer_ByteLengthInternal.
18030
18031 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
18032
18033         * reflection.c: setup klass->nested_in earlier. Allow
18034         a dash in the assembly name.
18035
18036 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
18037
18038         * metadata.c (mono_type_to_unmanaged): dont access
18039         type->data.klass for MONO_TYPE_OBJECT
18040         (mono_type_to_unmanaged): consider System.Delegate class
18041
18042 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
18043
18044         * class.c: just setup supertypes in the proper place instead of
18045         initializing the full element class for arrays.
18046
18047 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
18048
18049         * class.c: ensure the element class of arrays is initialized.
18050         Setup the supertype info for array classes, too.
18051
18052 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
18053
18054         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
18055
18056 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18057
18058         * Makefile.am: re-added -m option when running cygpath. This way,
18059         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
18060         separator.
18061         * mono-config.c: same codepath for locating mono config file for WIN32
18062         and the rest.
18063         * assembly.c: if mono_assembly_setrootdir is called, don't override
18064         the value set.
18065
18066 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18067
18068         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
18069         MONO_ASSEMBLIES variable.
18070
18071 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
18072
18073         * icall.c: added Assembly::GetNamespaces() icall.
18074
18075 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18076
18077         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
18078
18079 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
18080
18081         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
18082         * object.c: fixed bug in the construction of vtable for proxies
18083
18084 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
18085
18086         * object.c (mono_array_new): Mark mono_array_new as an icall.
18087
18088 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18089
18090         * class.c: fixed test for public method when overriding interfaces.
18091         Closes bug #40970.
18092
18093 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
18094
18095         * appdomain.h, domain.c: added mono_domain_foreach() to
18096         be able to access the currently loaded appdomains.
18097         * object.c: make string interning work across sppdomains.
18098         Mark some functions for use as icalls.
18099
18100 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
18101
18102         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
18103
18104         * reflection.h reflection.c: Allocate long living data using 
18105         GC_MALLOC_ATOMIC so the collector does not need to scan it.
18106
18107         * reflection.c: Double the allocation size in streams instead of
18108         increasing it, to prevent unneccesary copying on large assemblies.
18109         
18110         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
18111         creation if the assembly does not have the Run flag set.
18112
18113 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
18114
18115         * class.h: avoid the C++ keywords in header files (Jerome Laban
18116         spotted and fixed this).
18117
18118 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18119
18120         * object.c:
18121         (mono_unhandled_exception): fill in the arguments for the
18122         UnhandledException event. Only trigger that event for the default
18123         domain (as MS does).
18124
18125 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
18126
18127         * object.c: Improve typed allocation stuff based on suggestions from
18128         Paolo. Also turn it on if the GC library supports it.
18129
18130 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
18131
18132         * object.c object.h class.h: Added experimental typed allocation
18133         facility using the interfaces in gc_gcj.h.
18134
18135         * os/gc_wrapper.h: Added new include files.
18136         
18137 2003-04-03  Martin Baulig  <martin@ximian.com>
18138
18139         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
18140         which is not yet enabled by default.
18141
18142         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
18143         functions.
18144         (mono_gc_lock, mono_gc_unlock): New static functions.
18145
18146         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
18147         functions; stop/start the world for the garbage collector.  This
18148         is using the windows API; we need to complete the SuspendThread()/
18149         ResumeThread() implementation in the io-layer to make this work on Unix.
18150         (mono_gc_push_all_stacks): New public function; tells the garbage
18151         collector about the stack pointers from all managed threads.
18152
18153 2003-04-03  Martin Baulig  <martin@ximian.com>
18154
18155         * object.h (MonoThread): Added `gpointer stack_ptr'.
18156
18157         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
18158
18159 2003-04-03  Martin Baulig  <martin@ximian.com>
18160
18161         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
18162
18163 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
18164
18165         * reflection.c (typebuilder_setup_fields): Initialize field.first and
18166         field.last.
18167
18168 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
18169
18170         * loader.c (mono_lookup_internal_call): Report the corlib that is
18171         out of sync.
18172
18173 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
18174
18175         * icall.c (ves_icall_type_GetTypeCode): fixed check for
18176         System.DBNull (it's class not valuetype).
18177
18178 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
18179
18180         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
18181         if the array method was already assigned a token (fixes bug#40646).
18182
18183 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
18184
18185         * reflection.c (mono_reflection_get_type): Attempt type resolve even
18186         if no assembly is given.
18187
18188 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
18189
18190         * metadata.h: Added the new tables.
18191
18192         * row-indexes.h: Added definitions for new tables.
18193
18194         * metadata.c: Add schemas for new tables, and add support for
18195         computing the sizes of them.
18196
18197         * class.c: Update for handling the new type cases.
18198
18199 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
18200
18201         * metadata.h (MONO_TYPE_IS_VOID): new macro
18202
18203 2003-03-31  Martin Baulig  <martin@ximian.com>
18204
18205         * threads.h (MonoThreadCallbacks): Added `thread_created'.
18206
18207         * threads.c (mono_thread_new_init): Call `thread_created' in the
18208         mono_thread_callbacks.
18209
18210 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
18211
18212         * loader.h: added marshalbyrefobject_class to mono_defaults
18213         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
18214         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
18215           generation of output parameters.
18216           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
18217         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
18218           contextbound and the target object belongs to the context of the caller.
18219         * object.h: added context and unwrapped_server variables in MonoRealProxy.
18220         * object.c: Implemented support for interfaces and abstract classes
18221           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
18222           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
18223
18224 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
18225
18226         * class.h class.c (mono_class_is_subclass_of): New function.
18227         
18228         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
18229         routines for most common case (calls from ArrayList::ToArray).
18230
18231         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
18232         routine so programs which call Environment::Exit() can be profiled.
18233
18234         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
18235         Added MONO_ARCH_SAVE_REGS.
18236
18237         * icall.c (ves_icall_type_is_subtype_of): Use new function.
18238
18239 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
18240
18241         * blob.h: Add a couple of new MonoType types definitions.
18242
18243         * tabledefs.h: Add a couple of new call convs.
18244
18245 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
18246
18247         * reflection.h (MonoReflectionDynamicAssembly): track changes in
18248         the layout of the class.
18249
18250         * reflection.c (alloc_table): double the size on overflow to avoid
18251         unnecessary copying.
18252
18253         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
18254         avoid filling out metadata tables and blobs. Also set mb->ilgen to
18255         null so it can be garbage collected.
18256         
18257 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
18258
18259         * reflection.c (mono_reflection_get_type): Return the resolved type
18260         only if it is in the assembly we searched.
18261
18262         * reflection.c (ensure_runtime_vtable): Initialize method slots.
18263
18264         * class.c (mono_class_setup_vtable): Set the slot of the overriding
18265         method.
18266
18267 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18268
18269         * appdomain.c:
18270         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
18271         the right one is 'file:///blah', but MS allows it.
18272         * assembly.c:
18273         (mono_assembly_open): allow 'file://blah'
18274
18275         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
18276
18277 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
18278
18279         * socket-io.c: fixes bug #40310.
18280
18281 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
18282
18283         * reflection.c (mono_reflection_parse_type): handle deeply nested
18284         types correctly.
18285
18286         * reflection.c (mono_image_create_token): Use unique token values
18287         since they will be put into a hash table.
18288
18289         * class.c (mono_class_setup_vtable): If a method occurs in more than
18290         one place in the vtable, and it gets overriden, then change the
18291         other occurances too.
18292
18293         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
18294         object as return type.
18295
18296 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
18297
18298         * icall.c: Deleted "ToString" implementation for double and float
18299         because they are full implemented in managed code.
18300
18301 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18302
18303         * reflection.c, reflection.h: implemented and exported functions
18304         to retrieve info about custom attributes.
18305
18306 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18307
18308         * appdomain.c: moved Uri handling to assembly.c
18309         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
18310         work when using a file Uri in *nix and windows.
18311
18312         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
18313         GetReferencedAssemblies.
18314
18315 2003-03-18  Dick Porter  <dick@ximian.com>
18316
18317         * icall.c: Rename a couple of internal calls
18318
18319         * threads.c: Set the thread state to Stopped when a thread exits.
18320         Fixes bug 39377.
18321
18322 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
18323
18324         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
18325         New icall.
18326
18327         * object.c (mono_class_vtable): fix warning.
18328
18329 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
18330
18331         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
18332
18333         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
18334         memory.
18335         (method_encode_clauses): Create exception info structures in the right
18336         order.
18337         (mono_reflection_setup_internal_class): Initialize supertypes field.
18338
18339         * class.c object.c: Handle interfaces which implement other interfaces 
18340         correctly.
18341
18342         * class.h class.c: Move the supertypes array initialization code into 
18343         a separate function so it can be used for dynamic types too. Also call
18344         it earlier, in mono_class_init(), since it can be used before the
18345         type is initialized.
18346
18347 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18348
18349         * Makefile.am:
18350         * assembly.c:
18351         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
18352
18353         * appdomain.c:
18354         * appdomain.h:
18355         * marshal.c:
18356         * object.c: remove warnings.
18357
18358 2003-03-13  Martin Baulig  <martin@ximian.com>
18359
18360         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
18361         (MonoDebugLexicalBlockEntry): New types.
18362
18363         * debug-mono-symfile.c
18364         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
18365
18366 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18367
18368         * process.c: ret can be any non-zero value accroding to MS doc.
18369
18370 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
18371
18372         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
18373         fixing a warning for a miss-used prototype, would have cause
18374         random memory corruption.
18375
18376 2003-03-07  Martin Baulig  <martin@ximian.com>
18377
18378         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
18379         getting really annoying ....
18380
18381 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
18382
18383         * reflection.c (fixup_method): added support for array methods.
18384
18385 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
18386
18387         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
18388         (pointed out by Michael Adams).
18389
18390 2003-03-04  Dick Porter  <dick@ximian.com>
18391
18392         * icall.c: Temporarily reverted the Double and Single ToString()
18393         change, because it broke nunit.
18394
18395 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
18396
18397         * object.h, threads.h: make include files compatible with C++
18398         (patch by Jerome Laban <jlaban@wanadoo.fr>).
18399
18400 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
18401
18402         * icall.c: Erased ToString helper functions for Double and Single.
18403         Now, that implementations ar all in managed code (Double and Single
18404         Formatters).
18405
18406 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
18407
18408         * appdomain.c: Added method for initializing the default context of
18409         a domain. Added internal call for getting the default context.
18410         * appdomain.h: Added context variable in MonoDomain struct.
18411         * domain.c: mono_domain_set also sets the default context of the domain
18412         * icall.c: Mapped internal method InternalGetDefaultContext.
18413         * object.c: mono_object_get_virtual_method returns always a remoting
18414         wrapper if the object is a transparent proxy.
18415         mono_runtime_invoke_array: when creating an object by calling the
18416         constructor, if the created object is a proxy, then the constructor should
18417         be called using the a remoting wrapper.
18418
18419 2003-03-03  Dick Porter  <dick@ximian.com>
18420
18421         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
18422         variable so it compiles on solaris.  Problem spotted by
18423         Christopher Taylor <ct@cs.clemson.edu>
18424
18425 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18426
18427         * appdomain.c:
18428         (get_info_from_assembly_name): don't leak value.
18429
18430         * icall.c:
18431         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
18432         result.
18433
18434 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
18435
18436         * assembly.c: export mono_image_load_references ().
18437         * class.c: handle function pointers. mono_class_from_name() now
18438         supports nested type names directly.
18439
18440 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
18441
18442         * reflection.h reflection.c: Encode already created dynamic methods 
18443         and fields correctly as a DEF instead of a REF.
18444
18445         * reflection.c: Get rid of the force_ref argument to 
18446         mono_image_typedef_or_ref since it was wrong in the first place.
18447
18448         * string-icalls.c: add error checking to string constructors according
18449         to the MSDN docs.
18450
18451         * reflection.c: Emit types in the order their TypeBuilders were 
18452         created. Previously, a new table index was assigned to each type before
18453         the tables were emitted. This was wrong because the signature blob
18454         might already refer to a type by its original table index.
18455
18456 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
18457
18458         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
18459         change.
18460         
18461 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18462
18463         * Makefile.am: make assemblies dir have \ instead of / on windows.
18464
18465 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
18466
18467         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
18468         iterate over the NESTEDCLASS table using a linear search since the
18469         table is not guaranteed to be sorted by the secondary key.
18470
18471         * class.c (mono_class_create_from_typedef): fixed up call to
18472         mono_metadata_nesting_typedef.
18473         
18474 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
18475
18476         * marshal.c (mono_string_to_byvalstr): clear the memory as
18477         suggested by Jerome Laban <jlaban@wanadoo.fr>
18478
18479 2003-02-26  Dick Porter  <dick@ximian.com>
18480
18481         * process.c: Cope with padding in .rsrc blocks
18482
18483 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
18484
18485         * metadata.h: reverted the filter_len change, it breaks reflection
18486         
18487 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
18488
18489         * metadata.h: added a new field to store the filter_len
18490         
18491
18492 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
18493
18494         * reflection.c: handle custom attributes for types and members
18495         created with Reflection.Emit (bug#38422).
18496
18497 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
18498
18499         * reflection.c: define RTSpecialName automatically for constructors for
18500         compatibility with MS.NET.
18501
18502         * reflection.c (mono_reflection_create_runtime_class): initialize
18503         nested_in field of dynamically created classes.
18504
18505 2003-02-22  Martin Baulig  <martin@ximian.com>
18506
18507         * debug-mono-symfile.h: Incremented version number.
18508
18509 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
18510
18511         * object.h icall.c process.c: fix warnings.
18512
18513 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
18514
18515         * appdomain.h appdomain.c:
18516         (mono_domain_try_type_resolve): split the 
18517         name_or_tb argument into a name and a tb argument.
18518         (mono_domain_has_type_resolve): new function to check whenever the
18519         application has registered a TypeResolve event handler.
18520         
18521         * icall.c reflection.h reflection.c: move the type resolve logic into
18522         mono_reflection_get_type () so it will be invoked when 
18523         Assembly::GetType () is called.
18524
18525         * reflection.c:
18526         (mono_reflection_get_type): renamed to get_type_internal.
18527         (mono_reflection_get_type): fixed type name generation so it works 
18528         for nested types too.
18529         (mono_reflection_get_type): call has_type_resolve () to avoid the 
18530         costly type name generation if there is no resolve event handler.
18531
18532 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18533
18534         * class.c, image.c: load exported types from file references.
18535
18536 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
18537
18538         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
18539           used to cache the managed methods used to create proxies and make 
18540           remote invocation of methods.
18541         * class.h: Added in MonoVTable a flag to indicate that a class needs 
18542           to be remotely created.
18543         * object.c: Modified the method mono_class_vtable(). It now initializes 
18544           the remote flag of the vtable. Modified mono_object_new_specific(), 
18545           so now it checks the remote flag.
18546         * icall.c: Added a couple of internal methods, one for enabling instance 
18547           creation interception for a type, and one for creating objects bypassing
18548           the remote check.
18549
18550 2003-02-18  Martin Baulig  <martin@ximian.com>
18551
18552         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
18553         New interncall to get a method's metadata token.
18554
18555         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
18556         New interncall for the debugger.
18557
18558 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
18559
18560         * class.c (mono_class_setup_vtable): allocate supertype array
18561
18562 2003-02-18  Martin Baulig  <martin@ximian.com>
18563
18564         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
18565
18566 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18567
18568         * reflection.c:
18569         (assembly_name_to_aname): jump over unknown properties (i've found
18570         something like: 'type, assembly, version=xxx, custom=null, public...',
18571         so now will ignore custom=null and still get the rest of the values).
18572
18573 2003-02-17  Dick Porter  <dick@ximian.com>
18574
18575         * threads.c: Have Thread.Start() wait for a semaphore to signal
18576         that the thread has set up all its local data.  This fixes bug
18577         34323, where Abort() raced the new thread's TLS data.
18578
18579         Also removes the handle_store() call from start_wrapper, because
18580         threads are now always created suspended and there is no longer a
18581         race between the parent and child threads to store the info.
18582
18583 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
18584
18585         * image.c: explain the #- heap issue in a message, hopefully
18586         avoiding FAQs on mono-list.
18587
18588 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18589
18590         * icall.c:
18591         (GetEntryAssembly): if the domain has not invoked
18592         AppDomain.ExecuteAssembly yet, return the assembly of the default
18593         AppDomain.
18594
18595 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
18596
18597         * class.c (mono_ldtoken): make it work in dynamic assemblies.
18598
18599 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
18600
18601         * metadata.c, reflection.c: simple speedup to type hash
18602         and equals code.
18603
18604 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
18605
18606         * image.c, image.h, class.c, assembly.c: move module loading
18607         to MonoImage. When loading metadata, consider alignemnet from
18608         the start of metadata, not from the metadata address in memory.
18609
18610 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
18611
18612         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
18613         AssemblyBuilder objects. Factored out custom attribute creation into
18614         a separate function.
18615         (create_custom_attr): new function to create custom attributes.
18616
18617 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
18618
18619         * Makefile.am: Got tired of typing the full pathname to pedump.
18620         Until there is another option, am installing this.
18621
18622 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
18623
18624         * class.c (class_compute_field_layout): always set field->parent 
18625         (mono_ldtoken): use mono_defaults.fieldhandle_class;
18626
18627 2003-02-11  Dick Porter  <dick@ximian.com>
18628
18629         * threads-types.h:
18630         * monitor.c: Rewrote Monitor, making lock much faster and
18631         Pulse/Wait work as specified.  Also uses much fewer handles, and only
18632         creates them as needed.
18633
18634         * exception.c: Added SynchronizationLockException
18635
18636         * threads.c: Deleted old Monitor implementation.  The new one is
18637         in a new file.
18638
18639 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
18640
18641         * class.c: handled TypedReference type code. Set the correct size for
18642         class data. Setup interface_offsets for interface classes, too.
18643
18644 2003-02-09  Martin Baulig  <martin@ximian.com>
18645
18646         * debug-mono-symfile.h: Reflect latest symbol writer changes.
18647
18648 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
18649
18650         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
18651         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
18652         * object.c: fixed mono_object_get_virtual_method () for interfaces.
18653         * verify.c: check for code that runs after the end of the method.
18654
18655 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
18656
18657         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
18658         "System.Math::Round2".
18659         * sysmath.h: Added Floor, Round and Round2 definitions.
18660         * sysmath.c: Modified certain functions that were not 100% compliant
18661         with MS.NET (math precision) and added the implementation of Floor,
18662         Round and Round2.
18663
18664 2003-02-07  Martin Baulig  <martin@ximian.com>
18665
18666         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
18667
18668 2003-02-07  Martin Baulig  <martin@ximian.com>
18669
18670         * debug-mono-symfile.c: Reflected latest symwriter changes.
18671         (mono_debug_create_mono_symbol_file): Removed.
18672         (mono_debug_open_mono_symbol_file): Take an argument which
18673         specifies whether to create a dynamic symbol file.
18674
18675 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
18676
18677         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
18678
18679 2003-02-05  Martin Baulig  <martin@ximian.com>
18680
18681         * reflection.c (mono_image_build_metadata): Make this public,
18682         protect it against being called multiple times, don't create
18683         resources and don't build the compressed metadata here.
18684         (mono_image_create_pefile): Do this here.
18685
18686         * icall.c
18687         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
18688
18689 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18690
18691         * socket-io.c: fixed bug #36322.
18692
18693 2003-02-06  Piers Haken <piersh@friskit.com>
18694
18695         * appdomain.[ch]:
18696         * class.h:
18697         * debug-mono-symfile.c:
18698         * icall.c:
18699         * loader.c:
18700         * mono-config.c:
18701         * monosn.c:
18702         * reflection.c:
18703         * socket-io.c: warning cleanups
18704
18705 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
18706
18707         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
18708         function. works like remoting invoke, but does a check for the Proxy first.
18709
18710 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
18711
18712         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
18713
18714 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
18715
18716         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
18717         array of pointers.
18718         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
18719         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
18720
18721         * object.c (mono_store_remote_field_new): used by the new jit
18722         instead of mono_store_remote_field
18723         (mono_load_remote_field_new): used by the new jit
18724         instead of mono_load_remote_field
18725
18726 2003-02-05  Patrik Torstensson
18727
18728         * appdomain.c: changed unload to take the domain id instead
18729         of domain
18730         
18731         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
18732
18733
18734 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18735
18736         * appdomain.c: don't look for assemblies in ApplicationBase if
18737         PrivateBinPathProbe is set.
18738
18739 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18740
18741         * object.c: make the first argument in main_args contain the absolute
18742         path to the assembly. Fixes bug #37511.
18743
18744 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18745
18746         * icall.c: get correct UTC offset for countries not using daylight
18747         time saving. Fixes bug #30030.
18748
18749 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18750
18751         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
18752         and 1 are the family).
18753
18754 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
18755
18756         * icall.c (ves_icall_InternalExecute): removed wrong assertion
18757
18758         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
18759
18760 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
18761
18762         * reflection.c: added support for SignatureHelper tokens, which is
18763         needed by the Calli opcode.
18764
18765         * reflection.h: track changes to SignatureHelper class.
18766
18767         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
18768
18769 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18770
18771         * appdomain.c: fixed loading assemblies from PrivateBinPath.
18772
18773 2003-02-03  Patrik Torstensson
18774         * appdomain.[c|h], domain.c : 
18775          - Added support for getting a domain via domain id
18776          - Support for setting and getting domain from System.AppDomain 
18777            (used in cross appdomain channel)
18778          - Added support for get/set for a MonoAppContext on a thread 
18779            (Context class in System.Runtime.Remoting.Contexts),
18780          - Removed hack in Get/SetData and ExecuteAssembly.
18781         
18782         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
18783         the managed world to get control when a proxy is created.
18784
18785         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
18786         
18787 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
18788
18789         * icall.c
18790         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
18791         Populate the codebase field as well.
18792
18793 2003-02-02  Martin Baulig  <martin@ximian.com>
18794
18795         * debug-mono-symfile.c
18796         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
18797         (mono_debug_symfile_add_method): Allow interncalls.
18798
18799 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18800
18801         * icall.c: throw parse exception if strtod fails or the string is empty.
18802
18803 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
18804
18805         * marshal.c: handle object type separately from defined
18806         class types.
18807
18808 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
18809
18810         * marshal.c: handle NATIVE_LPSTR for strings when it's
18811         explicitly specified.
18812
18813 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
18814
18815         * reflection.c, reflection.h, icall.c: setup the reflection
18816         handle cache for ModuleBuilders and AssemblyBuilders.
18817
18818 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
18819
18820         * reflection.c (reflection_methodbuilder_to_mono_method): set
18821         pinvoke flag
18822
18823 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18824
18825         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
18826
18827 2003-01-29  Dick Porter  <dick@ximian.com>
18828
18829         * threads.c: No need for the fake_thread kludge now that Thread
18830         doesn't run a class constructor
18831         
18832 2003-01-29  Dick Porter  <dick@ximian.com>
18833
18834         * threads.c: Use g_direct_hash instead of the rather bogus
18835         g_int_hash
18836
18837 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
18838
18839         * marshal.c (mono_marshal_get_native_wrapper): add check for null
18840         (fix pinvoke12.exe)
18841         (mono_marshal_get_struct_to_ptr): generate valid IL code
18842         (mono_marshal_get_ptr_to_struct): generate valid IL code
18843         (*): correctly set sig->pinvoke, we need to memdup the signature
18844         to do that
18845
18846 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18847
18848         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
18849         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
18850
18851 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18852
18853         * profiler.c: provide more callers information.
18854
18855 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
18856
18857         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
18858
18859         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
18860
18861         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
18862
18863 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18864
18865         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
18866         exception instead of going into an infinite loop on dates which it 
18867         can't yet handle.
18868
18869         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
18870         out-of-range exception if needed.
18871
18872         * class.c (mono_class_setup_vtable): allow a virtual method to provide
18873         an implementation for an interface method and to override an inherited
18874         method at the same time. 
18875         Imagine a scenario when a virtual method is used to override a
18876         virtual abstract method in a parent class, and this same method 
18877         provides an implementation for an method inherited from an interface. 
18878         In this case, the interface resolution code will set im->slot, which 
18879         means that the virtual method override pass will skip this method 
18880         which means a pointer to the abstract method inherited from the parent
18881         will remain in the vtable of this non-abstract class.
18882
18883         * class.c: (mono_class_setup_vtable): continue search for a real 
18884         method if only an abstract method is found.     
18885
18886 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18887
18888         * reflection.c: add size to encoding for ByValStr and ByValArray
18889         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
18890
18891 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18892
18893         * class.c (mono_class_setup_vtable): pass the override info as an
18894         argument.
18895
18896         * class.c (mono_class_setup_vtable): set the slot of overriding methods
18897         correctly.
18898         
18899         * reflection.c (ensure_runtime_vtable); add support for method 
18900         overrides.
18901         
18902 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18903
18904         * reflection.c (resolution_scope_from_image): Hack to work to work with
18905         dynamic assemblies.
18906
18907         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
18908         added a 'force_ref' argument to force this function to allways return 
18909         a TypeRef. This is needed by mono_image_get_memberref_token ().
18910         
18911 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18912
18913         * reflection.c (mono_image_get_type_info): interfaces really don't have
18914         a parent.
18915
18916         * reflection.c (mono_image_basic_init): fill out missing fields of
18917         image structure.
18918
18919         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
18920         dynamic assemblies. This is required so dynamic assemblies show up in
18921         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
18922         Type::GetType() etc. This is consistent with MS behaviour.
18923
18924         * image.c image.h reflection.c: add newly created classes to the name 
18925         cache so mono_class_get () will find them.      
18926
18927 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18928
18929         First part of changes to get IKVM.NET running under mono.
18930         
18931         * appdomain.h, appdomain.c: added new function 
18932         mono_domain_try_type_resolve() which will emit TypeResolve events. 
18933         This function will call AppDomain::DoTypeResolve to do the actual work.
18934
18935         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
18936         moved existing code dealing with dynamic tokens to a new function 
18937         called mono_reflection_lookup_dynamic_token (). This function will 
18938         raise TypeResolve events when appropriate. Since reflection.c is not 
18939         part of libmetadata, a new hook function called 
18940         mono_lookup_dynamic_token() is added to class.c which will call this.
18941
18942         * assembly.h assembly.c: make the invoke_load_hook function public,
18943         so it can be called for dynamic assemblies.
18944
18945         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
18946
18947         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
18948         type isn't found.
18949
18950         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
18951         MonoGHashTable, since it contains pointers to objects which the GC 
18952         needs to track.
18953
18954         * assembly.c (search_loaded): remove unused variable.
18955         
18956 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
18957
18958         * object.c: fixed issue exposed by gcc-generated IL programs
18959         that use RVA data for pointers.
18960
18961 2003-01-25  Martin Baulig  <martin@ximian.com>
18962
18963         * threads.c (start_wrapper): Moved the initialization of
18964         `start_func' above the mono_new_thread_init() call to which we
18965         pass it as argument.
18966
18967 2003-01-24  Martin Baulig  <martin@ximian.com>
18968
18969         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
18970         the MonoThread pointer.
18971
18972 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
18973
18974         * icall.c: Rename `PowImpl' to Pow.
18975
18976 2003-01-23  Dick Porter  <dick@ximian.com>
18977
18978         * threads.c (start_wrapper): Create a Thread object if needed, so
18979         the Main() thread can do the class initialisation in a subthread
18980         that has been set up to allow managed code execution.
18981
18982         Pass the thread ID instead of the MonoThread pointer to the thread
18983         start and attach callbacks.  This change is required, because the
18984         jit thread start callback must be called _before_ the Thread
18985         object can be created.
18986         
18987         (mono_thread_init): Removed much object creation code that is no
18988         longer needed.  No managed code is called from here now.
18989
18990         * object.c (mono_runtime_exec_managed_code): Create a subthread
18991         for Main, and call back to the runtime to use it.
18992         Set the exit code when Main exits.
18993
18994         * gc.c: Make sure domain finalisation happens in a subthread.
18995         Re-enable threaded GC, fixing bug 31333 (again).
18996
18997         * environment.c: System.Environment internall calls (so far just
18998         ExitCode is here, the others are still in icall.c)
18999
19000         * appdomain.c (mono_runtime_cleanup): All threads running managed
19001         code should have finished before mono_runtime_cleanup() is
19002         reached, so no need to clean up threads.
19003
19004 2003-01-22  Martin Baulig  <martin@ximian.com>
19005
19006         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
19007         `gpointer func' arguments.      
19008         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
19009         but added `MonoThread *thread' argument.
19010         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
19011
19012         * threads.c (mono_new_thread_init): Added `gpointer func' argument
19013         and pass it to the mono_thread_start_cb callback.
19014         (mono_install_thread_callbacks): New public function to install a
19015         set of callbacks which are set by the debugger.
19016         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
19017
19018 2003-01-22  Martin Baulig  <martin@ximian.com>
19019
19020         * Makefile.am: Install debug-mono-symfile.h.
19021
19022 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
19023
19024         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
19025
19026 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
19027
19028         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
19029         * class.c (mono_ptr_class_get): correctly set access levels of pointers
19030         (mono_array_class_get): correctly set access levels of arrays
19031
19032 2003-01-20      Patrik Torstensson
19033         * image.h (MonoAssemblyName): changed major, minor, build, revision
19034         from signed to unsigned.
19035
19036 2003-01-20  sean kasun <skasun@azstarnet.com>
19037
19038         * reflection.c (load_cattr_value): Now this handles
19039         MONO_TYPE_SZARRAY.  Fixes bug #35629
19040
19041 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
19042
19043         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
19044         integer value
19045
19046 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19047
19048         * decimal.c: fixed bug #26056.
19049
19050 2003-01-17  Martin Baulig  <martin@ximian.com>
19051
19052         * gc.c: Raise an ExecutionEngineException instead of using g_error().
19053
19054 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19055
19056         * exception.[ch]:
19057         (mono_get_exception_type_initialization): new function.
19058
19059         * object.c: throw a TypeInitializationException when an exception is
19060         thrown invoking the class constructor.
19061
19062 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19063
19064         * reflection.c: fixed attribute reading.
19065
19066 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19067
19068         * icall.c:
19069         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
19070         provided, look for the type in the calling assembly and then in
19071         mscorlib; if the assembly name is provided, only try that one.
19072
19073 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
19074
19075         * object.c: register the vtable before there is a chance it's
19076         queried again recursively.
19077
19078 2003-01-13  Duncan Mak  <duncan@ximian.com>
19079
19080         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
19081         gc-internal.h. 
19082         
19083 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
19084
19085         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
19086
19087 2003-01-11  Martin Baulig  <martin@ximian.com>
19088
19089         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
19090         this to 20 for the release.
19091
19092 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
19093
19094         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
19095
19096         * loader.c (mono_method_get_marshal_info): bug fix
19097
19098         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
19099         structures with explicit layout
19100
19101 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
19102
19103         * profiler.c: made the output more readable (and sorted). 
19104         Added caller information for the allocation profiler.
19105
19106 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
19107
19108         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
19109
19110 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19111
19112         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
19113         to get value types.
19114         
19115 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
19116
19117         * object.c, profiler.h, profiler.c, profiler-private.h:
19118         Added object allocation profiler.
19119
19120 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
19121
19122         * reflection.h, reflection.c: handle global methods.
19123         Compress blob entries.
19124
19125 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
19126
19127         * marshal.c: fix compilation.
19128
19129 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
19130
19131         * loader.c (mono_method_get_marshal_info): impl.
19132
19133         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
19134
19135 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19136
19137         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
19138         for reference types.
19139
19140 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
19141
19142         * loader.c: fixed off by one error in loaded parameter names.
19143
19144 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
19145
19146         * marshal.c (mono_marshal_get_icall_wrapper): like
19147         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
19148         instead of a MonoMethod.
19149
19150 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19151
19152         * decimal.c: fixed bug #36537.
19153
19154 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
19155
19156         * marshal.c: throw a missing method exception if a
19157         P/Invoke method is not found.
19158
19159 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
19160
19161         * icall.c: allow a null this for constructors.
19162
19163 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
19164
19165         * icall.c: raise the proper exceptions if the arguments to the
19166         internal Invoke are incorrect.
19167
19168 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
19169
19170         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
19171
19172 2003-01-03  Martin Baulig  <martin@ximian.com>
19173
19174         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
19175
19176 2002-12-31  Martin Baulig  <martin@ximian.com>
19177
19178         * debug-mono-symfile.c: Completely rewrote the type section.
19179         Instead of using individual malloc()ed fields, we use one big
19180         continuous memory area and offsets into this area.
19181         See the comments in the source code for details.
19182
19183 2002-12-30  Martin Baulig  <martin@ximian.com>
19184
19185         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
19186
19187 2002-12-30  Martin Baulig  <martin@ximian.com>
19188
19189         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
19190         line number table in this data blob instead of using an external
19191         pointer.
19192
19193 2002-12-28  Martin Baulig  <martin@ximian.com>
19194
19195         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
19196
19197 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
19198
19199         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
19200         as a boxed return type.
19201
19202 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
19203
19204         * appdomain.c
19205         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
19206         g_build_filename to properly get separators on the filename created.
19207
19208         * object.h: Small change, introduce MonoMarshalByRefObject to
19209         track the layout of that structure in the C# universe as we make
19210         changes there.
19211
19212 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
19213
19214         * object.c: removed assert to allow static fields on interfaces.
19215         * loader.c: a TypeSpec may be used for any type, not just arrays.
19216
19217 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
19218
19219         * class.c, class.h: added mono_class_array_element_size ().
19220         Ignore static methods in interfaces.
19221
19222 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19223
19224         * threads.c: fixed the build under cygwin.
19225
19226 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
19227
19228         * reflection.c: handle nullref constants. Allocate keys for
19229         reflection handles with the GC.
19230
19231 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
19232
19233         * threads.c, threads.h: added mono_thread_get_abort_signal()
19234         to get a suitable signal for thread abort.
19235
19236 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
19237
19238         * metadata.c: fix handling of ExportedType table.
19239
19240 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19241
19242         * icall.c: added WriteWindowsDebugString internal call.
19243
19244 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19245
19246         * reflection.h: added fields to match C# implementation.
19247
19248 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19249
19250         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
19251
19252 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
19253
19254         * gc.h, gc-internal.h: Rename header for GC internal calls to
19255         gc-internal.h from gc.h as to not clash with Boehm GC having its
19256         header installed as <gc.h> in outside include paths.
19257         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
19258         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
19259
19260 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19261
19262         * icall.c: assign minor, build and revision in FillName.
19263
19264 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
19265
19266         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
19267         Added support for running code generated by Reflection.Emit.
19268
19269 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19270
19271         * appdomain.c: check for NULL argument in LoadFrom.
19272
19273 2002-12-10  Dick Porter  <dick@ximian.com>
19274
19275         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
19276
19277 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19278
19279         * appdomain.c: fix buglet when building exe file name.  Handle full
19280         assembly name (needed after latest changes to AssemblyName).
19281         * image.c:
19282         (mono_image_close): free some hashtables.
19283
19284 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
19285
19286         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
19287         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
19288         on some systems (redhat 7.3) 
19289
19290 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
19291
19292         * threads.c: delete the critical section of a sync block,
19293         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
19294
19295 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
19296
19297         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
19298
19299 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19300
19301         * appdomain.[ch]: handle the assembly preload event to try loading the
19302         assemblies using the paths we have in the current domain.
19303
19304         * assembly.[ch]: created an assembly preload hook that is called to try
19305         loading the assembly by other means that the ones provided here.
19306
19307         * domain.c: initialize the domain search path.
19308
19309         From now on, assemblies (TODO: except corlib and System) are loaded
19310         according to these rules when using mono_assembly_load ():
19311
19312                 1. It tries to load the assembly from the ApplicationBase
19313                 of the current domain appending .dll and .exe (TODO: have to
19314                 try loading from name/name.dll and name/name.exe).
19315
19316                 2. It tries the search path specified in PrivateBinPath for the
19317                 current domain (if any).
19318
19319                 3. Previous behavior.
19320
19321 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
19322
19323         * icall.c: implemented GetInterfaceMap() related icall.
19324         * domain.c, loader.h: load MethodInfo in mono_defaults.
19325
19326 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
19327
19328         * gc.c: disable the finalizer thread for now, untill all the issues
19329         with it are resolved.
19330
19331 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
19332
19333         * string-icalls.c: handle embedded nulls in string ctor when the
19334         length is specified.
19335
19336 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
19337
19338         * class.c: look for explicit interface implementation in parent
19339         classes, too.
19340
19341 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
19342
19343         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
19344
19345 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
19346
19347         * gc.c: protect handles with a critical section.
19348
19349 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19350
19351         * icall.c:
19352         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
19353         parameters. If no assembly specified, try getting the type from all
19354         the assemblies in the current domain, else, load the assembly and get
19355         the type from it.
19356
19357 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19358
19359         * marshal.c: applied patch from Aleksey Demakov that fixes
19360         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
19361
19362 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19363
19364         * icall.c: fixed get_location.
19365
19366 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
19367
19368         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
19369         declarations to make it work with older gcc. 
19370
19371         * loader.c (mono_get_method): set signature->pinvoke for native calls
19372
19373 2002-11-20  Dick Porter  <dick@ximian.com>
19374
19375         * threads.c (mono_thread_init): Set the main thread's handle
19376
19377 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
19378
19379         * gc.c: allow compilation without GC support. Changed to match the
19380         mono coding style.
19381
19382 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
19383
19384         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
19385
19386 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
19387
19388         * reflection.c: set a public key token on the core assemblies.
19389
19390 2002-11-18  Dick Porter  <dick@ximian.com>
19391
19392         * threads.c: Split out some thread initialisation so that other
19393         files can set the start callback function.
19394
19395         * gc.c: Run finalisers in a separate thread, to avoid stack
19396         overflow.  Fixes bug 31333.
19397
19398         * appdomain.c: Set up GC finalisation thread.
19399
19400         * reflection.c: 
19401         * object.c: 
19402         * domain.c: Use gc.h macros for GC_malloc
19403         
19404 2002-11-15  Dick Porter  <dick@ximian.com>
19405
19406         * threadpool.c: 
19407         * threads.c:
19408         * appdomain.c: Removed mono_runtime_init_with_attach(),
19409         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
19410         merging the extra parameter with the existing function.  Removed
19411         unneeded code in mono_thread_attach().
19412
19413 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
19414
19415         * image.c (mono_image_loaded_by_guid): a method to get loaded
19416         images by guid. 
19417         (load_metadata_ptrs): we store the guid as string.
19418
19419 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
19420
19421         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
19422
19423         * metadata.c (mono_guid_to_string): imported method form Zoltan
19424         Varga (slightly modified)
19425
19426         * assembly.c (mono_assembly_open): load precompiled code
19427
19428         * loader.h (MonoMethod): we store the method token for use in the
19429         aot compiler. 
19430
19431 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19432
19433         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
19434         the hook function called when an assembly is loaded.
19435         
19436         * domain.c: Modified file.
19437         (mono_domain_assembly_load): removed hash table insertion of assemblies.
19438
19439         Fixes bug #33196.
19440
19441 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
19442
19443         * reflection.c: Map PEFileKind to the value expected by the WinNT
19444         image loader. 
19445
19446 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19447
19448         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
19449         Read until the buffer is filled completely.
19450
19451 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19452
19453         * icall.c: implemented MonoType.InternalGetEvent ().
19454
19455 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19456
19457         * appdomain.c: implemented InitAppDomainSetup. Delayed
19458         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
19459         the entry_assembly.
19460
19461         * assembly.c: base_dir is now an absolute path ending with
19462         G_DIR_SEPARATOR.
19463
19464         * icall.c: modified get_location according to the above changes.
19465
19466         * object.c: init AppDomain.SetupInformation for the default domain after
19467         we have the entry assembly.
19468
19469         * domain.c: when unloading a domain, setup = NULL.
19470
19471 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
19472
19473         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
19474
19475 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
19476
19477         * object.h, object.c: introduced mono_object_get_virtual_method ()
19478         to lookup the method invoked on an object when a callvirt is done on
19479         a method.
19480         * icall.c: make MethodInfo::Invoke() always do a virtual call.
19481
19482 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19483
19484         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
19485         current domain when loaded an assembly and failed to load it.
19486
19487         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
19488
19489 2002-10-31  Dick Porter  <dick@ximian.com>
19490
19491         * icall.c: 
19492         * file-io.h: 
19493         * file-io.c: Return the error status in a parameter, as the
19494         GetLastError() value has long since been blown away if we try and
19495         look it up in a subsequent internal call invocation.  Delete the
19496         GetLastError() internal call, because it's useless.
19497
19498 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
19499
19500         * class.[ch]: added cast_class to fix bug 29517
19501
19502 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
19503
19504         * marshal.c: create valid IL code in the filter clause:
19505         the new JIT is less forgiving:-)
19506
19507 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19508
19509         * icall.c: removed get_property internal call.
19510
19511 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
19512
19513         * appdomain.h domain.c: Added an ID to appdomains.
19514         
19515         * threads.c threads.h icall.c: Implement icall
19516         Thread:GetDomainID(), and remove unused icall 
19517         CurrentThreadDomain_internal.
19518
19519 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19520
19521         * icall.c: Don't recurse through the base types in GetConstructor.
19522         Fixes bug #32063. 
19523
19524 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
19525
19526         * mempool.h, mempool.c: added mono_mempool_empty() and
19527         mono_mempool_stats().
19528
19529 2002-10-23  Dick Porter  <dick@ximian.com>
19530
19531         * file-io.c: 
19532         * file-io.h: 
19533         * icall.c: Added MonoIO.GetFileType internal call
19534
19535 2002-10-17  Dick Porter  <dick@ximian.com>
19536
19537         * appdomain.c (mono_runtime_cleanup): Don't signal the async
19538         delegate semaphore before waiting for all threads to finish,
19539         because new threads can also call async delegates.  Fixes bug
19540         32004.
19541
19542         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
19543         of 3 seconds, in case another async job is queued.  (This part is
19544         needed because the bug fix reintroduced the 3s exit lag.)  This
19545         makes the mono_runtime_shutdown flag superfluous.
19546
19547 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
19548
19549         * reflection.c: include ehader size in method section headers.
19550         Really check for suplicated modules entries.
19551
19552 2002-10-17  Martin Baulig  <martin@gnome.org>
19553
19554         * debug-mono-symfile.c: Added back support for locals.
19555
19556 2002-10-14  Martin Baulig  <martin@gnome.org>
19557
19558         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
19559         MONO_TYPE_VOID.
19560
19561 2002-10-14  Martin Baulig  <martin@gnome.org>
19562
19563         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
19564         mono_class_get() instead of looking in the class cache. 
19565
19566 2002-10-13  Martin Baulig  <martin@gnome.org>
19567
19568         * debug-mono-symfile.c: Set version number to 28, include the
19569         signature in method names.
19570
19571 2002-10-13  Martin Baulig  <martin@gnome.org>
19572
19573         * debug-mono-symfile.h: Set version number to 27.
19574
19575 2002-10-11  Martin Baulig  <martin@gnome.org>
19576
19577         * gc.c: Don't register/unregister NULL pointers as disappearing links.
19578
19579 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19580
19581         * metadata.c, metadata.h: added helper function to allocate signatures.
19582
19583 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19584
19585         * icall.c: added internal call to get the location of machine.config.
19586
19587 2002-10-08  Martin Baulig  <martin@gnome.org>
19588
19589         * debug-mono-symfile.c: Ignore classes with a pending init for the
19590         moment.
19591
19592 2002-10-03  Dick Porter  <dick@ximian.com>
19593
19594         * threads.c: Freebsd pthread_t is a pointer
19595
19596 2002-10-03  Dick Porter  <dick@ximian.com>
19597
19598         * socket-io.c: Implemented GetHostName_internal
19599
19600 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19601
19602         * mono-config.c:
19603         (mono_config_parse_file): don't leak the text.
19604
19605 2002-10-02  Martin Baulig  <martin@gnome.org>
19606
19607         * debug-mono-symfile.c: Added support for methods.
19608
19609 2002-10-01  Martin Baulig  <martin@gnome.org>
19610
19611         * debug-mono-symfile.c: Don't emit methods and line numbers for
19612         the dynamic symbol file, just write the type table.  We can easily
19613         have an external helper program which creates a symbol file for an
19614         IL file.        
19615
19616 2002-10-01  Dick Porter  <dick@ximian.com>
19617
19618         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
19619         Only add the handle to the cleanup array when we're about to
19620         launch the thread.  Bug 31425 deadlocked when the test was run on
19621         mono under w32.
19622
19623 2002-10-01  Martin Baulig  <martin@gnome.org>
19624
19625         * debug-mono-symfile.c: Added support for properties.
19626
19627 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
19628
19629         * reflection.c: unaligned store fix from Mark Crichton
19630         <crichton@gimp.org>.
19631
19632 2002-09-27  Martin Baulig  <martin@gnome.org>
19633
19634         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
19635         New interncall.
19636
19637 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
19638
19639         * assembly.h, assembly.c: use a sane API to hook into the assembly
19640         loading process instead of a useless special-purpouse hack
19641         (ngen needs a hook, too, for example).
19642
19643 2002-09-27  Dick Porter  <dick@ximian.com>
19644
19645         * threads.c (mono_thread_init): Call GetCurrentProcess() so
19646         io-layer can set up some process handle info.  Not needed on w32,
19647         but doesn't hurt either.
19648
19649         * process.c: Pass the program name in the second parameter to
19650         CreateProcess, so the path is searched.  Include the working
19651         directory. Implemented process name, process enumeration, and some
19652         process detail internal calls.
19653         
19654         * icall.c: Added internal calls for process lookup, and some
19655         process details
19656
19657 2002-09-26  Martin Baulig  <martin@gnome.org>
19658
19659         * assembly.c (mono_install_open_assembly_hook): New global
19660         function to install a function to be invoked each time a new
19661         assembly is loaded.
19662         (mono_assembly_open): Run this callback function if set.
19663
19664         * debug-mono-symfile.c: Put back line numbers for the dynamic
19665         symbol file and also record the .il file as source file.  This
19666         allows us to install the temporary symbol file as `file.dbg' just
19667         like a compiler-generated one.
19668
19669 2002-09-26  Nick Zigarovich <nick@chemlab.org>
19670
19671         * Corrected typo in gc.c (BOHEM vs BOEHM).
19672
19673 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19674
19675         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
19676         GetProperties. Also avoid calling g_slist_length in GetProperties and
19677         GetMethods.
19678
19679 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19680
19681         * reflection.c: avoid unaligned stores (bug spotted by
19682         Mark Crichton  <crichton@gimp.org>).
19683
19684 2002-09-25  Martin Baulig  <martin@gnome.org>
19685
19686         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
19687         instead of guint64 for addresses and added prologue/epilogue info.
19688
19689 2002-09-25  Martin Baulig  <martin@gnome.org>
19690
19691         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
19692         store line number info.  For the dynamic symbol file, we only need
19693         to provide the JIT generated dynamic line number info for the dynamic
19694         symbol file.
19695
19696 2002-09-25  Martin Baulig  <martin@gnome.org>
19697
19698         * debug-mono-symfile.h: Incremented version number.
19699
19700 2002-09-24  Martin Baulig  <martin@gnome.org>
19701
19702         * class.c (mono_debugger_class_init_func): New global function
19703         pointer variable.
19704         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
19705         call it.
19706
19707         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
19708         function.  This is called via the mono_debugger_class_init_func
19709         hook to add all types to the dynamic type table.
19710         (ves_icall_MonoDebugger_GetType): New interncall to get a class
19711         from its metadata token.
19712
19713         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
19714         New interncall for the debugger.
19715
19716 2002-09-24  Nick Drochak <ndrochak@gol.com>
19717
19718         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
19719         before using it in case it is null.
19720         
19721 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19722
19723         * metadata.c: allow custom modifiers in local var signatures
19724         (bug spotted by Zoltan Varga).
19725
19726 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
19727
19728         * class.c: deal with the <Module> class that may have a NULL vtable.
19729         Eliminate warnings.
19730
19731 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19732
19733         * image.c, image.h: more strong name helpers.
19734         * monosn.c: more work: convert pem keys to cryptoapi format.
19735
19736 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
19737
19738         * string-icalls.c: speedup IndexOf.
19739
19740 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19741
19742         * icall.c: updates from Zoltan.2.Varga@nokia.com.
19743
19744 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19745
19746         * icall.c: cleanup: use mono_object_domain ().
19747
19748 2002-09-23  Martin Baulig  <martin@gnome.org>
19749
19750         * debug-mono-symfile.c: Improved type support.
19751
19752 2002-09-22  Martin Baulig  <martin@gnome.org>
19753
19754         * debug-mono-symfile.c: Added support for reference types and strings.
19755
19756 2002-09-22  Martin Baulig  <martin@gnome.org>
19757
19758         * debug-mono-symfile.c: Started to work on the type table.
19759
19760 2002-09-21  Martin Baulig  <martin@gnome.org>
19761
19762         * debug-mono-symfile.c: Largely reworked the symbol table format.
19763         The symbol table is now incrementally updated each time a new
19764         method is added.  We're now also using our own magic and version
19765         so that you don't need to recompile all your classes if the
19766         dynamic table changes.
19767         (mono_debug_update_mono_symbol_file): Removed.
19768         (mono_debug_symfile_add_method): New function to add a method.
19769
19770 2002-09-21  Martin Baulig  <martin@gnome.org>
19771
19772         * icall.c
19773         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
19774         New interncall.
19775
19776         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
19777         New interncall to get a method from its metadata token.
19778
19779 2002-09-21  Martin Baulig  <martin@gnome.org>
19780
19781         * debug-mono-symfile.c: Create type table.
19782
19783 2002-09-20  Martin Baulig  <martin@gnome.org>
19784
19785         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
19786
19787 2002-09-20  Martin Baulig  <martin@gnome.org>
19788
19789         * debug-mono-symfile.c: Provide information about params and locals.
19790
19791 2002-09-20  Martin Baulig  <martin@gnome.org>
19792
19793         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
19794         New interncall.
19795
19796         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
19797         interncall to get a method from its metadata token.
19798
19799 2002-09-20  Martin Baulig  <martin@gnome.org>
19800
19801         * debug-mono-symfile.c: Added a few checks for method->header
19802         being non-NULL.  This should never happen, but for the moment
19803         let's use a g_warning() rather than a g_assert().
19804
19805 2002-09-19  Mark Crichton  <crichton@gimp.org>
19806
19807         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
19808         even if support for it isn't present.  Added an #ifdef to fix this.
19809
19810         * socket-io.c: Added checks back for Solaris support.
19811
19812 2002-09-19  Martin Baulig  <martin@gnome.org>
19813
19814         * debug-mono-symfile.c (read_string, write_string): Reflect latest
19815         changes in the symbol file format.
19816
19817 2002-09-18  Martin Baulig  <martin@gnome.org>
19818
19819         * debug-mono-symfile.c: Set version number to 21.
19820
19821 2002-09-18  Dick Porter  <dick@ximian.com>
19822
19823         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
19824         on netbsd.  Fixes bug 30051.
19825
19826 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19827
19828         * reflection.c:
19829         (set_version_from_string): little fix.
19830
19831 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19832
19833         * monosn.c, Makefile.am: added strong name utility.
19834         * reflection.h, reflection.c: implemented delayed signing,
19835         locale, version and hash id assembly attributes.
19836
19837 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19838
19839         * loader.c, metadata.c: load param attributes in signatures.
19840
19841 2002-09-16  Martin Baulig  <martin@gnome.org>
19842
19843         * debug-mono-symfile.c: Added string table with all method names.
19844
19845 2002-09-14  Martin Baulig  <martin@gnome.org>
19846
19847         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
19848         fast method lookup.
19849
19850 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19851
19852         * reflection.c: record the public key token of referenced assemblies.
19853
19854 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19855
19856         * image.c, image.h: added functions to get the strong name and the
19857         public key of an assembly.
19858         * pedump.c: use them.
19859
19860 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
19861
19862         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
19863
19864 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
19865
19866         * marshal.c (mono_marshal_get_managed_wrapper): Added
19867         MONO_TYPE_BOOLEAN 
19868
19869 2002-09-11  Martin Baulig  <martin@gnome.org>
19870
19871         * gc.c: Call GC_unregister_disappearing_link() on all links when
19872         finalizing them, this is necessary to aviod a crash in boehm's
19873         finalize handler.
19874
19875 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19876
19877         * gc.c: handle GetTarget for finalized objects spotted and fixed by
19878         nick@chemlab.org.
19879
19880 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
19881
19882         * icall.c: implemented MonoType::Module.
19883         * reflection.c, reflection.h: mono_module_get_object () from
19884         Tomi Pakarinen <tomi.pakarinen@welho.com>.
19885
19886 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
19887
19888         * icall.c: ignore overridden methods in GetMethods ().
19889         Fix for FieldInfo::SetValue().
19890         * object.c: handle float/double in runtime invoke.
19891
19892 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
19893
19894         * object.c: allow a constructor to be called again on an object.
19895
19896 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19897
19898         * class.h, class.c: move field layout code to it's own function and
19899         export it. Get an interface id earlier. Move fields in MonoClass
19900         so they are more cache friendly and align the bitfields.
19901         * loader.c: temporary handle get_param_names() for a runtime method.
19902         * reflection.c, reflection.h: more code to handle runtime creation of
19903         types.
19904
19905 2002-09-09  Martin Baulig  <martin@gnome.org>
19906
19907         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
19908         signature with the pinvoke field being set for the actual call.
19909
19910 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19911
19912         * icall.c: removed some unused icalls. Start of map of glib charsets
19913         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
19914
19915 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19916
19917         * debug-helpers.c: break infinite loop (found and fixed by
19918         Holger Arnold <harnold@gmx.de>).
19919
19920 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19921
19922         * icall.c: target may be null in create_delegate.
19923
19924 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19925
19926         * marshal.c: handle a boolean return type.
19927
19928 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19929
19930         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
19931
19932 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19933
19934         * gc.c: fix weakreferences.
19935
19936 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
19937
19938         * icall.c: added icall to get default codepage.
19939
19940 2002-09-03  Dick Porter  <dick@ximian.com>
19941
19942         * threads.h: 
19943         * threads.c: Use MonoThread instead of MonoObject where
19944         apropriate.
19945
19946         Store running thread objects in a hash table, so that we have all
19947         the info to hand when waiting for them to finish
19948         (means we don't need OpenThread() any more, so mingw builds should
19949         be fully functional again.)
19950
19951         * verify.c:
19952         * object.h: Added thread ID to MonoThread
19953
19954 2002-09-03  Martin Baulig  <martin@gnome.org>
19955
19956         * icall.c (System.Reflection.Assembly::get_location): New interncall.
19957
19958 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19959
19960         * icall.c: fixed leak in get_temp_path. Thanks lupus.
19961
19962 2002-09-03  Martin Baulig  <martin@gnome.org>
19963
19964         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
19965         argument to store the end address of the disassembled instruction.
19966
19967         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
19968         here from debug-symfile.h.
19969         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
19970         JIT into this struct.
19971         (MonoSymbolFile): Added `char *image_file' field.
19972         (MonoDebugGetMethodFunc): Removed.
19973         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
19974         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
19975         (mono_debug_find_method): New method.
19976
19977         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
19978         create a full symbol file.
19979         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
19980         and static symbol files.
19981         (mono_debug_find_method): The symbol file keeps an internal method hash,
19982         call this to get a MonoDebugMethodInfo from a MonoMethod.
19983
19984         * debug-symfile.[ch]: Removed.
19985
19986 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
19987
19988         * image.c (do_mono_image_open): Remove linker version check.
19989
19990 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
19991
19992         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
19993         wrappers for instance methods.
19994         
19995 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19996
19997         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
19998
19999 2002-08-28  Dick Porter  <dick@ximian.com>
20000
20001         * Makefile.am: Export HOST_CC for w32 builds
20002
20003 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20004
20005         * file-io.c process.c: MonoString are null terminated, no
20006         need for mono_string_to_utf16() anymore.
20007
20008 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20009
20010         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
20011
20012 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
20013
20014         * icall.c, reflection.h: speedup System.MonoType.
20015
20016 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20017
20018         * reflection.c: allow null as the value of a string argument in
20019         custom attributes constructors.
20020
20021 2002-08-27  Martin Baulig  <martin@gnome.org>
20022
20023         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
20024         `trampoline_address' field.
20025
20026 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
20027
20028         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
20029         check (fixes bug #29486) 
20030
20031 2002-08-27  Martin Baulig  <martin@gnome.org>
20032
20033         * debug-mono-symfile.c: Changed the file format in a way that allows us
20034         open it read-only and to use a specially malloced area for all the
20035         dynamic data.  We can now also generate a symbol file on-the-fly if we're
20036         debugging IL code and there is no MCS generated symbol file for it.
20037
20038 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
20039
20040         * object.c: added a define for a good string and array
20041         creation speedup (not enabled by default because we need to deal with
20042         the synch stuff).
20043
20044 2002-08-26  Martin Baulig  <martin@gnome.org>
20045
20046         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
20047         function to create a dynamic symbol file.  This is used by the
20048         debugger to create a symbol file for IL code on-the-fly.
20049
20050 2002-08-26  Martin Baulig  <martin@gnome.org>
20051
20052         * loader.c (mono_lookup_pinvoke_call): Include the error message
20053         from g_module_error() in the error message.
20054
20055 2002-08-24  Martin Baulig  <martin@gnome.org>
20056
20057         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
20058         function to update the symbol file.  The symbol file is mmap()ed
20059         writable, but private.  This allows us to install the symbol file
20060         together with the assembly.
20061
20062 2002-08-24  Martin Baulig  <martin@gnome.org>
20063
20064         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
20065         but they can read the new symbol file format which mcs is now creating.
20066
20067         * debug-symfile.c (mono_debug_find_source_location): Moved to
20068         debug-mono-symfile.c; this is now operating on the new symbol file.
20069
20070 2002-08-23  Martin Baulig  <martin@gnome.org>
20071
20072         * debug-helpers.c (mono_method_desc_from_method): New function to get
20073         a MonoMethodDesc from a MonoMethod.
20074
20075 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
20076
20077         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
20078         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
20079
20080 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
20081
20082         * string-icalls.[ch]: make helper methods static.
20083
20084 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20085
20086         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
20087         types to it and to SetValueInternal.
20088
20089         * object.c: Moved handle_enum label to its proper place. This was the
20090         f... bug! ;-)
20091
20092         This time i compiled mcs and gtk-sharp and they both work.
20093
20094 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20095
20096         * icall.c: reverted partially my previous patch until 
20097         object.c:set_value handles enums correcly.
20098
20099 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20100
20101         * icall.c:
20102         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
20103         (ves_icall_System_Environment_get_MachineName): removed warning when
20104         compiling under cygwin.
20105
20106 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20107
20108         * object.c: fixed field_get_value() for reference types.
20109
20110 2002-08-22  Dick Porter  <dick@ximian.com>
20111
20112         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
20113         Don't free a buffer while it's still needed.  Patch from Jonathan
20114         Liger <Jonathan.liger@wanadoo.fr>
20115
20116 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
20117
20118         * icall.c (ves_icall_System_Environment_get_Platform): Add new
20119         internal call.
20120
20121 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
20122
20123         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
20124         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
20125
20126         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
20127         we call unmanaged code which throws exceptions.
20128
20129 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
20130
20131         * appdomain.h: added per-domain entry_assembly.
20132         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
20133         arguments.
20134         * icall.c: Assembly::GetEntryAssembly icall.
20135         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
20136         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
20137
20138 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
20139
20140         * appdomain.h, gc.c: added mono_domain_finalize ().
20141
20142 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20143
20144         * object.c:
20145         (mono_print_unhandled_exception): changed g_warning by g_printerr
20146         because g_log has a 1024 characters limit (yeah, i got a big stack
20147         trace). Don't print exception name, that should be in ToString 
20148         returned string.
20149
20150 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20151
20152         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
20153         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
20154
20155 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20156
20157         * object.c:
20158         (mono_print_unhandled_exception): after previous commit, i realized
20159         that MS calls ToString on the exception. I changed this function to
20160         do that. This way we get stack_trace for free.
20161
20162 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20163
20164         * object.c:
20165         (mono_print_unhandled_exception): invoke Message property instead of
20166         getting 'message' field from Exception. Don't allocate memory for
20167         'trace' and 'message' if not needed.
20168
20169 2002-08-18  Dick Porter  <dick@ximian.com>
20170
20171         * unicode.c: Fix asserts to match Encoder.cs checks
20172
20173 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20174
20175         * marshal.c: fix unaligned store issue and a few wrong
20176         opcode argument types.
20177
20178 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20179
20180         * icall.c: added GetUninitializedObjectInternal internal call.
20181
20182 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
20183
20184         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
20185         to the right domain.
20186
20187 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
20188
20189         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
20190
20191         * class.c (class_compute_field_layout): set blittable to false for Strings
20192
20193         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
20194
20195 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20196
20197         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
20198         first chunk of code to create types at runtime. Code to
20199         handle ReflectedType/DeclaringType. Make reflection handles
20200         domain specific.
20201
20202 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
20203
20204         * class.c: set correct name in arrays.
20205
20206 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
20207
20208         * appdomain.c (mono_domain_transfer_object): make it work with
20209         valuetypes. bug fixes.
20210
20211 2002-08-12  Dick Porter  <dick@ximian.com>
20212
20213         * object.h: Rename some parameters to avoid c++ keywords (Patch
20214         from Joseph Wenninger <kde@jowenn.at>)
20215
20216 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
20217
20218         * icall.c: added icall to implement Assembly.GetFile*.
20219
20220 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
20221
20222         * reflection.h, reflection.c: code to embed managed resources.
20223
20224 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
20225
20226         * class.c: move all the type size stuff into
20227         class_compute_field_layout().
20228
20229 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
20230
20231         * class.c: ensure enums have always the correct instance size.
20232         * unicode.c: remove wrong assert.
20233
20234 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20235
20236         * assembly.c: fix mem corruption issue.
20237         * image.h, image.c: added mono_image_get_resource () to access
20238         managed resources.
20239         * icall.c: implemented Assembly.EntryPoint property and some
20240         Managed Resources related internalcalls.
20241
20242
20243 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
20244
20245         * image.c, image.h: impemented mono_image_get_entry_point ().
20246         * appdomain.c: use mono_image_get_entry_point.
20247
20248 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
20249
20250         * reflection.c: support the object type argument when loading
20251         custom attributes.
20252
20253 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
20254
20255         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
20256         String as return type.
20257
20258 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
20259
20260         * reflection.c: fix encoding of named args for custom attrs to match
20261         the ms implementation. Read them back when instantiating custom
20262         attributes.
20263
20264 2002-08-02  Radek Doulik  <rodo@ximian.com>
20265
20266         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
20267         by Dietmar as quick fix
20268         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
20269         16 as stack size, used on more places as quick fix before Dietmar
20270         will fix it properly
20271
20272 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
20273
20274         * object.h, object.c: added accessors for fields and properties.
20275
20276 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
20277
20278         * class.c, class.h: made mono_class_get_field_from_name ()
20279         loop on parent types.
20280         Added mono_class_get_property_from_name ().
20281
20282 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20283
20284         * class.c, class.h: move the code to setup the type vtable in its own
20285         function so that it can be reused also for types created at runtime.
20286         Eliminate the "class" identifier from the header file.
20287         * reflection.c: setup the vtable for enums so that we can create
20288         objects for use in SetConstant ().
20289
20290 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
20291
20292         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
20293         instead of the delegate itself as this pointer (bug #28383)
20294
20295 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
20296
20297         * marshal.c (mono_marshal_get_managed_wrapper): added return type
20298         conversions.
20299
20300 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20301
20302         * loader.c: don't set the pinvoke bit on icalls.
20303
20304 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
20305
20306         * debug-helpers.c (mono_method_full_name): only print a number to
20307         indicate wrapper type (so that the output is more readable in traces).
20308
20309 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
20310
20311         * class.c (mono_class_init): include method override patch from Paolo
20312
20313 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
20314
20315         * icall.c: fixed GetTypeCode().
20316
20317 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
20318
20319         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
20320         use real delegate invoke function to make it work with multicast
20321         delegates (fix bug# 28291).
20322
20323 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20324
20325         * object.c: load constant strings.
20326
20327 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20328
20329         * reflection.c: no magic numbers.
20330         * tabledefs.h: security action enum.
20331
20332 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20333
20334         * assembly.c: fix possible memory corruption.
20335
20336 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
20337
20338         * reflection.h, reflection.c: added support for linking resources.
20339         * verify.c: check we have an updated corlib.
20340
20341 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
20342
20343         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
20344         string arrays.
20345         (mono_marshal_string_array): null terminate unmanaged string arrays.
20346         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
20347
20348 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20349
20350         * icall.c: Type.GetType () can now return also types from the
20351         calling assembly.
20352
20353 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
20354
20355         * loader.h, loader.c: stack walking support.
20356         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
20357         GetCallingAssembly.
20358
20359 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
20360
20361         * marshal.c: added optimisations for blittable types 
20362
20363         * class.c (mono_array_class_get): do not set blittable attribute on arrays
20364         (mono_class_setup_mono_type): set blittable attribute for single
20365         and double.
20366
20367         * marshal.c (mono_string_utf8_to_builder): impl.
20368         (mono_string_builder_to_utf8): impl.
20369         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
20370
20371 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
20372
20373         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
20374         (mono_marshal_get_managed_wrapper): impl. byref types
20375
20376 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20377
20378         * icall.c:
20379         (search_method): don't display debug message. 
20380
20381 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
20382
20383         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
20384
20385 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
20386
20387         * appdomain.c: set the missing filename when throwing exception.
20388
20389 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
20390
20391         * metadata.c (mono_type_size): code cleanup
20392         (mono_type_stack_size): removed some test code
20393
20394 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
20395
20396         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
20397         mono_get_exception_file_not_found now.
20398
20399         * exception.c (mono_exception_from_name_two_strings): New version
20400         that will call a constructor with two string arguments. 
20401         (mono_get_exception_file_not_found): New helper routine, used to
20402         report file-not-found errors.
20403
20404 2002-07-20  Dick Porter  <dick@ximian.com>
20405
20406         * process.h:
20407         * process.c: Pass file handles to CreateProcess
20408         
20409         * icall.c:
20410         * file-io.h:
20411         * file-io.c: Implemented CreatePipe
20412
20413 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
20414
20415         * metadata.c (mono_get_param_info): set alignment for value types
20416
20417 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20418
20419         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
20420         Constify mono_domain_assembly_open().
20421         * loader.c: handle null namespace in icalls.
20422
20423 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
20424
20425         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
20426         (emit_str_to_ptr_conv): marshal object as structs
20427
20428         * metadata.c (mono_type_to_unmanaged): marshal object as structs
20429
20430         * marshal.c (mono_marshal_get_runtime_invoke): support value types
20431
20432 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
20433
20434         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
20435         (mono_marshal_get_native_wrapper): we an now return value types
20436
20437 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20438
20439         * verify.c: more checks implemented.
20440
20441 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
20442
20443         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
20444         (fix bug #27695)
20445         (mono_marshal_get_native_wrapper): allow byref arguments
20446         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
20447         impl. PtrToStringXXX methods
20448         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
20449         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
20450         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
20451         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
20452         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
20453
20454 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20455
20456         * reflection.c: fix buglet in parsing an assembly name.
20457
20458 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
20459
20460         * marshal.c (emit_ptr_to_str_conv): first impl.
20461
20462 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20463
20464         * object.c, class.h: cache the vtable in the class as suggested by
20465         vargaz@freemail.hu (Zoltan Varga).
20466
20467 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20468
20469         * class.h, loader.c: added mono_field_from_token().
20470         * verify.c: first cut of type checking code.
20471
20472 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
20473
20474         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
20475
20476 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
20477
20478         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
20479         (fix bug #27782)
20480         (mono_marshal_get_remoting_invoke): impl.
20481         (mono_delegate_begin_invoke): impl.
20482         (mono_mb_emit_save_args): impl.
20483         (mono_delegate_end_invoke): impl.
20484         (mono_marshal_get_delegate_begin_invoke):
20485         (mono_marshal_get_delegate_end_invoke):
20486         (mono_marshal_get_delegate_invoke): generate a special name for
20487         those methods (including the signature) and associate them whith
20488         the delegate class. 
20489
20490 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
20491
20492         * reflection.[ch]: 
20493         (mono_reflection_type_from_name): now it has a MonoImage parameter
20494         which is used as the default image to search the type in. If the image
20495         is NULL or getting the type from it fails, it defaults to corlib.
20496
20497         * icall.c: changed 1 call to mono_reflection_type_from_name to match
20498         new parameter.
20499
20500 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20501
20502         * reflection.c: update the parameter table index.
20503
20504 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20505
20506         * domain.c: don't include the mark byte in the string hash.
20507
20508 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20509
20510         * icall.cs: icall for Type.GetTypeCode ().
20511         * verify: a couple of fixes and disabled local initialization checks.
20512
20513 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
20514
20515         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
20516
20517         * debug-helpers.c (mono_method_full_name): print the type of the
20518         runtime wrapper
20519
20520         * metadata.c (mono_signature_hash): a hash function for signatures
20521         (mono_signature_hash): better hash algorithm
20522
20523         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
20524
20525         * debug-helpers.c (mono_method_full_name): this can now generate
20526         method names with signatures
20527
20528         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
20529         method dont have this pointers.
20530
20531 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
20532
20533         * reflection.c: fixup typebuilder tokens.
20534         * image.c: fix buglet.
20535         * marshal.h: remove whitespace.
20536         * metadata.h, metadata.c: reinstate code that was removed.
20537         * verify.c: handle catch directives and fix another couple of bugs.
20538
20539 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
20540
20541         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
20542         (mono_marshal_get_native_wrapper): make it comp. with the old code
20543         (mono_marshal_get_native_wrapper): support boolean
20544         (mono_marshal_get_managed_wrapper): support more types
20545
20546 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
20547
20548         * class.c (class_compute_field_layout): compute class->blittable attribute.
20549
20550 2002-07-09  Dick Porter  <dick@ximian.com>
20551
20552         * threads.c: Make the thread cleaning up cope with threads that
20553         call ExitThread()
20554
20555 2002-07-08  Radek Doulik  <rodo@ximian.com>
20556
20557         * reflection.c (method_encode_code): use non-translated values to
20558         compute finally_start, this fixes exception handling on ppc, yay!
20559
20560         * decimal.h (struct signscale): fix endianess
20561
20562 2002-07-07  Radek Doulik  <rodo@ximian.com>
20563
20564         * reflection.c: swap box_val and not val
20565
20566 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
20567
20568         * reflection.c, reflection.h: handle full assembly info in type name.
20569         Handle Type arguments when loading custom attributes.
20570         * icall.c: updated to use new mono_reflection_type_from_name () method.
20571
20572 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20573
20574         * loader.c:
20575         (method_from_memberref): also print assembly name when method not found.
20576
20577 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20578
20579         * icall.c:
20580         (ves_icall_TypeGetProperties): fixed bug #27473. 
20581
20582 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20583
20584         * reflection.c: display image name and token when cannot find the
20585         .ctor for an attribute.
20586
20587 2002-07-05  Martin Baulig  <martin@gnome.org>
20588
20589         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
20590
20591 2002-07-04  Dick Porter  <dick@ximian.com>
20592
20593         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
20594         compile on mingw.  This will cause mingw builds to not wait for
20595         subthreads to terminate after the main thread does.  I've lodged a
20596         bug with the mingw developers for them to wrap OpenThread().
20597
20598 2002-07-03  Dick Porter  <dick@ximian.com>
20599
20600         * threads.c: Store thread IDs instead of handles, because
20601         GetCurrentThread() returns a pseudohandle and therefore stores
20602         useless values.  mono_thread_cleanup() continues checking the
20603         array of threads until it is empty, to cope with subthreads
20604         spawning new threads after the main thread has finished.
20605
20606         * profiler.h:
20607         * profiler.c:
20608         * profiler-private.h: Pass the thread ID to thread profiler
20609         functions, instead of a handle
20610
20611 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20612
20613         * verify.c: fixes to make it more usable.
20614         * pedump.c: added --verify code to verify IL code in an assembly.
20615
20616 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20617
20618         * reflection.c: turn errors into warnings to allow compiling corlib.
20619
20620 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
20621
20622         * reflection.c: add special cases to compile corlib.
20623
20624 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20625
20626         * reflection.c: handle properties with only a set method.
20627
20628 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20629
20630         * opcodes.h: add enum with opcodes in opval order.
20631
20632 2002-07-01  Dick Porter  <dick@ximian.com>
20633         
20634         * object.h:
20635         * object.c (mono_runtime_run_main): Removed unneeded argument
20636
20637 2002-06-28  Martin Baulig  <martin@gnome.org>
20638
20639         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
20640
20641 2002-06-27  Dick Porter  <dick@ximian.com>
20642
20643         * threads.c: Store the handle in both the parent thread and in the
20644         subthread, to minimise the time between starting a new thread and
20645         storing its ID.
20646
20647 2002-06-26  Dick Porter  <dick@ximian.com>
20648
20649         * appdomain.c (mono_runtime_cleanup): Close the socket library
20650         after all the threads have finished, not before
20651
20652 2002-06-26  Martin Baulig  <martin@gnome.org>
20653
20654         * debug-symfile.c (mono_debug_find_source_location): Added
20655         `guint32 *line_number' argument.  If it's not NULL, store the line number
20656         there and return the file name without the line number.
20657
20658 2002-06-25  Dick Porter  <dick@ximian.com>
20659
20660         * icall.c:
20661         * process.h:
20662         * process.c: Process forking and other support functions
20663
20664 2002-06-25  Dick Porter  <dick@ximian.com>
20665
20666         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
20667         things dont happen when the image is closed.
20668         (mono_image_lookup_resource): Walk the resource section looking
20669         for a particular entry
20670
20671         * cil-coff.h: PE resource section decoding
20672
20673 2002-06-25  Dick Porter  <dick@ximian.com>
20674         
20675         * assembly.h:
20676         * assembly.c: 
20677         (mono_assembly_foreach): Accessor functions to walk the list of
20678         loaded assemblies
20679         (mono_assembly_set_main):
20680         (mono_assembly_get_main): Process methods need to know which
20681         assembly is the "main" one
20682
20683         * object.c (mono_runtime_run_main): Record the main assembly
20684
20685         * debug-helpers.c: Fix typo
20686
20687 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
20688
20689         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
20690         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
20691
20692 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20693
20694         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
20695
20696 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
20697
20698         * image.c (do_mono_image_open): Initialize reference count,
20699         otherwise we leak the MonoImage.
20700
20701 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20702
20703         * reflection.c: small tweak to handle self-hosting.
20704
20705 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
20706
20707         * reflection.c: fix type name parse code.
20708
20709 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20710
20711         * reflection.c: break out of the loop.
20712         * image.c: special case corlib.
20713
20714 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20715
20716         * reflection.c: add all the custom attrs at the end to ensure the
20717         ctors have been properly initialized when the attributes are defined
20718         in the current assembly.
20719
20720 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20721
20722         * reflection.c: handle correctly multiple-nested types.
20723
20724 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
20725
20726         * row-indexes.h: fix typos.
20727         * reflection.c: adjust for typos and fix method_def_or_ref
20728         encoding in MethodImpl table.
20729
20730 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20731
20732         * reflection.c: fix entry point patching (thanks Serge!).
20733
20734 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
20735
20736         * verify.c: add check for System.Exception
20737
20738 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20739
20740         * image.c, class.c: minifix for code just c&p'ed.
20741         * reflection.c: warning fix.
20742         * object.h, loader.h, domain.c: load also StringBuilder.
20743
20744 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20745
20746         * marshal.h, marshal.c: some support code to handle complex marshaling.
20747
20748 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20749
20750         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
20751         Better signatures with vtable error dump.
20752
20753 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
20754
20755         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
20756
20757 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
20758
20759         * icall.c (ves_icall_Type_GetField): impl.
20760
20761 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20762
20763         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
20764         to retrieve a marshal description blob for a field or param.
20765
20766 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
20767
20768         * reflection.h, reflection.c: change order of nested type emission
20769         to avoid table corruption. The NestedTypes table is sorted.
20770         * icall.c: change order of GetConstructor results to workaround mcs bug.
20771
20772 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20773
20774         * reflection.h, reflection.c: handle field and param marshal
20775         information.
20776
20777 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20778
20779         * icall.c, marshal.c marshal.h: more Marshal class implementation.
20780
20781 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20782
20783         * reflection.c: fix call convention.
20784
20785 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20786
20787         * reflection.h, reflection.c: mono_image_get_memberref_token()
20788         takes a type instead of a class, now. Added
20789         mono_image_get_array_token() to create tokens for the special
20790         multi-dim array methods.
20791
20792 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20793
20794         * assembly.c: handle modules (no assembly table). Split
20795         loading references in its own function.
20796         * class.c: handle moduleref resolution scope.
20797         * image.c, image.h: cache module name in image.
20798
20799 2002-06-07  Martin Baulig  <martin@gnome.org>
20800
20801         * reflection.c (mono_image_get_type_info): Only add a class layout entry
20802         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
20803
20804 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20805
20806         * icall.c: more signature fixes that used uint instead of int.
20807
20808 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20809
20810         * reflection.c: fixed signature of field refs.
20811
20812 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20813
20814         * class.c, reflection.c: handle typerefs of nested types
20815         (both on read and when writing files).
20816
20817 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
20818
20819         * icall.c: fix method signatures that tried to workaround the previous
20820         typo, d'oh!
20821
20822 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20823
20824         * debug-helpers.c: fix typo.
20825
20826 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20827
20828         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
20829         rewrote the PE/COFF writing code (our programs are understood by the
20830         ms runtime, now).
20831
20832 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20833
20834         * gc.c, gc.h, icall.c: weakreference support.
20835
20836 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20837
20838         * Makefile.am, mono-config.c: use $(sysconfdir).
20839
20840 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20841
20842         * icall.c: changed default precision of Double.ToString() to 15.
20843         Fixed memory leak. Unified with Single.ToString.
20844
20845 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
20846
20847         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
20848
20849 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
20850
20851         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
20852         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
20853         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
20854         and myself.
20855
20856 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20857
20858         * debug-symfile.c, sysmath.c: yet more compilation fixes.
20859
20860 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20861
20862         * reflection.c, socket-io.c: more compilation fixes.
20863
20864 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20865
20866         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
20867         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
20868         unicode.c: warning and compiler compatibility fixes.
20869
20870 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20871
20872         * class.h, metadata.c: fixed warnings/compilation errors.
20873
20874 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20875
20876         * Makefile.am, mono-config.c, mono-config.h: configuration file
20877         support routines.
20878         * loader.c, loader.h: make Dll mapping configurable at runtime in the
20879         config file. Export methods to insert and lookup mappings.
20880
20881 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
20882
20883         * reflection.c: handle types and boxed objects in custom attr
20884         constructors.
20885
20886 2002-05-30  Martin Baulig  <martin@gnome.org>
20887
20888         * debug-symfile.c
20889         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
20890
20891 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
20892
20893         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
20894         to lookup the implmap row for a P/Invoke method.
20895         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
20896         P/Invoke method from the runtime on an as needed basis.
20897
20898 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
20899
20900         * metadata.c (mono_metadata_parse_signature): impl.
20901
20902 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20903
20904         * class.c: handle .pack directive.
20905
20906 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
20907
20908         * object.c: initialize static fields with RVA data.
20909
20910 2002-05-25  Martin Baulig  <martin@gnome.org>
20911
20912         * debug-symfile.c
20913         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
20914
20915 2002-05-24  Martin Baulig  <martin@gnome.org>
20916
20917         * debug-symfile.c
20918         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
20919         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
20920         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
20921
20922 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
20923
20924         * object.c: special case string ctros in invoke.
20925         * gc.c: silly whitespace changes.
20926
20927 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
20928
20929         * threadpool.[ch]: impl. a threadpool that can
20930         be used by mint and mono.
20931
20932 2002-05-22  Martin Baulig  <martin@gnome.org>
20933
20934         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
20935         The first argument is now a `MonoReflectionModuleBuilder *', the return
20936         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
20937         `methods' field to get the method builder.  The `token' argument is the
20938         unfixed token.
20939
20940         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
20941         invalid characters instead of g_assert_not_reached()ing.  This seems
20942         to be the behaviour of mscorlib.
20943
20944 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
20945
20946         * object.c (mono_runtime_invoke_array): applied patch from Rachel
20947         Hestilow to fix bug #25104
20948
20949 2002-05-21  Martin Baulig  <martin@gnome.org>
20950
20951         * debug-symfile.c (mono_debug_find_source_location): New function.
20952         Looks up an IL offset in the line number table and returns the source
20953         location as a string.
20954
20955 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20956
20957         * icall.c:
20958         (mono_double_ToStringImpl): changed %f by %g until we have something
20959         better.
20960
20961 2002-05-21  Nick Drochak  <ndrochak@gol.com>
20962
20963         * icall.c : Use different name for Math.Pow's icall.  Needed to check
20964         parameters first in C#.
20965
20966 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20967
20968         * icall.c, reflection.h: added icall to get info about an event.
20969
20970 2002-05-20  Radek Doulik  <rodo@ximian.com>
20971
20972         * object.c (mono_value_box): don't use memcpy for boxing on BIG
20973         endian
20974         (mono_value_box): don't use memcpy for small sizes on
20975         architectures with unaligned access
20976
20977 2002-05-20  Martin Baulig  <martin@gnome.org>
20978
20979         * reflection.c (mono_reflection_setup_internal_class): Don't crash
20980         if `tb->parent == NULL'.
20981         (mono_reflection_create_internal_class): New function.  This is
20982         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
20983         for enum types.
20984
20985         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
20986         New interncall.
20987
20988 2002-05-19  Martin Baulig  <martin@gnome.org>
20989
20990         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
20991         argument to get the length, don't default to the array length.
20992
20993 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
20994
20995         * assembly.c (mono_assembly_setrootdir): New function used to
20996         override the MONO_ASSEMBLIES directory.
20997
20998 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20999
21000         * icall.c: ValueType_GetHashCode() initialize local var.
21001
21002 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
21003
21004         * reflection.c: sort custom attributes table.
21005
21006 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
21007
21008         * reflection.c: support named args in custom attributes (write support).
21009
21010 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
21011
21012         * reflection.c: fix finally position calculation.
21013
21014 2002-05-15  Radek Doulik  <rodo@ximian.com>
21015
21016         * reflection.c: fixed endianess at many places
21017
21018         * icall.c (ves_icall_InitializeArray): comment out debug msg
21019
21020 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
21021
21022         * object.c (mono_unhandled_exception): new function to handle
21023         unhandled exceptions.
21024         (mono_unhandled_exception): call the UnhandledException event.
21025         (mono_runtime_delegate_invoke): impl.
21026
21027 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
21028
21029         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
21030         returns the RVA, not the direct pointer to the data. Handle the case
21031         when the class size is fixed.
21032
21033 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
21034
21035         * reflection.c: fix some endianess issues.
21036
21037 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
21038
21039         * object.c (mono_runtime_invoke): is now able to catch exceptions.
21040
21041         * threads.c (mono_thread_init): added a callback which is invoked
21042         at thread start.
21043
21044 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
21045         
21046         * icall.c: make GetHashCode return non-negative values.
21047
21048 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
21049
21050         * object.c, icall.c, gc.c: revert to address-based hashcode.
21051
21052 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
21053
21054         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
21055
21056 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
21057
21058         * icall.c, class.c: special case <Module>.
21059
21060 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
21061
21062         * icall.c: fix bug in GetNow().
21063
21064 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
21065
21066         * object.c (mono_runtime_class_init): make sure that we call all
21067         static class constructors.
21068
21069 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
21070
21071         * reflection.c: sort methodsemantics table.
21072
21073 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21074
21075         * reflection.h, reflection.c: honour init locals setting.
21076
21077 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
21078
21079         * icall.c: copied Double ToStringImpl for Single ToStringImpl
21080
21081 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
21082
21083         * reflection.c: support ContructorBuilders in attribute blob creation.
21084
21085 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21086
21087         * reflection.c: some changes to build a binary that can be run
21088         directly in windows.
21089
21090 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
21091
21092         * loader.c: print a big message when an icall can't be found.
21093
21094 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21095
21096         * string-icalls.c: fix bug 24248.
21097
21098 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
21099
21100         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
21101         icall.c, reflection.h: separate assembly loading by pathname and by
21102         assembly name. Use the MONO_PATH env var to search for assemblies.
21103
21104 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
21105
21106         * assembly.c, image.h: add some support for assemblies
21107         with multiple modules.
21108         * class.c, class.h: export mono_class_from_typeref().
21109         * loader.c: remove duplicated code and use mono_class_from_typeref(),
21110         instead.
21111
21112 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
21113
21114         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
21115         documentation says (the ECMA one is correct).
21116
21117 2002-05-02  Dick Porter  <dick@ximian.com>
21118
21119         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
21120         Don't name the synchronisation mutex.
21121
21122 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
21123
21124         * rand.c
21125         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
21126         Make the prototypes match.
21127         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
21128         Same.
21129
21130         * icall.c
21131         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
21132         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
21133         all systems have tm.tm_zone, so use strftime() with %Z to print
21134         the timezone abreviation into a temp string.
21135
21136         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
21137         rather than mono_array_addr() on a MonoString on Big Endian
21138         machines.
21139
21140 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
21141
21142         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
21143         fix bug 24041
21144
21145 2002-04-30  Dick Porter  <dick@ximian.com>
21146
21147         * socket-io.c: Cope with SOCKET being an integer rather than a
21148         pointer now.
21149
21150         * threads.c: Added Thread_free_internal, to deal with thread
21151         handle cleanup.  Moved calls to handle_store() and handle_remove()
21152         to start_wrapper(), so each can only be called once.  Allocate
21153         synchronisation blocks with GC_malloc(), and use GC finalisation
21154         to close the handles.
21155
21156         * icall.c: added System.Threading.Thread::Thread_free_internal
21157
21158 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21159
21160         * icall.c: support Environment.Exit, CommandLineArgs().
21161
21162 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
21163
21164         * object.c, object.h: added mono_runtime_run_main () and
21165         mono_runtime_get_main_args () for use in System.Environment.
21166
21167 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
21168
21169         * gc.c: fix thinko, enable actual finalization since the jit is now
21170         fixed.
21171
21172 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
21173
21174         * gc.c, object.c: take into account that an object may be offset wrt the address
21175         returned by GC_malloc().
21176
21177 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
21178
21179         * image.c: handle files without entries in the assembly table (modules).
21180
21181 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
21182
21183         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
21184         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
21185         allowed to be null when it's System.Object class setup.
21186
21187 2002-04-27  Martin Baulig  <martin@gnome.org>
21188
21189         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
21190         if `tb->parent == NULL' rather than crashing.
21191
21192 2002-04-28  Nick Drochak  <ndrochak@gol.com>
21193
21194         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
21195         calling acos() where asin() should have been called.
21196
21197 2002-04-26  Martin Baulig  <martin@gnome.org>
21198
21199         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
21200         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
21201         there's a subdirectory called `System', but we don't want to read that
21202         subdirectory as an assembly.
21203
21204 2002-04-25  Martin Baulig  <martin@gnome.org>
21205
21206         * debug-symfile.c: Reflect latest MonoString changes.
21207
21208 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
21209
21210         * rand.c, rand.h: instance method icalls need to have an explicit
21211         this pointer as first argument in the C implementation.
21212
21213 2002-04-25  Nick Drochak <ndrochak@gol.com>
21214
21215         * icall.c: Fix typo in map for GetNonZeroBytes
21216
21217 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
21218
21219         * string-icalls.c : String does now passes unit tests without any 
21220         errors, the following changes has been made:
21221         
21222         Implemented replace methods.
21223         Renaming of methods to (try) follow the standard.
21224         Fixed compare ordinal
21225         Made all memory allocated directly to function instead of via icall function.
21226         Small performance fix in is_in_array function
21227                         
21228  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
21229
21230         c (mono_string_Internal_ctor_charp_int_int):
21231         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
21232         sindex < 0, throw ArgumentOutOfRangeException instead of
21233         ArgumentNullException.
21234
21235         Added new check for length == 0, however
21236         I need to make it return String.Empty from the C code.
21237         
21238         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
21239         that calculate the length for us here.
21240         
21241         (mono_string_Internal_ctor_sbytep_int_int): Replaced
21242         mono_string_new_utf16 with mono_string_new, since value is utf8.
21243
21244 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
21245
21246         * object.c: register the object for finalization if needed.
21247         Allocate one more char in the string for the terminating 0 char.
21248
21249 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21250
21251         * class.c, class.h, image.c: check if a type implemenst a destructor.
21252         Use the proper key for array class lookups.
21253         * icall.c: register the icalls in the System.GC class.
21254         * gc.c, gc.h: GC-related functions and icalls.
21255
21256 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21257
21258         * icall.c:
21259         * socket-io.c:
21260         * unicode.c: free some strings gotten from mono_string_to_utf8 and
21261         changed a couple of free () by g_free ().
21262
21263         * decimal.c: one-liner in the comments for decimal2string ().
21264
21265 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
21266
21267         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
21268
21269 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
21270
21271         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
21272         * object.c (mono_runtime_invoke_array) : handle null in params
21273
21274 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
21275
21276         * string-icalls.c: fixed bug in split (one off bug)
21277
21278 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
21279
21280         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
21281         * icalls.c: added String::Equals as internal method
21282
21283 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
21284
21285         * threads.c: fixed bug in the double interlocked functions
21286
21287 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
21288
21289         * threads.c: implemented all of the new interlocked icalls.
21290         * string-icalls.c: fix a bug in insert.
21291         * icalls.c: added the icalls for interlocked, removed old string functions.
21292         
21293 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
21294
21295         * loader.c: fix off-by-one error when reading argument names.
21296
21297 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21298
21299         * profiler.c: win32 counter implementation (untested).
21300         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
21301         (the latter needs testing and more complete impl. from win32 folks).
21302
21303 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
21304
21305         * object.c: mono_array_new_full workaround mono_array_class_get
21306         problem.
21307
21308 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
21309
21310         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
21311         * object.h (mono_string_chars): Changed casting type.
21312
21313 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
21314
21315         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
21316                            method signatures to use gunichar2 instead of gint16.
21317
21318 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
21319
21320         * object.h, object.c: domain-specific versions of mono_object_new and
21321         mono_array_new.
21322
21323 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
21324
21325         * object.c: changed String layout
21326
21327         * string-icalls.c (mono_string_Internal_ctor_chara): added
21328         internal string constructors.
21329
21330 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
21331
21332         * threads.c: pass 'this' to the thread start routine.
21333
21334 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21335
21336         * string-icalls.c: fix IndexOf and LastIndexOf. Now
21337         InternalCompareStr don't call twice mono_string_cmp_char for the last
21338         character. Improved performance in mono_string_cmp_char.
21339
21340 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
21341
21342         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
21343         code into its own library: libmonoruntime.
21344
21345 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
21346
21347         * object.h, object.c: changed array format so that szarrays do not
21348         require a bounds structure.
21349         * icall.c, appdomain.c: support for new szarray format.
21350
21351 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
21352
21353         * metadata.c: compare also the retuns type when comparing signatures:
21354         we didn't do this as an optimization since really overloaded methods
21355         must differ also in the arguments, but this doesn't work with
21356         low-level IL code (or when using explicit conversion operators: see
21357         bug#23498 for an example).
21358
21359 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
21360
21361         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
21362
21363 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
21364
21365         * icall.c: make MonoType::GetElementType its own icall.
21366
21367 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
21368
21369         * icall.c: remove MonoMethod_get_Name().
21370         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
21371         object.
21372
21373 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
21374
21375         * string-icalls.c: optimized a few methods.
21376
21377 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
21378
21379         * icall.c: added all new string internal calls
21380         * string-icalls.c: added, new string internal call implementation.
21381         * object.c: added mono_string_new_size for allocating a string a size
21382
21383 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
21384
21385         * object.c (mono_object_isinst): use the same code as in the
21386         optimized x86 version.
21387
21388 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
21389
21390         * profiler.c: TSC-based timer code (faster and more accurate).
21391         Not hooked up in configure, yet (set USE_X86TSC to 1).
21392
21393 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
21394
21395         * profiler.c, profiler.h: track time spent compiling methods.
21396         * threads.c: track thread creation/destruction.
21397
21398 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
21399
21400         * profiler.c, profiler.h, profiler-private.h: profiling interface
21401         and sample implementation. Moved here so that it can be used also by
21402         the jit.
21403
21404 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
21405
21406         * reflection.c, reflection.h: keep types and other handles separate in
21407         the hash tables for referred tokens. Add guid for modules.
21408
21409 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
21410
21411         * assembly.c: fix bugs found with valgrind.
21412         * metadata.h, metadata.c: added mono_metadata_guid_heap().
21413
21414 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
21415
21416         * threads: added icall support for getting current domain for
21417                    the thread.
21418  
21419 2002-04-13  Martin Baulig  <martin@gnome.org>
21420
21421         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
21422         (MonoDebugVarInfo): Added `index' field for register based addresses.
21423         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
21424         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
21425         `MonoDebugVarInfo *params' and `guint32 this_offset' with
21426         `MonoDebugVarInfo *this_var'.
21427
21428         * debug-symfile.c (relocate_variable): New static function to write
21429         a location description for a local variable or method parameter.
21430
21431 2002-04-12  Martin Baulig  <martin@gnome.org>
21432
21433         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
21434         stack offset and begin/end scope address of a local variable.
21435         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
21436         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
21437         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
21438
21439         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
21440         Added new relocation types for start/end scope of a local variable.
21441
21442 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
21443
21444         * object.h: add mono_object_domain() macro.
21445         * reflection.c: handle typespecs.
21446         * icall.c: MonoMethod::get_Name() implementation.
21447
21448 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21449
21450         * icall.c: String::GetHashCode() icall implementation.
21451
21452 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21453
21454         * icall.c: String::IndexOfAny icall.
21455         * object.c, object.h: make array->max_length more useful.
21456         Intrduced mono_object_class() and mono_string_length() macros.
21457
21458 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21459
21460         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
21461         instead of g_unichar_isdigit.
21462
21463 2002-04-11  Nick Drochak  <ndrochak@gol.com>
21464
21465         * icall.c: Implement a simple Double.ToString().
21466
21467 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
21468
21469         * appdomain.h: only io-layer.h is supposed to be included.
21470         * icall.c: explicitly import environ. Fix warning.
21471
21472 2002-04-10  Nick Drochak  <ndrochak@gol.com>
21473
21474         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
21475                 return true even if it's not Daylight Savings time.
21476                 Only return false for the case where the function isn't
21477                 implemented for a plaform (read Windows).
21478
21479 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21480
21481         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
21482         data with a mutex.
21483
21484 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
21485
21486         * mempool.c (mono_mempool_alloc): only use g_malloc when
21487         absolutely necessary.
21488
21489 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
21490
21491         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
21492
21493         * class.c (mono_class_vtable): use domain mempool to allocate vtable
21494         (mono_class_proxy_vtable): use domain mempool
21495
21496 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
21497
21498         * appdomain.h, appdomain.c: split initialization that requires the
21499         execution engine support into mono_runtime_init().
21500
21501 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
21502
21503         * class.c (mono_class_init): don't include vtable inside MonoClass
21504         to save some memory, gather some statistics.
21505         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
21506
21507 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
21508
21509         * icall.c: internalcall implementation for ValueType.Equals().
21510
21511 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
21512
21513         * object.c (mono_message_init): moved 
21514         (mono_runtime_exec_main): new arch. independent impl.
21515         (mono_runtime_invoke_array): new method - like
21516         mono_runtime_invoke, but you can pass an array of objects.
21517         (mono_remoting_invoke): new arch. independent impl.
21518         (mono_message_invoke): new arch. independent impl.
21519         (mono_runtime_class_init): new arch. independent impl.
21520         (mono_runtime_object_init): new arch. independent impl.
21521
21522 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21523
21524         * metadata.c, object.c, reflection.c: documented the exported
21525         functions.
21526
21527 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
21528
21529         * icall.c: simpler code to pass the assembly builder data to corlib.
21530         Implement GetNestedTypes() internalcall.
21531
21532 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
21533
21534         * class.c: warn if a type can't be loaded.
21535
21536 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
21537
21538         * image.h: typedef MonoImageOpenStatus
21539         * types.h: removed unused file
21540         
21541 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
21542
21543         * icall.c: Enum_ToObject accepts enum value arguments.
21544
21545 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
21546
21547         * class.c: move initialization of properties, events and nested
21548         classes, so that they happen for interfaces, too.
21549
21550 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
21551
21552         * icall.c: cleanup some ugly casts in Array_SetValue*.
21553
21554 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
21555
21556         * icall.c: the values array fro enums is of the correct type, now.
21557         Implement (correctly) getFullName instead of assQualifiedName for
21558         MonoType.
21559         * reflection.h, reflection.c: added mono_type_get_name ().
21560
21561 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
21562
21563         * assembly.c, image.h: for each MonoImage, record from wich assembly
21564         it was loaded.
21565         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
21566         Make Type.Assembly work.
21567
21568 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
21569
21570         * debug-symfile.h: use char* instead of gpointer to avoid
21571         unnecessary casts.
21572
21573         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
21574
21575         * icall.c (ves_icall_InternalExecute): impl. FielSetter
21576         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
21577
21578 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
21579
21580         * icall.c (mono_message_init): impl. (code cleanup)
21581         (ves_icall_InternalExecute): impl. FieldGetter
21582
21583         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
21584         defined we call all (non-static)methods through the vtable. 
21585
21586 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
21587
21588         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
21589         finalizer even though the memory is still referenced (and the chunk of
21590         memory is not freed).
21591
21592 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
21593
21594         * assembly.c: fix brokeness.
21595
21596 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
21597
21598         * class.c: kill some warnings. Check explicit interface method
21599         implementation also without considering the namespace.
21600         Load also literal strings in static class data.
21601
21602 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
21603
21604         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
21605         (default_assembly_name_resolver): Make the resolver take the
21606         "base" directory where the assembly was originally defined, so we
21607         can load DLLs that are in the same directory as the assembly that
21608         is being referenced.
21609
21610 2002-03-28  Dick Porter  <dick@ximian.com>
21611
21612         * file-io.h: 
21613         * file-io.c:
21614         * socket-io.c: 
21615         * unicode.h: 
21616         * unicode.c: Warning cleanups
21617
21618 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
21619
21620         * object.h, reflection.h: use the correct type instead of MonoObject.
21621
21622 2002-03-28  Martin Baulig  <martin@gnome.org>
21623
21624         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
21625         (mono_debug_update_symbol_file): Initialize classes if necessary.
21626
21627 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
21628
21629         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
21630         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
21631
21632 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
21633
21634         * assembly.h: fix function prototype.
21635         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
21636         * mono-endian.h: use const cast.
21637
21638 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
21639
21640         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
21641
21642 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
21643
21644         * loader.c: don't assert when a typeref can't be loaded, give
21645         a chance to the runtime to trow an exception instead.
21646         * loader.h: fix warning.
21647
21648 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
21649
21650         * class.c (mono_class_proxy_vtable): added proxy support
21651
21652 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
21653
21654         * icall.c: removed last of PAL calls, added System.Environment
21655         * file-io.h, file-io.c: MonoIO implementation
21656         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
21657
21658 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
21659
21660         * appdomain.c: do not use the byte marker in ldstr table lookup.
21661         * debug-helpers.c: allow two ':' to separate class and method name.
21662         * object.c: allocate arrays bounds with the GC, too.
21663         * verify: add a few more checks.
21664
21665 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
21666
21667         * reflection.c: output also literal strings. Allocate parameter data
21668         with GC_malloc() (thanks, Martin, for catching this!).
21669
21670 2002-03-26  Martin Baulig  <martin@gnome.org>
21671
21672         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
21673         include the `this' offset in the `param_offsets'.
21674
21675 2002-03-25  Martin Baulig  <martin@gnome.org>
21676
21677         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
21678         mono_debug_get_class() function to get the classes. Added new
21679         relocation types for arrays and strings.
21680         (mono_debug_get_class): New static function to search in all
21681         referenced assemblies for a metadata token.
21682
21683         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
21684
21685 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
21686
21687         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
21688         hold gc-allocated objects. Make the string heap a stream like the
21689         others. Removed duplicated code when writing stream info.
21690         Added asserts to catch possible buffer overflows. Set the sorted map
21691         for tables that need sorting. Added some documentation.
21692
21693 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
21694
21695         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
21696         for interned strings and vtables.
21697
21698 2002-03-24  Martin Baulig  <martin@gnome.org>
21699
21700         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
21701         it in the array since it was created with g_slist_prepend().
21702
21703 2002-03-24  Martin Baulig  <martin@gnome.org>
21704
21705         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
21706         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
21707         (mono_debug_method_from_token): Renamed to
21708         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
21709         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
21710
21711         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
21712         relocation types.
21713
21714         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
21715
21716 2002-03-24  Martin Baulig  <martin@gnome.org>
21717
21718         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
21719         (mono_debug_method_from_token): New func.
21720
21721         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
21722         New interncall, calls mono_debug_local_type_from_signature().
21723         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
21724         calls mono_debug_method_from_token().
21725
21726 2002-03-23  Martin Baulig  <martin@gnome.org>
21727
21728         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
21729         specifies the number of bytes to be converted, not the array size.
21730         Return the number of chars, not the number of bytes.
21731         (ves_icall_iconv_get_chars): The `byteCount' argument
21732         specifies the number of bytes to be converted, not the array size.
21733
21734 2002-03-23  Martin Baulig  <martin@gnome.org>
21735
21736         * reflection.h (MonoReflectionSigHelper): New type.
21737
21738         * reflection.c (mono_reflection_sighelper_get_signature_local),
21739         (mono_reflection_sighelper_get_signature_local): New functions.
21740
21741         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
21742         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
21743         interncalls.
21744
21745 2002-03-23  Martin Baulig  <martin@gnome.org>
21746
21747         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
21748         is_writeable is set.
21749         (mono_raw_buffer_update): New function to write the modified map
21750         back to disk.
21751
21752         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
21753
21754         * debug-symfile.c (mono_debug_update_symbol_file): Call
21755         mono_raw_buffer_update() when done writing.
21756
21757 2002-03-23  Martin Baulig  <martin@gnome.org>
21758
21759         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
21760
21761         * debug-symfile.c: Added support for arguments and local variables.
21762
21763 2002-03-23  Dick Porter  <dick@ximian.com>
21764
21765         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
21766         protected by ifdefs, hence breaking the w32 build.
21767
21768 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21769
21770         * object.c: implement is_interned() the right way.
21771
21772 2002-03-21  Martin Baulig  <martin@gnome.org>
21773
21774         * debug-symfile.[ch]: New files to handle debugging information
21775         files. There's also support to dynamically update these symbol
21776         files to include machine dependent information.
21777
21778 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
21779
21780         * threads.c (mono_thread_create): new function to create thread
21781         from C
21782
21783 2002-03-20  Martin Baulig  <martin@gnome.org>
21784
21785         * icall.c (ves_icall_InternalInvoke): Create a new object if the
21786         method is a constructor.
21787         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
21788         points to ves_icall_InternalInvoke().
21789
21790 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
21791
21792         * file-io.c: Flush shouldn't throw exceptions.
21793
21794 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
21795
21796         * file-io.c: FileStream flush support; FileSetLength now
21797         restores file pointer.
21798
21799 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
21800
21801         * class.c: set image for pointer classes.
21802
21803 2002/03/19  Nick Drochak <ndrochak@gol.com>
21804
21805         * sysmath.c: Forgot one.
21806
21807 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
21808
21809         * sysmath.c: Avoid redefining existing names.
21810
21811 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
21812
21813         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
21814         handled by runtime as icall rather than dllimport from libm.so
21815         * file-io.c, file-io.h: fixed handle argument type.
21816
21817 2002-03-18  Dick Porter  <dick@ximian.com>
21818
21819         * reflection.c (mono_image_get_type_info): rename interface to
21820         iface, because of "#define interface struct" on windows.
21821
21822 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
21823
21824         * class.c, class.h: rename and export mono_ptr_class_get().
21825         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
21826         * reflection.c, reflection.h, icall.c: better/saner type name
21827         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
21828         method signatures.
21829
21830 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
21831
21832         * class.c (mono_class_init): removed hardcoded GHC_SLOT
21833
21834         * icall.c (ves_icall_InternalInvoke): impl.
21835
21836 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21837
21838         * reflection.c: output the interface map table, too.
21839
21840 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21841
21842         * class.c (class_compute_field_layout): separate computation of 
21843         static field layout
21844
21845 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
21846
21847         * icall.c: added System.Buffer support.
21848         * file-io.c: moved file icalls from PAL to FileStream.
21849
21850 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21851
21852         * icall.c (ves_icall_System_Object_GetHashCode): impl.
21853
21854 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
21855
21856         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
21857
21858 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21859
21860         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
21861
21862 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21863
21864         * debug-helpers.{c,h}: moved here from monograph some useful functions
21865         to locate a method by name/signature in a class or image. Included
21866         also a small and flexible IL disassembler.
21867
21868 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21869
21870         * reflection.c: fixup tokens in methods with small header size, too.
21871
21872 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
21873
21874         * object.c (mono_string_to_utf8): remove assert(!error), instead
21875         print a warning. 
21876
21877 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
21878
21879         * icall.c: update to the new mono_Array_class_get interface.
21880
21881 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21882
21883         * appdomain.c, object.c: Boehm-GC enable.
21884         * icall.c: make get_data_chunk() support split data requests.
21885         Ensure a class is initialized in more cases. Return only the first
21886         property found in GetProperties() or the compiler gets confused. 
21887         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
21888         * reflection.h, reflection.c: add fixup mechanism for field and method
21889         tokens. Initialize assembly->typeref in a single place. Output
21890         properties after events. Support custom attributes for events, too.
21891         Typo fix for paramter custom attrs.
21892
21893 2002-03-07  Martin Baulig  <martin@gnome.org>
21894
21895         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
21896
21897 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
21898
21899         * class.c (mono_array_class_get): fix. for multi. dim. arrays
21900
21901 2002-03-06  Martin Baulig  <martin@gnome.org>
21902
21903         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
21904         non-zero lower bounds. See testcases #F10-#F13.
21905
21906 2002-03-05  Martin Baulig  <martin@gnome.org>
21907
21908         * exception.c (mono_get_exception_argument_out_of_range): New exception.
21909
21910         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
21911         ves_icall_System_Array_GetValue(), only calculate the absolute array position
21912         here.
21913         (ves_icall_System_Array_SetValue): Likewise.
21914         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
21915         as argument and does the actual work. This function is used when copying a
21916         multi-dimensional array.
21917         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
21918         now do all the widening conversions of value types.
21919         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
21920
21921 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21922
21923         * class.c: remove some magic numbers and use the smbolic names,
21924         instead. Added init_events() to load event info at class init time.
21925         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
21926         and mono_metadata_methods_from_event().
21927         * reflection.h, reflection.c: added support for writing out the evnets
21928         related information.
21929
21930 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
21931
21932         * reflection.h, icall.c: use a different method (GetInterfaces)
21933         to gather interface info and add isbyref, isprimitive and
21934         ispointer to the ves_icall_get_type_info() return value.
21935
21936 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21937
21938         * class.h: stared adding support for events.
21939         * icall.c: split find_members implementation. Added debug icall to get
21940         the address of an object.
21941         * reflection.c: handle TypeBuilders in mono_type_get_object().
21942
21943 2002-03-01  Martin Baulig  <martin@gnome.org>
21944
21945         * icall.c (ves_icall_System_Array_GetLength): This must throw an
21946         ArgumentOutOfRangeException(), not an ArgumentException().
21947         (ves_icall_System_Array_GetLowerBound): Likewise.
21948         (ves_icall_System_Array_GetValue): Improved argument checking.
21949         (ves_icall_System_Array_SetValue): Improved argument checking.
21950
21951 2002-03-01  Martin Baulig  <martin@gnome.org>
21952
21953         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
21954         called with invalid arguments rather than just dying with g_assert().
21955         (ves_icall_System_Array_SetValue): Likewise.
21956         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
21957         raise a NotImplementedException instead.
21958         (ves_icall_System_Array_GetLength): Added argument checking.
21959         (ves_icall_System_Array_GetLowerBound): Added argument checking.
21960
21961 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
21962
21963         * object.h (mono_assert): new macros mono_assert and
21964         mono_assert_not_reached
21965
21966 2002-02-28  Martin Baulig  <martin@gnome.org>
21967
21968         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
21969         and "System::String::IsInterned" to "System::String::_IsInterned".
21970
21971 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
21972
21973         * icall.c: remove hacks for typebuilder. Added icall to create a
21974         modified type from a tybebuilder.
21975         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
21976         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
21977         to create a backing MonoClass for a TypeBuilder.
21978
21979 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
21980
21981         * class.c, class.h: more refactoring of class init.
21982         Export mono_class_setup_mono_type() and mono_class_setup_parent().
21983
21984 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
21985
21986         * marshal.c, marshal.h: start of marshaling interface.
21987
21988 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
21989
21990         * icall.c: fix order in assembly qualified name icall.
21991
21992 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
21993
21994         * class.c: do not free str, since we store it in the hash table.
21995         * reflection.h: add label field to MonoILExceptionInfo.
21996         * reflection.c: handle references to more than one assembly. Handle
21997         case when there isn't a module created in the assembly.
21998
21999 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
22000
22001         * class.c: Fix typo. Start refactoring of class init code.
22002
22003 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
22004
22005         * appdomain.c: exit with 1 on error.
22006         * class.c: we already have the name in MonoClassField.
22007         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
22008         MonoStreamHeader instead of an offset of image->raw_metadata.
22009
22010 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
22011
22012         * appdomain.c (mono_init): Be even more descriptive about the error.
22013
22014 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
22015
22016         * appdomain.c: give the user an informative message when corlib can't
22017         be loaded.
22018
22019 2002-02-26  Martin Baulig  <martin@gnome.org>
22020
22021         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
22022         New icall to get the time zone data.
22023
22024 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
22025
22026         * reflection.c: set virtual and raw size of section correctly.
22027         * threads.c: transfer domain information to newly created threads.
22028
22029 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
22030
22031         * class.c: when instancing a class in a domain, load the default
22032         vaules for static fields from the constant table. Fix System.Enum to
22033         not be an enum.
22034         * icall.c: implement Object::GetType() internalcall. Implemented
22035         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
22036         Fixed checking of binding flags in find_members().
22037         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
22038         * reflection.c: handle enumerations when writing to the constant
22039         table. Use a different object cache for types.
22040
22041
22042 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
22043
22044         * object.c (mono_object_isinst): fix for arrays
22045
22046         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
22047
22048 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
22049
22050         * object.c: don't use mprotect ()  and fix intern pool hash table
22051         lookup for big endian systems.
22052
22053 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
22054
22055         * icall.c: change type_is_subtype_of () signature.
22056
22057 2002-02-21  Mark Crichton  <crichton@gimp.org>
22058
22059         * rand.c, rand.h: Added random number generator for
22060         System.Security.Cryptography classes.
22061
22062         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
22063
22064         * icall.c: Added System.Security.Cryptography calls.
22065
22066 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
22067
22068         * class.c, icall.c, metadata.c: better support for pointer types.
22069         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
22070         * reflection.c: Add support for getting custom attrs for properties
22071         and simplify some code.
22072
22073 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
22074
22075         * icall.c: change getToken () and add custom attribute GetBlob()helper
22076         method.
22077         * reflection.h: add custom attrs array to the reflection builder structures.
22078         * reflection.c: encode and emit custom attributes for all the relevant
22079         reflection objects. Cache fieldref and methodref tokens. Change
22080         mono_image_create_token() interface to take a MonoDynamicAssembly.
22081         More complete custom attributes decoder. Load custom attributes for
22082         Assembly, Field, Method and Constructor objects, too. Make the
22083         returned array an Attribute[] one, not object[]. Added
22084         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
22085         custom attribute constructor.
22086
22087 2002-02-20  Dick Porter  <dick@ximian.com>
22088
22089         * icall.c:
22090         * rawbuffer.c:
22091         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
22092         problem code out for now).
22093
22094 2002-02-19  Radek Doulik  <rodo@ximian.com>
22095
22096         * object.c (mono_ldstr): use hash table to avoid multiple swapping
22097
22098 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
22099
22100         * icall.c: register the GetCustomAttributes method.
22101         * object.c, object.h: add mono_string_new_len ().
22102         * reflection.h, reflection.c: added mono_runtime_invoke(),
22103         mono_install_runtime_invoke(). Added
22104         mono_reflection_get_custom_attrs () to load custom attributes and
22105         create the attribute objects.
22106
22107 2002-02-19  Dick Porter  <dick@ximian.com>
22108         * threads-dummy-types.c:
22109         * threads-dummy-types.h:
22110         * threads-dummy.c:
22111         * threads-dummy.h:
22112         * threads-pthread-types.c:
22113         * threads-pthread-types.h:
22114         * threads-pthread.c:
22115         * threads-pthread.h:  Deleted obsolete files
22116
22117 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
22118
22119         * class.c (mono_class_vtable): runtime init the class when we
22120         allocate static class data.
22121
22122         * icall.c (ves_icall_System_Array_SetValue): check for null values.
22123
22124         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
22125         and String - but we will need generic marshalling support in the
22126         future. 
22127         (mono_init): set the domain name in a ms compatible way
22128
22129         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
22130         String[].
22131
22132 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
22133
22134         * object.c (mono_array_clone): use alloca() instead of g_malloc  
22135         for sizes
22136
22137         * appdomain.c (mono_domain_unload): impl.
22138
22139 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
22140
22141         * appdomain.c, object.c: fix intern pool implementation.
22142         * class.c: fix alignment code.
22143
22144 2002-02-16  Radek Doulik  <rodo@ximian.com>
22145
22146         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
22147         and s2 > s1, just copy lower bytes to be compatible with little
22148         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
22149         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
22150
22151         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
22152         force big_endian to be 1 for big endian machines 
22153         (ves_icall_iconv_new_decoder): ditto
22154
22155 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
22156
22157         * socket-io.c (convert_sockopt_level_and_name): If the system
22158         doesn't define SOL_IP or SOL_TCP, get them by hand using
22159         getprotobyname() and caching the values (because this could be a
22160         slow operation).
22161         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
22162         Use the appropriate struct when the system does support it. Ie,
22163         not all systems have struct ip_mreqn so use struct ip_mreq when
22164         appropriate.
22165
22166 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
22167
22168         * reflection.c: handle finally clauses.
22169
22170 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
22171
22172         * socket-io.c: use g_snprintf() instead of snprintf.
22173
22174 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
22175
22176         * reflection.c (mono_param_get_objects): Cast second argument to
22177         mono_method_get_param_names to a const char** to silence the
22178         compiler warning.
22179
22180         * appdomain.c (mono_domain_assembly_open): Put parens around the
22181         truth statement in the for-loop.
22182
22183         * unicode.c (iconv_convert): Got rid of a compiler warning about
22184         int i being unused when the system has a new iconv.
22185         (iconv_get_length): Same.
22186
22187         * image.c (load_class_names): Cast the second argument to
22188         g_hash_table_insert() to char* to hush compiler warnings about the
22189         arg being a const.
22190         (mono_image_open): Same here.
22191
22192         * socket-io.c: Don't conditionally include sys/filio.h or
22193         sys/sockio.h here anymore since we now get them from
22194         io-layer/io-layer.h
22195         (inet_pton): If the system doesn't support inet_aton, implement
22196         using inet_addr and also #define INADDR_NONE if it isn't defined
22197         by the system.
22198
22199 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
22200
22201         * metadata.c, metadata.h: added function to get packing and size info
22202         of a typedef.
22203         * reflection.h, reflection.c: handle field RVA data. Save info about
22204         the table layout if needed. Assign typedef indexes to all the types
22205         before dumping the info about them to avoid forward reference problems.
22206
22207 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
22208
22209         * socket-io.c (convert_sockopt_level_and_name): ifdef
22210         SO_ACCEPTCONN because it is not defined on my system (old debian)
22211
22212 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
22213
22214         * opcode.c: use stddef.h to get NULL.
22215
22216 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
22217
22218         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
22219         for FIONBIO, FIONREAD and SIOCATMARK.
22220         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
22221         define INADDR_NONE and besides, inet_addr() is deprecated and
22222         should not be used. Use inet_pton() instead - it also has the
22223         added bonus that it can easily handle IPv6 addresses as well.
22224         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
22225
22226 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
22227
22228         * decimal.c: remove _MSC_VER conditional.
22229
22230 2002-02-13  Dick Porter  <dick@ximian.com>
22231
22232         * socket-io.c: 
22233         * icall.c: Internal calls for Blocking, Select, Shutdown,
22234         GetSocketOption and SetSocketOption
22235
22236 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
22237
22238         * assembly.cs: better resolver: use it instead of some kludgy
22239         code.
22240
22241 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
22242
22243         * reflection.c: the best way to speed-up the compiler is to avoid
22244         infinite loops.
22245
22246 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
22247
22248         * class.c (mono_class_vtable): changed the object layout
22249         (obj->vtable->class). 
22250         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
22251
22252 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
22253
22254         * assembly.c: look for assemblies in the assembly dir, too.
22255
22256 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
22257
22258         * class.c: fix thinko in mono_class_from_type().
22259
22260 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
22261
22262         * exception.h, exception.c: added TypeLoadException.
22263         * object.h, object.c: added mono_array_clone ().
22264         * icall.c: handle throwOnError in AssemblyGetType().
22265         Added Array.Clone().
22266         * opcode.h, opcode.c: use a single value for the opcode val.
22267         Compile fix for non-gcc compilers.
22268
22269 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
22270
22271         * opcodes.c, opcodes.h: export interesting info about opcodes.
22272
22273 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
22274
22275         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
22276         icalls. 
22277
22278         * class.c (class_compute_field_layout): set element_class for enums
22279         (mono_class_create_from_typedef): set element_class for normal classes
22280
22281         * icall.c (ves_icall_System_Enum_get_value): impl.
22282
22283         * class.c (mono_class_create_from_typedef): do not set valuetype
22284         flag for System.ValueType and System.Enum
22285
22286 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
22287
22288         * unicode.c (iconv_convert): fix big endian problem.
22289
22290 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
22291
22292         * class.c: add asserts if we are ever going to scribble over memory.
22293         * socket-io.c: not all systems have AF_IRDA defined.
22294
22295 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
22296
22297         * class.c (class_compute_field_layout): do not consider static
22298         fields to compute alignment
22299
22300 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
22301
22302         * appdomain.c (mono_appdomain_get): impl.
22303         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
22304
22305 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
22306
22307         * icall.c: ignore "file://" prefix when loading an assembly.
22308
22309 2002-01-23  Dick Porter  <dick@ximian.com>
22310
22311         * socket-io.c:
22312         * icall.c:
22313         * Makefile.am: Added socket support
22314
22315 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
22316
22317         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
22318         code back.  This should return the assemblies that are loaded by
22319         the runtime on behalf of an application domain. 
22320
22321         The current implementation is still broken, it just returns every
22322         assembly loaded, but until we get real applications domain this
22323         will do.
22324
22325 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
22326
22327         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
22328         AppDomain object.
22329
22330 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
22331
22332         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
22333         the mono_class_from_name lookup.
22334         (ves_icall_get_parameter_info): ditto.
22335         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
22336         method.
22337         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
22338
22339 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
22340
22341         * class.c: load also nested classes on class init.
22342         System.ValueType instance methods gets passed boxed
22343         values, unless methods in derived classed that get a pointer to the
22344         data.
22345         * icall.c: use better name parsing code in GetType().
22346         * image.c, image.h: add mono_image_loaded ().
22347         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
22348         * reflection.c, reflection.h: added mono_reflection_parse_type().
22349
22350 2002-01-22  Veronica De Santis <veron78@interfree.it>
22351
22352         * icall.c : Added mapping of internal calls for Manual and Auto reset events
22353         * threads.c : Added the implementation of internal calls for events
22354         * threads.h : Added prototypes of internal calls for events
22355         
22356 2002-01-21  Radek Doulik  <rodo@ximian.com>
22357
22358         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
22359
22360 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
22361
22362         * class.c (mono_class_init): set min_align to 1 (instead of 0)
22363         (mono_class_value_size): use min_align
22364
22365 2002-01-20  Dick Porter  <dick@ximian.com>
22366
22367         * threads.h:
22368         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
22369         so it compiles on w32.
22370
22371 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
22372
22373         * metadata.c (mono_type_stack_size): impl.
22374
22375         * class.c (mono_class_get_field): impl. memberref token
22376
22377 2002-01-16 Veronica De Santis <veron78@@interfree.it>
22378
22379         * icall.h : Added the internal calls mapping for CreateMutex_internal
22380                     and ReleaseMutex_internal.
22381         * threads.h : Added the prototype of mutexes internal calls.
22382         * threads.c : Added the implementations of mutexes internal calls.
22383
22384 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
22385
22386         * metaparse.h: removed unused file.
22387         * reflection.c, reflection.h: added stream_data_align () function 
22388         to align data in streams and keep stream aligned. Add support for
22389         exception support in method headers.
22390
22391 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
22392
22393         * unicode.c: make iconv_convert () return the number of bytess written
22394         in the output buffer.
22395
22396 2002-01-15  Dick Porter  <dick@ximian.com>
22397         * threads.c: Make the runtime's idea of infinite timeouts coincide
22398         with the class library's
22399
22400         Fix a particularly egregious bug in mono_thread_cleanup(). That
22401         code was so utterly bogus it must have been written on a Monday.
22402
22403 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
22404
22405         * reflection.h: add subtypes field to TypeBuilder.
22406         * reflection.c: encode constants for literal fields.
22407         Handle subtypes. Fix user string token (and add a zero byte)
22408         at the end.
22409         
22410 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
22411
22412         * class.c (mono_class_init): bug fix: assign slot numbers for
22413         abstract methods.
22414
22415 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
22416
22417         * reflection.c: don't try to output a code RVA for abstract methods.
22418         Small fixes for method header format. Output parameter info to the
22419         ParamDef table. Save method overriding info to MethodImpl table.
22420         Fix property support. Allow typedef.extends to be a type in the
22421         building assembly.
22422         * verify.c: fix off-by-one error.
22423
22424 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
22425
22426         * class.c: fix mono_class_from_mono_type () for szarray types.
22427         Remove unused cache check in mono_class_from_type_spec().
22428         * icall.c: *type_from_name () functions handle simple arrays and byref.
22429         * reflection.c: handle byref and szarray types. Handle methods without
22430         body (gets P/Invoke compilation working). Handle types and fields in
22431         get_token ().
22432         * reflection.h: add rank to MonoTypeInfo.
22433
22434 2002-01-10  Dick Porter  <dick@ximian.com>
22435
22436         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
22437         internal calls
22438
22439 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
22440
22441         * icall.c: initialize class in type_from_handle ().
22442         Loop also in parent classes for get_method ().
22443         * reflection.c: properly encode class and valuetype types.
22444         Start on encoding TypeBuilder types. Handle fieldrefs.
22445         Use correct length when registering a user string.
22446         Handle ConstructorBuilder and MonoMethod in get_token ().
22447         Make mono_type_get_object () aware of cached types.
22448         * object.c: back out change to mono_string_new ().
22449
22450 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
22451         * object.c: mono_string_new should return a NULL when the string 
22452         passed in is NULL -- not try to deference it.
22453         
22454 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
22455
22456         * icall.c: hack to make IsSubType work for TypeBuilders.
22457         * reflection.c: emit constructors before methods.
22458         Retrieve param names in mono_param_get_objects().
22459
22460 2002/01/05  Nick Drochak  <ndrochak@gol.com>
22461
22462         * Makefile.am: fix list of headers and sources so automake 1.5
22463         doesn't complain. Removed \# at end of list.
22464
22465 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
22466
22467         * reflection.c: get token for a method ref. Set return type of
22468         constructor to void.
22469         * loader.c: debug message.
22470         * class.c: typo fix.
22471
22472 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
22473
22474         * icall.c: fix array init with rank > 1. FindMembers
22475         loops in parent class as well.
22476         * image.c: do not insert nested types in name cache.
22477         * reflection.c: warning fix.
22478         * reflection.h: add override method (for interface impl).
22479
22480 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
22481
22482         * metadata.c: fix customattr decoding.
22483
22484 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
22485
22486         * rawbuffer.cs: Added native Win32 implementation, avoids using
22487         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
22488
22489 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
22490
22491         * class.c: make the low-level routines handle the cache.
22492
22493 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
22494
22495         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
22496
22497 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
22498
22499         * class.c: fix mono_array_element_size() for objects.
22500         * class.h, class.c: add properties to MonoClass and load them
22501         at init time.
22502         * icall.c: check with isinst() when assigning a value to an array
22503         instead of requiring the classes to match exactly.
22504         Implemented icall for System.Type::GetType().
22505         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
22506         enums. Handle bindingflags when looking for methods and fields.
22507         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
22508         and mono_metadata_methods_from_property().
22509         * reflection.h, reflection.c: added structures for propreties,
22510         parameters and enums. Implemented mono_property_get_object() and
22511         mono_param_get_objects().
22512
22513 2001-12-18  Dick Porter  <dick@ximian.com>
22514
22515         * file-io.c: Use mono_string_to_utf16() instead of
22516         mono_string_chars()
22517
22518         * object.c: Added mono_string_to_utf16(), which copies the non
22519         NULL-terminated MonoString into a new double-null-terminated
22520         buffer.
22521
22522 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
22523
22524         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
22525
22526 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
22527
22528         * file-io.c: raise exceptions if handle is invalid.
22529
22530 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
22531
22532         * assembly.c: yet another check for mscorlib.
22533         * class.c, class.h: load nesting info for classes.
22534         * icall.c: many new functions to support the Reflection classes.
22535         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
22536         * reflection.h, reflection.c: mono_image_create_token(),
22537         mono_assembly_get_object(), mono_type_get_object(),
22538         mono_method_get_object(), mono_field_get_object(): methods to return
22539         objects that parallel the C representation of assemblies, types,
22540         methods, fields.
22541
22542 2001-12-11  Dick Porter  <dick@ximian.com>
22543
22544         * icall.c:
22545         * file-io.c: Internal calls for file IO.
22546
22547 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
22548
22549         * tabledefs.h: missing FileAttributes.
22550         * verify.h, verify.c: use is_valid_string () to simplify and check for
22551         valid strings more correctly. Fix warnings and speeling.
22552         Check more tables: Filed, File, ModuleRef, StandAloneSig.
22553         Check code: branches, maxstack, method calls.
22554
22555 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
22556
22557         * object.c (mono_object_allocate): removed static, so that the jit
22558         can allocate value types.
22559
22560         * icall.c (ves_icall_System_DateTime_GetNow): impl.
22561
22562 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22563
22564         * class.c: init enum types right away and register the
22565         token->MonoClass map in mono_class_create_from_typedef ().
22566         * verify.h, verify.c: first cut of the verifier.
22567         * pedump.c: add --verify switch to verify metadata tables.
22568         * tabledefs.h: add some missing enums.
22569
22570 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
22571
22572         * class.c (mono_install_runtime_class_init): impl.
22573         (mono_class_init): renamed mono_class_metadata_init to
22574         mono_class_init, also removed the metadata_inited flag
22575
22576         * object.c (mono_object_isinst): use faster algorithm
22577
22578 2001-11-30  Radek Doulik  <rodo@ximian.com>
22579
22580         * mono-endian.h: reverted last change
22581         added function prototypes
22582
22583         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
22584         add mono-endian.c back
22585
22586         * mono-endian.c: returned back, as Paolo pointed out, it's needed
22587         for unaligned access, I've mistaked it with endianess. I am
22588         sorry.
22589         (mono_read16): fix reverted endianess
22590         (mono_read64): ditto
22591         (mono_read32): ditto
22592
22593 2001-11-30  Dick Porter  <dick@ximian.com>
22594
22595         * exception.c: Implement mono_exception_from_name()
22596
22597 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
22598
22599         * metadata.h, metadata.c: remove params_size and locals_size and their
22600         calculation from the metadata code: they are only usefult to the
22601         interp.
22602
22603 2001-11-29  Radek Doulik  <rodo@ximian.com>
22604
22605         * object.c (mono_ldstr): swap bytes here, it's probably not the
22606         best place, but works for me now, I'll redo it once I know mono
22607         better, also note that I add PROT_WRITE and don't reset back, also
22608         note that it's only affects big endians, so x86 should be OK
22609
22610         * mono-endian.h (read16): use just glib macros for both endians
22611
22612         * mono-endian.c: removed as glib macros are used in in
22613         mono-endian.h so we don't need to care about endianess for read
22614         macros as glib does that for us already
22615
22616 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
22617
22618         * class.h, class.h: take minimum alignment into consideration so
22619         that the fields of a class remain aligned also when in an array.
22620
22621 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22622
22623         * loader.h, loader.c: add mono_method_get_param_names().
22624         * class.c: 0-init class fields.
22625
22626 2001-11-26  Dick Porter  <dick@ximian.com>
22627
22628         * icall.c:
22629         * threads-types.h:
22630         * threads.c: New file that handles System.Threading on all platforms
22631
22632         * object.c: 
22633         * object.h: Remove the synchronisation struct from MonoObject,
22634         replace it with a pointer that gets initialised on demand
22635
22636         * Makefile.am: Replace all the system-specific threading code with
22637         a single file that uses the new wrapper library
22638
22639 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
22640
22641         * class.c, class.h: add mono_install_trampoline() so that the runtime
22642         can register a function to create a trampoline: removes the ugly
22643         requirement that a runtime needed to export arch_create_jit_trampoline.
22644         * object.h, object.c: added mono_install_handler() so that the runtime
22645         can install an handler for exceptions generated in C code (with
22646         mono_raise_exception()). Added C struct for System.Delegate.
22647         * pedump.c: removed arch_create_jit_trampoline.
22648         * reflection.c: some cleanups to allow registering user strings and
22649         later getting a token for methodrefs and fieldrefs before the assembly
22650         is built.
22651         * row-indexes.h: updates and fixes from the new ECMA specs.
22652
22653 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
22654
22655         * class.h, class.c: add enum_basetype field to MonoClass.
22656         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
22657         to get index in the constant table reated to a field, param or
22658         property.
22659         * reflection.h, reflection.c: handle constructors. Set public-key and
22660         version number of the built assembly to 0.
22661         * row-indexes.h: update from new ECMA spec.
22662
22663 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
22664
22665         * class.h, class.c: add a max_interface_id to MonoClass.
22666         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
22667         since it's used to do that. Added mono_type_type_from_obj().
22668         Make GetType() return NULL instead of segfaulting if the type was not
22669         found. Handle simple arrays in assQualifiedName.
22670         * object.h: add a struct to represent an Exception.
22671         * reflection.c: output call convention in method signature.
22672         Add code to support P/Invoke methods and fixed offsets for fields.
22673
22674 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
22675
22676         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
22677         the value.
22678         * icall.c: use mono_array_addr instead of array->vector: fixes the
22679         reflection image writing.
22680         * reflection.c: init call convention byte to 0 in method signature.
22681         Encode the property signature. Don't output property-related methods
22682         twice. Really process the properties for a type (don't cast a field to
22683         a property, my mom always told me that).
22684         Fix 64 bit issues in pointer alignment in a different and more
22685         readable way.
22686
22687 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
22688
22689         * loader.h: Removed type class from MonoDefaults, added monotype
22690
22691         * loader.c: Loaded MonoType, removed loading of Type
22692
22693         * icall.c (my_mono_new_object): Now returns a System.MonoType,
22694         and fills in System.Type._impl with a RuntimeTypeHandle rather
22695         than the actual MonoClass *
22696
22697         (ves_icall_type_from_handle): change from type_class to
22698         monotype_class
22699
22700         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
22701         implemented
22702
22703         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
22704         implemented
22705
22706         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
22707
22708         (ves_icall_System_Reflection_Assembly_GetType): implemented
22709
22710         (ves_icall_System_MonoType_assQualifiedName): implemented
22711
22712         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
22713
22714 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
22715
22716         * assembly.c (mono_assembly_open): Implement a cache for the
22717         assemblies. 
22718
22719         (mono_assembly_close): only destroy the assembly when the last
22720         reference is gone.
22721         
22722 2001-11-09  Dick Porter  <dick@ximian.com>
22723
22724         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
22725
22726 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
22727
22728         * class.c (mono_class_metadata_init): bug fix: compute the right slot
22729
22730 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
22731
22732         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
22733         from Martin Weindel.
22734         * object.h: add mono_string_chars ().
22735
22736 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
22737
22738         * reflection.c (build_compressed_metadata): Eliminates warnings
22739         and uses 64-bit clean code.
22740
22741         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
22742         (mono_type_equal): Change signature to eliminate warnings.
22743
22744 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22745
22746         * icall.c, loader.c: remove the internalcall array constructors.
22747         Changes to match the new MonoArray structure.
22748         * object.h, object.c: an array object doesn't allocate an extra
22749         vector. Add mono_array_new_full () to create jagged arrays easily.
22750
22751 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
22752
22753         * metadata.h, metadata.c: add mono_metadata_field_info () to
22754         retreive all the info about a field from vairous tables.
22755         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
22756         * class.h, class.c: augment MonoClassField with more info.
22757         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
22758         policy and load a field's RVA if needed.
22759
22760 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
22761
22762         * class.c (mono_class_metadata_init): create a trampoline for all
22763         virtual functions instead of actually compiling them.
22764
22765 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
22766
22767         * class.h, class.c: include name in MonoClassField.
22768         * class.c: fix fundamental type of System.Object and System.String.
22769         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
22770         tokens in ldtoken.
22771         * icall.c: remove internalcalls for the Reflection stuff that is now
22772         done in C# code.
22773         * loader.c: mono_field_from_memberref () implementation.
22774         * mono-endian.c: thinko (s/struct/union/g).
22775         * object.c, object.h: make the mono_string_* prototypes actually use
22776         MonoString instead of MonoObject.
22777         * reflection.c, reflection.h: updates for changes in the reflection
22778         code in corlib: we use C structures that map to the actual C# classes.
22779         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
22780         fat method header if needed and use the info from the ILGenerator for
22781         methods. Handle fields in types. Misc fixes.
22782
22783 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
22784
22785         * class.c (mono_class_metadata_init): bug fix: always allocate
22786         space for static class data
22787
22788 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
22789
22790         * class.c (mono_compute_relative_numbering): use relative
22791         numbering to support fast runtime type checks.
22792
22793 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
22794
22795         * class.c (mono_class_create_from_typeref): added debugging output
22796         to print class name when MonoDummy is returned instead of real class
22797
22798 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
22799
22800         * class.c (mono_class_metadata_init): interface offset table now
22801         contains pointers into the vtable - this is more efficient for the jit
22802
22803 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
22804
22805         * class.c (mono_class_metadata_init): use a temporary vtable (the
22806         old algorithm only worked for the interpreter, but not for the jit)
22807
22808 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
22809
22810         * loader.c (method_from_memberref): use mono_class_get to get the
22811         class of an array instead of using System.Array directly.
22812         (mono_get_method): also add MEMBERREF methods to the method cache
22813         which usefull for arrays.
22814
22815 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
22816
22817         * pedump.c (arch_compile_method): added to compute vtable entry
22818
22819         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
22820         number of interfaces.
22821         
22822         * class.h: merged MonoArrayClass into MonoClass
22823
22824         * class.c (mono_class_create_from_typedef): compute the vtable size and
22825         allocate space to include the vtable inside MonoClass
22826         (mono_class_metadata_init): initialize the vtable
22827
22828 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
22829
22830         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
22831         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
22832         * image.c: endian fixes by Laurent Rioux.
22833         * object.h, object.c: rename MonoStringObject to MonoString and
22834         MonoArrayObject to MonoArray. Change some function names to conform to
22835         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
22836         guint16* as first argument, so don't use char*.
22837         Provide macros to do the interesting things on arrays in a portable way.
22838         * threads-pthread.c: updates for the API changes and #include <sched.h>
22839         (required for sched_yield()).
22840         * icall.c: updates for the API changes above.
22841         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
22842         platforms that need them.
22843
22844 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22845
22846         * class.c: set the correct type for all the fundamental
22847         type when loading the class.
22848
22849 2001-10-05  Dick Porter  <dick@ximian.com>
22850
22851         * threads-pthread.c (pthread_mutex_timedlock): Simple
22852         compatibility version for C libraries that lack this call.
22853
22854 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22855
22856         * class.c: MonoTypes stored in MonoClass are stored as
22857         fundamental MonoTypes when the class represents a
22858         fundamental type (System.Int32, ...).
22859         The TypeHandle return by ldtoken is a MonoType*.
22860         * icall.c: ves_icall_get_data_chunk () write out all the
22861         PE/COFF stuff. Implement ves_icall_define_method (),
22862         ves_icall_set_method_body (), ves_icall_type_from_handle ().
22863         * image.c: properly skip unknown streams.
22864         * loader.h, loader.c: add type_class to mono_defaults.
22865         * metadata.c, metadata.h: export compute_size () as
22866         mono_metadata_compute_size () with a better interface.
22867         Typo and C&P fixes.
22868         * pedump.c: don't try to print the entry point RVA if there is no entry point.
22869         * reflection.c, reflection.h: many cleanups, fixes, output method
22870         signatures and headers, typedef and typeref info, compress the metadata
22871         tables, output all the heap streams, cli header etc.
22872         * row-indexes.h: typo fixes.
22873
22874 2001-10-04  Dick Porter  <dick@ximian.com>
22875
22876         * object.h: Add a synchronisation mutex struct to MonoObject
22877
22878         * object.c (mono_new_object): Initialise the object
22879         synchronisation mutexes
22880
22881         * icall.c: System.Threading.Monitor internal calls
22882         
22883         * threads-pthread.h:
22884         * threads-pthread.c: System.Threading.Monitor internal calls
22885
22886         * threads-types.h: New file, includes the system-specific thread
22887         structures
22888         
22889         * threads-pthread-types.h:
22890         * threads-pthread-types.c: New files, handle pthread-specific
22891         synchronisation types
22892
22893         * threads-dummy-types.h: 
22894         * threads-dummy-types.c: New files of dummy support for
22895         thread-specific types
22896
22897         * metadata.c:
22898         * image.c:
22899         * pedump.c: include mono-endian.h not endian.h
22900         
22901         * Makefile.am: More threads files.
22902         Name mono-endian.h not endian.h
22903
22904 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
22905
22906         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
22907         stuff and implement a few more bits.
22908         * icall.c: a field needs to be dereferenced twice. Do not use the same
22909         name for two variables in the same scope.
22910         * image.c, image.h: cleanups.
22911
22912 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
22913
22914         * class.c (mono_class_metadata_init): bug fix: compute the right size
22915
22916 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
22917
22918         * icall.c: implemented some of the Reflection internalcalls.
22919         * image.c, image.h: start writing out the PE/COFF image.
22920         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
22921         that does the reverse than decode_blob_size ().
22922         * object.c: use mono_metadata_encode_value (). Move here
22923         temporary implementation of mono_string_to_utf8 ().
22924         * rawbuffer.c: make malloc_map static.
22925
22926 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22927
22928         * metadata.c: fix type comparison for arrays.
22929         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
22930         Added a couple of new classes to monodefaults.
22931         * icall.c: added a couple of Reflection-related internalcalls.
22932         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
22933         Added a byval_arg MonoType to MonoClass.
22934
22935 2001-09-28  Dick Porter  <dick@ximian.com>
22936
22937         * icall.c:
22938         * threads-pthread.h: 
22939         * threads-pthread.c: Implemented internal calls for
22940         LocalDataStoreSlot operations.  Applied mutexes around all shared
22941         data.  Reworked the thread creation and Start() operations to
22942         avoid a race condition.
22943         
22944         * threads-dummy.h:
22945         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
22946
22947 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
22948
22949         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
22950
22951 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
22952
22953         * class.c, loader.c: warn and return NULL instead of erroring out.
22954         * icall.c: added System.AppDomain::getCurDomain().
22955         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
22956
22957 2001-09-25  Dick Porter  <dick@ximian.com>
22958
22959         * threads-pthread.h:
22960         * threads-pthread.c: Implemented timed thread joining and added
22961         System.Threading.Thread::Join_internal internal call
22962
22963         * icall.c: Added System.Threading.Thread::Join_internal internal call
22964
22965         * threads-dummy.h:
22966         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
22967
22968 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
22969
22970         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
22971         mono_string_intern () to implement the semantics of the ldstr opcode
22972         and the interning of System.Strings.
22973         * icall.c: provide hooks to make String::IsIntern and String::Intern
22974         internalcalls.
22975
22976 2001-09-23  Dick Porter  <dick@ximian.com>
22977
22978         * threads-dummy.c: 
22979         * threads-dummy.h: New files of dummy threading routines
22980
22981         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
22982         support code based on system specifics
22983
22984         Rename PTHREAD_LIBS to THREAD_LIBS
22985         
22986 2001-09-23  Dick Porter  <dick@ximian.com>
22987
22988         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
22989         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
22990         internal calls.
22991         (mono_thread_init): Set up a Thread object instance to return when
22992         the main thread calls Thread.CurrentThread
22993         (mono_thread_cleanup): Wait for all subthreads to exit
22994
22995         * icall.c: New internal calls for System.Threading.Thread::Sleep
22996         (including Schedule) and CurrentThread
22997
22998         * threads.h: New file, to insulate thread-specific stuff from the
22999         rest of the code
23000
23001 2001-09-21  Dick Porter  <dick@ximian.com>
23002
23003         * threads-pthread.h: 
23004         * threads-pthread.c: New file, for handling pthreads-style
23005         threading support.  Start() now starts a new thread and executes
23006         the ThreadStart delegate instance.
23007
23008         * icall.c: Added the internalcall for
23009         System.Threading.Thread::Start_internal
23010
23011         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
23012
23013 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
23014
23015         * loader.c: work around the different signatures for delegates
23016         constructors csc generates in compiled code vs the ones compiled in mscorlib.
23017
23018 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
23019
23020         * class.h, class.c: add mono_class_get_field_from_name ().
23021         * *: Fix C comments and other ANSI C issues.
23022
23023 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
23024
23025         * endian.h, assembly.c: fix some endianness issues.
23026
23027 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
23028
23029         * loader.h, load.c: add delegate_class to mono_defaults.
23030         Handle runtime provided methods in mono_get_method ().
23031
23032 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
23033
23034         * loader.c (mono_get_method): use pinvoke for internal call
23035
23036         * icall.c: use pinvoke for internal call
23037
23038         * loader.c (method_from_memberref): set the method name
23039
23040 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
23041
23042         * metadata.c: help the compiler generate better code for
23043         mono_class_from_mono_type ().
23044
23045 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
23046
23047         * class.c (mono_class_metadata_init): delayed computing of the
23048         class size to mono_class_metadata_init ()
23049
23050 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
23051
23052         * class.c, class.h: add an interfaces member to MonoClass.
23053         * image.c, image.h: add assembly_name field to MonoImage
23054         from the assembly table.
23055         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
23056
23057 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
23058
23059         * class.c: Handle Array in mono_class_from_mono_type ().
23060         * metadata.c, pedump.c: some endian fixes.
23061
23062 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
23063
23064         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
23065         * metadata.c: fix small problem introduced with the latest commit.
23066
23067 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
23068
23069         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
23070         We don't need a MonoMetadata pointer anymore to compare signatures in
23071         mono_metadata_signature_equal (), update callers.
23072         Reduced memory usage an number of allocations for MonoMethodHeader and
23073         MonoMethodSignature.
23074
23075 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
23076
23077         * metadata.c: added compare for szarray.
23078
23079 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
23080
23081         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
23082         and add a couple more types to it and mono_defaults. Give an hint on
23083         classes that need implementing in our corlib and are referenced
23084         in mscorlib.
23085
23086 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
23087
23088         * class.h, class.c: keep track if a class is also an Enum.
23089         * loader.c: Implement a couple more types for use in libffi
23090         marshalling. Gives better diagnostics when failing to dlopen
23091         a library. Set method->klass for P/Invoke methods, too.
23092
23093 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
23094
23095         * class.c, class.h: add a MonoType this_arg to MonoClass that
23096         represents a pointer to an object of the class' type that
23097         can be used by the interpreter and later the type cache.
23098         Add best guess alignment info for valuetype objects.
23099
23100 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
23101
23102         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
23103         into MonoType: one less level of indirection and allocation and
23104         simplifies quite a bit of code. Added cache for MonoTypes that are
23105         used frequently, so that we don't need to allocate them all the time.
23106
23107 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
23108
23109         * class.c (mono_class_create_from_typedef): System.Enum is also a
23110         value type, although it does not derive from System.ValueType
23111         (maybe a bug in the ms compiler?)
23112
23113         * metadata.c (mono_type_size): return the right size for value types
23114
23115         * loader.c (mono_get_method): only initialize method header if not abstract
23116
23117         * class.c (mono_class_from_mono_type): use mono_default values. 
23118
23119 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
23120
23121         * *: use MonoClass pointers instead of <type_tokens>
23122         
23123         * class.h: new flag: metadata_inited.
23124
23125         * class.c (mono_class_metadata_init): impl.
23126         (mono_class_instance_size): impl.
23127         (mono_class_data_size): impl.
23128
23129 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
23130
23131         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
23132         MonoClass now has the name and name_space fields. 
23133         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
23134         mono_get_method () takes and optional MonoClass as argument.
23135         Removed mono_typedef_from_name() and added mono_class_token_from_name()
23136         instead that takes advantage of a map from class names to typedef
23137         tokens in MonoImage.
23138
23139 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
23140
23141         * metadata.c: zero is not a valid alignment boundary.
23142         Merge MONO_TYPE_VOID in default decoding code.
23143
23144 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
23145
23146         * image.h: merged MonoMetadata into MonoImage
23147
23148         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
23149         identify the type of elements.
23150
23151 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
23152
23153         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
23154         * cil-coff.h: split MonoMSDOSHeader and add size info.
23155         * image.c: add some consistency checks.
23156         * metadata.c: fix row size computation: one programmer
23157         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
23158         add explanation for the locator routine.
23159         Fix decoding of size in method header.
23160         
23161 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
23162
23163         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
23164         (g_concat_dir_and_file): Bring g_concat_dir_and_file
23165         function from gnome-libs.  This uses the right path separator
23166         based on the OS, and also works around a bug in some systems where
23167         a double slash is not allowed. 
23168         (default_assembly_name_resolver): Use g_concat_dir_and_file
23169         (mono_assembly_open): ditto.
23170
23171 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
23172
23173         * metadata.c (mono_metadata_signature_equal): impl.
23174
23175         * *: void is now a realy MonoType (instead of using NULL)
23176         
23177         * metadata.c (do_mono_metadata_parse_type): use
23178         mono_metadata_parse_type to parse void value.
23179
23180 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
23181
23182         * metadata.c, metadata.h: in the signature and method header store
23183         only the space required for holding the loca vars and incoming arguments.
23184
23185 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
23186
23187         * metadata.c (do_mono_metadata_parse_type): treat void like any
23188         other type (instead of assigning NULL);
23189
23190 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
23191
23192         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
23193
23194 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
23195
23196         * image.c (do_mono_image_open): added a cache for arrays.
23197
23198 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
23199
23200         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
23201         decode a single column from a row in a metadata table and changes
23202         to take advantage of it in the typedef locator (gives a nice speed up).
23203         Store offset info for function params.
23204
23205 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
23206
23207         * image.h (MONO_IMAGE_IS_CORLIB): removed 
23208
23209 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
23210
23211         * assembly.c: how could mono_assembly_close () had ever worked?
23212         * metadata.c, metadata.h: provide offset info for local vars.
23213         Implement mono_type_size () to take care of alignment as well
23214         as size (it was mono_field_type_size in cli/class.c before).
23215
23216 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
23217
23218         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
23219
23220         * assembly.h (CORLIB_NAME): set to corlib.dll
23221
23222         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
23223
23224 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
23225
23226         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
23227         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
23228         tokentype.h: massive namespace cleanup.
23229
23230 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
23231
23232         * metadata.h, metadata.c: decode exception clauses when parsing method header.
23233
23234 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
23235
23236         * metadata.c (mono_metadata_free_type): added check for type !=
23237         NULL (void) before calling mono_metadata_free_type()
23238
23239 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
23240
23241         * metadata.h, row_indexes.h: added header with enumerations to use
23242         to index in the columns from tables in metadata and to decode coded
23243         tokens: we should start using this instead of embedding magic numbers
23244         all over the code.
23245
23246 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
23247
23248         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
23249         Move metadata_t info from cli_image_info_t to MonoImage, where
23250         it's easily accessible. Changed all the uses accordingly.
23251         Added the method and class caches to MonoImage.
23252         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
23253         and mono_metadata_decode_value () signature to be more consistent
23254         with the other parse functions (and simplify code). Taken advantage
23255         of zero-length array allocation with GCC. Removed reduntant (and
23256         wrong) MonoFieldType struct and use MonoParam instead. Changed
23257         mono_metadata_parse_field_type () to use common code for parsing.
23258         Added mono_metadata_typedef_from_field () and
23259         mono_metadata_typedef_from_method () to lookup a typedef index from a
23260         field or method token.
23261         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
23262
23263 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
23264
23265         * metadata.c (mono_metadata_parse_field_type): Implement. 
23266         (do_mono_metadata_parse_type): Split engine from
23267         mono_metadata_parse_type, so that we can create smaller structures
23268         for things that just have one pointer to the MonoType (look at
23269         the MonoFieldType)
23270
23271 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
23272
23273         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
23274         as Jan Gray found out, it is incorrect. 
23275
23276 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
23277
23278         * assembly.c: Implement asssembly loading.  This loads an image
23279         and loads all the referenced assemblies.  Come to think of it, we
23280         could always do lazy loading of the assemblies. 
23281
23282         * image.c (mono_image_open): Keep loaded images in a hashtable.
23283
23284         * image.h (MonoImage): Add reference count.
23285
23286 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
23287
23288         * assembly.c (mono_assembly_open): Keep track of the file name in
23289         case the assembly has no ASSEMBLY table.
23290
23291         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
23292         from get.c here.
23293
23294 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
23295
23296         * metadata.c, metadata.h: decode local vars in method header
23297         parse function. Change callers accordingly.
23298
23299 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
23300
23301         * metadata.h, cil-coff.h: protect against multiple inclusion.
23302         Added some new structures to hold information decoded from metadata:
23303         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
23304         and relevant decoding/free functions.
23305         * metadata.c: implement decoding functions. Add warning for out of bounds
23306         index in mono_metadata_locate(). Implement mono_get_method () to retreive
23307         all the info about a method signature and invocation. Remove check on
23308         uninitialized local var in parse_mh() and fix memory leak.
23309
23310 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
23311
23312         * metadata.h: More macros.
23313
23314         * tokentype.h: New file.
23315
23316 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
23317
23318         * assembly.c: added a consistency check and initialize
23319         some structures with g_new0().
23320         * metadata.c: fixed a couple more bugs in table size computation
23321         and add other checks for out-of bound access to metadata.
23322
23323 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
23324
23325         * metatada.c: fix bugs computing table sizes. Spew a
23326         warning when index in string heap is out of bounds.
23327
23328 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
23329
23330         * metadata.h: Add a couple of macros to manipulate tokens. 
23331
23332 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
23333
23334         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
23335         cli_section_tables).
23336
23337 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
23338
23339         * metadata.c (mono_metadata_user_string): New function, provides
23340         access to the UserString heap. 
23341
23342 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
23343
23344         * metadata.c: Add inline documentation.
23345
23346 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
23347
23348         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
23349         files. 
23350
23351 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
23352
23353         * typeattr.h: New file, TypeAttribute flags. 
23354
23355 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
23356
23357         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
23358         mono_assembly_ensure_section): Section loading code.
23359         (load_section_tables): Load the sections.
23360
23361         * mono/metadata/metadata.c (mono_metadata_locate_token,
23362         mono_metadata_locate): Functions to locate the information
23363         definition given a token or a table and an index.
23364         (mono_metadata_compute_table_bases): New.
23365         (compute_size): New function to compute the sizes of the various
23366         tables.
23367
23368         * mono/metadata/metadata.h: Finish listing the different index
23369         types. 
23370
23371         * mono/metadata/pedump.c: Improve to dump new information.
23372
23373 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
23374
23375         * mono/metadata/metadata.c: Entered all the tables matching
23376         Beta2. 
23377
23378         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
23379
23380
23381