Added run-time GetProcessId API detection for Windows.
[mono.git] / mono / metadata / ChangeLog
1 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
2
3         * process.c: Added run-time GetProcessId API detection for Windows.
4
5 2007-11-04  Miguel de Icaza  <miguel@novell.com>
6
7         * reflection.c  (mono_param_get_objects): If a parameter has the
8         attribute [System.Runtime.InteropServices.Optional] we should
9         set the DefaultValue of the ParameterInfo to be
10         System.Reflection.Missing instead of DBNull.
11
12         See bug #339013.
13
14         (mono_get_reflection_missing_object): New method,
15         returns the System.Reflection.Missing.Value singleton instance.
16
17 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
18
19         * culture-info-table.h : regenerated.
20
21 2007-11-02  Jonathan Chambers <joncham@gmail.com>
22
23         * icall.c: Use GetEnvironmentStrings on windows
24         so we are using the same environment block as 
25         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
26         #333740.
27         
28         Code is contributed under MIT/X11 license.
29
30 2007-10-31  Martin Baulig  <martin@ximian.com>
31
32         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
33
34         * mono-debug-debugger.h
35         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
36
37 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
38
39         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
40         classes.
41
42 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
43
44         * culture-info-table.h : regenerated.
45
46 2007-10-30  Robert Jordan  <robertj@gmx.net>
47
48         * icall-def.h, icall.c:
49         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
50
51         Code is contributed under MIT/X11 license.
52
53 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
54
55         * class.c (mono_class_setup_vtable): Find the inflated methods in the
56         inflated class instead of inflating them again.
57         
58         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
59         dynamic case.
60
61         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
62         Call setup_supertypes () after klass->parent is set.
63         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
64
65         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
66         for inflated instances of not yet created dynamic generic classes.
67         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
68         times from inflated_method.
69         (methodbuilder_to_mono_method): Ditto.
70
71 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
72
73         * gc.c: code cleanup and removed old untested option of not creating the
74         finalizer thread.
75
76 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
77
78         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
79         creating a jump trampoline for dynamic methods.
80
81 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
82
83         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
84         generic TypeBuilders when called from another method of the same type (bug #335131).
85
86
87 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
88
89         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
90         doesn't seem to work perfectly.
91         
92         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
93         called multiple times.
94         (methodbuilder_to_mono_method): Ditto.
95         (resolve_object): Inflate FieldBuilder's.
96
97 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
98
99         * string-icalls.c, string-icalls.h, appdomain.c: patch from
100         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
101         RemoveEmptyEntries in the string.Split implementation (bug #322375).
102
103 2007-10-26  Dick Porter  <dick@ximian.com>
104
105         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
106         Thread initialisation changes
107
108 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
109
110         * verify.c: fix compatibility check between arrays and System.Array
111
112 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
113
114         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
115         too. Fixes #336999.
116
117 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
118
119         * object.c (mono_value_box): Use typed allocation here.
120
121 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
122
123         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
124         trampoline instead of compiling the method right away.
125
126         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
127
128 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
129
130         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
131         related fields for dynamic classes. Fixes #334493.
132
133 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
134
135         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
136         
137         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
138
139         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
140         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
141
142         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
143
144         * reflection.c (create_generic_typespec): Initialize klass->generic_container
145         if needed.
146         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
147
148 2007-10-18  Jonathan Chambers <joncham@gmail.com>
149
150         * marshal.c: Use correct key when removing item
151         from ccw_hash.
152         
153         Code is contributed under MIT/X11 license.
154
155 2007-10-17  William Holmes  <billholmes54@gmail.com>
156
157         *marshal.c: Adding a case to marshal booleans to U1
158
159         Code is contributed under MIT/X11 license.
160
161 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
162
163         * class.c (mono_class_from_name): Search the modules compromising dynamic
164         assemblies. Fixes #331601.
165
166 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
167
168         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
169         exception if the type name contains an assembly component. Fixes #334203.
170
171         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
172         modules inside dynamic assemblies. Fixes #334200.
173         
174         * reflection.c: Set image->public_key and image->public_key_length;
175
176         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
177         fields.
178
179         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
180         
181 2007-10-16  Mark Probst  <mark.probst@gmail.com>
182
183         * metadata.c: Implemented correct comparing of generic classes.
184         An inflated generic class can be equal to a non-inflated one if it
185         is inflated with generic type variables as type arguments.  Fixes
186         bug #333798.
187
188 2007-10-15  Dick Porter  <dick@ximian.com>
189
190         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
191         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
192         81646.
193
194         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
195         instead of a monitor lock.  This means that monitor_try_enter and
196         co can set the thread state safely.
197         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
198         thread_interrupt_requested, so interrupt actually works.
199
200         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
201         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
202         state accessor function
203
204 2007-10-15  Martin Baulig  <martin@ximian.com>
205
206         * mono-debug.h
207         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
208         the debugger with the current runtime.
209
210 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
211
212         * object.c, object-internals.h: added the ability to set a single
213         trampoline for all the slots in a vtable.
214
215 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
216
217         * marshal.c: deal with a possible race condition during multicast
218         delegate invocation.
219
220 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
221
222         * class.c: ensure value type methods don't have the synchronized
223         flag set.
224
225 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
226
227         * string-icalls.c, string-icalls.h: reverted unapproved patch that
228         breaks the build.
229
230 2007-10-11  Joel Reed  <joelwreed@comcast.com>
231
232         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
233         to take an options parameter so that empty entries can be removed during
234         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
235
236 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
237
238         * marshal.c: make sure we don't store the signature from a dynamic
239         method into the runtime invoke cache (bug #327189).
240
241 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
242
243         * marshal.c: make sure the wrapper methods are properly initialized.
244
245 2007-10-11  Mark Probst  <mark.probst@gmail.com>
246
247         * metadata.c, metadata-internals.h: Generalized
248         mono_type_stack_size() to mono_type_stack_size_internal() which
249         takes an additional argument specifying whether it allows open
250         types.
251
252 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
253
254         * verify.c (do_invoke_method): handle typedbyref params
255         correctly and check for unverifiable return values.
256
257         * verify.c (do_newobj): fix a warning.
258
259 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
260
261         * verify.c: don't tread typedbyref as allways unverifable,
262         so uses, like (ld/st)loc.0 are valid. verify for the cases
263         that it matters, like boxing related operations.
264
265 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
266
267         * verify.c: add verification of the newobj opcode. verification
268         of delegate instantation still missing due ldftn and virldftn not
269         pushing the function type on stack
270
271 2007-10-08  Mark Probst  <mark.probst@gmail.com>
272
273         * class-internals.h: Runtime generic context data structure
274         definition.
275
276         * object.c: Initialization of runtime generic context at runtime
277         vtable creation time.
278
279 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
280         * class.c (mono_class_create_from_typedef,
281         mono_class_from_generic_parameter, mono_ptr_class_get,
282         mono_fnptr_class_get, mono_bounded_array_class_get)
283         * domain.c (mono_domain_create, mono_domain_free)
284         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
285         * image.c (do_mono_image_load, mono_image_close):
286         Hooked up load-unload profiler events.
287
288 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
289
290         * domain.c: track statistics about the actual amount of native code
291         allocated.
292
293 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
294
295         * class.c: the valuetype enumerators don't have the additional
296         supertypes interfaces.
297
298 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
299
300         * class.c: need more interfaces setup for the IEnumerator<T>
301         object created for arrays (tests/ienumerator-interfaces.2.cs).
302
303 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
304
305         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
306
307 2007-10-05  Alp Toker  <alp@atoker.com>
308
309         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
310         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
311         #315863.
312
313 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
314
315         * verify.c (verify_type_compatibility_full): verification of
316         compatibility improved, validates correctly non-strict checks between
317         native int and I4 types different than (unsigned)int32.
318
319         * verify.c (do_store_indirect): added, do all verification of
320         ldind.X opcodes. 
321
322         * verify.c (get_load_indirect_mono_type): renamed to
323         get_indirect_op_mono_type, as it now returns the MonoType for 
324         ldind.X and stind.X opcodes.
325
326 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
327
328         * reflection.c: Fix the encoding of generic type definition for
329         TypeBuilders.
330
331         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
332         mono_image_typedef_or_ref but allows to specify if typespec lookups should
333         be made. Typespec check is done prior to typeref cache lookup.
334
335         * reflection.c (mono_image_typedef_or_ref): now just delegate to
336         mono_image_typedef_or_ref_full.
337
338         * reflection.c (encode_generic_class): encode the generic class
339         directly instead of calling encode_type.
340
341         * reflection.c (encode_type): encode the generic type definition
342         MonoClass as a generic instantiation.
343
344         * reflection.c (create_typespec): cache typespec tokens in
345         the assembly->typespec cache. Don't create typespec for a generic
346         instance MonoClass. Create typespec for the generic type defintion.
347
348         * reflection.c (create_generic_typespec): encode the generic
349         class directly instead of calling encode_type.
350
351         * reflection.c (mono_image_create_token): encode the generic
352         type definition not using a typespec for MonoType instances.
353
354
355 2007-10-04  Raja R Harinath  <rharinath@novell.com>
356
357         Fix #328812
358         * class.c (mono_image_init_name_cache): Don't return nested
359         'protected internal' classes.
360         (mono_class_from_name_case): Likewise.
361
362 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
363
364         * icall-def.h, icall.c : get_bundled_machine_config() is now the
365           common function used by both DefaultConfig in System.dll and
366           InternalConfigurationHost in System.Configuration.dll.
367
368 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
369
370         * class.c: automatically add to vectors only a few essential explicit
371         generic interfaces. The rest of the interfaces that arrays should
372         provide are currently implicitly added (but still not lazily, see the
373         design in the discussion of bug#325495 for the details of what is
374         needed for that). Additionally, implicit interfaces are assigned the
375         same vtable slot as the explicit interfaces (as they are compatible):
376         this enables huge memory savings since we don't need to instantiate
377         as many memthods and as large vtables anymore. Also, Since
378         GetEnumerator<T> returns an instance of a type that is required to
379         support a similarly large set of interfaces as arrays, we add
380         implicit interfaces and interface offset sharing support to those
381         types, too. This change adds all the required interfaces so that
382         the anonarray.cs test case in the bug report works (we don't add
383         all the interfaces to arrays of arrays 3-level deep and more because
384         of the memory requirements explained in the bug and since they are much
385         less common: the lazy-loading support will enabled them to work, too).
386
387 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
388
389         * verify.c (merge_stacks): major clean up, all type compatibility
390         checks are done by verify_type_compatibility. This fix my earlier lack
391         of understanding of the CLR type system and merge_stacks no longer looks
392         scary.
393
394         * verify.c: fixed some bad spelling.
395
396 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
397
398         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
399         a given stack slock.
400         
401         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
402         verify_type_compatibility_full. This removed a near indentical function and fixed
403         handling of Int32 and IntPtr across all opcodes.
404
405 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
406
407         * class.c: only vectors have the additional generic interfaces.
408
409 2007-10-01  Jonathan Chambers <joncham@gmail.com>
410
411         * mono-config.c: Use g_strcasecmp instead of
412         strcasecmp like everywhere else to fix
413         compilation with MSVC.
414         
415         Code is contributed under MIT/X11 license.
416
417 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
418
419         * object.c, object-internals.h: refactored the IMT code to enable
420         building a single slot at a time and lazily creating the IMT trampolines
421         and thunks.
422
423 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
424
425         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
426
427         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
428         Fixes #328501.
429         
430 2007-09-29  Raja R Harinath  <harinath@gmail.com>
431
432         * loader.c (method_from_methodspec): Rearrange to avoid
433         un-necessary exposition.  Don't assert out if the method's
434         declaring type is a generic type definition.
435
436 2007-09-28  Martin Baulig  <martin@ximian.com>
437
438         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
439
440 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
441
442         * class-internals.h: optimize field layout of MonoClass to
443         requires less cachelines at runtime and save a few bytes on 64 bit
444         systems.
445
446 2007-09-28  Jb Evain  <jbevain@novell.com>
447
448         * reflection.c: when encoding type names in custom attributes,
449         if the type is a closed generic type, its generic arguments
450         have to be serialized as AssemblyQualifiedName, so that when
451         they are deserialized, it's possible to re-create them properly.
452         Fixes #329450.
453
454
455 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
456
457         * object.c, class-internals.h: added delegate-creation counter.
458
459 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
460
461         * class.c: cleanup of the code that synthetizes interfaces for
462         arrays in 2.0: saves quit a bit of corlib mempool memory.
463         Code to fix bug #325495 ifdeffed out for now until the issues
464         with memory usage and O(n^2) behaviour are fixed.
465
466 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
467
468         * marshal.c: when possible, do not duplicate the name of the methods
469         in the method builder and in the generated MonoMethod.
470
471 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
472         * verify.c: added support for type checking ldind_* opcodes.
473
474 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
475
476         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
477         which is used to distinguish the fully open instantiation of a TypeBuilder
478         with the rest. This temporary hack is required to restore the property that
479         the fully open instantiation is the same type of the generic type definition.
480
481         * class-internals.h (mono_generic_class_is_generic_type_definition):
482         new function as part of the internal API.
483
484         * class.c (inflate_generic_type): return NULL when the generic inst is
485         fully open. The fully open generic type is now the same as the generic type
486         definition for non TypeBuilder types.
487
488         * class.c (mono_generic_class_get_class): removed assert since it is
489         no longer valid, gklass->cached_class can point to the generic type definition.
490
491         * class.c (mono_generic_class_is_generic_type_definition): new.
492
493         * metadata.c (mono_generic_class_hash): added is_tb_open field
494         to the hash calculation.
495
496         * metadata.c (free_generic_class): if the generic class is associated
497         with the generic type definition, its field will come from the mempool and
498         must not be freed.
499
500         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
501         new, this function identifies the corner case of a TypeBuilder fully open
502         instantiation.
503
504         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
505         for lookup. Set gclass->cached_class to be the container class in case of
506         the fully open instantiation of non TypeBuilder types.
507
508         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
509         to compare generic classes.
510
511         * reflection.c (method_encode_methodspec): remove assert that
512         no longer is valid.
513
514         * reflection.c (mono_reflection_generic_class_initialize): add
515         an aditional assert to ensure the proper type is used.
516
517 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
518
519         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
520         to enjoy it.
521
522 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
523
524         * verify.c (push_arg): Fixed support for ldarga
525         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
526         MonoType used as first arg in case of instance calls.
527
528 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
529
530         * verify.c: Support for verifying VAR and MVAR types, 
531
532 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
533
534         * icall.c (ves_icall_get_property_info): Set the reflected type of the
535         accessors correctly.
536
537 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
538
539         * threads.c: support OSX and other systems in
540         mono_thread_get_stack_bounds (bug #328026).
541
542 2007-09-25  Martin Baulig  <martin@ximian.com>
543
544         * mono-debug.h
545         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
546
547 2007-09-24  Martin Baulig  <martin@ximian.com>
548
549         * mono-debug.h
550         (MonoDebugClassEntry): Moved the definition of this struct into
551         mono-debug.c to make it private.
552
553         * mono-debug.c
554         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
555         type table per symbol file, we don't need to store the symfile id
556         any longer.
557
558 2007-09-24  Martin Baulig  <martin@ximian.com>
559
560         Create one type table per symbol file, since a `MonoClass *' gets
561         invalid when its image is unloaded.
562
563         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
564         (MonoDebugHandle): Added `type_table'.
565
566 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
567
568         * mempool.c, mempool.h: added mono_mempool_new_size () API
569         to be able to specify a smaller initial size for the pool.
570         Adjusted the code to slowly increase pool size before using
571         the previous default size.
572         * image.c: use a small initial size for image mempools.
573
574 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
575
576         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
577         Fixes ##320990.
578
579         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
580         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
581
582 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
583
584         * metadata.c (mono_type_create_from_typespec): Remove an invalid
585         free. Fixes #327438.
586
587 2007-09-21  Raja R Harinath  <harinath@gmail.com>
588
589         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
590         generic instantiations, etc.
591         <MONO_TYPE_ARRAY>: Likewise.
592
593 2007-09-21  Martin Baulig  <martin@ximian.com>
594
595         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
596         these structs were never defined.
597         (MonoDebugHandle): Removed the `_priv' field, it was never used.
598
599 2007-09-21  Martin Baulig  <martin@ximian.com>
600
601         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
602
603 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
604
605         * image.c: removed the guid hash tables: we can get the same info
606         without the additional memory usage hit (partially fixes also bug #327052).
607
608 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
609
610         * profiler.h, profiler-private.h, profiler.c: add a new profiler
611         event to handle unloading methods. After the event is called, the
612         corresponding MonoMethod* must be considered invalid.
613         * loader.c (mono_free_method): call the new mono_profiler_method_free
614         event.
615
616 2007-09-20  Mark Probst  <mark.probst@gmail.com>
617
618         * domain-internals.h: New flag in MonoJitInfo which marks shared
619         generic methods.  New hash table (shared_generics_hash) in
620         MonoDomain to keep track of shared generic methods.  Prototypes
621         for functions to register and lookup shared generic methods.
622
623         * domain.c: Support for registering and looking up shared generic
624         methods via a hash table (shared_generics_hash) in MonoDomain.
625
626         * class-internals.h: New exception to signal failure of shared
627         compilation of a generic method.  New counters for generics
628         sharing in MonoStats.
629
630 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
631
632         * image.c, metadata-internals.h: don't keep a file descriptor open
633         for loaded assemblies (bug#325988).
634
635 2007-09-19  Raja R Harinath  <rharinath@novell.com>
636
637         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
638         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
639         use the corresponding datatypes.
640         (type_in_image): Update to changes.
641         (CleanForImageUserData): Simplify.
642         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
643         Avoid quadratic behaviour in handling the "stolen" list by
644         separating the filter predicate out, and by prepending the stolen
645         items rather than appending them.
646         (steal_ginst_in_image): Likewise.
647         (mono_metadata_clean_for_image): Update to changes.
648
649 2007-09-19  Martin Baulig  <martin@ximian.com>
650
651         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
652
653 2007-09-19  Martin Baulig  <martin@ximian.com>
654
655         * mono-debug.c (mono_debug_cleanup): Don't call
656         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
657
658 2007-09-19  Raja R Harinath  <harinath@gmail.com>
659
660         Fix crash on 'make run-test' in mcs/errors
661         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
662         Avoid more potential allocations in mono_class_from_mono_type.
663         (ginst_in_image): Update to changes.
664         (gclass_in_image): Rearrange slightly.
665
666 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
667
668         * class.c (mono_class_init): Move the code that sets up class->methods to 
669         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
670
671         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
672         canonical instance of an inflated generic signature.
673         (mono_type_create_from_typespec): Remove an invalid free.
674
675         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
676
677 2007-09-18  Marek Habersack  <mhabersack@novell.com>
678
679         * domain-internals.h: added a declaration of the
680         mono_assembly_load_full_nosearch internal function.
681
682         * assembly.c (mono_assembly_load_with_partial_name): use
683         mono_try_assembly_resolve return value properly.
684         (mono_assembly_load_full_nosearch): copied the function body from
685         mono_assembly_load_full, without the code to invoke assembly
686         search hooks.
687         (mono_assembly_load_full): calls the above new function and if the
688         assembly is not resolved, invokes the search hooks.
689
690         * appdomain.c (mono_runtime_init): restore the global postload
691         assembly search handlers.
692
693 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
694
695         * class.c (mono_class_init): Make sure class->methods and class->properties
696         are never NULL in the generics case.
697
698         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
699
700 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
701
702         * metadata.c (free_generic_class): Disable some code to fix the build.
703
704         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
705
706         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
707         from the image mempool.
708
709         * metadata.c (free_generic_class): Free more data from the inflated class.
710
711         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
712
713         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
714         mempool.
715         (mono_type_create_from_typespec): Ditto.
716
717         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
718         MonoImage to the caller.
719         (mono_init_internal): Save the opened image in a global variable.
720         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
721
722         * reflection.c (resolve_object): Fix a leak.
723
724         * metadata.c: Fix the freeing of data in the generics caches.
725         
726         * metadata.c (free_generic_inst): Comment this out to fix the build.
727         (free_generic_class): Ditto.
728
729         * metadata.c: Free cached generic methods, instantinations and classes when
730         they are removed from the caches.
731         (mono_metadata_free_type): Free the type itself.
732
733         * class.c: Free the result of mono_class_inflate_generic_type () in a few
734         places.
735
736 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
737
738         * boehm-gc.c: restrict managed allocs to __thread supporting
739         architectures.
740
741 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
742
743         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
744         (mono_generic_class_get_class): Fix a leak.
745
746         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
747         mono_metadata_free_type ().
748         (mono_metadata_inflate_generic_inst): Fix a leak.
749
750 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
751
752         * mono-debug.c (free_header_data): Fix a leak missed earlier.
753
754         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
755         mempool.
756
757         * mono-debug.c (mono_debug_close_image): Fix call to 
758         g_hash_table_remove ().
759
760 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
761
762         * icall-def.h: redirect all the string ctor to the managed
763         CreateString () methods.
764         * string-icalls.c, string-icalls.h: removed dead code for string
765         ctors and icalls.
766
767 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
768
769         * mono-debug.c: Fix memory leaks.
770
771 2007-09-14  Jonathan Chambers <joncham@gmail.com>
772
773         * threads-types.h: Implement mono_hazard_pointer_set and 
774         mono_hazard_pointer_clear macros using do/while(0) to fix
775         compilation with MSVC.
776         
777         Code is contributed under MIT/X11 license.
778
779 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
780
781         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
782         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
783
784 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
785
786         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
787         icalls.
788
789 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
790
791         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
792         managed-code allocated as well.
793
794 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
795
796         * class.c (mono_class_is_assignable_from): Add support for generic variance.
797
798 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
799
800         * boehm-gc.c: fixed the build after the AOT changes.
801
802 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
803
804         * wrapper-types.h: Add an ALLOC wrapper type.
805
806         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
807         reference managed allocator methods.
808
809 2007-09-12  Marek Safar  <marek.safar@gmail.com>
810
811         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
812         of Type array and not MonoType, a fix suggested by Hari.
813         
814 2007-09-12  Jonathan Chambers <joncham@gmail.com>
815
816         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
817         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
818         
819         Code is contributed under MIT/X11 license.
820
821 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
822
823         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
824
825 2007-09-12  Marek Habersack  <mhabersack@novell.com>
826
827         * image.c (do_mono_image_open): if assembly file fails to open and
828         MONO_IOMAP is in effect, try to find the path in a
829         case-insensitive way.
830
831         * appdomain.c (mono_runtime_init): do not install postload hooks -
832         tests show that MS.NET doesn't use anything of that sort to
833         trigger the AppDomain.AssemblyResolve event.
834         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
835         made non-static.
836         (mono_runtime_init): init portability helpers here.
837
838         * assembly.c (mono_assembly_load_with_partial_name): if other   
839         attempts fail, trigger the AppDomain.AssemblyResolve event handler
840         to resolve the assembly.
841
842         * domain-internals.h: added mono_try_assembly_resolve and marked
843         it as internal.
844
845 2007-09-11  Jb Evain  <jbevain@novell.com>
846
847         * object-internals.h (MonoReflectionDynamicMethod): add
848         a `MonoReflectionType *owner` field. The owner is used
849         * reflection.c:
850         (mono_reflection_create_dynamic_method): use the owner of the dynamic
851         method as the class declaring the dynamic method.
852         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
853         dynamic method to the declaring type of the methodbuilder.
854
855 2007-09-11  Mark Probst  <mark.probst@gmail.com>
856
857         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
858         rules for calling methods via reflection.
859
860 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
861
862         * reflection.c (resolve_object): Add support for MonoGenericClass. 
863         Inflate MonoType's.
864
865 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
866
867         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
868         provide a managed method that does fast allocations without needing
869         a managed->unmanaged transition. Boehm GC implementation currently
870         enabled for ptrfree objects on sane architectures.
871
872 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
873
874         * marshal.c, marshal.h: exported a couple of useful functions and
875         added mono_mb_get_label () to easily handle backward branches.
876
877 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
878
879         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
880
881 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
882
883         * loader.c (find_method): Fixed the regression introduced while
884         fixing bug #81466.
885
886 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
887
888         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
889         well.
890         
891         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
892         icall.c reflection.c: Pass a MonoGenericContext argument to 
893         mono_lookup_dynamic_token ().
894
895         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
896         #82744.
897         
898 2007-09-09  Robert Jordan  <robertj@gmx.net>
899
900         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
901         for generic methods.
902
903         * object.c (mono_object_get_virtual_method): Handle generic methods.
904         Fixes bug #78882.
905
906         Code is contributed under MIT/X11 license.
907
908 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
909
910         * image.c: fix locking in mono_image_load_file_for_image ().
911
912 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
913
914         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
915         used only as a cache: added an icall to fill it.
916
917 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
918
919         * reflection.h: exposed mono_reflection_free_type_info
920         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
921         since mono_reflection_bind_generic_parameters makes a copy of it.
922         * reflection.c (free_type_info): subinfos should be freed.
923         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
924         made non static.
925         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
926         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
927         this fixes #82695 and #81726.
928    
929
930 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
931
932         * process.h, process.c:  added support for user profile/info in
933           ProcessStartInfo. For now only Windows works.
934
935 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
936
937         * metadata.c: consider the generic arguments when comparing
938         signatures (bug #82614).
939
940 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
941
942         * cil-coff.h, image.c: updated assembly loader to cope with the
943         PE32+ 64 bit file format.
944
945 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
946
947         * assembly.c, class.c, domain.c, loader.c: remove useless
948         inclusion of cil-coff.h.
949
950 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
951
952         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
953         if interface is marked with CoClassAttribute. 
954    
955         Code is contributed under MIT/X11 license.
956
957 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
958
959         * sgen-gc.c: ensure no object from the to space is copied again or finalized
960         if it's seen twice in major collections.
961
962 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
963
964         * sgen-gc.c: big objects are not copied to the gray area, but they
965         need to be considered for scanning, too, if they are brought alive
966         by an object ready for finalizations or a survived one.
967
968 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
969
970         * sgen-gc.c: properly account the number of disappearing links when
971         they are nullified.
972
973 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
974
975         * sgen-gc.c: share the code to scan the registered roots between the
976         different types of collections.
977
978 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
979
980         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
981
982 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
983
984         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
985         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
986
987 2007-08-28  Mark Probst  <mark.probst@gmail.com>
988
989         * security-manager.c (mono_security_manager_get_methods):
990         LinkDemandSecurityException now has 2 arguments instead of 3.
991
992 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
993
994         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
995         platforms which need it.
996
997 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
998
999         * sgen-gc.c: unregister thread data structures with a pthread_key_t
1000         dtor.
1001
1002 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
1003
1004         * threads.c: free the thread static data on thread exit.
1005
1006 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
1007
1008         * class.c: walk the hierarchy to find the generic definition for
1009         a class (fixes runtime part of bug #82498).
1010
1011 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
1012
1013         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
1014         ...
1015
1016         * image.c (mono_image_close): Here. Hopefully fixes #82510.
1017
1018 2007-08-24  Mark Probst  <mark.probst@gmail.com>
1019
1020         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
1021
1022 2007-08-24  Robert Jordan  <robertj@gmx.net>
1023
1024         * appdomain.c: don't perform the ':'->';' substitution on Win32.
1025
1026 2007-08-24  Jb Evain  <jbevain@novell.com>
1027
1028         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
1029         for byref types.
1030
1031 2007-08-24  Mark Probst  <mark.probst@gmail.com>
1032
1033         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
1034         #82286.
1035
1036 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
1037
1038         * assembly.c: Fix a warning.
1039         
1040 2007-08-23  Marek Habersack  <mhabersack@novell.com>
1041
1042         * appdomain.c: parse the <runtime> section looking for the probing
1043         element with the 'privatePath' attribute, which sets additional
1044         directories in which the runtime should look for assemblies.
1045
1046 2007-08-23  Robert Jordan  <robertj@gmx.net>
1047
1048         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
1049         Fixes #82499.
1050
1051 2007-08-23  Martin Baulig  <martin@ximian.com>
1052
1053         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
1054         _mono_debug_init_corlib() and remove it from the header file.
1055
1056 2007-08-23  Martin Baulig  <martin@ximian.com>
1057
1058         * mono-debug-debugger.c
1059         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
1060         don't notify the debugger about it.
1061
1062         * mono-debug-debugger.h
1063         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
1064
1065 2007-08-23  Robert Jordan  <robertj@gmx.net>
1066
1067         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
1068         Code is contributed under MIT/X11 license.
1069
1070 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
1071
1072         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
1073
1074 2007-08-22  Martin Baulig  <martin@ximian.com>
1075
1076         * mono-debug.c: Store debugging info on a per-domain basis and
1077         free it on domain unload.  Add support for unloading symbol files.
1078
1079         * mono-debug.h
1080         (MonoDebugList): New typedef.
1081         (MonoSymbolTable):
1082         - add `data_tables and `type_table'.
1083         - replace 'symbol_files' and `num_symbol_files' with a
1084           `MonoDebugList *'.
1085         (mono_debug_data_table): Removed.
1086         (mono_debug_list_add): New public function.
1087         (mono_debug_list_remove): New public function.
1088         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
1089         (mono_debug_init_2_memory): Renamed into
1090         mono_debug_open_image_from_memory().
1091         (mono_debug_close_image): New public function.
1092         (mono_debug_domain_create): Likewise.
1093         (mono_debug_domain_unload): Likewise.
1094         (MONO_DEBUGGER_VERSION): Bump to 60.
1095
1096         * mono-debug-debugger.h
1097         (MonoDebuggerEvent):
1098         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
1099         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
1100         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
1101         - rename `THREAD_CREATED' and `THREAD_EXITED' into
1102           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
1103         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
1104           meaning.
1105         (mono_debugger_add_symbol_file): Removed.
1106         (mono_debugger_add_type): Removed.
1107         (mono_debugger_lookup_type): Removed.
1108         (mono_debugger_lookup_assembly): Removed.
1109
1110         * domain.c
1111         (mono_domain_create): Call mono_debug_domain_create().
1112         (mono_init_internal): Call mono_debug_init_corlib().
1113
1114         * assembly.c
1115         (mono_assembly_close): Call mono_debug_close_image().
1116
1117 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
1118
1119         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
1120         mmap call.
1121
1122 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
1123
1124         * sgen-gc.c: ensure section->pin_queue_end is initialized
1125         correctly when non pinning objects in the section have been found.
1126
1127 2007-08-22  Marek Habersack  <mhabersack@novell.com>
1128
1129         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
1130         containing a list of directories separated by ':'. MSDN docs say
1131         the directories should be separated with ';'. Part of a bugfix for
1132         bug #81446
1133
1134 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
1135
1136         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
1137         it should MonoType and not MonoClass.
1138
1139 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
1140
1141         * culture-info-table.h : regenerated.
1142
1143 2007-08-20  William Holmes  <billholmes54@gmail.com>
1144
1145         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
1146          to call ReplaceFile Kernel32 on windows or in io-layer.
1147         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
1148         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
1149          as an internal call.
1150
1151         Code is contributed under MIT/X11 license.
1152
1153 2007-08-20  Jb Evain  <jbevain@novell.com>
1154
1155         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
1156         and MONO_EXCEPTION_FIELD_ACCESS.
1157
1158         * debug-helpers.[c|h]: new mono_field_full_name function.
1159
1160 2007-08-20  Mark Probst  <mark.probst@gmail.com>
1161
1162         * class.c: Removed class_security_level() and moved it to
1163         security-core-clr.c.
1164
1165         * security-core-clr.c, security-core-clr.h: class_security_level()
1166         is now public and renamed to mono_security_core_clr_class_level().
1167         It also looks for security attributes in the classes a class is
1168         nested in.
1169
1170 2007-08-20  Mark Probst  <mark.probst@gmail.com>
1171
1172         * security-core-clr.c, security-core-clr.h: CoreCLR security
1173         utility functions.
1174
1175         * Makefile.am: Added security-core-clr.[ch].
1176
1177         * security-manager.c, security-manager.h: Functions and enum for
1178         setting and getting the security mode.
1179
1180         * class.c: CoreCLR security checks.
1181
1182 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
1183
1184         * icall-def.h, process.c, process.h: implemented icall to get
1185         user/system processor times.
1186
1187 2007-08-17  Mark Probst  <mark.probst@gmail.com>
1188
1189         * domain.c, threads.c, class-internals.h, domain-internals.h: New
1190         reader-lock-free jit_info_table.
1191
1192 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
1193
1194         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
1195
1196         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
1197
1198         * object-internals.h (MonoException): Add missing _data member.
1199
1200 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
1201
1202         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
1203         checking that only methods with matching qname or fqname are picked
1204         from implemented interfaces.
1205
1206 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
1207
1208         * verify.c (do_newarr):added, do type verification of
1209         newarr ops, push the right value on the eval stack.
1210         * verify.c (mono_method_verify): use do_newarr
1211
1212
1213 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
1214
1215         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
1216         factored the common code into get_boxable_mono_type, which
1217         is now using mono_type_get_full, this fixed byref related tests.
1218
1219 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
1220
1221         * class.c: added mono_type_get_full, this function has the same
1222         behavior of mono_class_get_full but the returned MonoType has
1223         all metadata of the associated token in case of a typespec token.
1224         * class.c: added mono_type_retrieve_from_typespec, used by 
1225         mono_type_get_full to retrieve the token type.
1226         * class.c (mono_class_create_from_typespec): changed to use
1227         mono_type_retrieve_from_typespec.
1228         * class.c (mono_ldtoken): changed to use mono_type_get_full
1229         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
1230         * class-internals.h: exported mono_type_get_full for internal use.
1231
1232 2007-08-16  Jb Evain  <jbevain@novell.com>
1233
1234         * domain.c (supported_runtimes): add entry for
1235         the 'moonlight' runtime version.
1236
1237 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
1238
1239         * verify.c (mono_method_verify): small typo sliped in.  
1240
1241 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
1242
1243         * verify.c (do_unbox_value): added, do type verification of
1244         unboxing ops
1245         * verify.c (mono_method_verify): use do_unbox_value
1246
1247
1248 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
1249
1250         * verify.c (dump_stack_value): fixed typo, was printing string
1251         instead of object on stack.
1252         * verify.c (do_box_value): moved the byref check up as it leads
1253         to invalid code and should be done earlier.
1254         * verify.c: improved error messages for and ldobj
1255
1256 2007-08-15  William Holmes  <billholmes54@gmail.com>
1257
1258         * marshal.c (emit_marshal_custom): Omit the call to 
1259           marshal_native_to_managed when calling native to managed 
1260           and the argument is specified as an out argument.
1261
1262         Code is contributed under MIT/X11 license.
1263
1264 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
1265
1266         * verify.c: fixed the type checks for generics, function pointers and vectors.
1267         Added type verification for ldobj and ldtoken. The verifier
1268         would segfault if header or signature of a method contained references
1269         to non-existant types.
1270
1271 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
1272
1273         * marshal.c (cominterop_get_ccw): Patch from
1274         Bill Holmes to no walk up interface hierarchy. 
1275         All parent methods should be present in the interface for COM.
1276    
1277         Code is contributed under MIT/X11 license.
1278
1279 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
1280
1281         * marshal.c (emit_marshal_com_interface): Patch from
1282         Bill Holmes to handle COM Interfaces as return values
1283         for native->managed calls.
1284    
1285         Code is contributed under MIT/X11 license.
1286
1287 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
1288
1289         * marshal.c (cominterop_get_idispatch_for_object): Implement
1290         for runtime callable wrappers.
1291    
1292         Code is contributed under MIT/X11 license.
1293
1294 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
1295
1296         * pedump.c (main): changed from mono_init to mono_init_from_assembly
1297         so 2.0 types are accessible
1298
1299
1300 2007-08-13  Miguel de Icaza  <miguel@novell.com>
1301
1302         * domain.c (mono_init_internal): Call mono_assembly_load_friends
1303         once we load mscorlib.   Due to the order in which we initialize,
1304         the mono_assembly_load_full routine that loads mscorlib did not
1305         load friends.   We now load it once we load the
1306         mono_defaults.internals_visible_class class. 
1307
1308         * assembly.c: Expose the mono_load_friend_assemblies method.
1309
1310 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
1311
1312         * verify.c: improved the handling of boxing, better
1313         type checking for unary ops and conversion. Fix bug
1314         regarding managed pointer compatibility checking
1315
1316 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
1317
1318         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
1319
1320         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
1321
1322 2007-08-09  Raja R Harinath  <rharinath@novell.com>
1323
1324         * reflection.c (dup_type): Remove.
1325         * class.c (dup_type): Remove.
1326         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
1327         instead of the dodgy 'dup_type'.
1328         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
1329         handle the case where 'dup_type' needed the second argument.
1330
1331 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
1332
1333         * domain.c: Fix a warning.
1334
1335 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
1336
1337         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
1338         checking that methods with the same fqname are not overridden
1339         with a method from an ancestor.
1340
1341 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
1342
1343         * threads.c (free_thread_static_data_helper): Avoid a crash if
1344         thread->static_data is not yet set.
1345
1346 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
1347
1348         * marshal.c: Use correct image when emitting
1349         native wrapper for COM calls.
1350    
1351         Code is contributed under MIT/X11 license.
1352
1353 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
1354
1355         * icall-def.h, security.c, security.h :
1356           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
1357
1358 2007-08-07  Martin Baulig  <martin@ximian.com>
1359
1360         * mono-debug-debugger.h
1361         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
1362
1363         * domain.c (mono_domain_free): Call
1364         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
1365
1366 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
1367
1368         * verify.c (check_underflow, check_overflow): error message now returns IL offset
1369         * verify.c (in_same_block): code should test if either offset is inside the clauses
1370         * verify.c (mono_method_verify): push the exception into the eval stack of exception
1371         and filter blocks
1372
1373 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
1374
1375         * image.c (mono_image_close): Fix a leak.
1376
1377         * object.c (mono_runtime_invoke_array): Avoid using alloca.
1378
1379         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
1380
1381 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
1382
1383         * domain.c, threads.c, threads-types.h: fix memory retention issue
1384         with thread static variables not being cleared on domain unload.
1385         Reuse thread static slots after domain unload.
1386
1387 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
1388
1389         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
1390         nullable type.
1391
1392         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
1393         now done in mono_runtime_invoke_array.
1394
1395         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
1396         receiver is a nullable type.
1397
1398         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
1399         generic parameter.
1400
1401 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
1402
1403         * marshal.c: Implement COM Objects as return type for 
1404         managed->unmanaged calls. Added Release calls for COM Object
1405         out/return values in managed->unmanaged calls.
1406
1407         Code is contributed under MIT/X11 license.
1408
1409 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
1410
1411         * threads.h, threads-type.h: move the hazard pointer declarations
1412         to the private header.
1413
1414 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
1415
1416         * file-io.c, appdomain.c: memory leak fixes.
1417
1418 2007-08-02  Dick Porter  <dick@ximian.com>
1419
1420         * socket-io.c
1421         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
1422         SO_REUSEADDR setting into io-layer/sockets.c.
1423
1424 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
1425
1426         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
1427         from Object when called on a generic parameter. Fixes #82211.
1428
1429 2007-08-01  Dick Porter  <dick@ximian.com>
1430
1431         * file-io.c (convert_share): Test FileShare values bit-by-bit.
1432         Fixes bug 79250 yet again.
1433
1434 2007-07-30  Martin Baulig  <martin@ximian.com>
1435
1436         Merged the `debugger-dublin' branch.
1437
1438         * mono-debug.h
1439         (MonoDebugDataTable): New typedef.
1440         (MonoDebugMethodAddressList): New typedef.
1441         (MonoDebugWrapperData): Removed.
1442         (MonoDebugSymbolTable): Removed `current_data_table',
1443         `current_data_table_size', `current_data_table_offset'.
1444         (MonoDebugDataItemType): Moved into mono-debug.c.
1445         (MonoDebugMethodJitInfo): Remove `address'.
1446         (mono_debug_data_table): New global variable.
1447         (mono_debug_lookup_method_addresses): New public function.
1448         (mono_debug_find_method): Take a `MonoMethod *', not a
1449         `MonoDebugMethodInfo *'.
1450
1451         * mono-debug.c: Drop support for the old symbol tables.
1452
1453 2007-06-28  Martin Baulig  <martin@ximian.com>
1454
1455         * mono-debug.c (mono_debug_debugger_version): New public variable.
1456
1457 2007-07-31  William Holmes  <billholmes54@gmail.com>
1458
1459         * metadata.c Changed mono_type_create_from_typespec to not insert
1460           the type into the hash map until after
1461           do_mono_metadata_parse_type has completed.
1462         Fixes Bug #82194
1463         Code is contributed under MIT/X11 license.
1464
1465 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
1466
1467         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
1468         generic parameter. Fixes #82211.
1469
1470 2007-07-27  Jb Evain  <jbevain@novell.com>
1471
1472         * pedump.c (dump_metadata, dump_metadata_header): dump
1473         versions contained in the metadata header.
1474
1475 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
1476
1477         * threads.c: register small_id_table with the GC.
1478
1479 2007-07-27  Mark Probst  <mark.probst@gmail.com>
1480
1481         * threads.c, threads.h, class-internals.h, object-internals.h:
1482         Hazard pointers, to be used by lock-free parallel algorithms.
1483
1484 2007-07-26  Dick Porter  <dick@ximian.com>
1485
1486         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
1487         routine on non-windows platforms, as I've not managed to think of
1488         a non-kludgy way of doing this.  Finishes off bug 78739.
1489
1490 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
1491
1492         * object.c: properly setup interface_bitmap in proxy vtables.
1493
1494 2007-07-25  Marek Habersack  <mhabersack@novell.com>
1495
1496         * appdomain.c (get_shadow_assembly_location): do not use TickCount
1497         to create unique shadow copy target directories, use the domain's
1498         serial number instead. Each domain gets a unique target directory
1499         that way.
1500
1501         * domain.c (mono_domain_create): added code to increment domain
1502         shadow copy serial number and cache the value in the current
1503         domain structure.
1504
1505         * domain-internals.h (struct _MonoDomain): added a new field -
1506         shadow_serial to hold the serial number used in generation of
1507         shadow-copy directories. This is to make sure that the directory
1508         name is unique for each and every domain created. We avoid a race
1509         condition with overriding assemblies already in use by other app
1510         domains.
1511
1512 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
1513
1514         * class.c (mono_bounded_array_class_get): fixed memory leak when 
1515         binding generic parameters.
1516
1517 2007-07-24  Raja R Harinath  <rharinath@novell.com>
1518
1519         * metadata.c (do_mono_metadata_parse_generic_class): Use
1520         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
1521         error.
1522
1523 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
1524
1525         * loader.c, class-internals.h, reflection.c: removed the per-method
1526         generics hashtable: we use the global one through the call of
1527         mono_class_inflate_generic_method ().
1528
1529 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
1530
1531         * class.c, metadata.c, class-internals.h: introduce yet another
1532         generics global cache for inflated methods (fixes 98% of the perf
1533         issue in bug #81806).
1534
1535 2007-07-23  Raja R Harinath  <rharinath@novell.com>
1536
1537         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
1538         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
1539         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
1540         return a MonoGenericInst containing (a copy) of those types.
1541         (mono_metadata_inflate_generic_inst): Update to changes.
1542         (mono_metadata_parse_generic_inst): Likewise.
1543         (mono_get_shared_generic_inst): Likewise.
1544         * reflection.c (mono_class_bind_generic_parameters): Likewise.
1545         (mono_reflection_bind_generic_method_parameters): Likewise.
1546         * metadata-internals.h: Likewise.
1547         * icall.c (free_generic_context): Kill.
1548         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
1549
1550         * reflection.c (reflection_methodbuilder_to_mono_method): Use
1551         mono_metadata_type_dup.
1552         * marshal.c (mono_mb_create_method): Likewise.
1553
1554         * metadata.c (mono_metadata_type_dup): Rename from
1555         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
1556         MonoImage.  Handle a few more cases, esp. when no mempool is given.
1557         * marshal.c, metadata-internals.h: Update to changes.
1558
1559 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
1560
1561         * class.c: fixed a small leak for array classes and removed warning.
1562
1563 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
1564
1565         * loader.c (mono_method_get_param_token): Make this work on generic methods.
1566         Return 0x8000000 for return parameters. Fixes #82161.
1567
1568 2007-07-21  Marek Habersack  <grendello@gmail.com>
1569
1570         * appdomain.c (get_shadow_assembly_location): append the current
1571         ticks value to the path. Avoids overwriting the same assemblies by
1572         several threads at the same time.
1573
1574 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
1575         and Raja R Harinath  <rharinath@novell.com>
1576
1577         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
1578         Simplify slightly.
1579         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
1580         property for testing if a method is a generic method definition.
1581
1582 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
1583
1584         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
1585
1586 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1587
1588         * verify.c: used function from private branch, reverted to the one in class.h 
1589
1590 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1591
1592         * verify.c: a typo slipped in and the code wont compile
1593
1594 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1595
1596         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
1597         disabled box instruction as it is doing the wrong thing
1598         improved stack dump messages, now it is easier to debug type related issues
1599
1600
1601 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
1602
1603         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
1604
1605 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1606
1607         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
1608         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
1609         grouped with class and valuetype. This change will simply 
1610         the code as it should be handled just like unmanaged pointers.
1611
1612 2007-07-19  Mark Probst  <mark.probst@gmail.com>
1613
1614         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
1615
1616 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
1617
1618         * verify.c: several stack merge issues fixed, reference comparisons now
1619         check the type size. strict type check now works correctly.
1620         added more uses of IS_MANAGED_POINTER macro.
1621         fixed issues pointed by running the test suite against .net.
1622         
1623
1624 2007-07-19  Mark Probst  <mark.probst@gmail.com>
1625
1626         * class.c, loader.c, class-internals.h: Removed the
1627         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
1628         defines.
1629
1630         * icall.c: Better error checking in some internal reflection
1631         methods.
1632
1633 2007-07-18  William Holmes  <billholmes54@gmail.com>
1634
1635         * filewatcher.c : removed unused variable 'filename' in 
1636           ves_icall_System_IO_FSW_SupportsFSW
1637
1638 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
1639
1640         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
1641         obsolete, removed.
1642
1643 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
1644
1645         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
1646         
1647         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
1648
1649 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
1650
1651         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
1652         Implement generics support.
1653         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
1654
1655         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
1656         type_args and method_args arguments.
1657         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
1658         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
1659         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
1660
1661 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
1662
1663         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
1664           It adds a rootimage parameter to mono_reflection_get_type_internal,
1665           adds new function mono_reflection_get_type_with_rootimage and use
1666           the rootimage to resolve the types instead of the current image
1667
1668 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1669
1670         * culture-info-table.h: Forgot to update after r78304.
1671
1672 2007-07-13  Raja R Harinath  <rharinath@novell.com>
1673
1674         * class.c (mono_class_is_open_constructed_type)
1675         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
1676
1677 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
1678
1679         * class.c (mono_bounded_array_class_get):  method fails if used with
1680         an incomplete TypeBuilder enum (no basetype field), fixed it by 
1681         avoiding calculating the size for such array as it cannot be instantiated.
1682         Fix bug #82015
1683
1684 2007-07-12  Raja R Harinath  <rharinath@novell.com>
1685
1686         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
1687         field.
1688         * metadata.c, reflection.c: Update to changes.
1689
1690 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
1691
1692         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
1693         mono_class_is_valid_enum, they are used to valide a enum when loading.
1694         * reflection.c: used new functions to throw TypeLoadException when and
1695         invalid enum is build with TypeBuilder. Fixes #82018
1696   
1697 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
1698
1699         * object.c: forgot commit of mono_class_setup_methods () to access
1700         iface->methods.
1701         * object-internals.h: added a few more handy fields to
1702         MonoIMTCheckItem.
1703
1704 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
1705
1706         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
1707         iface->methods.
1708
1709 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
1710
1711         * class-internals.h, object-internals.h, object.c: IMT-based
1712         interface invocation core from Massimiliano Mantione
1713         (massi@ximian.com) with a reworked arch-specific interface,
1714         bsearch implementation and a few bugfixes and memory savings by me.
1715
1716 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
1717
1718         * class.c (mono_class_create_from_typedef): mono would segfault if 
1719         an enum did not have a __value field. It now throws a TypeLoadException
1720         for such cases. Fix bug #82022
1721
1722 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
1723
1724         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
1725
1726 2007-07-09  Mark Probst  <mark.probst@gmail.com>
1727
1728         * class.c (mono_class_init): If a class is already inited but has
1729         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
1730
1731 2007-07-09  Mark Probst  <mark.probst@gmail.com>
1732
1733         * class.c: Properly handle the case of an unimplemented interface
1734         method.  Fixes: 81673.
1735
1736 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
1737
1738         * class-internals.h, object.c: cleanup patch from massi: use
1739         MonoVTable->interface_bitmap since the vtable interfaces offset array
1740         is going away.
1741
1742 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
1743
1744         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
1745         GetMDStreamVersion icall instead.
1746
1747 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
1748
1749         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
1750         not use mono_dl_build_path() with a full library name: makes
1751         fallbacks to libgaim and libfam work.
1752
1753 2007-07-06  William Holmes  <billholmes54@gmail.com>
1754
1755         * assembly.c: Added a continue statement in probe_for_partial_name when
1756          parse_assembly_directory_name fails.  Fixes : 82002
1757
1758 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
1759
1760         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
1761         and added a verification  for TYPEDBYREF.
1762         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
1763         make native int interchangeable with int32 and some small cleanup and formating.
1764         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
1765         handle byref of byref.
1766         * verify.c (push_local): handle byref of byref.
1767         * verify.c (do_binop): invalid mix of values is unverifiable
1768         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
1769         added visibility checks
1770         * verify.c (field related method): added visibility checks
1771         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
1772
1773 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
1774
1775         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
1776         string.
1777
1778 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
1779
1780         * profiler.c (mono_profiler_load): Fix an off-by-one error.
1781
1782         * marshal.c (emit_marshal_string): When returning a string from managed code,
1783         allways make a copy even for unicode strings. Fixes #81990.
1784
1785 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
1786
1787         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
1788         of byref generic inst types (bug #81997).
1789
1790 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
1791
1792         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
1793         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
1794
1795 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
1796
1797         * marshal.c (emit_marshal_string): Add support for unicode strings in
1798         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
1799
1800 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
1801
1802         * verify.c: field load/store are now verified, missing only access checks now
1803
1804 2007-06-28  Martin Baulig  <martin@ximian.com>
1805
1806         * mono-debug.c (mono_debug_debugger_version): New public variable.
1807
1808 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
1809
1810         * locales.c: When constructing DateTimeFormat or NumberFormat for
1811         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
1812         MonoCultureInfo contructed from the current locale is always
1813         read-only and has UseUserOverride set to true. All MonoCultureInfo
1814         instances returned for GetCultures have both IsReadOnly and
1815         UseUserOverride set to true. Fixes part of bug #81930.
1816
1817 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
1818
1819        * icall-def.h: Update System.__ComObject icalls
1820        * marshal.c: Avoid managed transition (and object creation)
1821        when looking up COM interface in RCW.
1822        * marshal.h: Ditto.
1823        
1824        Code is contributed under MIT/X11 license.
1825
1826 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
1827
1828         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
1829         to avoid crashes during assembly unloading.
1830
1831 2007-06-22  Raja R Harinath  <rharinath@novell.com>
1832
1833         Fix MethodInfo.IsGenericMethodDefinition
1834         * reflection.c (mono_reflection_bind_generic_method_parameters):
1835         Rearrange code to ensure we always uses a generic method definition.
1836         * class.c (mono_class_inflate_generic_method_full): Set
1837         'generic_container' field only for generic method definitions.
1838         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
1839         Use presense of 'generic_container' field as indication of being a
1840         generic method definition.
1841
1842 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
1843
1844         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
1845
1846         * object-internals.h: Reflect changes in the layout of the managed Delegate
1847         class.
1848         
1849         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
1850         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
1851         runtime memory used by the dynamic method. Fixes #77146.
1852
1853 2007-06-21  Dick Porter  <dick@ximian.com>
1854
1855         * file-io.h: 
1856         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
1857         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
1858         81767.
1859
1860 2007-06-21  Raja R Harinath  <rharinath@novell.com>
1861
1862         * reflection.c (method_encode_methodspec): Add a tripwire.
1863         * class.c (inflate_generic_type): The fully open generic type is
1864         not the same as the generic type definition.
1865
1866 2007-06-21  Martin Baulig  <martin@ximian.com>
1867
1868         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
1869
1870         * mono-debug-debugger.h
1871         (MonoDebuggerBreakpointInfo): Removed.
1872         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
1873         (mono_debugger_remove_breakpoint): Likewise.
1874         (mono_debugger_breakpoint_callback): Likewise.
1875         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
1876
1877 2007-06-21  Raja R Harinath  <rharinath@novell.com>
1878
1879         * metadata.c (mono_metadata_lookup_generic_class): The fully open
1880         generic type is not the same as the generic type definition.
1881         * class.c (mono_generic_class_get_class): Likewise.
1882
1883 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
1884
1885         * icall.c: The second argument to 
1886         System.Reflection.MethodBase.GetMethodFromHandleInternalType
1887         is a MonoType not a MonoClass.
1888
1889 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1890
1891         * verify.c: support for function pointers in the verifier
1892
1893 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
1894
1895         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
1896
1897 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
1898
1899         * assembly.c: removed Mono.Data.SqliteClient from the list of
1900         forward-compatible assemblies as it breaks the ABI (bug #81899).
1901
1902 2007-06-19  Raja R Harinath  <rharinath@novell.com>
1903
1904         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
1905         lookup/update with the loader lock.
1906         * reflection.c (mono_class_bind_generic_parameters): No need to
1907         protect mono_metadata_lookup_* with the loader lock.
1908         * class.c (inflate_generic_type): Likewise.
1909         
1910         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
1911         on a generic instantiated type.
1912
1913 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
1914
1915         *verify.c: produce meanfull error messages on verification error
1916         *verify.c: fixed some cases of verification errors reported as validation errors
1917         *pedump.c: fixed the error name array, now it shows validation errors properly
1918         *verify.h: fixed the contant that should be used for verification errors
1919
1920 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
1921
1922         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
1923         for bug #77596, 81858 and 80743 (generics data structures on domain
1924         unload).
1925
1926 2007-06-15  Raja R Harinath  <rharinath@novell.com>
1927
1928         Avoid allocating 'MonoGenericContext' on the heap.
1929         * class-internals (_MonoMethodInflated::context): Make field
1930         inline, not a pointer.
1931         * loader.c (method_from_methodspec): Allocate 'new_context' on the
1932         stack.  Use the context embedded within the inflated method as the
1933         hash key, rather than 'new_context'.
1934         * class.c (inflate_generic_context): Simplify.  Return a struct
1935         rather than allocating on the heap.
1936         (mono_class_inflate_generic_method_full): Update to changes.  Now,
1937         doesn't salt away a copy of the context -- simplifying the
1938         lifetime rules of a 'MonoGenericContext *'.
1939         (mono_method_get_context): Return pointer to embedded context.
1940         (setup_generic_array_ifaces): Allocate temporary context on stack.
1941         * reflection.c (inflate_mono_method): Likewise.
1942         (mono_reflection_bind_generic_method_parameters): Likewise.
1943         Use the context embedded within the inflated method as the hash key.
1944
1945         Avoid a source of allocation of 'MonoGenericContext'.
1946         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
1947         and 'cached_context' fields into embedded 'MonoGenericContext' field.
1948         * class.c: Update to changes.
1949         (mono_generic_class_get_context): Simplify drastically.  Now just
1950         returns a pointer to the field.
1951         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
1952         argument as a const pointer.
1953         (mono_metadata_generic_context_equal): Likewise.
1954         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
1955         Update to changes.
1956
1957 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
1958
1959         * verify.c improved the handling of brtrue/brfalse, factored out common code
1960
1961 2007-06-14  Raja R Harinath  <rharinath@novell.com>
1962
1963         Kill MonoGenericMethod.
1964         * class-internals.h (MonoGenericContext::method_inst): Rename from
1965         'gmethod' and convert to a MonoGenericInst.
1966         (MonoGenericMethod): Remove.
1967         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
1968         * loader.c (method_from_methodspec): Update to changes.  Use a
1969         MonoGenericContext as the key to the hashtable.
1970         * metadata.c (mono_metadata_generic_context_equal): Rename from 
1971         'mono_metadata_generic_method_equal' and take MonoGenericContext.
1972         (mono_metadata_generic_context_hash): Likewise from
1973         'mono_metadata_generic_method_hash'.  Change hash function.
1974         (mono_metadata_load_generic_params): Update to changes.
1975         (mono_get_shared_generic_method): Remove.
1976         * metadata-internals.h (mono_get_shared_generic_method): Remove.
1977         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
1978         (inflate_generic_context): Likewise.
1979         (mono_class_inflate_generic_method_full): Likewise.
1980         (setup_generic_array_ifaces): Likewise.
1981         (mono_class_create_from_typespec): Likewise.
1982         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
1983         (method_encode_methodspec): Update callsite.
1984         (reflection_methodbuilder_to_mono_method): Update to changes.
1985         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
1986         MonoGenericContext as the key to the hashtable.
1987         (inflate_mono_method): Update to changes.
1988
1989         * class-internals.h (MonoGenericMethod::container): Remove.
1990         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
1991
1992 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
1993
1994         * profiler-private.h, profiler.c, profiler.h: added API to profile
1995         exception events.
1996
1997 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
1998
1999         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
2000
2001 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
2002
2003         * verify.c: method invocation is now validated, now we verify parameter types on stack.
2004         Fixed overflow and underflow not aborting the verification process.
2005
2006 2007-06-13  Mark Probst  <mark.probst@gmail.com>
2007
2008         * class-internals.h (MonoStats): Added stats entries for dynamic
2009         code allocations.
2010
2011 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
2012
2013         * loader.c (mono_free_method): Free header->locals and header->clauses.
2014
2015         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
2016         dynamic case.
2017
2018         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
2019
2020         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
2021
2022 2007-06-12  Raja R Harinath  <rharinath@novell.com>
2023
2024         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
2025         the tables.
2026
2027 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
2028
2029         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
2030
2031 2007-06-11  Raja R Harinath  <harinath@gmail.com>
2032
2033         MonoGenericMethod on a diet
2034         * class-internals.h (_MonoMethodInflated::reflection_info): Move
2035         here ...
2036         (_MonoGenericMethod::reflection_info): ... from here.
2037         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
2038         Update to changes.
2039         * reflection.c (inflate_mono_method): Likewise.
2040         (mono_reflection_bind_generic_method_parameters): Likewise.
2041
2042 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
2043
2044         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
2045         *verify.c: factored long ldarg forms to share code with short forms
2046
2047 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
2048
2049         *verify.c: fixed code formating factored some duplicate code
2050         into a new function
2051
2052         *verify.h: fixed binary incompatibility introduced earlier
2053
2054         *pedump.c: fixed formating
2055
2056 2007-06-11  Raja R Harinath  <harinath@gmail.com>
2057
2058         Fix assertion when disassembling Mono.C5.dll
2059         * loader.c (method_from_methodspec): Avoid inflating a method
2060         twice with the same context.  If the methodref is inflated, use
2061         the declaring method instead.
2062
2063         * class.c (mono_class_from_generic_parameter): Fix case similar to
2064         bug #81830 handled below, but for method containers.
2065
2066 2007-06-10  Raja R Harinath  <harinath@gmail.com>
2067
2068         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
2069         get_shared_generic_class.  Directly inflate the instance.
2070         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
2071         (inflate_generic_class): Delete.
2072         (get_shared_generic_class): Delete.  Move setting of
2073         'cached_class' and 'cached_context' ...
2074         * metadata.c (mono_metadata_lookup_generic_class): ... here.
2075
2076         * metadata.c (mono_metadata_lookup_generic_class): Change
2077         signature to take the components of a MonoGenericClass rather than
2078         an allocated MonoGenericClass.  Change semantics to be intern-like.
2079         * reflection.c (mono_class_bind_generic_parameters): Update to
2080         changes.  Make locking region tighter.
2081         * class.c (inflate_generic_class): Update to changes.
2082         (get_shared_generic_class): Likewise.
2083         * metadata-internals.h: Likewise.
2084
2085         * reflection.c (mono_class_bind_generic_parameters): Take and
2086         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
2087         (mono_reflection_bind_generic_parameters): Use
2088         'mono_class_bind_generic_parameters' rather than duplicate the code.
2089         * class.c (mono_bounded_array_class_get): Update to changes.
2090         * object-internals.h: Likewise.
2091
2092         * reflection.c (mono_class_bind_generic_parameters): Only support
2093         parameterizing generic type definitions.  Remove support for other
2094         open types.
2095
2096 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
2097
2098         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
2099
2100         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
2101         in the dynamic case.
2102
2103 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
2104
2105         * threads.c: When cleaning up thread, reset the Background bit.
2106         Fixes bug #81720.
2107
2108 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
2109
2110        * metadata.c: Move variable declarations to top of scope.
2111        * verify.c: Move variable declarations to top of scope.
2112
2113        Code is contributed under MIT/X11 license.
2114
2115 2007-06-08  Raja R Harinath  <rharinath@novell.com>
2116
2117         * reflection.c (mono_class_bind_generic_parameters): Replace
2118         open-coded loop with mono_metadata_inflate_generic_inst.
2119
2120         * class.c (get_shared_generic_class): Don't call
2121         mono_get_shared_generic_inst.  Use the container's own
2122         'class_inst'.
2123
2124         * metadata.c (mono_metadata_load_generic_params): Move
2125         initialization of 'context' field here from ...
2126         * class.c (mono_class_create_from_typedef): ... here, and ...
2127         * loader.c (mono_get_method_from_token): ... here.
2128
2129         * class.c (get_shared_generic_class): Rename from
2130         mono_get_shared_generic_class and make static.
2131         (mono_get_shared_generic_inst): Move to metadata.c.
2132         * loader.c (mono_get_shared_generic_method): Likewise.
2133         * class-internals.h, metadata-internals.h: Update to changes.
2134
2135         Fix #81830
2136         * class.c (mono_class_from_generic_parameter): Don't assume a
2137         generic container owner exists.  Generic containers from monodis
2138         don't have any.
2139
2140 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
2141
2142         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
2143         * verify.h: new typedefs to returns the non-verifiable status
2144         * verify.c: initial implementation of generics, stack merging and object compatibility check
2145
2146 2007-06-06  Mark Probst  <mark.probst@gmail.com>
2147
2148         * class.c, image.c, class-internals.h (MonoImage): class_cache is
2149         a MonoInternalHashTable again (fixed bug in internal hash table
2150         code).
2151
2152 2007-06-06  Mark Probst  <mark.probst@gmail.com>
2153
2154         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
2155         MonoInternalHashTable again (fixed bug in internal hash table
2156         code).
2157
2158 2007-06-06  Mark Probst  <mark.probst@gmail.com>
2159
2160         * class.c, image.c, class-internals.h, domain.c,
2161         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
2162         changes.  Have to figure out what makes them break the SWF
2163         regression.
2164
2165 2007-06-04  Mark Probst  <mark.probst@gmail.com>
2166
2167         * class.c, image.c, class-internals.h (MonoImage): class_cache is
2168         a MonoInternalHashTable now.
2169
2170 2007-06-04  Mark Probst  <mark.probst@gmail.com>
2171
2172         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
2173         MonoInternalHashTable now.
2174
2175 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
2176
2177         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
2178         invoke_impl code.
2179
2180         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
2181
2182         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
2183         dependent trampoline.
2184
2185         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
2186
2187         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
2188
2189 2007-05-29  Robert Jordan  <robertj@gmx.net>
2190
2191         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
2192
2193 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
2194
2195         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
2196
2197 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
2198
2199        * marshal.c: Fix interface lookup loops for
2200        cominterop_get_com_slot_for_method and 
2201        cominterop_get_method_interface. Only need to lookup
2202        if type is a class, else use interface type method is on.
2203
2204        Code is contributed under MIT/X11 license.
2205
2206 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
2207
2208         * reflection.c: HasSecurity can be present even if no specially 
2209         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
2210         SecurityAttribute). Fix CAS regression tests on buildbot.
2211
2212 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
2213
2214        * appdomain.c: Add configure checks for header files.
2215        * image.c: Add configure checks for header files.
2216        * file-io.c: Add configure checks for header files.
2217        * debug-mono-symfile.c: Add configure checks for header files.
2218        * threadpool.c: Add configure checks for header files.
2219        * console-io.c: Add configure checks for header files.
2220        * profiler.c: Add configure checks for header files.
2221        * rawbuffer.c: Add configure checks for header files.
2222        * icall.c: Add configure checks for header files.
2223        * rand.c: Add configure checks for header files.
2224        * socket-io.c: Add configure checks for header files.
2225
2226        Code is contributed under MIT/X11 license.
2227
2228 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
2229
2230         * reflection.c (mono_custom_attrs_from_builders): Remove the 
2231         assertion as it breaks the build.
2232         
2233         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
2234
2235         * reflection.c (lookup_custom_attr): Make a copy here too.
2236
2237         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
2238         dynamic images.
2239
2240         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
2241         images.
2242
2243         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
2244         info.
2245
2246 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
2247
2248         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
2249         (load_cattr_value): Ditto.
2250
2251 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
2252
2253         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
2254
2255 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
2256
2257         * threads.c: In "start_wrapper", set apartment_state to MTA if
2258         apartment_state is Unknown and we're running on 2.0 profile or
2259         higher.
2260         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
2261         to main method, then set apartment_state to Unknown on 1.0 profile,
2262         and MTA on 2.0 profile.
2263
2264 2007-05-16  Jb Evain  <jb@nurv.fr>
2265
2266         * class-internals.h (MonoDefaults): Add an attribute_class and
2267           customattribute_data_class.
2268         * domain.c (mono_init_internal): Populate them.
2269         * reflection.c: Use them to remove duplicates. Make a vew
2270         MonoClass variables `static'.
2271
2272 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
2273
2274         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
2275         step in implementing IMT, so that all isinst checks now can go
2276         through the bitmap.
2277         This was needed because vtables for TransparentProxy need to look
2278         like the vtable of the "target" class, so they need to point to
2279         its interface bitmap directly.
2280
2281         * object.c: inside "mono_class_create_runtime_vtable" and
2282         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
2283
2284 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
2285
2286         * object-internals.h
2287           culture-info.h : added territory field in MonoCulture and
2288           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
2289         * locales.c : fill territory field above too.
2290         * culture-info-table.h : regenerated.
2291
2292 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
2293
2294         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
2295         Fixes #81599.
2296
2297 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
2298
2299         * object.c: Always initialize apartment, even if 
2300         there is no custom attributes on entry point.
2301         
2302         Code is contributed under MIT/X11 license.
2303
2304 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
2305
2306         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
2307         * metadata.c: If no encoding is set, check for unicode
2308         on class.
2309         
2310         Code is contributed under MIT/X11 license.
2311
2312 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
2313
2314         * threads.c: Handle if mono_thread_current returns NULL 
2315         
2316         Code is contributed under MIT/X11 license.
2317
2318 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
2319
2320         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
2321         in start_wrapper. Added mono_thread_init_apartment_state and
2322         mono_thread_cleanup_apartment_state.
2323         * object.c: Initialize thread apartment state on main thread
2324         by checking for STAThreadAttribute on entry point.
2325         * object-internals.h: Add apartment_state field to MonoThread.
2326         * threads-types.h: Add unmanaged definition of 
2327         System.Threading.ApartmentState, MonoThreadApartmentState.
2328         
2329         Code is contributed under MIT/X11 license.
2330         
2331 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
2332
2333         * class.c: Fix windows build.
2334         * class-internals.h: Fix windows build.
2335         
2336         Code is contributed under MIT/X11 license.
2337
2338 2007-05-08  Robert Jordan  <robertj@gmx.net>
2339
2340         * process.c (CreateProcess_internal):
2341         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
2342         .CreateNoWindow was specified. Fixes #81496.
2343
2344 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
2345
2346         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
2347         step in implementing IMT, replaced it with two compact arrays
2348         (interfaces_packed and interface_offsets_packed) and a bitmap that
2349         is used for isinst checks (interface_bitmap).
2350
2351         * class.c: (compare_interface_ids): compare function to pass to
2352         bsearch when looking for an interface with a given id.
2353         (mono_class_interface_offset): reimplemented using bsearch on
2354         interfaces_packed, getting the offset from interface_offsets_packed.
2355         (print_implemented_interfaces): utility debugging function.
2356         (setup_interface_offsets): reworked to initialize interfaces_packed,
2357         interface_offsets_packed and interface_bitmap.
2358
2359         * object.c: replaced all accesses to "MonoClass.interface_offsets"
2360         with uses of interfaces_packed and interface_offsets_packed.
2361
2362 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
2363
2364         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
2365         mono_class_interface_offset prototype to wrap all accesses to
2366         "MonoClass.interface_offsets".
2367
2368         * class.c: Implemented mono_class_interface_offset, and wrapped all
2369         accesses to "MonoClass.interface_offsets".
2370
2371         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
2372         "MonoClass.interface_offsets".
2373
2374 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
2375
2376         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
2377         GetMethodFromHandle overloads (bug #78637).
2378
2379 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
2380
2381         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
2382         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
2383
2384 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
2385
2386         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
2387         #81498.
2388
2389         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
2390         gracefully.
2391         (mono_custom_attrs_from_index): Ditto.
2392
2393         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
2394         Fixes #81501.
2395
2396 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
2397
2398         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
2399         is now allocated from a mempool.
2400
2401 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
2402
2403         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
2404         caller holds threads_lock, leading to deadlocks. Fixes #81476.
2405
2406 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
2407
2408         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
2409         mono_loader_clear_error () too late. Fixes #81463.
2410
2411 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
2412
2413         * culture-info-table.h : regenerated.
2414
2415 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
2416
2417         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
2418         is missing.
2419
2420 2007-04-25  Dick Porter  <dick@ximian.com>
2421
2422         * Makefile.am: Put the mingw enforced-optimisation back into the
2423         PLATFORM_WIN32 section.
2424
2425 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
2426
2427         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
2428         patch.
2429
2430         * image.c (mono_image_load_module): New API function to load a module reference.
2431
2432         * image.c (load_modules): Load modules lazily. Fixes #80812.
2433
2434         * class.c (mono_class_from_typeref): Use mono_image_load_module.
2435         
2436         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
2437
2438         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
2439         to mono_image_load_module_dynamic.
2440
2441 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
2442
2443         * marshal.c: Fix calling convention for CCW on non-windows
2444         platforms. STDCALL on windows, CDECL everywhere else to work 
2445         with XPCOM and MainWin COM.
2446         
2447         Code is contributed under MIT/X11 license.
2448
2449 2007-04-23  Martin Baulig  <martin@ximian.com>
2450
2451         Fix #80969.
2452
2453         * loader.c
2454         (method_from_memberref): Added `gboolean *used_context' argument.
2455         (mono_get_method_from_token): Likewise.
2456         (mono_get_method_full): Don't insert the method in the cache when
2457         `used_context' is true.
2458
2459 2007-04-23  Raja R Harinath  <rharinath@novell.com>
2460
2461         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
2462
2463         * reflection.c (mono_reflection_bind_generic_parameters): Don't
2464         create new MonoTypes for returned types.
2465         * class.c (mono_generic_class_get_class): Export mono-internal.
2466         * class-internals.h: Update to changes.
2467
2468 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
2469
2470         * threadpool.c, threadpool.h, icall-def.h: patch from
2471         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
2472
2473 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
2474
2475         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
2476         
2477         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
2478
2479         * threads.c (mono_thread_get_stack_bounds): New helper function.
2480
2481         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
2482         Correctly compute stack bounds when attaching. Fixes #81394.
2483
2484 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
2485
2486         * reflection.c: fix handling of doubles in custom attributes
2487         for the arm-fpa format (bug #81368).
2488
2489 2007-04-18  Raja R Harinath  <rharinath@novell.com>
2490
2491         * reflection.c (assembly_add_win32_resources): Mildly relax an
2492         bounds check to let the end pointer point just past the end of the
2493         allocated buffer.  (may fix #81384)
2494
2495 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
2496
2497         * culture-info-table.h : regenerated.
2498
2499 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
2500
2501         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
2502         the thread is aborted early.
2503
2504 2007-04-05  Dick Porter  <dick@ximian.com>
2505
2506         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
2507         FindFirstFile()/FindNextFile() to find entries.  This lets the
2508         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
2509         81038.
2510
2511         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
2512         the parameters of
2513         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
2514
2515 2007-04-04  Martin Baulig  <martin@ximian.com>
2516
2517         * debug-helpers.c
2518         (mono_method_desc_full_match): Add support for nested classes.
2519
2520 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
2521
2522         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
2523
2524 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
2525
2526         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
2527         waiting for too many threads.
2528
2529 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
2530
2531         * environment.c: Fix return value check on uname so we can get the 
2532         executing version on Solaris operating systems.
2533
2534 2007-03-28  Jb Evain  <jbevain@gmail.com>
2535
2536         * class.c (mono_type_get_name_recurse): Complete the
2537         fix for the creation of assembly qualified names for
2538         pointer types. Fixes #81208.
2539
2540 2007-03-27  Dick Porter  <dick@ximian.com>
2541
2542         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
2543         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
2544         changed.
2545
2546         * threads.c
2547         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
2548         the value of ReleaseMutex().
2549
2550 2007-03-27  Dick Porter  <dick@ximian.com>
2551
2552         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
2553         in little-endian order, not network endian, so must be converted
2554         to host endian here.  Fixes bug 80593.
2555
2556 2007-03-22  Jb Evain  <jbevain@gmail.com>
2557
2558         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
2559         qualified names for pointer types. Fixes #81208.
2560
2561 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
2562
2563         * marshal.c: Add support for PreserveSigAttribute. 
2564         
2565         Code is contributed under MIT/X11 license.
2566
2567 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
2568
2569         * process.c: Fix endianness issues. Fixes #81126.
2570
2571         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
2572         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
2573
2574         * image.c (mono_image_lookup_resource): Make this work on big-endian
2575         machines.Change API contract so the caller needs to free the return value.
2576         
2577         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
2578         API change.
2579         
2580 2007-03-14  Martin Baulig  <martin@ximian.com>
2581
2582         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
2583         mono_type_get_desc() as well.
2584
2585 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
2586
2587         * icall.c:  Fix environ access in VS.  
2588         
2589 2007-03-13  Alp Toker  <alp@atoker.com>
2590
2591         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
2592         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
2593         #63841.
2594
2595 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
2596
2597         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
2598         circular references among dynamic methods. Fixes #81091.
2599
2600         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
2601
2602 2007-03-09  Martin Baulig  <martin@ximian.com>
2603
2604         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
2605
2606 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
2607
2608         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
2609         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
2610         
2611         Code is contributed under MIT/X11 license.
2612         
2613 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
2614
2615         * loader.c: Reapply patch for bug #79424.
2616
2617 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
2618
2619         * metadata.c (mono_type_to_unmanaged): Only convert object to
2620         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
2621
2622 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
2623
2624         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
2625         (and incorrectly set) is_reference field from MonoGenericInst.
2626
2627 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
2628
2629         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
2630         a little earlier.
2631
2632         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
2633
2634         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
2635
2636 2007-03-05  Miguel de Icaza  <miguel@novell.com>
2637
2638         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
2639         FileOptions.1 value to mean "temporary", map that to
2640         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
2641
2642         Fixes 80688
2643
2644 2007-03-03  Marek Habersack  <mhabersack@novell.com>
2645
2646         * appdomain.c: implement MS .Net style shadow copying. Copies of
2647         the assemblies are made in a subdirectory of the dynamic base
2648         directory, the assembly names are preserved.
2649         Copy .mdb and .config files along with the assemblies being shadowed.
2650
2651 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
2652
2653         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
2654         (emit_marshal_handleref): Ditto.
2655
2656         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
2657         on Visual C++. Fixes #80671.
2658
2659 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
2660
2661         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
2662         for clone operations.
2663
2664 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
2665
2666         * marshal.c: Fix warnings.
2667
2668 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
2669
2670         * loader.c: allow case-insensitive matching of the dll name
2671         in dllmap handling when prefixed with "i:".
2672
2673 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
2674
2675         * threads.c: Fix #ifdef for dummy_apc function for VS.
2676
2677 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
2678
2679         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
2680
2681 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
2682         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
2683         giving precedence to the methods with a fully qualified name
2684         (InterfaceName.MethodName) when building the interface sections
2685         of the vtable.
2686
2687 2007-02-16  Dick Porter  <dick@ximian.com>
2688
2689         * threadpool.c (append_job): Fix fast-path array handling, so it's
2690         less likely the array will grow exponentially when the load is
2691         heavy.
2692
2693 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
2694
2695         * metadata-internals.h, loader.c: fix dllmap lookup order
2696         for non-function maps, too, and prepare for fallback code.
2697
2698 2007-02-12  Robert Jordan  <robertj@gmx.net>
2699
2700         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
2701         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
2702         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
2703         GlobalFree. Fixes a part of bug #77075.
2704
2705 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
2706
2707         * loader.c: implemented typedef parent in field memberref.
2708
2709 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
2710
2711         * marshal.c: Fix warnings and remember to call Release on
2712         IUnknown of RCW.
2713         
2714         Code is contributed under MIT/X11 license.
2715
2716 2007-02-10  Miguel de Icaza  <miguel@novell.com>
2717
2718         * class-internals.h: Add MonoHandleRef definition, and
2719         handleref_class to mono_defaults. 
2720
2721         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
2722         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
2723
2724         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
2725         (do nothing on this stage)
2726         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
2727         (emit_marshal_handleref): New method, used for argument handling
2728         of HandleRefs. 
2729
2730 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
2731
2732         * class.c (mono_class_setup_parent): Lazily init com types.
2733         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
2734         init com types.
2735         * object.c (mono_remote_class_vtable): Lazily init com types.
2736         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
2737         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
2738         * domain-internals.h: Expose mono_init_com_types.
2739         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
2740         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
2741         Add support for COM Callable Wrapper marshalling.
2742         * marshal.h: Add icall definitions.
2743         * gc.c: Handle freeing of CCWs in finalizer code.
2744         
2745         Code is contributed under MIT/X11 license.
2746
2747 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
2748
2749         * reflection.c: changed all the signature encoding code to use
2750         a variable-sized buffer.
2751
2752 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
2753
2754         * marshal.c: locking fixes: never take the loader lock
2755         or other runtime locks when holding the marshal lock
2756         (fixes bug#80664).
2757
2758 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
2759
2760         * marshal.c: make the delegate function pointer mapping
2761         work for the moving GC.
2762
2763 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
2764
2765         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
2766         for bug #80618.
2767
2768 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
2769
2770         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
2771         gmodule.
2772
2773 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
2774
2775         * threadpool.c: made the code moving-GC safe.
2776
2777 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
2778
2779         * assembly.c, boehm-gc.c, class-internals.h, class.c,
2780         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
2781         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
2782         warning cleanup.
2783         * reflection.c: warning cleanup, some threading and moving GC fixes.
2784
2785 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
2786
2787         * class.c, loader.c: create the needed Set/Get/Address array methods
2788         as well as the .ctors in mono_class_init (), fixes bug #80567.
2789
2790 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
2791
2792         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
2793         we doesn't decrease its alignment. Should fix the sparc build.
2794
2795 2007-01-24  Dick Porter  <dick@ximian.com>
2796
2797         * socket-io.c
2798         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2799         Create the returned object if we need to ignore an unsupported
2800         socket option.  Fixes a segfault reported by Atsushi.
2801
2802 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
2803
2804         * class.c, object.c: restrict GC-tracked fields to
2805         UIntPtr fields used inside corlib, so we provide better
2806         type info to the GC and also allow broken packing as in
2807         bug #80580.
2808
2809 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
2810
2811         * sgen-gc.c: removed duplicated function.
2812
2813 2007-01-19  Miguel de Icaza  <miguel@novell.com>
2814
2815         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
2816         value that means that the value is not supported, but that we
2817         should not return a failure, but instead report this as a
2818         successful operation.
2819
2820 2007-01-19  Raja R Harinath  <rharinath@novell.com>
2821
2822         Fix tests/bug79956.2.il
2823         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
2824         (mono_generic_class_get_class): If the generic definition in an
2825         enum, copy over other fields related to it.
2826
2827 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
2828
2829         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
2830         genericinst enums (bug #79215).
2831
2832 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
2833         * class.c: Fix bug 80307.
2834
2835 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
2836
2837         * image.c: if the file table is not present, try to load
2838         all the modules, since we don't have info about them
2839         having or not metadata (bug #80517).
2840         * assembly.c: allow mono_assembly_load_references () to
2841         work for netmodules.
2842
2843 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
2844
2845         * image.c, metadata-internals.h, object.c: execute module
2846         cctors when running on the 2 runtime if present (bug #80487).
2847
2848 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
2849
2850         * icall.c: optimized InitializeArray() on bigendian.
2851
2852 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
2853
2854         * icall.c: fix for the broken ARM FPA double format.
2855
2856 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
2857
2858         * icall.c: handle endian issues for r4 and r8 types, too, in
2859         the InitializeArray() icall.
2860
2861 2007-01-15  Miguel de Icaza  <miguel@novell.com>
2862
2863         * loader.c (mono_loader_error_prepare_exception): Clear the error
2864         once we have extracted the information from it, do this before we
2865         call into the JIT's class loading mechanisms.
2866
2867         * object.c (mono_class_create_runtime_vtable): Do not clear the
2868         loader error before calling mono_class_get_exception_for_failure
2869         as the loader error is needed inside
2870         mono_class_get_exception_for_failure to throw the error (thinko).
2871
2872         Fixes #80521
2873         
2874 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
2875
2876         * reflection.c: align fields rva data so it's faster to load at
2877         runtime.
2878
2879 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2880
2881         Prepare to simplify GenericMethod handling.
2882         * class-internals.h (mono_method_get_context): New accessor function.
2883         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
2884         rather than directly accessing '->context' field.
2885
2886         * class-internals.h (_MonoGenericParam.method): Move ...
2887         (_MonoGenericContainer): ... here.  Add into union with klass field.
2888         * class.c, icall.c, loader.c, metadata.c, reflection.c:
2889         Update to changes.
2890
2891 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
2892
2893         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
2894         the wrapper type enum and reduce relocations.
2895
2896 2007-01-12  Raja R Harinath  <rharinath@novell.com>
2897
2898         * reflection.c (inflate_mono_method): Reuse method instantiation
2899         from the generic method, if available.
2900
2901 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2902
2903         * marshal.c (emit_marshal_variant): Fix conv_arg
2904         type in last commit, based on whether parameter is byref.
2905         
2906 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2907
2908         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
2909         marshalling.
2910         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
2911         MONO_TYPE_OBJECT back for VARIANT support.
2912
2913 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
2914
2915         * marshal.c, marshal.h, icall-def.h: Implement 
2916         Marshal.ReAllocCoTaskMem.
2917
2918 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
2919
2920         * marshal.c: memory retention fixes: use the proper
2921         image cache for runtime_invoke method lookups.
2922
2923 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
2924
2925         * mempool.c: added code to help debug mempool allocations.
2926
2927 2007-01-11  Dick Porter  <dick@ximian.com>
2928
2929         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
2930         support (experimenting with faking it with IP_MTU_DISCOVER for
2931         systems that don't have IP_DONTFRAGMENT.)
2932         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
2933         icall.
2934
2935         * icall-def.h: new System.Net.Sockets.Disconnect icall.
2936
2937         * socket-io.h: Add new fields to MonoSocketAsyncResult
2938         corresponding to the new ones in Socket.cs.
2939
2940 2007-01-11  Raja R Harinath  <rharinath@novell.com>
2941
2942         Fix IronPython regression mentioned in #80249
2943         * metadata.c (do_mono_metadata_parse_generic_class): Clear
2944         'cached_context' field, since it may have been initialized as a
2945         side-effect of metadata parsing.
2946
2947         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
2948         (_MonoGenericClass.cached_class): Move here and rename from lone
2949         remaining field of ...
2950         (_MonoInflatedGenericClass): ... this.  Remove.
2951         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
2952         to changes.
2953
2954         Fix mcs/tests/test-128.cs regression.
2955         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
2956         2007-01-10 change below.
2957         [MONO_TYPE_OBJECT]: Recurse into array case.
2958
2959 2007-01-11  Raja R Harinath  <harinath@gmail.com>
2960
2961         * class-internals.h (mono_get_inflated_generic_class): Remove.
2962         * class.c (mono_get_inflated_generic_class): Remove.
2963         (mono_generic_class_get_class): Rename from
2964         mono_class_create_generic.
2965         (mono_class_from_mono_type) [GENERICINST]: Use it.
2966         * reflection.c, metadata.c: Update to changes.  Use
2967         'mono_class_from_mono_type'.
2968
2969 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
2970
2971         * reflection.c: use passed type when encoding an array element
2972         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
2973
2974 2007-01-09  Robert Jordan  <robertj@gmx.net>
2975
2976         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
2977         result arguments (someDelegate.EndInvoke (unrelatedAres)).
2978         Fixes bug #80392.
2979
2980 2007-01-09  Raja R Harinath  <rharinath@novell.com>
2981
2982         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
2983
2984         * object.c (set_value): Avoid aliasing between type->data.klass
2985         and type->data.generic_class.
2986
2987         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
2988
2989 2007-01-08  Raja R Harinath  <rharinath@novell.com>
2990
2991         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
2992         between type->data.klass and type->data.generic_class.
2993
2994 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
2995
2996         * marshal.c: In MS.NET, StringBuilder objects are not copied by
2997         value in out parameters.
2998
2999 2007-01-08  Raja R Harinath  <rharinath@novell.com>
3000
3001         Simplify invariant for MonoGenericClass::klass field.
3002         * class.c (mono_class_create_generic): Verify 'klass' is null.
3003         * metadata.c (do_mono_metadata_parse_generic_class): Don't
3004         initialize 'klass' field.
3005
3006 2007-01-05  Raja R Harinath  <rharinath@novell.com>
3007
3008         Ongoing work to avoid redundant data and simplify invariants.
3009         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
3010         'generic_class', and change type to a GenericInst.
3011         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
3012         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
3013
3014 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
3015
3016         * class.c : skip io-layer under PLATFORM_WIN32.
3017
3018 2007-01-03  Tor Lillqvist  <tml@novell.com>
3019
3020         Fix #80305: In a bundled executable, look in the bundled exe
3021         assembly to determine the runtime version. Add the possibility to
3022         bundle also the machine.config file.
3023         
3024         * assembly.c (mono_assembly_open_from_bundle): Make
3025         non-static. Allow being called even if we have no bundled
3026         assemblies, and return NULL right away in that case.
3027
3028         * domain-internals.h: Declare mono_assembly_open_from_bundle()
3029         here.
3030
3031         * domain.c (app_config_parse): Take an assembly exe file name as
3032         parameter instead of a config file name. Check for a bundled
3033         config file for that assembly by calling
3034         mono_config_string_for_assembly_file() (see below) before looking
3035         for one in the file system.
3036         (get_runtimes_from_exe): Corrsponding change to call of
3037         app_config_parse().
3038         (get_runtimes_from_exe): Check for bundled assembly exe file first
3039         by calling mono_assembly_open_from_bundle(). If no bundled
3040         assembly exe file is found, call mono_image_open() as before to
3041         look it up in the file system.
3042
3043         * mono-config.c: Add variable bundled_machinec_onfig.
3044         (mono_config_string_for_assembly_file): New function.
3045         (mono_config_for_assembly): Move code snippet that looks for a
3046         bundled assembly .config file into the above new function. Call
3047         it.
3048         (mono_register_machine_config, mono_get_machine_config): New
3049         functions to set and retrieve
3050
3051         * assembly.h: Declare mono_register_machine_config().
3052
3053         * mono-config.h: Declare mono_get_machine_config() and
3054         mono_config_string_for_assembly_file().
3055
3056         * icall.c: No declaration of environ necessary on Win32. It is
3057         declared (as a macro expanding to a function call) in stdlib.h.
3058         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
3059         New internal mono function. Returns the value of
3060         mono_get_machine_config() as a Mono string.
3061
3062         * icall-def.h: Add get_bundled_machine_config().
3063
3064 2007-01-04  Raja R Harinath  <rharinath@novell.com>
3065
3066         Remove redundant field
3067         * class-internals.h (_MonoGenericContext.container): Remove field.
3068         * loader.c (mono_method_get_signature_full): Don't parse a
3069         "container" for a signature parse when the signature is inflated
3070         immediately.
3071         (method_from_methodspec): Likewise, for a generic_inst.
3072         * class.c, metadata.c, reflection.c: Update to changes.
3073
3074 2006-01-04  Raja R Harinath  <rharinath@novell.com>
3075
3076         * class-internals.h (_MonoGenericClass): Rename 'context' field to
3077         'cached_context', and change semantics -- it starts off NULL, and
3078         is initialized on demand.
3079         * class.c (mono_generic_class_get_context): New accessor to
3080         replace 'context' field accesses.
3081         (mono_class_get_context): New helper.
3082         (*): Update to changes.
3083         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
3084
3085 2007-01-03  Miguel de Icaza  <miguel@novell.com>
3086
3087         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
3088         before the memcpy.   Fixes Marshal2 regression.
3089
3090 2007-01-02  Jb Evain  <jbevain@gmail.com>
3091
3092         * blob.h: add a MONO_TYPE_ENUM definition
3093         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
3094         fix the encoding of arrays of enums in custom attributes.
3095
3096         Fixes #79666.
3097
3098 2007-01-01  Miguel de Icaza  <miguel@novell.com>
3099
3100         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
3101         string is null terminated, but only cut the string short if it
3102         overflows the buffer.   
3103         
3104         (mono_string_to_byvalstr): Also fix this routine.   The code here
3105         was not properly terminating a string (it was only terminated
3106         because of the previous catch-all memset). 
3107
3108         I left the memset, because I do not know if applications expect
3109         the runtime to clear this region. 
3110
3111         Fixes #79944.
3112
3113         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
3114         Clear the error before returning to unmanaged code to prevent the
3115         runtime from being confused later on (fixes  80420).
3116         (ves_icall_type_from_name): Always call mono_loader_clear_error
3117         after parsing a type that could have failed.
3118         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
3119
3120         * loader.c (mono_loader_clear_error): Fix indentation.
3121
3122 2006-12-28  Martin Baulig  <martin@ximian.com>
3123
3124         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
3125
3126 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
3127
3128         * reflection.c: patch from Rolf Bjarne Kvinge to fix
3129         getting a token for an EnumBuilder.
3130
3131 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
3132
3133         * reflection.c: be more careful in case resource generation
3134         fails to create the data array.
3135
3136 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
3137
3138         * sgen-gc.c: write barrier for clone and fix unregister handles.
3139
3140 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
3141
3142         * reflection.c: some fixes needed in the generics code for the moving GC.
3143
3144 2006-12-22  Robert Jordan  <robertj@gmx.net>
3145
3146         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
3147         account. Fixes bug #80299.
3148
3149 2006-12-21  Raja R Harinath  <rharinath@novell.com>
3150
3151         Fix WaitHandle usage in delegates.
3152         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
3153         * object.c (mono_wait_handle_new): Use the property set method to
3154         initialize the handle.
3155         (mono_wait_handle_get_handle): New.
3156         * threadpool.c (mono_async_invoke): Use it.
3157         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
3158         Likewise.
3159         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
3160
3161 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
3162
3163         * marshal.c (emit_marshal): Call emit_marshal_variant and
3164         emit_marshal_com_interface when applicable.
3165         (emit_marshal_variant, emit_marshal_com_interface): Add
3166         methods for this case and remove if's from emit_marshal_object.
3167         
3168 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
3169
3170         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
3171
3172 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
3173
3174         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
3175         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
3176         and GlobalFree on Windows. Remove FIXME.
3177
3178 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
3179
3180         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
3181         implementation for managed objects.
3182
3183 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
3184
3185         * object.c: implemented code to be used for checking
3186         that no reference field overlaps with non-references.
3187
3188 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
3189
3190         * threadpool.c: fix queue code to be compatible with the
3191         moving GC.
3192
3193 2006-12-18  Miguel de Icaza  <miguel@novell.com>
3194
3195         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
3196         in structures by throwing ArgumentNullException.
3197
3198         (emit_marshal_safehandle): Also when they are null parameters.
3199
3200         (emit_marshal_safehandle): Add support for ref
3201         SafeHandles parameters
3202
3203 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
3204
3205         * profiler.c: updated to use the mono-dl API instead of
3206         gmodule.
3207
3208 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
3209
3210         * profiler.c: updated to use the mono-dl dynamic loading
3211         API instead of gmodule.
3212
3213 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
3214
3215         * profiler.c: use readlink, older versions of glib don't have
3216         g_file_read_link ().
3217
3218 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
3219
3220         * profiler.c: try to detect the path to mono if libc fails to provide
3221         a useful name (bug #80286).
3222
3223 2006-12-16  Raja R Harinath  <rharinath@novell.com>
3224
3225         Fix #80242
3226         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
3227         instance, use the generic type definition instead.
3228         (ves_icall_Type_GetNestedTypes): Likewise.
3229         * class.c (mono_class_create_generic): Always set the
3230         nested_classes of a generic instance to NULL, even if the generic
3231         type definition has nested types.
3232
3233 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
3234
3235         * marshal.c (mono_string_from_bstr): Revert previous Windows change
3236         and fix on Linux.
3237         
3238 2006-12-15  Miguel de Icaza  <miguel@novell.com>
3239
3240         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
3241         my arguments were in the wrong order.   I also fixed the Windows
3242         version which seems to have had the same issue.
3243
3244         (mono_free_bstr): On Unix, this is g_free.
3245         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
3246         conversions (for the tests in corlib to pass).
3247
3248 2006-12-14  Miguel de Icaza  <miguel@novell.com>
3249
3250         * marshal.c (emit_ptr_to_object_conv): For now, ignore
3251         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
3252         exception if a ref SafeHandle in a struct has changed).
3253         
3254         (emit_struct_conv): Do not perform layout checks for classes
3255         derived from SafeHandle, as those are specially handled. 
3256
3257         (emit_object_to_ptr_conv): Add support for
3258         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
3259
3260         (emit_marshal_safehandle): Implement conversion of return values
3261         of safehandles (MARSHAL_ACTION_CONV_RESULT).
3262         
3263         * threads.c: WaitHandle now is compiled with two different handles
3264         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
3265         for 2.0.
3266         
3267         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
3268         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
3269         these routines to cope with both kinds of fields.
3270
3271 2006-12-12  Miguel de Icaza  <miguel@novell.com>
3272
3273         * metadata.c (mono_type_to_unmanaged): Handle the case where
3274         type->data.klass is a SafeHandle, and in that case, return the
3275         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
3276         MONO_MARSHAL_CONV_SAFEHANDLE. 
3277
3278 2006-12-11  Miguel de Icaza  <miguel@novell.com>
3279
3280         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
3281         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
3282         calling emit_marshal_object.
3283
3284         (emit_marshal_safehandle): Implement marshalling of
3285         SafeHandle parameters (no ref support yet).
3286
3287         (MarshalAction): Document the defines as I implement
3288         them for SafeHandle.
3289
3290         (emit_marshal_object): indentation police.
3291
3292         * class-internals.h: Define MonoSafeHandle.
3293         Add safehandle_class to MonoDefaults type.
3294
3295         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
3296         list of classes to check for fields. 
3297
3298         * domain.c (mono_init_internal): Add SafeHandle to the list of
3299         mono_defaults loaded.
3300
3301 2006-12-15  Raja R Harinath  <rharinath@novell.com>
3302
3303         Fix #80253
3304         * reflection.c (mono_reflection_bind_generic_parameters): If the
3305         generic type definition is a type builder, ensure that it is fully
3306         initialized before instantiating it.  Kill some dead code.
3307
3308 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
3309
3310         * object.c: clear the loader_error () before loading
3311         more metadata stuff (bug #80258).
3312
3313 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
3314
3315         * icall.c, icall-defs.h: type modifiers icalls for
3316         parameters and properties.
3317
3318 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
3319
3320         * object.c, icall.c: fixed warnings.
3321
3322 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
3323
3324         * marshal.c: fixed a couple of leaks and coding style in a few places.
3325
3326 2006-12-08  Dick Porter  <dick@ximian.com>
3327
3328         * process.c: Cope with NULL ProcessStartInfo arguments on windows
3329         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
3330         80173.
3331
3332 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
3333
3334         * process.c: ProcessStartInfo may have only filename set and
3335         arguments can be NULL.
3336
3337 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
3338
3339         * icall.c: fix leak found by Robert Jordan.
3340
3341 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
3342
3343         * marshal.c, marshal.h: generate managed method to access an element
3344         of a multi-dimensional array.
3345
3346 2006-11-30  Paolo Molaro (lupus@ximian.com)
3347
3348         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
3349
3350 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
3351
3352         * icall.c: back out GetFields () fix until the serialization code is
3353         fixed to not depend on the incorrect behaviour.
3354
3355 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
3356
3357         * profiler.c: provide defaults if none are set.
3358
3359 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
3360
3361         * Makefile.am, attrdefs.h: new public header file with
3362         constants for attributes for use by embedders.
3363
3364 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
3365
3366         * icall.c: GetFields () fix for bug #80064.
3367
3368 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
3369
3370         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
3371         removed long unused icalls.
3372
3373 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
3374   
3375         * marshal.c: 
3376                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
3377                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
3378                 can be generated without a delegate class.
3379                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
3380         
3381         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
3382
3383 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3384
3385         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
3386         #80069.
3387
3388 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
3389
3390         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
3391         icall-def.h: added icalls needed by System.GC.
3392
3393 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
3394
3395         * loader.c: ensure the class in catch clauses is handled
3396         correctly for generics methods (fixes bug#79980).
3397
3398 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
3399
3400         * monitor.h, monitor.c: added mono_locks_dump () function
3401         to help debug deadlocks involving managed locks.
3402
3403 2006-11-13  Dick Porter  <dick@ximian.com>
3404
3405         * file-io.c (get_file_attributes): If the file is a symlink try
3406         and get the stat data for the target, but also add the
3407         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
3408         the specs for the windows symlink support, but will probably have
3409         to be reworked when I have test data from a vista machine.  Fixes
3410         bug 79887.
3411
3412 2006-11-13  Dick Porter  <dick@ximian.com>
3413
3414         * gc.c (mono_domain_finalize): 
3415         * marshal.c (mono_delegate_begin_invoke): 
3416         * threadpool.c (socket_io_init, mono_thread_pool_init)
3417         (mono_thread_pool_finish): 
3418         * monitor.c (mono_monitor_try_enter_internal): 
3419         * threads.c (mono_thread_resume, mono_thread_init)
3420         (mono_thread_suspend_all_other_threads)
3421         (mono_thread_execute_interruption): 
3422         * appdomain.c (mono_domain_unload): Check for NULL error returns
3423         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
3424         75733.
3425
3426 2006-11-11  Miguel de Icaza  <miguel@novell.com>
3427
3428         * process.c
3429         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
3430         Only close the handle if the value of the handle is not
3431         INVALID_HANDLE_VALUE.  This just makes the process a bit more
3432         robust.
3433
3434         Improvement for #75733, so that we do not run into this problem. 
3435
3436         
3437         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
3438         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
3439         internal variables.  Fixes #79462 
3440         
3441
3442 2006-11-09  Dick Porter  <dick@ximian.com>
3443
3444         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
3445         Use poll() not select().  Fixes bug 79397.
3446
3447 2006-11-09  Raja R Harinath  <rharinath@novell.com>
3448
3449         Fix #79872
3450         * assembly.c (mono_assembly_load_from_full): Check that the given
3451         image has an assembly manifest.
3452
3453 2006-11-09  Ankit Jain  <jankit@novell.com>
3454
3455         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
3456         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
3457         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
3458
3459 2006-11-07  Dick Porter  <dick@ximian.com>
3460
3461         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
3462         Put the old resolver behaviour back for pre-2.0 profiles.
3463
3464 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
3465
3466         * threadpool.c: precise GC and locking fixes.
3467
3468 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
3469
3470         * class.c: don't load types that have an explicit unaligned
3471         managed reference. Provide better info in the TypeLoad exception.
3472         Part of the fix for bug #79744.
3473         * object.c: use the correct check for class type load issues.
3474
3475 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
3476
3477         * class.c: enforce alignment of fields with managed references
3478         even when Pack=1 is forced by the user (bug #77788).
3479
3480 2006-11-03  Dick Porter  <dick@ximian.com>
3481
3482         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
3483         If the address reverse lookup fails, return it as the hostname
3484         anyway.  Fixes bug 79721.
3485
3486 2006-11-03  Dick Porter  <dick@ximian.com>
3487
3488         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
3489         Fix build on Windows.
3490
3491 2006-11-02  Dick Porter  <dick@ximian.com>
3492
3493         * icall-def.h: 
3494         * object-internals.h: 
3495         * exception.c (mono_get_exception_thread_interrupted): 
3496         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
3497         Fixes bug 74525.
3498
3499         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
3500         Check for pending Thread.Interrupt.
3501
3502 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
3503         * loader.c: Fixed bug 79684.
3504
3505 2006-10-27  Dick Porter  <dick@ximian.com>
3506
3507         * file-io.c (get_file_attributes): Force symlinks to directories
3508         to be returned as a regular file.  Fixes bug 79733.
3509 2006-10-26  Dick Porter  <dick@ximian.com>
3510
3511         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
3512         CreateFile to open a directory then we need to set the
3513         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
3514
3515 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
3516
3517         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
3518         friends.
3519
3520 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
3521
3522         * sgengc.c: small cleanup of timer code.
3523
3524 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
3525
3526         * sgen-gc.c: fix some warnings and start adding support for
3527         complete object removal on domain unload.
3528
3529 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
3530
3531         * assembly.c: build_assembly_name should not consider a version
3532         number without build or revision number invalid. Fixes bug #79715.
3533
3534 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
3535
3536         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
3537         call kernel32 function OutputDebugString directly.
3538         
3539         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
3540         
3541 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
3542
3543         * reflection.c: small cleanup, using a function to insert a MonoString
3544         in the string heap.
3545
3546 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
3547
3548         * reflection.c: moving GC fixes.
3549
3550 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
3551
3552         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
3553         all the objects with finalizers belonging to an unloading appdomain.
3554
3555 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
3556
3557         * sgen-gc.c: added ability to allocate even when the nursery is fully
3558         pinned and fixed a couple of bugs.
3559
3560 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
3561
3562         * threads.h: Revert the last change for now.
3563
3564         * threads.h (mono_thread_get_pending_exception): Rename this to
3565         mono_thread_get_undeniable_exception ().
3566
3567 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
3568
3569         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
3570         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
3571         when fname does not refer to valid assembly. This result in a more
3572         meaningful error message.
3573         * exception.c: added mono_get_exception_bad_image_format2 which 
3574         constructs a BadImageFormatException using the ctor taking a custom
3575         message and the file name. Passing in a NULL msg results in a default
3576         message.
3577         * exception.h: define mono_get_exception_bad_image_format2 function.
3578         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
3579         when file name pointed to an invalid IL image. Use 
3580         mono_get_exception_file_not_found2 to construct FileNotFoundException,
3581         as this results in a more meaningful error message.
3582
3583 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
3584
3585         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
3586         #79465.
3587
3588 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
3589
3590         * metadata.c (mono_type_size): Change the align parameter to guint32 for
3591         consistency with the other _size functions.
3592         (mono_type_stack_size): Ditto.
3593
3594         * class.c object.c icall.c: Fix warnings caused by the above change.
3595
3596         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
3597
3598         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
3599
3600         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
3601
3602 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
3603
3604         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
3605         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
3606         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
3607         threadpool.h, threads-types.h: mark more internal functions.
3608
3609 2006-10-11  Dick Porter  <dick@ximian.com>
3610
3611         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
3612         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
3613         reproduce the bug even before applying the fix.)
3614
3615 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
3616
3617         * reflection.c: allow retrieving attributes for arguments in generic
3618         methods (bug #79241).
3619
3620 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
3621
3622         * debug-mono-symfile.c: properly check fopen () result (found by
3623         coverity).
3624
3625 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
3626
3627         * reflection.c: make error message clearer and fixed two
3628         issuelets found by Coverity.
3629
3630 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
3631
3632         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
3633
3634 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
3635
3636         * object-internals.h, gc-internal.h, profiler-private.h:
3637         mark internal functions.
3638
3639 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
3640
3641         * reflection.c: put data in the text section.
3642         * icall.c: recognize more types in type_from_typename ().
3643         * process.c, marshal.c: added some GC FIXMEs.
3644
3645 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
3646
3647         * loader.c: check for NULL before initializing.
3648
3649 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
3650
3651         * gc.c (finalizer_thread): Use a non-alertable wait here.
3652
3653         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
3654         until the correct solution is found.
3655
3656 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
3657
3658         * reflection.c (mono_module_get_object): Avoid an assert when operating on
3659         modules with no metadata. Fixes #79596.
3660
3661         * image.c (load_metadata_ptrs): Put back the error message when
3662         the #- heap is encountered since the support is not complete yet.
3663
3664 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
3665
3666         * gc.c: do not allow the user to SuppressFinalize () a
3667         delegate because it would leak the trampoline if present.
3668
3669 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
3670
3671         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
3672         PropertyPtr table.
3673
3674 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
3675
3676         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
3677
3678         * metadata.c (mono_metadata_get_param_attrs): Ditto.
3679
3680         * row-indexes.h: Add definitions for *Ptr tables.
3681
3682         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
3683
3684         * metadata.c (mono_metadata_translate_token_index): New helper function to
3685         translate table indexes used in uncompressed metadata.
3686         (mono_metadata_decode_table_row): Ditto.
3687         (mono_metadata_decode_table_row_col): Ditto.
3688
3689         * metadata.c: Add table schema for *Ptr tables.
3690
3691         * class.c loader.c: Use the new helper function to access the affected metadata
3692         tables.
3693         
3694         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
3695         #38532.
3696         
3697 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
3698
3699         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
3700         sequences which can be unbounded in size. Fixes #79583.
3701
3702 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
3703
3704         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
3705         static initialization.
3706
3707         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
3708
3709         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
3710
3711         * domain.c (mono_domain_free): Free up type_init_exception_hash.
3712
3713         * object.c (mono_runtime_class_init): Implement correct semantics when a static
3714         ctor fails, i.e. throw the same exception on subsequent accesses.
3715         
3716 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
3717
3718         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
3719         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
3720         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
3721         Handle marshalling of interfaces and VARIANTs contained in structs.
3722         
3723         Code is contributed under MIT/X11 license.
3724         
3725 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
3726
3727         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
3728         
3729         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
3730         mempool.
3731
3732 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3733
3734         * console-io.c: ignore previous SIGINT handler.
3735
3736 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
3737
3738         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
3739         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
3740         #79460, #79461, #79485.
3741
3742         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
3743
3744         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
3745         #79217.
3746
3747 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
3748
3749         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
3750         could be generated from it.
3751
3752 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
3753
3754         * rand.c: fix read loop to correctly handle EINTR.
3755
3756 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
3757
3758         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
3759         internal calls are defined to keep methods closer to the declaring
3760         type and allow a significant reduction in runtime relocations and
3761         memory usage.
3762
3763 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
3764
3765         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
3766         exception message to have FileNotFoundException use the default
3767         assembly load error message. Fixes bug #79426.
3768         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
3769
3770 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3771
3772         * threadpool.c: (start_thread_or_queue) use the root domain when
3773         creating the thread instead of the async object one.
3774
3775 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
3776
3777         * class.c, object.c, class-internals.h, reflection.c:
3778         for arrays, store element_size inside MonoClass (speedup
3779         for array object creation).
3780
3781 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
3782
3783         * icall.c: fixed CodeBase to use the file name and not the module
3784         name (bug #79365).
3785
3786 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
3787
3788         * mono-debug.c, mono-debug.h: export find_method as
3789         mono_debug_find_method ().
3790
3791 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
3792
3793         * debug-helpers.c, class-internals.h: added a few functions useful
3794         when debugging under gdb.
3795
3796 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3797
3798         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
3799         characters that need special handling.
3800
3801 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
3802
3803         * mono-config.c: make the os/cpu specification more flexible,
3804         allowing lists and negation.
3805
3806 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
3807
3808         * marshal.c: COM Interop fixes. Handle case where method->klass.
3809         is interface. Handle BSTR/MonoString when null. Use CDECL as 
3810         calling convention on non-windows platforms. This is for
3811         compatibility with XPCOM and MainWin COM.
3812         
3813         Code is contributed under MIT/X11 license.
3814         
3815
3816 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
3817
3818         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
3819         correctly. Fixes #79217.
3820
3821         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
3822
3823 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
3824
3825         * mono-config.c: allow both an os and cpu attribute for dllmap
3826         and dllentry elemnets to enable a single config file to be used
3827         for multiple architectures.
3828
3829 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
3830
3831         * loader.c: MonoLoaderError was cleared too soon on load failure.
3832         Fixes bug #79424.
3833
3834 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
3835
3836         * icall.c: use the defining class vtable when accessing a
3837         static field, not a pobblibly derived class.
3838
3839 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
3840
3841         * icall.c string-icalls.c: Remove references to unicode.h.
3842
3843         * unicode.h unicode.c Makefile.am: Remove these unused source files.
3844
3845         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
3846
3847         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
3848         indicating the image where custom marshaller types should be looked up.
3849         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
3850         custom marshallers, instead of corlib. Fixes #79425.
3851
3852 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
3853
3854         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
3855
3856 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
3857
3858         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
3859         Implement Environment.ProcessorCount.
3860         
3861         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
3862         Implement Environment.ProcessorCount.
3863         
3864         * icall.c: 
3865         Add Environment.ProcessorCount icall.
3866         
3867         Patch by Jason McFall.
3868
3869 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3870
3871         * assembly.c: don't append .exe/.dll when the filename already contains
3872         one of those extensions.
3873
3874 2006-09-12  Martin Baulig  <martin@ximian.com>
3875
3876         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
3877         to array interfaces.
3878
3879 2006-09-11  Martin Baulig  <martin@ximian.com>
3880
3881         * reflection.c (mono_image_build_metadata): Create the
3882         MethodImpl's after emitting all types and methods, so we don't
3883         need another fixup pass for them.
3884
3885 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
3886
3887         * class.c (mono_class_from_name_case): Fix regression introduced by the last
3888         change.
3889
3890 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
3891
3892         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
3893         unload.
3894
3895 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
3896
3897         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
3898         args is not set. Fixes #78926.
3899
3900 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
3901
3902         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
3903
3904         * image.c (load_class_names): Move this to class.c, and rename it to 
3905         'mono_image_init_name_cache'.
3906         (load_modules): Fix a warning.
3907
3908         * class.c icall.c image.c: Initialize image->name_cache lazily.
3909
3910         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
3911         on its name using information in the AOT file.
3912
3913         * class.c (mono_class_from_name): Use the new hook function.
3914
3915 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
3916
3917         * reflection.c (mono_param_get_objects): Handle enum default parameter values
3918         correctly.
3919
3920         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
3921         Fixes #79289.
3922         
3923 2006-09-06  Martin Baulig  <martin@ximian.com>
3924
3925         * icall.c (mono_lookup_internal_call): Small fix.
3926
3927 2006-09-05  Raja R Harinath  <rharinath@novell.com>
3928
3929         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
3930         double g_free.
3931
3932 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
3933
3934         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
3935         when --debug is specified.
3936
3937 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
3938
3939         * class.c (setup_generic_array_ifaces): Fix a warning.
3940
3941 2006-09-04  Miguel de Icaza  <miguel@novell.com>
3942
3943         * Temporarily remove the patch to assemly.c that checks the
3944         assembly versions as it breaks our gacutil.
3945
3946 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
3947
3948         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
3949
3950         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
3951         a net 1.0 runtime.
3952
3953         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
3954         created using the default ctor. Fixes #79152.
3955         (mono_string_builder_to_utf16): Ditto.
3956
3957 2006-09-01  Martin Baulig  <martin@ximian.com>
3958
3959         Fix handling of the generic array interfaces.
3960
3961         * class-internals.h
3962         (MonoDefaults): Removed `generic_array_class' and added
3963         `generic_ilist' class.
3964
3965         * class.c
3966         (mono_bounded_array_class_get): Add the new generic array interfaces.
3967         (setup_generic_array_ifaces): New static method; create vtable
3968         entries for each method in the generic array interfaces.
3969
3970         * metadata.c
3971         (select_container): Allow "parent-less" generic methods.
3972
3973         * marshal.c
3974         (mono_marshal_get_generic_array_helper): New public method.
3975
3976         * icall.c
3977         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
3978         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
3979         moved the interncall into System.Array.
3980
3981 2006-09-01  Raja R Harinath  <rharinath@novell.com>
3982
3983         A few more cases of avoiding work on types with ->byref set.
3984         Has the real fix for #79238
3985         * icall.c (is_generic_parameter): New helper.
3986         (ves_icall_Type_GetGenericParameterPosition): Use it.
3987         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
3988         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
3989         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
3990         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
3991         reference types.
3992         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
3993         reference types.
3994         (ves_icall_Type_get_IsGenericInstance): Likewise.
3995         (ves_icall_Type_get_IsGenericType): Likewise.
3996
3997 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
3998
3999         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
4000         class if possible.
4001
4002         * mempool.h (mono_mempool_get_allocated): New helper function.
4003
4004         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
4005         change.
4006
4007         * mempool.c: Fix warnings and the calculation of stats.
4008
4009         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
4010
4011         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
4012
4013         * loader.c (mono_get_method_from_token): Update method_count stat.
4014
4015         * class-internals.h (MonoStats): Add some stats.
4016
4017 2006-08-31 Robert Jordan  <robertj@gmx.net>
4018
4019         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
4020         with managed variants.
4021         All code is contributed under the MIT/X11 license.
4022         
4023 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
4024
4025         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
4026         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
4027
4028         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
4029
4030         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
4031         with cycles in classes.
4032
4033         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
4034
4035         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
4036         missing a [MarshalAs] directive. Fixes #79203.
4037
4038         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
4039         klass->marshal_info. Fixes #79217.
4040
4041 2006-08-30  Martin Baulig  <martin@ximian.com>
4042
4043         Committing a patch from Joachim Ante <joe@otee.dk>:
4044         Add support for binary data symbol stores.
4045
4046         * debug-mono-symfile.c
4047         (mono_debug_open_mono_symbol_file): Renamed into
4048         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
4049         arguments.
4050
4051         * mono-debug.c
4052         (mono_debug_open_image): Added `raw_contents' and `size' args.
4053         (mono_debug_init_2_memory): New public function.
4054
4055 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
4056
4057         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
4058
4059 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4060
4061         * appdomain.c: implement support for ShadowCopyFiles.
4062
4063 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
4064
4065         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
4066         when value is NULL (and should remove CID #51).
4067
4068 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4069
4070         * image.c: moved 2 functions to ../utils.
4071
4072 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
4073
4074         * gc.c: cope with the target object of a GC handle being NULL
4075         (bug #78877).
4076
4077 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
4078
4079         * class.c: recursively check parent's explicit implementations
4080         of interface methods (fixes bug #79125).
4081
4082 2006-08-19  Miguel de Icaza  <miguel@novell.com>
4083
4084         * filewatcher.c: Avoid warnings when building, do not redefine
4085         constants that are defined.
4086
4087         Remove warnings.
4088
4089 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4090
4091         * image.c: don't fail when the link points to an absolute path.
4092
4093 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
4094
4095         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
4096         Fix CID #3.
4097
4098 2006-08-17  Miguel de Icaza  <miguel@novell.com>
4099
4100         * image.c (full_path): A new method used to obtain the actual path
4101         of an assembly even in the presence of symbolic links.  
4102
4103         This is necessary for the case where we are running a binary that
4104         has been GACed, but we are using the "published" path name
4105         ($prefix/mono/1.0/blah.exe) which happens to point to the real
4106         file in the GAC.
4107
4108         This was the source of the failure for the `xsp' command with the
4109         recent AppDomain changes, as far as the runtime was concerned,
4110         there were two different assemblies: $prefix/mono/1.0/blah.exe and
4111         $prefix/mono/gac/blah/version/blah.exe.
4112
4113         (do_mono_image_open): use full path
4114
4115 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
4116
4117         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
4118
4119 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
4120
4121         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
4122         domain_id is supplied. Fix CID #241 and corlib's unit tests.
4123
4124 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
4125
4126         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
4127         small structures. Fixes #78990.
4128
4129 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
4130
4131         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
4132
4133         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
4134
4135 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4136
4137         * appdomain.c:
4138         * marshal.c: don't load all the assemblies from a domain into newly
4139         created ones. The new domains might have different rules and load
4140         assemblies from different locations. Fixes bug #76757.
4141
4142         Patch by Lluis. Conflicts resolved by Brian Crowell.
4143
4144 2006-08-16  Alp Toker  <alp@atoker.com>
4145
4146         * socket-io.c: First half of the fix for #79084.
4147         Set sa_size to the length of the content, not that of the struct.
4148         Don't add NULL suffix to the content, this should be done in
4149         managed code if needed.
4150
4151 2006-08-14  Raja R Harinath  <rharinath@novell.com>
4152
4153         Fix part of #79012
4154         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
4155         mono_metadata_parse_type returns NULL.
4156
4157 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
4158
4159         * normalization-tables.h : new file for string normalization data.
4160         * locales.c, locales.h, icall.c :
4161           added load_normalization_resource() for string normalization,
4162           and icall as well.
4163         * Makefile.am : added normalization-tables.h to the sources.
4164
4165 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
4166
4167         * marshal.c: Add more helper functions to reduce code duplication and use them
4168         everywhere.
4169
4170 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
4171
4172         * marshal.c: Fix non-x86 stdcall warnings.
4173         
4174         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
4175         them everywhere.
4176
4177 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
4178
4179         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
4180         type check on multi-dimensional arrays. Fixes #79000.
4181
4182 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
4183
4184         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
4185         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
4186         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
4187         * class-internals.h: add is_com_object to class structure.
4188         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
4189         null checks to COM object marshalling. Fix .ctor call on RCW.
4190         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
4191         
4192         All code is contributed under the MIT/X11 license.
4193
4194 2006-08-09  Dick Porter  <dick@ximian.com>
4195
4196         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
4197         racing mono_monitor_allocator_lock() somewhere, so don't delete
4198         the critical section for now.  Found by running and exiting
4199         monodevelop.
4200
4201 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
4202
4203         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
4204         (ves_icall_System_ComObject_FindInterface): Ditto.
4205         (ves_icall_System_ComObject_CacheInterface): Ditto.
4206
4207         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
4208         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
4209
4210 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4211
4212         * threadpool.c: treat pipes from process asynchronous reads as sockets
4213         when reading from them, so we get select/poll or epoll to wait for
4214         data.
4215
4216 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
4217
4218         * loader.c: Fix a typo (CID #233) in the null check.
4219
4220 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
4221
4222         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
4223         Hopefully fixes #78949.
4224         
4225         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
4226         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
4227         bytes. Fixes #78972.
4228
4229 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4230
4231         * filewatcher.c: we need to set errno here.
4232
4233 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4234
4235         * filewatcher.c: let Win32Exception get the error value.
4236
4237 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4238
4239         * filewatcher.c: translate errno into win32 errors for Win32Exception
4240         to know what happened.
4241
4242 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
4243
4244         * threadpool.c: Fix more warnings.
4245
4246         * assembly.c (search_loaded): Fix warnings.
4247
4248         * threadpool.c (mono_thread_pool_finish): Fix warnings.
4249         (mono_async_invoke): Ditto.
4250
4251 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
4252
4253         * object.c (mono_remote_class_vtable): Need to create proxy vtable
4254         entries for __ComObject type in addition to ComImport types.
4255         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
4256         about hash table.
4257         
4258         All code is contributed under the MIT/X11 license.
4259
4260 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
4261
4262         * image.c: avoid tentative loading of modulerefs that contain
4263         no metadata (P/Invoke library names).
4264
4265 2006-07-28  Dick Porter  <dick@ximian.com>
4266
4267         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
4268         mono_loader_lock() somewhere, so don't delete the critical section
4269         for now.  Found by running and exiting monodevelop.
4270
4271 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4272
4273         * filewatcher.c: define the inotify syscalls when we're building on
4274         linux and have sys/syscall.h. The build system might not have support
4275         for inotify but the target system might have it.
4276
4277 2006-07-26  Miguel de Icaza  <miguel@novell.com>
4278
4279         * domain.c: Documentation updates.
4280
4281         * loader.c (mono_free_method): Do not release the method
4282         information if we are being profiled, as profilers will use this
4283         information at shut down to present some data to the user.
4284
4285         This is needed so that the profiler does not crash, as the
4286         profiler tends to keep MonoMethods around, and they might become
4287         invalid if we free these.
4288
4289         (mono_get_method_constrained): Return the original CIL stream
4290         method as well, so verification can be performed against it.
4291
4292 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4293
4294         * filewatcher.[ch]: support for inotify file system watcher.
4295         * icall.c: add new internal calls for the inotify file system watcher.
4296
4297 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4298
4299         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
4300         #78888.
4301
4302 2006-07-20  Dick Porter  <dick@ximian.com>
4303
4304         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
4305         warning.
4306
4307 2006-07-20  Dick Porter  <dick@ximian.com>
4308
4309         * threads.c (start_wrapper): Do the thread cleanup while we still
4310         hold a reference to its object.  Fixes bug 78123.
4311
4312 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
4313
4314         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
4315         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
4316           "managed-to-managed".
4317         * icall.c: Redirect string constructors that take sbyte* to
4318           ves_icall_System_String_ctor_RedirectToCreateString.
4319         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
4320           to CreateString () methods with matching signature.
4321         * reflection.c: Use original security informations for
4322           MONO_WRAPPER_MANAGED_TO_MANAGED.
4323         * security-manager.c: Use original security informations for
4324           MONO_WRAPPER_MANAGED_TO_MANAGED.
4325         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
4326           that is a placeholder and only its address should be used.
4327         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
4328           that is a placeholder and only its address should be used.
4329
4330 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
4331
4332         Begin implementing COM Interop.
4333         * appdomain.c: Increment corlib version.
4334         * class.c: Set ComImport classes' parent to __ComObject.
4335         * loader.c: Mark cominterop methods as such.
4336         * domain.c: Add __ComObject class to MonoDefaults structure.
4337         * image.c: Add 2 hashtables to the image for COM Interop related methods
4338         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
4339         using the mempool allocator
4340         
4341         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
4342         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
4343         declaration for mono_metadata_type_dup_mp.
4344         
4345         * debug-helpers.c: Added strings for two additional wrapper types
4346         * object.c: Create proxy objects for ComImport classes
4347         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
4348         and added __ComObject class to MonoDefaults structure.
4349         
4350         * object-internals.h: Finish MonoRealProxy definition, and add definition of
4351         MonoComInteropProxy and MonoComObject.
4352         
4353         * marshal.c: Added support for COM Interop
4354         (signature_cominterop): Converts managed signature to corresponding
4355         unmanaged COM signature.
4356         (cominterop_get_function_pointer): gets unmanaged function pointer via
4357         COM object vtable
4358         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
4359         (cominterop_get_method_interface): returns interface type that method is defined on
4360         (mono_mb_emit_cominterop_call): emits native call to function pointer
4361         gotten from vtable
4362         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
4363         that matches signature of unmanaged function.
4364         (cominterop_get_native_wrapper): wrapper around adjusted method call.
4365         (cominterop_get_invoke): forwards call from proxy to __ComObject
4366         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
4367         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
4368         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
4369         
4370         * marshal.h: Added Marshal icall declarations.
4371         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
4372         so we can access them in finalizer
4373         
4374 2006-07-14  Dick Porter  <dick@ximian.com>
4375
4376         * object.c (mono_type_initialization_cleanup): Fix a race
4377         condition by temporarily commenting out the critical section
4378         deletion.
4379
4380 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
4381
4382         * reflection.c (create_custom_attr): Fix some warnings.
4383         (create_custom_attr_data): Ditto.
4384         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
4385         types. Fixes #78855.
4386
4387 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
4388
4389         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
4390
4391         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
4392
4393 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
4394
4395         * reflection.c (resolve_object): Add support for DynamicMethod.
4396
4397         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
4398         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
4399
4400 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
4401
4402         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
4403         don't leak GPtrArray's pdata has we have no use (nor free) for it.
4404
4405 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
4406
4407         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
4408         Fixes #77888.
4409
4410 2006-06-30  Raja R Harinath  <rharinath@novell.com>
4411
4412         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
4413         slightly: remove a shadow local variable.
4414
4415 2006-06-29  Raja R Harinath  <rharinath@novell.com>
4416
4417         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
4418         definition that introduces the virtual function slot.
4419         Also fix Coverity #105.
4420
4421 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
4422
4423         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
4424         for dynamic assemblies. Fixes #78724.
4425
4426 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
4427
4428         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
4429         Fixes #78722.
4430
4431 2006-06-21  Martin Baulig  <martin@ximian.com>
4432
4433         * reflection.c
4434         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
4435         fixes #76484.
4436
4437 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
4438
4439         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
4440
4441 2006-06-20  Raja R Harinath  <rharinath@novell.com>
4442
4443         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
4444         nor TYPEREFs.
4445         * class.c (mono_class_create_from_typespec): Add 'context' argument.
4446         Inflate result if necessary.
4447         (mono_class_get_full): Remove old version.  Rename from
4448         'mono_class_get' and add 'context' argument.  Pass it to
4449         ..._create_from_typespec.
4450         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
4451         (mono_ldtoken): Revert change below.
4452
4453 2006-06-20  Martin Baulig  <martin@ximian.com>
4454
4455         * class.c (mono_ldtoken): Don't pass the generic context to
4456         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
4457
4458 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
4459
4460         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
4461         and later freeing it. Fixes #78638.
4462
4463 2006-06-15  Miguel de Icaza  <miguel@novell.com>
4464
4465         * icall.c (mono_class_get_throw): Revert over-zealous error
4466         throwing, the caller for mono_class_get_throw will cope with
4467         errors when classes are not properly initialized already.
4468
4469         The code still copes with loader exceptions though.
4470
4471         Fixes the regression in reftype1 and reftype3 from the CAS tests.
4472         
4473 2006-06-14  Miguel de Icaza  <miguel@novell.com>
4474
4475         Fixes the `make run1' version of RuntimeAbort (to be commited,
4476         source is in Bugzilla).
4477         
4478         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
4479         FALSE on class loading failure instead of returning true.
4480
4481         * class.c (mono_class_create_from_typedef): It is possible for
4482         mono_metadata_interfaces_from_typedef_full to fail if a class is
4483         not found, cope with this.
4484         
4485
4486 2006-06-14  Dick Porter  <dick@ximian.com>
4487
4488         * socket-io.c: 
4489         * process.c: Fix a bunch of signed/unsigned warnings from gcc
4490         4.1.1
4491
4492 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
4493
4494         * culture-info-table.h : oops, forgot to make it nsync with r61548.
4495
4496 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
4497
4498         * icall.c: Another fix for building mono in Visual Studio.
4499
4500 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
4501
4502         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
4503         
4504 2006-06-09  Martin Baulig  <martin@ximian.com>
4505
4506         * debug-mono-symfile.c: Put this back and really fix it this
4507         time. Sorry for all the trouble.
4508
4509 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
4510
4511         * icall.c (mono_class_get_throw): Fix a warning.
4512         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
4513         ReflectionTypeLoadException if needed. Fixes #78606.
4514
4515         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
4516         (mono_class_init): Ditto.
4517
4518         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
4519         ref_only exceptions.
4520         (mono_loader_clear_error): Make this work even if there is no error.
4521
4522 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
4523
4524         * object-internals.h marshal.c marshal.h icall.c: Implement method 
4525         Marshal.GetComSlotForMethodInfo using internal call.
4526
4527 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
4528
4529         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
4530         a function for signalling it.
4531
4532         * class.c (mono_class_from_typeref): Use the new kind of loader error when
4533         a referenced assembly is not found.
4534
4535         * loader.c (mono_loader_error_prepare_exception): Add support for 
4536         LOADER_ERROR_ASSEMBLY. Fix formatting.
4537
4538 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
4539
4540         * domain.c appdomain.c class-internals.h marshal.c: Add support 
4541         for VARIANT marshalling on windows and increment corlib version
4542         since Variant struct was added.
4543
4544 2006-06-03  Miguel de Icaza  <miguel@novell.com>
4545
4546         * debug-mono-symfile.c: Revert Martin's previous patch which broke
4547         stack trace line information:
4548
4549         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
4550         (Martin) when looking up B which is between A and C, return A not C.
4551
4552         Bug is #78573.
4553
4554         Thanks to Alexander Olk for tracking this down.
4555
4556 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
4557
4558         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
4559         
4560         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
4561         avoid clobbering its value.
4562         (mono_string_to_lpstr): Fix a warning on windows.
4563
4564 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
4565
4566         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
4567
4568         * reflection.c loader.c: Removed references to 'dummy' flag.
4569
4570         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
4571
4572         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
4573         it gets GC tracking.
4574
4575         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
4576         GC tracking.
4577         
4578         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
4579
4580         * marshal.c threadpool.c: Update callers of mono_async_result_new.
4581
4582         * appdomain.c: Bump corlib version.
4583
4584 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
4585
4586         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
4587         CEE_STIND_REF when working with object references.
4588
4589 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
4590
4591         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
4592         Fixes #78539.
4593
4594 2006-05-30  Miguel de Icaza  <miguel@novell.com>
4595
4596         * loader.c (method_from_memberref): Fix argument value for
4597         mono_loader_set_error_method_load (I was passing the MonoClass
4598         instead of the class name char *).
4599
4600 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
4601
4602         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
4603         CEE_STIND_REF when working with object references.
4604
4605 2006-05-30  Martin Baulig  <martin@ximian.com>
4606
4607         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
4608         mono_method_full_name() change and replace the ':' with a '.'
4609         here.
4610
4611 2006-05-30  Martin Baulig  <martin@ximian.com>
4612
4613         * debug-mono-symfile.c
4614         (mono_debug_symfile_lookup_location): Fix the algorithm:
4615         when looking up B which is between A and C, return A not C.
4616
4617 2006-05-29  Martin Baulig  <martin@ximian.com>
4618
4619         * mono-debug.h
4620         (MonoDebugMethodInfo): Make the typedef public.
4621         (MonoDebugSourceLocation): New public struct.
4622
4623         * mono-debug.c
4624         (mono_debug_source_location_from_address): Removed.
4625         (mono_debug_source_location_from_il_offset): Removed.
4626         (mono_debug_il_offset_from_address): Removed.
4627         (mono_debug_address_from_il_offset): Removed.
4628         (mono_debug_lookup_method): New public function.
4629         (mono_debug_lookup_source_location): New public function; replaces
4630         the old mono_debug_source_location_from_*() functions; see the
4631         inline documentation.
4632         (mono_debug_free_source_location): New public function.
4633         (mono_debug_print_stack_frame): New public function; see the
4634         inline documentation.
4635
4636         * debug-mono-symfile.c
4637         (mono_debug_find_source_location): Renamed into
4638         mono_debug_symfile_lookup_location(); only take a
4639         `MonoDebugMethodInfo *' and an `offset' argument; added inline
4640         documentation.
4641         (mono_debug_find_method): Renamed into
4642         mono_debug_symfile_lookup_method().
4643
4644 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
4645
4646         * assembly.c (mono_assembly_open_full): Dont overwrite the status
4647         returned by mono_image_open_full ().
4648
4649         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
4650         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
4651         #78517.
4652
4653         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
4654         #78518.
4655
4656 2006-05-27  Miguel de Icaza  <miguel@novell.com>
4657
4658         * class.c (mono_class_from_typeref): handle missing images
4659         earlier, deals with bug #78418.   Refactor code; 
4660
4661         Fix a warning introduced in my previous commit (some stale code
4662         from before I revisited my patch).
4663
4664         * class.c (mono_class_create_from_typedef): On failure, remove the
4665         class from the MonoImage->class_cache as the class is not
4666         initialized;   Fixes the leak pointed out by Paolo.
4667
4668 2006-05-25  Dick Porter  <dick@ximian.com>
4669
4670         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
4671         DeleteCriticalSections until I figure out which one may still be
4672         sometimes locked when mono_thread_cleanup is called.
4673
4674 2006-05-24  Dick Porter  <dick@ximian.com>
4675
4676         * threads.c (mono_thread_cleanup): Move the threading cleanup out
4677         of mono_thread_manage and back into its own function, so it can be
4678         called after the finalizer thread has finished.
4679
4680         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
4681
4682 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
4683
4684         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
4685         Fixes #78495.
4686
4687         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
4688         with non-blittable elements.
4689         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
4690
4691 2006-05-24  Martin Baulig  <martin@ximian.com>
4692
4693         * mono-debug-debugger.h (MonoDebuggerEvent): Added
4694         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
4695
4696         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
4697         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
4698         `mono_debugger_event_handler' to NULL.
4699
4700 2006-05-24  Martin Baulig  <martin@ximian.com>
4701
4702         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
4703
4704 2006-05-24  Martin Baulig  <martin@ximian.com>
4705
4706         * mono-debug-debugger.h
4707         (mono_debugger_create_notification_function): Added
4708         `MonoCodeManager *' argument.
4709
4710 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
4711
4712         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
4713
4714 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
4715
4716         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
4717         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
4718         implementation.
4719
4720 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
4721
4722         * icall.c: precise GC support: objects can't be stored in unmanaged
4723         memory anymore, even if they are kept alive by other references: since
4724         they can move the GC needs to be able to always find them.
4725
4726 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
4727
4728         * object.c: precise GC support for static fields. Support
4729         for moving GCs: write barriers and pinned allocation for interned
4730         strings.
4731
4732 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
4733
4734         * domain.c, domain-internals.h: precise GC support for the MonoDomain
4735         structure.
4736
4737 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
4738
4739         * class.c, gc.c: sgen and precise GC updates.
4740
4741 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
4742
4743         * marshal.h, marshal.c: added write barrier wrapper and precise type
4744         fixes.
4745
4746 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
4747
4748         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
4749         support.
4750
4751 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
4752
4753         * reflection.c: precise and sgen GC updates.
4754
4755 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
4756
4757         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
4758
4759 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
4760
4761         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
4762
4763 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
4764
4765         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
4766         MONO_TYPE_OBJECT. Fixes #78462.
4767
4768 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
4769
4770         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
4771         and blittable types.
4772
4773 2006-05-17  Miguel de Icaza  <miguel@novell.com>
4774
4775         * class.c (mono_class_get_exception_for_failure): Implement parts
4776         of a TODO: if the loader error is set (instead of the class
4777         error), we return a Loader exception that can be properly thrown
4778         elsewhere.
4779
4780         This was exposed by some Winforms 2.0 code that I tried to run
4781         (Atsushi pointed me to it).
4782
4783 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
4784
4785         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
4786         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
4787         
4788         * marshal.c (emit_marshal_vtype): Add limited support for 
4789         UnmanagedType.LPStruct. Fixes #78427.
4790
4791         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
4792         Applied a patch from kangaroo to fix #77523.
4793
4794 2006-05-17  Martin Baulig  <martin@ximian.com>
4795
4796         * threads.c
4797         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
4798         (debugger_thread_created): Removed.
4799         (debugger_thread_exited): Removed.
4800
4801 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
4802
4803         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4804
4805         * object-internals.h (MonoReflectionResource): Sync with managed version.
4806
4807 2006-05-12  Wade Berrier <wberrier@novell.com>
4808
4809         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
4810
4811 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
4812
4813         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
4814         functions try to allocate from the image mempool.
4815
4816 2006-05-12  Dick Porter  <dick@ximian.com>
4817
4818         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
4819
4820 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
4821
4822         * object.c: The FieldGetter and FieldSetter methods require the full
4823         name of the class, not only the name. Fixes bug #78277.
4824
4825 2006-05-11  Miguel de Icaza  <miguel@novell.com>
4826
4827         * loader.c (method_from_memberref): Do not pass the NULL klass to
4828         mono_loader_set_error_() methods.  Pass the non-NULL value
4829         (class). 
4830
4831 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
4832
4833         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
4834         (mono_assembly_close): Null out assembly->image->references after freeing it.
4835
4836         * image.c (mono_image_close): Free image->references.
4837         
4838         * reflection.c (mono_image_basic_init): Fix a small memory leak.
4839
4840 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
4841
4842         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
4843         before checking if it's NULL (g_assert).
4844
4845 2006-05-10  Martin Baulig  <martin@ximian.com>
4846
4847         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
4848         I thought I already killed that two months ago, but now it somehow reappeared.
4849
4850 2006-05-10  Martin Baulig  <martin@ximian.com>
4851
4852         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
4853
4854 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
4855
4856         * reflection.c: Allocate memory for dynamically created methods in the image
4857         mempools.
4858
4859 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
4860
4861         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
4862         don't use the ad pointer before checking if it's NULL (g_assert).
4863
4864 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
4865
4866         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
4867         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
4868
4869         * marshal.c: Allocate all signatures from mempools.
4870
4871         * marshal.c: Allocate some more signatures from mempools.
4872
4873 2006-05-09  Miguel de Icaza  <miguel@novell.com>
4874
4875         * object.c (mono_load_remote_field): The code used to provide a
4876         temporary variable for returning results if the user did not
4877         provide a result pointer.  But our temporary variable was allocted
4878         on the satck.
4879
4880         Fix calling code to always pass a result area.   Coverity ID 103.
4881
4882 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
4883
4884         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
4885         value, not the old. Fixes #78312.
4886         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
4887
4888         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
4889         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
4890         per-image cache.
4891
4892         * assembly.c (mono_assembly_close): Free image->references.
4893
4894         * assembly.c (mono_assembly_names_equal): Fix a warning.
4895         (mono_assemblies_cleanup): Cleanup more global data.
4896
4897         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
4898
4899         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
4900         ptr_cache and image->modules.
4901
4902         * image.c (mono_image_init): Allocate array_cache lazily.
4903         
4904 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4905
4906         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
4907         behavior was changed recently and has bad side effects.
4908
4909 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
4910
4911         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
4912         
4913         * assembly.c (mono_assembly_close): Remove a debug printf.
4914
4915         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
4916
4917         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
4918         to also allow for temporary references between mono_image_open ()/close ().
4919
4920         * domain.c (get_runtimes_from_exe): Add a FIXME.        
4921
4922 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
4923
4924         * marshal.c: Fix support for dynamic methods.
4925
4926         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
4927
4928         * marshal.c (mono_marshal_cleanup): New cleanup function.
4929
4930         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
4931         image mempools.
4932
4933         * class.c (mono_class_init): Fix leaking class->nested_classes.
4934
4935         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
4936
4937         * image.c (mono_image_init): Initialize the new cashes.
4938
4939         * image.c (mono_image_close): Destroy the new cashes.
4940
4941         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
4942
4943         * mempool.c (mono_mempool_strdup): New helper function.
4944
4945         * class-internals.h: Add prototype for mono_loader_unlock ().
4946
4947         * domain.c (mono_jit_info_table_find): Fix a warning.
4948         (mono_debugger_check_runtime_version): Ditto.
4949
4950         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
4951         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
4952         functions to these modules.
4953
4954         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
4955         metadata modules.
4956         
4957         * marshal.c (mono_free_bstr): Fix a warning.
4958
4959         * assembly.c (mono_assembly_open_full): Fix another small leak.
4960
4961         * object.c: Fix some unload leaks in the remoting code.
4962
4963         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
4964         function.
4965
4966         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
4967
4968         * reflection.c: Fix some unload leaks in dynamic assemblies.
4969
4970 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
4971
4972         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
4973         * marshal.h: Add BSTR support on Win32
4974         * icall.c: Add BSTR icalls
4975         * metadata.h: Add BSTR enums
4976
4977 2006-04-28  Miguel de Icaza  <miguel@novell.com>
4978
4979         Work to catch the crash from #76795 and turn it into an
4980         exception.   As I stubbed out pieces of the VisualBasic support,
4981         I found a number of places where the code was failing and I added
4982         checks to those places. 
4983         
4984         * metadata.c (do_mono_metadata_parse_generic_class): Make this
4985         function return a status code.  If we fail to parse the signature
4986         from mono_metadata_parse_generic_inst, return FALSE.
4987
4988         * loader.c (mono_get_method_from_token): If we fail to load the
4989         method (mono_class_get) return NULL.   
4990
4991         * (method_from_memberref): Return NULL if we are unable to parse
4992         the method signature
4993
4994         (mono_loader_error_prepare_exception): Since we now use the
4995         loader_error flag internally to stop processing, and obtaining
4996         exceptions that might be thrown will walk this code path the
4997         proper way of going from a MonoLoaderError into a
4998         MonoException was convoluted.   This new routine encapsulates the
4999         process of turning the error into an exception and *clearing* the
5000         error afterwards.
5001         
5002 2006-04-27  Miguel de Icaza  <miguel@novell.com>
5003
5004         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
5005         with missing assemblies), and to cope with:
5006
5007                 * Missing fieldref from a non-existing assembly.
5008                 * Missing methodref from a non-existing assembly.
5009
5010         The first batch of work to address *some* of the issues from 76661.
5011         
5012         * object.c (mono_class_create_runtime_vtable): If we fail to
5013         initialize the class raise the exception here. 
5014
5015         * metadata.c (mono_class_get_overrides_full): If any methods fail
5016         to load return the failure to the caller.
5017
5018         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
5019         flagging assemblies that failed to load.   
5020
5021         Do not crash if we are unable to load the assembly.
5022
5023         (mono_assembly_close): Do nothing with REFERENCE_MISSING
5024         assemblies. 
5025
5026         * loader.c (mono_loader_set_error_type_load): Change the
5027         convention to always pass unallocated strings, so we make our own
5028         copies (I know our own code had duplicated strings before, but
5029         this keeps the normal conventions).
5030         (method_from_memberref): Call mono_loader_set_error_method_load
5031         for all possible failures of loading the class. 
5032         Remove assert, turn into a loader error.
5033
5034         (mono_loader_error_to_exception): Move this routine from mini
5035         (mini_loader_error_to_exception) there was no need to have that in
5036         mini. 
5037
5038         * class.c (mono_class_from_typeref): If we were not able to load
5039         the assembly with mono_assembly_load_reference, call the
5040         mono_loader_set_error_type_load to register the problem.
5041
5042         (mono_class_setup_fields): If we fail to load the type from
5043         mono_metadata_parse_type_full, call mono_class_set_failure and
5044         break from the loop.
5045
5046         If class->exception_type is set, we do not layout the fields as
5047         that might crash the runtime, and instead return (from breaking
5048         from the previous loop).
5049
5050         (mono_class_setup_vtable): This now returns a boolean indicating
5051         whether the table was properly setup.   The decision is driven by
5052         mono_class_get_overrides_full which might run into non-existing
5053         methods. 
5054         
5055         (mono_class_init): Returns TRUE on success or FALSE if there was a
5056         problem in loading the type (incorrect assemblies, missing
5057         assemblies, methods, etc).
5058
5059         When we call mono_class_setup_fields we also check for a potential
5060         error inside this call (either a class exception or a general
5061         loader exception).
5062
5063         (mono_class_create_from_typedef): If the parent fails to load
5064         (calling mono_class_get_full) return NULL.
5065         
5066         ** Important **
5067
5068         calls to mono_metadata_parse_type_full should be checked
5069         everywhere and set the mono_class_set_failure
5070         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
5071
5072         The current patch checks the places where my manually constructed
5073         tests show the errors are showing up, but we should do it
5074         everywhere. 
5075
5076         ** Important2 **
5077
5078         mono_class_init return values should be tested everywhere, like
5079         the previous case this is something that we should audit
5080         everywhere and not only on the cases exposed by the tests I
5081         created. 
5082
5083 2006-04-26  Miguel de Icaza  <miguel@novell.com>
5084
5085         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
5086         boolean parameter and instead pass the information on `options'
5087         parameter (FileOptions).
5088
5089         * icall.c: Register the new signature for MonoIO.Open.
5090
5091         * debug-helpers.c (dis_one): Trying to understand how coverity
5092         works.  Fix Run 5, item 78.
5093
5094 2006-04-26  Dick Porter  <dick@ximian.com>
5095
5096         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
5097         dereference.
5098
5099 2006-04-25  Martin Baulig  <martin@ximian.com>
5100
5101         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
5102
5103         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
5104         debugger_thread_created().
5105         (debugger_gc_push_all_stacks): Don't handle the main thread in any
5106         special way.
5107         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
5108         (mono_debugger_finalize_threads): New function; undo the effects
5109         of mono_debugger_init_threads().
5110         (mono_debugger_create_all_threads): Removed.
5111
5112 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
5113
5114         * image.c (mono_image_close): Tidy up trace messages.
5115
5116         * assembly.c (mono_assembly_close): Ditto.
5117
5118         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
5119         no longer references an already freed assembly. Fixes #78168.
5120
5121 2006-04-21  Dick Porter  <dick@ximian.com>
5122
5123         * threads.c (mono_thread_detach): Fix reference counting when
5124         detaching threads.
5125
5126 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
5127
5128         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
5129         #78155.
5130
5131 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
5132
5133         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
5134         (mono_type_to_stind): Ditto.
5135
5136         * marshal.c: Use the new helper functions to simplify code.
5137
5138         * image.c (mono_image_close): Add some code for help debug assembly unloading
5139         problems.
5140
5141         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
5142         image mempool.
5143
5144         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
5145         assembly was already loaded in another appdomain. Fixes #78083.
5146
5147 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
5148
5149         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
5150         referenced assemblies.
5151         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
5152
5153         * domain.c (mono_domain_free): Add a trace message.
5154
5155         * appdomain.c (add_assemblies_to_domain): Ditto.        
5156
5157         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
5158         field.  
5159
5160 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
5161
5162         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
5163
5164 2006-04-12  Martin Baulig  <martin@ximian.com>
5165
5166         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
5167         `USE_INCLUDED_LIBGC'.   
5168
5169 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
5170
5171         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
5172         the patch contains ../ and a small directory name later. Hopefully fixes
5173         #78035.
5174
5175 2006-04-10  Martin Baulig  <martin@ximian.com>
5176
5177         Clean up the debugger's thread-handling code.
5178
5179         The debugger's thread-handling code has been moved from
5180         ../mini/debug-debugger.c to threads.c.  We now iterate directly
5181         over the `threads' hash, keep track of exiting threads and also
5182         use proper locking.
5183
5184         We can now debug XSP and XSP based applications with the debugger.
5185
5186         * object-internals.h (MonoThread): Added `gpointer end_stack'.
5187
5188         * threads.h
5189         (MonoThreadCallbacks): Removed; this was only used by the debugger.
5190         (mono_install_thread_callbacks): Likewise.      
5191
5192         * threads.c (mono_thread_callbacks): Removed.
5193         (debugger_thread_created, debugger_thread_exited): New static functions.
5194         (start_wrapper): Call debugger_thread_created().
5195         (thread_cleanup): Call debugger_thread_exited().
5196         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
5197         (mono_debugger_init_threads): New public function.
5198         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
5199         iterate directly over the `threads' hash and also use proper locking.
5200
5201         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
5202
5203         * mono-debug-debugger.h
5204         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
5205
5206 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
5207
5208         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
5209         argument type=array. Fixes #78057.
5210
5211 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
5212
5213         * culture-info-table.h : regenerated. Fixed bug #69652.
5214
5215 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
5216
5217         * loader.c metadata.c: Reapply a variant r59116.
5218         
5219         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
5220
5221         * class.c (mono_class_setup_interface_offsets): New internal function.
5222
5223         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
5224         interfaces too. Fixes #77398.
5225
5226         * reflection.c (encode_cattr_value): Add support for 
5227         parameter type=object, argument type=array.
5228         (load_cattr_value): Ditto. Fixes #77916.
5229
5230         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
5231         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
5232
5233         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
5234         a byval char array and CharSet is Ansi.
5235
5236         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
5237
5238 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
5239
5240         * metadata.c: Add some locking comments.
5241         
5242         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
5243         mempool.
5244         (mono_metadata_free_method_signature): Don't free the signature itself.
5245
5246         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
5247
5248         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
5249         reference the same MonoImage.
5250         (mono_assembly_load_from_full): Add an assert.
5251
5252 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
5253
5254         * image.c (mono_image_close): Don't put the image we are about to free into the
5255         loaded_images_guid_hash.
5256
5257         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
5258         to reduce code duplication.
5259
5260         * marshal.c: Register the native functions called by this module as icalls, to
5261         somewhat centralize the creation of MonoMethodSignature's.
5262
5263         * loader.c (mono_method_signature): Add a cache for method signatures.
5264
5265         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
5266         the parameter attributes of a method.
5267         (mono_metadata_parse_method_signature_full): Refactored the computation of
5268         parameter attributes into a separate function. Also avoid one allocation in
5269         most cases.
5270
5271         * assembly.c (mono_assembly_close): Ditto.
5272
5273         * image.c (mono_image_close): Log trace messages with INFO level.
5274
5275         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
5276
5277         * image.c reflection.c: Correct reference counting of image modules.
5278         
5279         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
5280         of this function from the image mempool.
5281         
5282         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
5283         to allow more cached types to be used.
5284
5285         * mono-debug.c (mono_debug_add_method): Appled patch from
5286         David S. Miller  <davem@sunset.davemloft.net>: Access 
5287         minfo->lexical_blocks[] entry elements using read32().
5288
5289 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
5290
5291         * loader.c (mono_free_method): No longer free the method header for non-dynamic
5292         methods as it is allocated from the mempool.
5293
5294         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
5295         image mempool.
5296
5297         * metadata-internals.h: Add comments describing the reference counting scheme
5298         used for MonoImage and MonoAssembly.
5299
5300         * image.c assembly.c reflection.c: Rework reference counting of images and 
5301         assemblies so they are freed when the runtime is shut down. Free some 
5302         additional memory structures when an image is unloaded.
5303         
5304 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
5305
5306         * class.c loader.c reflection.c: Allocate more data structures in
5307         the image mempool.
5308
5309 2006-03-31  Miguel de Icaza  <miguel@novell.com>
5310
5311         * icall.c
5312         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
5313         build on pre glib 2.4 systems.
5314
5315 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
5316
5317         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
5318
5319         * icall.c: Fix some warnings.
5320
5321 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
5322
5323         * culture-info-table.h : regenerated.
5324
5325 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
5326
5327         * threads.c, object-internals.h, verify.c: changed the culture caching
5328         code to use a normal MonoArray for storage so the GC can keep track of
5329         them easily. Fixed bits of the cache logic, too and simplified the
5330         code.
5331
5332 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
5333
5334         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
5335         thread for non-Boehm GCs.
5336
5337 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
5338
5339         * domain.c, object.c, domain-internals.h: reduce the amount of memory
5340         needed to keep track of the data for static fields.
5341
5342 2006-03-29  Raja R Harinath  <rharinath@novell.com>
5343
5344         Fix #75172
5345         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
5346         for interface classes.  Use 'num_methods' instead.
5347         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
5348         before using '->vtable_size' field.
5349
5350 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
5351
5352         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
5353         doesn't contain managed pointers, so use a normal hashtable.
5354
5355 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
5356
5357         * reflection.c, class-internals.h, domain.c: fixed handling of types
5358         used as values for objects in custom attributes (bug #77915):
5359
5360 2006-03-24  Martin Baulig  <martin@ximian.com>
5361
5362         * class.c (mono_class_setup_fields): Added support for generic
5363         instances; fixes #77580.
5364
5365 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5366
5367         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
5368
5369 2006-03-24  Dick Porter  <dick@ximian.com>
5370
5371         * file-io.c (get_file_attributes): More stat macro breakage.
5372         Fixes bug 77759.
5373
5374 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
5375
5376         * profiler.c: added the file=filename option in the default profiler
5377         to output the profile data to filename.
5378
5379 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5380
5381         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
5382         bug #77877.
5383
5384 2006-03-22  Martin Baulig  <martin@ximian.com>
5385
5386         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
5387         allocated `MonoClassField *' in `fb->handle'.
5388
5389 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
5390
5391         * class.c, image.c, metadata-internals.h: implemented new mechanism to
5392         allocate interface ID to save memory and allow better ID reuse on
5393         appdomain unload. setup_generic_vtable () removal from Martin.
5394
5395 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
5396
5397         * object.h, appdomain.c, domain.c, exception.c, icall.c,
5398         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
5399         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
5400         write barriers for reference stores with managed objects accessed with
5401         C structures in the runtime and in embedding programs.
5402
5403 2006-03-20  Raja R Harinath  <rharinath@novell.com>
5404
5405         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
5406         'interface_id' and 'max_interface_id' fields of MonoClasses
5407         representing open generic types.
5408
5409 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
5410
5411         * object.h, object.c, icall.c: added functions to deal with
5412         storing valuetypes that contain references in managed objects.
5413         * reflection.c, string-icalls.c, threads.c, marshal.c: small
5414         fixes and comments around uses of mono_array_addr ().
5415
5416 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
5417
5418         * object.h, icall.c, monitor.c: object.GetHashCode ()
5419         implementation that supports the moving garbage collector.
5420
5421 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
5422
5423         * icall.c, threads-types.h, threads.c: implemented finalizer for
5424         LocalDataStoreSlot.
5425
5426 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
5427
5428         * metadata.c (mono_type_size): Add a fixme.
5429         (mono_type_stack_size): Ditto.
5430
5431         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
5432         'type_forwarders' field.
5433
5434         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
5435         attribute from net 2.0.
5436
5437         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
5438         from class.c.
5439
5440         * class.c (mono_class_setup_fields): Fix a warning.
5441         
5442         * class.c (mono_class_from_name): Add support for assemblyref entries
5443         in the EXPORTEDTYPE table.
5444
5445         * reflection.c: Add support for handling type forwarders under net 2.0.
5446
5447         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
5448         
5449 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
5450
5451         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
5452         overwriting entries in ModuleBuild->types, also clean up the code
5453         a little. Fixes #77774.
5454
5455 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
5456
5457         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
5458         load friend assembly info when present.
5459
5460 2006-03-14  Raja R Harinath  <rharinath@novell.com>
5461
5462         Fix crasher on gtest-158.cs.
5463         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
5464         the return value if the MonoClass we want is yet in an
5465         inconsistent state.
5466         * class.c (mono_class_create_from_typedef): Add an comment
5467         explaining an order dependency between mono_class_setup_parent and
5468         mono_class_setup_mono_type.
5469
5470 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
5471
5472         * class.c: documentation updates and events bug fix.
5473
5474 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
5475
5476         * class.c: some cleanup, locking fixes.
5477
5478 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
5479
5480         * class.c: fix the generics code to setup nested
5481         type info to the instantiated type (bug #77770).
5482
5483 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
5484
5485         * marshal.c: fixed a few type correctness issues.
5486
5487 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
5488
5489         * loader.c: the Set/Get/Addrtess array methods should be public.
5490
5491 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
5492
5493         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
5494         
5495         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
5496         info->wrapper.
5497
5498 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
5499
5500         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
5501
5502         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
5503
5504         * mempool.c (mono_mempool_alloc): Speed this up a bit.
5505         (mono_mempool_alloc0): Ditto.
5506
5507 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5508
5509         * socket-io.c:
5510         (create_object_from_sockaddr): it was allocating 4 extra bytes
5511         for the AF_UNIX data. Fixes bug #77747.
5512
5513 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
5514
5515         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
5516
5517 2006-03-09  Dick Porter  <dick@ximian.com>
5518
5519         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
5520         Fixes bug 76966 again.
5521
5522 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
5523
5524         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
5525         names from r57532
5526         * appdomain.c: Bumped corlib version to 48 (due to r57532)
5527
5528 2006-03-07  Martin Baulig  <martin@ximian.com>
5529
5530         * object.c
5531         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
5532
5533 2006-03-07  Martin Baulig  <martin@ximian.com>
5534
5535         * class.c
5536         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
5537         regression introduced in r56970; see gtest-252.cs.
5538
5539         * loader.c (mono_get_method_constrained): Correctly handle generic
5540         methods; see gtest-253.cs.
5541
5542 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
5543
5544         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
5545
5546 2006-03-04  Martin Baulig  <martin@ximian.com>
5547
5548         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
5549         compute the parent type at runtime, just like we're already doing
5550         it for interfaces.
5551
5552         * reflection.c
5553         (mono_reflection_bind_generic_parameters): Don't compute the
5554         parent type anymore.
5555
5556         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
5557
5558 2006-03-04  Martin Baulig  <martin@ximian.com>
5559
5560         * mono-debug-debugger.h
5561         (mono_debugger_create_notification_function): Allocate memory at
5562         runtime and return a pointer to it.
5563
5564 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
5565
5566         * assembly.c: Fix windows build.
5567         
5568         * assembly.c: Fix build.
5569
5570         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
5571
5572         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
5573         
5574 2006-03-03  Dick Porter  <dick@ximian.com>
5575
5576         * process.c
5577         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
5578         Check parameters before dereferencing them.  Fixes Aaron's part of
5579         bug 77393.
5580
5581 2006-03-03  Raja R Harinath  <rharinath@novell.com>
5582
5583         Fix performance regression.
5584         * loader.c (find_method_in_class): Add 'from_class' argument.
5585         Rename 'klass' argument to 'in_class'.  The signature is compared
5586         against the method in 'in_class', and the corresponding method is
5587         returned from 'from_class'.
5588         (find_method): Walk both 'in_class' and 'from_class' in parallel.
5589         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
5590         type definition and generic instantiation in parallel.
5591         (mono_get_method_constrained): Update to changes.
5592
5593 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
5594
5595         * threads.c: make sure the domain is correct, too when doing
5596         mono_thread_attach ().
5597
5598 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
5599
5600         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
5601         windows. Fixes #77683.
5602
5603 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
5604
5605         * object.h, *: introduced specific way to set elements of an array
5606         of references to be used as write barrier. Still need to audit the
5607         uses of mono_array_addr.
5608
5609 2006-03-01  Miguel de Icaza  <miguel@novell.com>
5610
5611         * object-internals.h: New field to cache the assmebly name, patch
5612         from Tambet Ingo (tambet@ximian.com)
5613
5614 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
5615
5616         * decimal.h, class-internals.h, metadata-internals.h,
5617         file-io.h: mark a few function declarations as internal, to
5618         reduce the number of PLT entries.
5619
5620 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5621
5622         * file-io.c: fix typo in warning message.
5623
5624 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
5625
5626         * loader.c: on unix, lookup the "*A" version of a function
5627         if charset is auto as a second option before failing.
5628
5629 2006-02-28  Raja R Harinath  <rharinath@novell.com>
5630
5631         * class.h (mono_class_inflate_generic_method): Revert to two
5632         argument version.
5633         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
5634         (mono_class_inflate_generic_method_full): Add.
5635         * class.c (mono_class_inflate_generic_method_full): Rename from
5636         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
5637         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
5638         * loader.c, reflection.c: Update to changes.
5639
5640 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
5641
5642         * icall.c: const fixes and small improvements.
5643
5644 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5645
5646         * threadpool.c: for asynchronous connect(), enable the same workaround
5647         for BSD 6 as for the Mac. Fixes bug #77637.
5648
5649 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
5650
5651         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
5652         formatted classes. Fixes #77524.
5653
5654 2006-02-24  Raja R Harinath  <rharinath@novell.com>
5655
5656         * class.c (inflate_generic_type): Add a couple more
5657         micro-optimizations.
5658         (inflate_generic_context): Don't use the 'gmethod' from
5659         'inflate_with'.
5660         (mono_class_inflate_generic_method): If the method has generic
5661         parameters, but the passed-in context doesn't have a 'gmethod',
5662         create one.  Use the possibly simplified generic instantiation
5663         from the declaring class instead of the one passed in.
5664
5665 2006-02-24  Raja R Harinath  <harinath@gmail.com>
5666
5667         Make generic method signature and method header handling lazy.
5668         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
5669         (inflate_generic_header): Likewise.
5670         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
5671         parameter to avoid inflating types.
5672         (mono_get_inflated_method): Empty out.
5673         * class.h (mono_class_inflate_generic_method): Update to changes.
5674         * loader.c (mono_get_method_from_token): Don't parse signature for
5675         generic methods, nor methods of generic classes.
5676         (mono_method_signature): Rename from 'mono_method_signature'.
5677         Inflate signature on demand.
5678         (mono_method_get_header): Inflate method header on demand.
5679         * reflection.c: Update to changes.
5680
5681 2006-02-23  Raja R Harinath  <rharinath@novell.com>
5682
5683         * metadata.c (mono_metadata_inflate_generic_inst): If the
5684         instantiation is closed, don't bother expanding it in the new
5685         context.
5686         * class.c (inflate_generic_class): If the generic instantiation
5687         doesn't change after inflation, return the argument itself.
5688         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
5689         Add bounds checks.
5690         (inflate_generic_context): If neither the generic class nor the
5691         generic method instantiations change, return the original context.
5692         * reflection.c (mono_method_get_object): Do
5693         'mono_get_inflated_method' before accessing the ->klass field.
5694         (inflate_mono_method): Don't create a MonoGenericMethod unless
5695         necessary.
5696         (inflate_method): Don't pass a constructed type as the declaring
5697         type of a methodbuilder.
5698
5699 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
5700
5701         * object.c: fix memory overwrite.
5702
5703 2006-02-22  Dick Porter  <dick@ximian.com>
5704
5705         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
5706         it doesn't work any more.
5707         (mono_threads_request_thread_dump): Fix unused variable warnings.
5708
5709 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
5710
5711         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
5712         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
5713         the public header file.
5714
5715 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
5716
5717         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
5718
5719 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
5720
5721         * class-internals.h, object.c: reduce the size of MonoVTable
5722         and store the interface_offsets array at negative offsets.
5723
5724 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
5725
5726         * metadata.c: tweak table descriptors data structures to reduce
5727         size and runtime relocations.
5728
5729 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
5730
5731         * marshal.c: fix some types and opcodes to be type-safe
5732         in marshaling wrappers.
5733
5734 2006-02-21  Ankit Jain  <jankit@novell.com>
5735
5736         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
5737
5738 2006-02-21  Raja R Harinath  <rharinath@novell.com>
5739
5740         * metadata.c (get_constraints): Relax debugging checks for monodis.
5741
5742 2006-02-21  Ankit Jain  <jankit@novell.com>
5743
5744         * metadata.c (mono_metadata_load_generic_params): Move the code
5745         checking for ambiguous generic params from here to mono/dis/get.c
5746         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
5747
5748 2006-02-21  Raja R Harinath  <harinath@gmail.com>
5749
5750         Fix assertion triggered when compiling nemerle.
5751         * class.c (mono_get_shared_generic_inst): Rename from
5752         get_shared_inst and make non-static.
5753         * loader.c (mono_get_shared_generic_method): New.  Used to create
5754         the MonoGenericContext-equivalent of a MonoGenericContainer.
5755         (mono_get_method_from_token): Initialize the 'context' field of
5756         the created MonoGenericContainer.
5757         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
5758         * metadata.c (get_constraints): Add sanity check.
5759         * class-internals.h: Add new internal methods.
5760
5761         * reflection.c (verify_safe_for_managed_space): New sanity check.
5762         Currently checks that owner-less generic parameters aren't allowed
5763         in managed space.
5764         (mono_type_get_object): Use it.
5765         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
5766         that are now in mono_type_get_object.
5767         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
5768
5769 2006-02-19  Raja R Harinath  <harinath@gmail.com>
5770
5771         * metadata.c (mono_type_create_from_typespec): Rename from
5772         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
5773         argument and caching of types in the generic container.
5774         (unwrap_arrays, find_generic_param): Remove.
5775         * metadata-internals.h: Update.
5776         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
5777
5778 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
5779
5780         * class.c (mono_class_get_exception_for_failure): Fix a warning.
5781
5782         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
5783         return values. Fixes #77581.
5784
5785         * class.c (mono_fnptr_class_get): Switch name and name_space.
5786
5787         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
5788         classes and add support for [In, Out] attributes.
5789         (mono_marshal_free_asany): Ditto. Fixes #77524.
5790
5791 2006-02-18  Raja R Harinath  <harinath@gmail.com>
5792
5793         * class.c (mono_class_from_generic_parameter): Make more robust to
5794         incomplete MonoGenericContainers from monodis.
5795
5796 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
5797
5798         * class-internals.h: added some more exception types.
5799         * class.c, metadata.c: added a few checks to handle missing
5800         types.
5801
5802 2006-02-17  Raja R Harinath  <rharinath@novell.com>
5803
5804         Use owner-less generic-params some more.
5805         * class.c (my_mono_class_from_generic_parameter): Remove.
5806         (mono_class_from_generic_parameter): Handle null image,
5807         param->name and param->owner.
5808         (mono_class_from_mono_type): Update.
5809         (mono_class_create_from_typespec): Remove 'container' parameter.
5810         If that parameter is non-null, the result is always inflated by
5811         'mono_class_get_full' anyway.
5812         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
5813         parameter.
5814         (mono_class_get_full): Update.
5815
5816         * class.c (inflate_generic_type) [GENERICINST]: If the generic
5817         instance is not open, don't bother inflating.
5818         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
5819         parse metadata for inflated classes.
5820         (_mono_class_get): Change GenericContext* parameter to
5821         GenericContainer*.
5822         (mono_class_create_from_typespec): Likewise.  Simplify, and
5823         implement trivially.  All the cases are handled in
5824         mono_class_from_mono_type.  Don't inflate returned class.
5825         (mono_class_get_full): Delegate GENERICINST optimization to
5826         inflate_generic_type.
5827         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
5828
5829 2006-02-16  Dick Porter  <dick@ximian.com>
5830
5831         * socket-io.c (create_object_from_sockaddr): Fix typo.
5832         (create_sockaddr_from_object): Check array lengths before
5833         potentially accessing items off the end.
5834         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
5835         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
5836         (ves_icall_System_Net_Sockets_Socket_Send_internal)
5837         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
5838         length checks to avoid wraparound overflows.
5839         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
5840         contents of the array of sockets
5841         (hostent_to_IPHostEntry2)
5842         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
5843         Check return value of inet_ntop ().
5844         (addrinfo_to_IPHostEntry): Fix typo
5845
5846 2006-02-16  Raja R Harinath  <rharinath@novell.com>
5847
5848         Type metadata parsing doesn't use generic-instantiation information.
5849         * metadata.c (mono_metadata_parse_array_full): Change
5850         MonoGenericContext* parameter to MonoGenericContainer*.
5851         (mono_metadata_parse_type_full): Likewise.
5852         (mono_type_create_from_typespec_full): Likewise.
5853         (mono_metadata_parse_mh_full): Likewise.
5854         (mono_metadata_parse_generic_inst): Likewise.
5855         (do_mono_metadata_parse_generic_class): Likewise.
5856         (do_mono_metadata_parse_type): Likewise.
5857         * metadata-internals.h: Update to changes.
5858         * class.c (mono_class_find_enum_basetype): Likewise.
5859         (mono_class_setup_fields): Likewise.
5860         (mono_class_create_from_typespec): Likewise.
5861         * loader.c (method_from_methodspec): Likewise.
5862         (mono_get_method_from_token): Likewise.
5863         (mono_method_get_header): Likewise.
5864
5865 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
5866
5867         * marshal.c: handle additional GENERICINST case (patch from
5868         Thong Nguyen <tum@veridicus.com>).
5869         Fix a few cases where LDIND_I/STIND_I was used for references.
5870
5871 2006-02-16  Raja R Harinath  <rharinath@novell.com>
5872
5873         * reflection.c (mono_reflection_get_token): Remove unused variable.
5874
5875 2006-02-16  Martin Baulig  <martin@ximian.com>
5876
5877         * reflection.c (mono_reflection_get_token): Add support for fields
5878         in instantiated generic types.
5879
5880         * icall.c
5881         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
5882
5883 2006-02-15  Martin Baulig  <martin@ximian.com>
5884
5885         * icall.c
5886         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
5887         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
5888         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
5889         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
5890
5891 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
5892
5893         * class.c, metadata.c, metadata.h, object.c, icall.c,
5894         marshal.c: changed mono_type_get_underlying_type () to do
5895         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
5896         Fixed handling of instantiated generic valuetypes (bug #75479).
5897
5898 2006-02-15  Raja R Harinath  <rharinath@novell.com>
5899
5900         * metadata.c (mono_metadata_decode_signed_value): Simplify.
5901         Delegate to mono_metadata_decode_value, and work on the returned value.
5902
5903         * icall.c (ves_icall_MonoType_GetGenericArguments):
5904         Add consistency check here too.
5905         
5906 2006-02-15  Ankit Jain  <jankit@novell.com>
5907
5908         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
5909         char/short etc.
5910
5911 2006-02-15  Ankit Jain  <jankit@novell.com>
5912
5913         * metadata.c (mono_metadata_decode_signed_value): New function to decode
5914         signed values, used only for representing lower bounds of arrays.
5915         (mono_metadata_parse_array_full): Use new
5916         mono_metadata_decode_signed_value to decode lower bounds.
5917
5918 2006-02-14  Martin Baulig  <martin@ximian.com>
5919
5920         * reflection.c
5921         (mono_reflection_get_token): Support "MonoGenericMethod" and
5922         "MonoGenericCMethod" and allow generic instances / methods.
5923
5924 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
5925
5926         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
5927         to obtain the terminal size using an ioctl.
5928
5929         * object.c (mono_nullable_init): Revert this as nullable reference
5930         types are not valid.
5931         (mono_nullable_box): Ditto.
5932
5933 2006-02-09  Dick Porter  <dick@ximian.com>
5934
5935         * threads.c (mono_thread_detach): Drop a reference to the thread
5936         we're detaching.
5937
5938 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
5939
5940         * object.c (mono_nullable_init): Handle nullable reference types.
5941         (mono_nullable_box): Ditto. Fixes #77446.
5942
5943 2006-02-07  Martin Baulig  <martin@ximian.com>
5944
5945         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
5946
5947 2006-02-07  Ankit Jain  <jankit@novell.com>
5948
5949         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
5950         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
5951         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
5952         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
5953         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
5954         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
5955
5956 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
5957
5958         * class.c (mono_class_create_generic): Set type_token as well.
5959
5960         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
5961         compatible with MS.
5962
5963 2006-02-02  Martin Baulig  <martin@ximian.com>
5964
5965         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
5966         has never been used so far.
5967
5968 2006-02-02  Martin Baulig  <martin@ximian.com>
5969
5970         * mono-debug-debugger.h: Changed comment at the top of this file;
5971         the header is not installed, but it's safe to #include it from
5972         within the JIT.
5973
5974         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
5975         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
5976
5977 2006-02-02  Martin Baulig  <martin@ximian.com>
5978
5979         * mono-debug.h
5980         (MonoSymbolTable): Removed the `metadata_info' field.
5981
5982         * mono-debug.c
5983         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
5984
5985         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
5986         (mono_debugger_add_builtin_types): Removed.
5987         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
5988         (mono_debugger_create_notification_function): We now operate on a
5989         pre-allocated area; take a `gpointer' and return `void'.
5990
5991         * mono-debug-debugger.c
5992         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
5993         (mono_debugger_add_builtin_types): Removed.
5994
5995 2006-02-02  Martin Baulig  <martin@ximian.com>
5996
5997         * threads.c (mono_debugger_create_all_threads): New public method.
5998
5999 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
6000
6001         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
6002         breaks on several platforms.
6003
6004 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
6005
6006         * assembly.c: the VS.NET build doesn't supply default values for
6007         MONO_ASSEMBLIES and MONO_CFG_DIR.
6008
6009 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
6010
6011         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
6012         helper function.
6013
6014         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
6015
6016         * loader.c (method_from_memberref): Fix a warning.
6017
6018         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
6019
6020         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
6021         with explicit layout. Fixes #77433.
6022
6023 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
6024
6025         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
6026         max_interface_id is initialized before using it. Fixes #77398.
6027         (ves_icall_Type_GetInterfaces): Ditto.
6028
6029 2006-01-30  Raja R Harinath  <rharinath@novell.com>
6030
6031         * metadata.c (mono_metadata_parse_method_signature_full): Don't
6032         allocate memory for parameter attributes when parsing memberref
6033         signatures.
6034         * loader.c (mono_loader_set_error_method_load): Don't warn.
6035         (method_from_memberref): Ensure MissingMethodException gets thrown
6036         if method is not found.  Make warning more informative.
6037
6038 2006-01-29  Raja R Harinath  <harinath@gmail.com>
6039
6040         Fix #77397
6041         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
6042         return true if is byref.
6043         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
6044         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
6045         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
6046
6047 2006-01-27  Raja R Harinath  <rharinath@novell.com>
6048
6049         Fix tests/find-method.2.il
6050         * loader.c (find_method, find_method_in_class): Remove is_inflated
6051         argument.  Revert 2006-01-18 change.
6052         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
6053         is generic, search for method in its generic definition.
6054         * class.c (mono_class_setup_vtable_general): Print generic
6055         arguments of generic types in debugging printf.
6056
6057 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
6058
6059         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
6060
6061         * threads.c (mono_threads_request_thread_dump): New helper function.
6062
6063 2006-01-25  Raja R Harinath  <rharinath@novell.com>
6064
6065         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
6066
6067 2006-01-25  Ankit Jain  <jankit@novell.com>
6068
6069         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
6070         move definition to ..
6071         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
6072         
6073 2006-01-25  Ankit Jain  <jankit@novell.com>
6074             Raja R Harinath  <rharinath@novell.com>
6075
6076         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
6077         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
6078         as necessary.
6079
6080 2006-01-25  Martin Baulig  <martin@ximian.com>
6081
6082         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
6083         `MonoDebuggerThread' into debug-debugger.c.
6084
6085 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
6086
6087         * profiler.c: fix printing of data.
6088
6089 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
6090
6091         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
6092           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
6093
6094 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
6095
6096         * object.c: fix deadlock related to string interning.
6097
6098 2006-01-23  Martin Baulig  <martin@ximian.com>
6099
6100         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
6101
6102         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
6103
6104 2006-01-23  Martin Baulig  <martin@ximian.com>
6105
6106         * mono-debug.h: Moved the prototypes of some functions which are
6107         used by the JIT here from mono-debug-debugger.h.
6108
6109 2006-01-21  Martin Baulig  <martin@ximian.com>
6110
6111         * Makefile.am: Don't install mono-debug-debugger.h.
6112
6113 2006-01-21  Martin Baulig  <martin@ximian.com>
6114
6115         * mono-debug-debugger.h: Enforce the private status of this header
6116         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
6117         Moved some stuff from mono-debugger-jit-wrapper.h here.
6118
6119 2006-01-20  Raja R Harinath  <rharinath@novell.com>
6120
6121         * class.c (mono_class_from_typeref): Add a sanity test to help
6122         catch lack of assembly load/search hooks.
6123
6124 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
6125
6126         * marshal.c (emit_struct_conv): Relax the fields with same offset
6127         check even more. Fixes #77230.
6128
6129 2006-01-18  Martin Baulig  <martin@ximian.com>
6130
6131         * loader.c (find_method_in_class): Added `gboolean is_inflated'
6132         argument; if false, we compare the uninstantiated signatures.
6133         (method_from_memberref): Compare the uninstantiated signatures;
6134         fixes #76417.
6135
6136 2006-01-18  Robert Jordan  <robertj@gmx.net>
6137
6138         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
6139         Clear the weak link. Fixes bug #77170.
6140
6141         * gc.c (mono_gchandle_free):
6142         Reflect *-gc.c changes (tiny optimization).
6143
6144 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
6145
6146         * metadata.c (mono_metadata_signature_dup): Applied patch from
6147         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
6148         Fixes #77288.
6149
6150 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
6151
6152         * marshal.c (emit_struct_conv): Allow fields with the same offset when
6153         marshalling from native to managed code. Fixes #77230.
6154
6155 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6156
6157         * threadpool.c: fix problem (Mac only) when more than one asynchronous
6158         connect. Fixes bug #77020.
6159
6160 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
6161
6162         * class.c: fixed id assignement for nested interfaces (bug #77275).
6163         Added also better info for --print-vtable debugging.
6164
6165 2006-01-12  Martin Baulig  <martin@ximian.com>
6166
6167         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
6168         interfaces on-the-fly; fixes #76625.
6169
6170         * class-internals.h
6171         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
6172         don't need that anymore.
6173
6174 2006-01-12  Miguel de Icaza  <miguel@novell.com>
6175
6176         * socket-io.c
6177         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
6178         To avoid initing the nested_classes when not needed I turned the
6179         PeerCredData as a toplevel internal class, as it has to be shared
6180         anyways. 
6181
6182         Fixes the CASA issue.
6183
6184 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
6185
6186         * domain.c: Accessors for MonoJitInfo
6187
6188         * profiler-private.h: Add jitinfo to the end jit hook
6189
6190         * profiler.[ch]: Define new hooks, called after jitting which give
6191         the MonoJitInfo that was compiled
6192
6193 2006-01-10  Martin Baulig  <martin@ximian.com>
6194
6195         * class.c (mono_class_setup_events): Add support for generic
6196         classes; fixes #76440.
6197
6198 2006-01-06  Raja R Harinath  <rharinath@novell.com>
6199
6200         Fix #77160.
6201         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
6202         on passed-in method.
6203
6204 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
6205
6206         * object.c (mono_runtime_invoke_array): Add Nullable support.
6207
6208         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
6209
6210 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
6211
6212         * file-io.c: Don't consider sockets as directory and avoid an endless
6213         loop. Fix bug #76966.
6214
6215 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
6216
6217         * object.c (mono_nullable_init): New helper function.
6218         (mono_nullable_box): Ditto.
6219
6220         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
6221
6222         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
6223
6224         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
6225         
6226 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
6227
6228         * class.c (mono_class_is_assignable_from): Make T assignable to 
6229         Nullable<T>.
6230
6231 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
6232
6233         * appdomain.c: Bump corlib version to 46.
6234         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
6235         serialization purpose) and changed ves_icall_System_Reflection_
6236         Assembly_get_code_base signature to accept a boolean (to escape, or 
6237         not, the assembly code base).
6238
6239 2005-12-23  Dick Porter  <dick@ximian.com>
6240
6241         * icall.c: 
6242         * threads-types.h: 
6243         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
6244         CreateEvent icall now returns "created" boolean parameter.
6245
6246 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
6247
6248         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
6249         #76967.
6250
6251         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
6252         when attr_klass is an interface. Fixes #77045.
6253
6254 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
6255
6256         * marshal.c (emit_struct_conv): Fix previous patch.
6257         
6258         * marshal.c (emit_struct_conv): Add a check for fields with the same
6259         offset.
6260
6261 2005-12-20  Raja R Harinath  <rharinath@novell.com>
6262
6263         Fix regression in Mono.C5.
6264         * class.c (mono_class_create_generic): If 'klass' is an interface
6265         set up the interface offsets.
6266         (mono_class_is_assignable_from): Don't throw away generic arguments.
6267
6268 2005-12-19  Raja R Harinath  <rharinath@novell.com>
6269
6270         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
6271         type parameters.
6272
6273 2005-12-15  Raja R Harinath  <rharinath@novell.com>
6274
6275         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
6276         dead store.
6277         (do_mono_metadata_parse_generic_class): Don't pass the current
6278         generic context when parsing the type being instantiated: it
6279         cannot use it, anyway.
6280
6281         * loader.c (method_from_memberref): Don't inflate a signature if
6282         it doesn't contain any type parameters.
6283
6284 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
6285
6286         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
6287
6288 2005-12-14  Martin Baulig  <martin@ximian.com>
6289
6290         * class.c
6291         (mono_type_get_name_recurse): Don't return null for type
6292         parameters and open generic classes.
6293         (mono_class_setup_methods): Don't exclude generic instances.
6294         (mono_get_unique_iid): Use different IDs for different
6295         instantiations of the same generic type.
6296         (mono_class_setup_vtable): Only use setup_generic_vtable() for
6297         open generic instances; create a normal vtable for closed generic
6298         instances.
6299         (mono_class_setup_vtable_general): We're now also called for
6300         closed generic instances.
6301
6302         * reflection.c
6303         (mono_reflection_bind_generic_parameters): Correctly use
6304         mono_metadata_lookup_generic_inst() everywhere.
6305
6306 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
6307
6308         * object.c (mono_class_create_runtime_vtable): Call 
6309         mono_class_setup_vtable ().
6310
6311         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
6312         function.
6313         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
6314         #76959.
6315
6316         * loader.c (mono_loader_set_error_type_load): Print the type load
6317         warnings to the console so they are more visible to the user.
6318         (mono_loader_set_error_method_load): Ditto.
6319
6320         * reflection.c (ensure_runtime_vtable): Revert the last change as it
6321         is still broken.
6322         
6323         * reflection.c (ensure_runtime_vtable): Fix build.
6324
6325         * reflection.c (ensure_runtime_vtable): Disable an optimization which
6326         doesn't work in all cases.
6327
6328 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
6329
6330         * object.c (mono_array_new_full): Treat a single dimensional array
6331         with 0 lower bounds as an szarray. Fixes #76973.
6332
6333         * reflection.c (custom_attr_visible): Really fix this.
6334
6335 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
6336
6337         * reflection.c (custom_attr_visible): Allow nested public attributes
6338         as well.
6339
6340         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
6341         interface check.
6342
6343 2005-12-12  Raja R Harinath  <harinath@gmail.com>
6344
6345         * class.c (set_generic_param_owner): Delete.
6346         (mono_class_create_from_typedef): Don't set ->owner field of
6347         generic parameters to "param containers" of enclosing classes.
6348         * reflection.c (mono_reflection_initialize_generic_parameter):
6349         Likewise.
6350
6351 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
6352
6353         * reflection.c (custom_attr_visible): Fix build.
6354
6355 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
6356
6357         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
6358         private attributes.
6359         
6360         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
6361         handling of null parameter defaults.
6362
6363 2005-12-09  Raja R Harinath  <rharinath@novell.com>
6364
6365         * class.c (mono_class_from_generic_parameter): Don't set
6366         klass->generic_container.
6367         (my_mono_class_from_generic_parameter): Likewise.
6368
6369 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
6370
6371         * reflection.c (load_public_key): Fix a warning.
6372         (method_encode_code): Fix unaligned accesses.
6373
6374 2005-12-07  Martin Baulig  <martin@ximian.com>
6375
6376         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
6377
6378         * reflection.c
6379         (write_generic_param_entry): Encode our custom attrs.
6380
6381         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
6382
6383 2005-12-07  Martin Baulig  <martin@ximian.com>
6384
6385         * reflection.c (encode_new_constraint): Removed; we don't use the
6386         `NewConstraintAttribute' anymore.
6387
6388 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
6389
6390         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
6391         not fire a TypeResolve event when Assembly.GetType () is called.
6392
6393 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
6394
6395         Beginning of support for nullable types in the runtime. Parts of
6396         this patch are from Martin.
6397
6398         * appdomain.c (MONO_CORLIB_VERSION): Bump
6399
6400         * domain.c (mono_init_internal): get the nullable type
6401
6402         * class.c (mono_class_is_nullable): New method
6403         (mono_class_get_nullable_param): New mehod
6404         (mono_class_create_generic): In types T? set cast_class to T
6405
6406         * class-internals.h (MonoDefaults): new nullable default class
6407         (mono_class_get_nullable_param, mono_class_get_nullable_param):
6408         new methods.
6409
6410 2005-12-05  Raja R Harinath  <rharinath@novell.com>
6411
6412         * metadata.c (select_container): New.  Refactor code to select the
6413         appropriate GenericContainer given the type of generic parameter
6414         we are looking for.
6415         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
6416         not a MonoGenericContext.  Use select_container.  Update parameters.
6417         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
6418         and MONO_TYPE_MVAR.
6419         (unwrap_arrays): Remove duplicate tests.
6420         (find_generic_param): Rename from 'has_same_context'.  Now walks a
6421         generic instantiated class to find any arguments that are generic
6422         parameters.
6423         (mono_type_create_from_typespec_full): Use find_generic_param to
6424         avoid evicting some generic instantiations from the typespec
6425         cache.
6426
6427 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
6428
6429         * reflection.c: fixed writing of doubles on ARM FPA.
6430
6431 2005-12-02  Robert Jordan  <robertj@gmx.net>
6432
6433         * icall.c: Fixed EventInfo.ReflectedType (#76829).
6434
6435 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6436
6437         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
6438         least on SUSE 10 they are not the same (on debian, they are just the
6439         same thing).
6440
6441 2005-12-01  Raja R Harinath  <rharinath@novell.com>
6442
6443         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
6444         DeclaringType for VARs and MVARs.
6445         * class.c (set_generic_param_owner): Fix initialization of owner
6446         fields.
6447
6448 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
6449
6450         * icall.c: fixed Enum.ToObject() to correctly convert the values.
6451
6452 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6453
6454         * threadpool.c: workaround for a bug that shows up on the Mac:
6455         select()+connect() on a blocking socket is not like it should
6456         be, so we proceed to connect() in that case, wasting the I/O
6457         threadpool thread until connect succeedes. Fixes bug #75436.
6458
6459 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6460
6461         * threadpool.c: fix typo when setting file descriptor states.
6462
6463 2005-11-28  Raja R Harinath  <rharinath@novell.com>
6464
6465         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
6466         * metadata.c (mono_metadata_parse_method_signature_full): Don't
6467         create a temporary signature container.
6468         (mono_metadata_parse_generic_param): Update to changes.
6469         (mono_type_create_from_typespec_full): Update to changes.
6470         * loader.c (method_from_memberref): Don't use a
6471         MonoGenericContainer while parsing a memberref signature.
6472         (method_from_methodspec): Remove dead-store of the 'container'
6473         variable.  It's overwritten before use.
6474
6475         * metadata.c (mono_type_create_from_typespec_full): Make debugging
6476         checks tighter.
6477         (mono_metadata_parse_generic_param): Likewise.
6478         * loader.c (find_method_in_class): Does not need a
6479         MonoGenericContainer.  Use 'mono_method_signature' rather than
6480         'mono_method_signature_full'.
6481         (find_method, mono_get_method_constrained, method_from_memberref):
6482         Update to changes.
6483
6484         * metadata.c (mono_type_create_from_typespec_full): Ensure that
6485         owner-less generic-parameters are never evicted from the typespec
6486         cache.
6487
6488         * loader.c (method_from_memberref): Don't use the current context
6489         when parsing signatures.
6490         (method_from_methodspec, mono_get_method_from_token): Update to changes.
6491
6492         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
6493         side-effects in g_assert.
6494         * loader.c (mono_get_method_from_token): Resolve klass earlier so
6495         that we don't potentially lose information.
6496
6497 2005-11-26  Dick Porter  <dick@ximian.com>
6498
6499         * icall.c:
6500         * threads.c: icalls to implement basic (ie, not named)
6501         System.Threading.Semaphore.
6502
6503 2005-11-24  Dick Porter  <dick@ximian.com>
6504
6505         * process.c
6506         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
6507         Use GetProcessId() if it's available.
6508
6509 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
6510
6511         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
6512
6513 2005-11-23  Raja R Harinath  <rharinath@novell.com>
6514             Ankit Jain  <jankit@novell.com>
6515
6516         * loader.c (mono_get_method_from_token): Initialize 'method' field
6517         of all generic parameters before parsing the signature.  Remove
6518         code that "fixed"-up MVAR references.
6519
6520 2005-11-23  Ankit Jain  <jankit@novell.com>
6521
6522         * metadata.c (mono_metadata_has_generic_params):
6523         (mono_metadata_load_generic_param_constraints):
6524         (mono_metadata_load_generic_params): Move duplicate code ...
6525         (mono_metadata_get_generic_param_row): ... here. Returns the
6526         first row-id in GenericParam table for a given owner (token).
6527         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
6528         prototype.
6529
6530 2005-11-23  Raja R Harinath  <rharinath@novell.com>
6531             Ankit Jain  <jankit@novell.com>
6532
6533         * metadata.c (mono_metadata_class_equal): Pass signature_only when
6534         comparing VARs too.
6535         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
6536         type->data.generic_param only if the type is an MVAR.
6537         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
6538         leak owner-less VARs and MVARs into managed space.
6539
6540 2005-11-21  Martin Baulig  <martin@ximian.com>
6541
6542         * class-internals.h
6543         (MonoMethod): Moved the `generic_container' here from
6544         `MonoMethodNormal' since we now also need it for
6545         `MonoMethodPInvoke';
6546         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
6547         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
6548         an union containing both `MonoMethodNormal' and
6549         `MonoMethodPInvoke'.
6550
6551         * loader.c
6552         (mono_get_method_from_token): Allow implementing generic methods
6553         as interncalls.
6554
6555         * threads.c
6556         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
6557         icall.
6558
6559 2005-11-17  Dick Porter  <dick@ximian.com>
6560
6561         * icall.c: 
6562         * process.h: 
6563         * process.c: Split the Process Start_internal icall into
6564         ShellExecuteEx_internal and CreateProcess_internal, which are
6565         called depending on whether UseShellExecute is true.  Fixes bug
6566         76670.
6567
6568         * appdomain.c (MONO_CORLIB_VERSION): Incremented
6569
6570 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
6571
6572         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
6573         'msize' parameters, use the information in 'mspec' instead.
6574         (emit_object_to_ptr_conv): Ditto.
6575
6576         * marshal.c (emit_struct_conv): Handle explicit layout structs with
6577         fields out of order. Fixes #76733.
6578
6579 2005-11-17  Ankit Jain  <jankit@novell.com>
6580
6581         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
6582
6583 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
6584
6585         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
6586           bug #76575.
6587
6588 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
6589
6590         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
6591         for types with non-auto layout. Fixes #76717.
6592
6593 2005-11-16  Ankit Jain  <jankit@novell.com>
6594
6595         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
6596         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
6597         if generic_context is null.
6598           (mono_metadata_generic_param_equal): param->owner can be null.
6599           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
6600         null.
6601
6602 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
6603
6604         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
6605         the correct value.
6606
6607 2005-11-15  Martin Baulig  <martin@ximian.com>
6608
6609         * object.c (set_value): Use mono_class_from_mono_type() instead of
6610         the hack for generic instances; fixes #76136.
6611
6612 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
6613
6614         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
6615         fields.
6616
6617         * image.c (load_metadata_ptrs): Initialize the new fields.
6618
6619         * reflection.c (create_dynamic_mono_image): Ditto.
6620
6621         * reflection.c (build_compressed_metadata): Use the new fields.
6622
6623         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
6624         icall.
6625
6626         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
6627         icall.
6628         
6629 2005-11-15  Ankit Jain  <jankit@novell.com>
6630             Raja R Harinath  <harinath@gmail.com>
6631
6632         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
6633         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
6634         new per-generic_container cache if the cached MonoType's context matches
6635         the current context.
6636           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
6637         to the expected context.
6638           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
6639
6640 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6641
6642         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
6643         we changed the signature of an icall.
6644         * icall.c: Modify to mono_double_ParseImpl return true/false 
6645         depending on the success, instead of throwing the exception. This will
6646         help us in Double.TryParse methods.
6647         
6648 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
6649
6650         * marshal.c (emit_marshal_object): Throw an exception when
6651         marshalling 'object' instead of crashing. Fixes #76696.
6652
6653 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
6654
6655         * class-internals.h: Add prototype for mono_type_get_full_name ().
6656
6657 2005-11-11  Dick Porter  <dick@ximian.com>
6658
6659         * threads.c (mono_thread_manage): Make sure the main thread has
6660         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
6661
6662 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
6663
6664         * loader.c (mono_loader_set_error_type_load): Log a warning to the
6665         console about the missing type.
6666         (mono_loader_set_error_method_load): Ditto.
6667
6668 2005-11-09  Miguel de Icaza  <miguel@novell.com>
6669
6670         * mono-config.c (mono_get_config_dir): Set the system defaults if
6671         none is specified.
6672
6673         * assembly.c (mono_set_dirs): New API entry point to set the
6674         assembly and the config directory in one call
6675
6676 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
6677
6678         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
6679         the ftnptr was created from a delegate in a domain other than the
6680         current domain. Fixes #75377.
6681
6682         * exception.h exception.c: Add mono_get_exception_not_supported ().
6683
6684 2005-11-08  Martin Baulig  <martin@ximian.com>
6685
6686         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
6687
6688 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
6689
6690         * security-manager.h: Added definitions to deal with strongname key 
6691         pairs bigger (and smaller) than 1024 bits.
6692         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
6693         adjust wrt the public key length being used.
6694
6695 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
6696
6697         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
6698           Windows build (r51396-51397).
6699
6700 2005-11-03  Martin Baulig  <martin@ximian.com>
6701
6702         * class.c (mono_class_setup_vtable_general): Also add generic
6703         methods to the vtable; fixes #76581.
6704
6705 2005-11-01  Miguel de Icaza  <miguel@novell.com>
6706
6707         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
6708         sure that we lookup GetString method from the System.Text.Encoding
6709         class, not the derived class or we get an empty method.
6710
6711         Fixed class #76612.
6712
6713 2005-10-25  Miguel de Icaza  <miguel@novell.com>
6714
6715         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
6716         if it has been previously set (embedders). 
6717
6718         Make mono_set_rootdir available also on Unix.
6719
6720 005-10-24  Robert Jordan  <robertj@gmx.net>
6721
6722         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
6723
6724 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
6725
6726         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
6727         only calls which are made to native code use this flag.
6728
6729         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
6730
6731 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
6732
6733         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
6734         Add support for FieldBuilders.
6735
6736 2005-10-29  Martin Baulig  <martin@ximian.com>
6737
6738         * mono-debug.c
6739         (mono_debug_using_mono_debugger): New public method; returns
6740         whether we're running inside the debugger.
6741
6742 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
6743
6744         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
6745         for Method/Constructor/FieldBuilders.
6746
6747 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
6748
6749         * reflection.c (module_add_cattrs): Save custom attributes for global methods
6750         and fields as well.
6751
6752 2005-10-26  Martin Baulig  <martin@ximian.com>
6753
6754         * mono-debug-debugger.c
6755         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
6756
6757 2005-10-24  Raja R Harinath  <harinath@gmail.com>
6758
6759         * icall.c (base64_to_byte_array): Don't pass an out-of-range
6760         integer to isspace.
6761
6762 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
6763
6764         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
6765         when passing valuetypes byref. Fixes #76502.
6766
6767 2005-10-19  Jackson Harper  <jackson@ximian.com>
6768
6769         * profiler.c: Don't put a . in front of types that are not in a
6770         namespace.
6771
6772 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
6773
6774         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
6775
6776 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
6777
6778         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
6779         #76436.
6780         (mono_marshal_get_ldflda_wrapper): Fix a warning.
6781
6782 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6783
6784         * assembly.c metadata-internals.h icall.c: Define an additional
6785         parameter for mono_assembly_name_parse_full, so we can avoid creating
6786         S.R.AssemblyName.Version when no version info wasn't passed.
6787         
6788 2005-10-09  Miguel de Icaza  <miguel@novell.com>
6789
6790         * class.c (mono_type_get_full_name): Reimplement method that was
6791         removed. 
6792
6793         * image.c: Some docs
6794
6795 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
6796
6797         * profiler.c (output_newobj_profile): Fix printing of Total memory
6798         on x86.
6799
6800 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
6801
6802         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
6803
6804 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
6805
6806         * threads.c: remove debug output.
6807
6808 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
6809
6810         * threads.c (mono_thread_manage): Fix crashes if more than 64
6811         threads need to be aborted. Hopefully fixes #75899.
6812
6813         * assembly.c (mono_stringify_assembly_name): New helper function.
6814
6815         * class.c: Use mono_stringify_assembly_name instead of the similar
6816         static function.
6817
6818         * assembly.h assembly.c: Add support for calling a postload search 
6819         hook if an assembly cannot be loaded.
6820
6821         * appdomain.c: Register new search hooks which call the AssemblyResolve
6822         events in AppDomain. Fixes #75231
6823
6824 2005-10-07  Martin Baulig  <martin@ximian.com>
6825
6826         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
6827         methods without debug info.
6828
6829 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
6830
6831         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
6832         wrappers.
6833
6834 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6835
6836         * file-io.c: now that we return symlinks, use lstat and, when the file
6837         is a symbolic link, stat, to get the file attributes. Also avoid the
6838         conversion to/from utf16/external.
6839
6840 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
6841
6842         * class.c (mono_class_layout_fields): Compute klass->has_references
6843         correctly if an embedded valuetype is not yet initialized. Fixes
6844         #76331.
6845
6846 2005-10-04  Martin Baulig  <martin@ximian.com>
6847
6848         * metadata.c
6849         (mono_metadata_load_generic_param_constraints): New public
6850         function; splitted the constraints loading out from
6851         mono_metadata_load_generic_params().
6852
6853         * class.c (mono_class_create_from_typedef): Call
6854         mono_metadata_load_generic_param_constraints() after setting up
6855         the type and creating our parent; fixes #75329.
6856
6857 2005-10-04  Martin Baulig  <martin@ximian.com>
6858
6859         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
6860         non-dynamic parent classes.
6861
6862 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
6863
6864         * file-io.c : win32 build fix (ETXTBSY seems not found).
6865
6866 2005-10-04  Martin Baulig  <martin@ximian.com>
6867
6868         * reflection.c
6869         (mono_image_get_methodspec_token): Make the cache actually work;
6870         fixes #75974.
6871
6872 2005-10-04  Martin Baulig  <martin@ximian.com>
6873
6874         * class.c (mono_class_name_from_token): Removed the unneccessary
6875         `MonoGenericContext *' argument.
6876
6877 2005-10-04  Martin Baulig  <martin@ximian.com>
6878
6879         * loader.c
6880         (method_from_methodspec): Make the caching work again; fixes the
6881         performance regression from #76262.
6882
6883 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6884
6885         * file-io.c:
6886         * file-io.h:
6887         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
6888         GetFileSystemEntries that performs the same work but without going
6889         into io-layer, locking, etc.
6890
6891 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
6892
6893         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
6894         ThreadState_Stopped as well. Fixes #76047.
6895
6896 2005-09-29  Martin Baulig  <martin@ximian.com>
6897
6898         * class.c
6899         (inflate_generic_context): If the new context has a `gmethod', set
6900         its `container' that that gmethod's `container'.
6901
6902         * metadata.c
6903         (mono_metadata_parse_generic_param): Simplify things;
6904         `generic_container = generic_context->container;' is just fine.
6905
6906         * loader.c (method_from_methodspec): Code cleanups.
6907
6908 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
6909
6910         * decimal.c: fix warning (and let gcc generate correct
6911         code on ARM with optimizations).
6912
6913 2005-09-28  Martin Baulig  <martin@ximian.com>
6914
6915         * loader.c
6916         (method_from_memberref): Added `MonoGenericContext *class_context'
6917         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
6918         (method_from_methodspec): If we're a memberref, use the enclosing
6919         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
6920
6921 2005-09-28  Martin Baulig  <martin@ximian.com>
6922
6923         * object.c (mono_runtime_invoke_array): Added support for
6924         MONO_TYPE_GENERICINST; fixes #75917.
6925
6926 2005-09-27  Martin Baulig  <martin@ximian.com>
6927
6928         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
6929         `k->byval_arg.type' to determine the actual type.
6930
6931         * loader.c (method_from_methodspec): Removed some hacks.
6932
6933 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
6934
6935         * class-internals.h (mono_field_is_deleted): Do the test for
6936         rtspecialname before we check the actual name of the field. This
6937         prevents us from dereferencing a pointer into the string table,
6938         saving us from accessing a few pages
6939
6940         * *.c: Replace the use of {Enter,Leave}CriticalSection with
6941         macros. This will allow a deadlock debugger to easily be plugged
6942         in.
6943
6944 2005-09-27  Martin Baulig  <martin@ximian.com>
6945
6946         * loader.c (method_from_methodspec): Create a "signature"
6947         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
6948
6949 2005-09-27  Martin Baulig  <martin@ximian.com>
6950
6951         * class.c
6952         (inflate_generic_class): Correctly set the new context's
6953         container.
6954
6955         * loader.c
6956         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
6957         instead of a `MonoGenericContext *'.
6958         (mono_method_signature_full): Take a `MonoGenericContainer *'
6959         instead of a `MonoGenericContext *'.
6960
6961         * metadata.c
6962         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
6963         instead of a `MonoGenericContext *'.
6964         (mono_metadata_parse_method_signature_full): Likewise.
6965
6966 2005-09-26  Martin Baulig  <martin@ximian.com>
6967
6968         * class.c
6969         (mono_class_from_generic_parameter): Set `klass->generic_container'
6970         (mono_class_from_generic_parameter): Likewise.
6971         (mono_bounded_array_class_get): We inherit the generic container
6972         from the element class.
6973
6974         * loader.c
6975         (find_method, find_method_in_class): Take a `MonoGenericContext *'
6976         argument rather than computing it here.
6977         (method_from_memberref): Correctly set the generic context before
6978         parsing the signature.  Fixes #75681.
6979
6980 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
6981
6982         * object.c (mono_class_has_special_static_fields): Fix warnings.
6983
6984 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6985
6986         * assembly.c: Add parse_public_key function, to
6987         par the public keys. Also added mono_assembly_name_parse_full,
6988         to define it the parsed key should be freed or not.
6989         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
6990         to parse a long format assembly name.
6991         * metadata-internals.h: Keep mono_assembly_name_parse_full as
6992         private, since calling it to preserve the key requires
6993         freeing it manually.
6994         
6995 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
6996
6997         * locales.c : removed HAVE_ICU part.
6998
6999 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
7000
7001         * object.c (mono_class_create_runtime_vtable): Avoid calling 
7002         field_is_special_static if the klass has no special static fields.
7003
7004         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
7005         (MonoCachedClassInfo): Likewise.
7006
7007         * object.c (mono_class_has_special_static_fields): New helper function.
7008
7009 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
7010
7011         * class.c (mono_class_create_from_typedef): Don't call 
7012         interfaces_from_typedef_full for enums.
7013         (mono_class_create_from_typedef): Compute the base types of enums directly
7014         without calling mono_class_setup_fields ().
7015         (mono_class_find_enum_basetype): New helper function.
7016
7017         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
7018         one place inside the string heap.
7019         
7020 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
7021
7022         * class.c: locking fixes, code cleanups, some docs added.
7023         Allocate some data structures in the image mempool.
7024
7025 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
7026
7027         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
7028         the example code.
7029         
7030 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
7031
7032         * class-internals.h, class.c, reflection.c: reduce memory taken by
7033         MonoClass.
7034
7035 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
7036
7037         * metadata.c, metadata.h, loader.h: documentation updates, code and
7038         API cleanups.
7039
7040 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
7041
7042         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
7043         the example code.
7044
7045         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
7046         page faults caused by the runtime while reading metadata.
7047
7048 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7049
7050         * socket-io.c: the field names were changed 3 months ago and no one
7051         realized until bug #76077 got filed!
7052
7053 2005-09-20  Martin Baulig  <martin@ximian.com>
7054
7055         * icall.c (assembly_icalls): Removed some unused debugger icalls.
7056
7057 2005-09-20  Martin Baulig  <martin@ximian.com>
7058
7059         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
7060         write the rank into the class entry.
7061
7062 2005-09-20  Martin Baulig  <martin@ximian.com>
7063
7064         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
7065
7066 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
7067
7068         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7069
7070         * icall.c (custom_attrs_defined_internal): New icall.
7071
7072         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
7073         function.
7074         (mono_custom_attrs_construct_by_type): New helper function.
7075
7076 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
7077
7078         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
7079         terminate the resulting string. Fixes #76123.
7080
7081 2005-09-16  Martin Baulig  <martin@ximian.com>
7082
7083         * mono-debug.c
7084         (mono_debug_add_method): Ignore inflated methods for the moment.
7085
7086 2005-09-14  Martin Baulig  <martin@ximian.com>
7087
7088         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
7089
7090 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
7091
7092         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
7093         return a success/failure indication.
7094         (mono_metadata_interfaces_from_typedef_full): Ditto.
7095         (get_constraints): Ditto.
7096
7097 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
7098
7099         * marshal.c (emit_marshal_array): Fix handling of null arrays.
7100         
7101         * marshal.c (emit_marshal_array): Add support for returning string
7102         arrays from delegates. Fixes #76063.
7103
7104         * marshal.c: Use the emit_ldloc/stloc macros where possible.
7105
7106 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
7107
7108         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
7109         icall.
7110
7111 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
7112
7113         * reflection.c icall.c: Fix after mono_get_exception_type_load
7114         signature change.
7115
7116         * assembly.c (mono_assembly_get_assemblyref): New helper function.
7117         (mono_assembly_load_reference): Use the new helper.
7118
7119         * class-internals.h (MonoLoaderError): New structure containing 
7120         information about type loading errors.
7121
7122         * class-internals.h loader.c: Add APIs to store per-thread loader
7123         error information.
7124
7125         * loader.c class.c: Set the loader error if needed.
7126
7127         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
7128
7129 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
7130
7131         * decimal.c: fixed to handle the broken ARM fp format.
7132
7133 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
7134
7135         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
7136         broken.
7137
7138 2005-09-06  Martin Baulig  <martin@ximian.com>
7139
7140         * domain.c (supported_runtimes): Added v2.0.50727.
7141
7142 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
7143
7144         * culture-info.h: reduce the size of some structures.
7145
7146 2005-09-05  Martin Baulig  <martin@ximian.com>
7147
7148         Reflect latest API changes in the August CTP.
7149
7150         * icall.c
7151         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
7152         ("MonoType.HasGenericArguments"): Removed.
7153         ("MonoMethod.BindGenericParameters"): Renamed to
7154         "MakeGenericMethod".
7155         ("MethodBuilder.BindGenericParameters"): Renamed to
7156         "MakeGenericMethod".    
7157
7158 2005-09-05  Martin Baulig  <martin@ximian.com>
7159
7160         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
7161
7162 2005-09-05  Martin Baulig  <martin@ximian.com>
7163
7164         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7165
7166         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
7167         generic_container is non-NULL.
7168
7169 2005-09-05  Martin Baulig  <martin@ximian.com>
7170
7171         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7172
7173         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
7174
7175 2005-08-29  Michal Moskal  <malekith@nemerle.org>
7176
7177         * reflection.c (encode_locals,
7178         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
7179         for large generic types.
7180
7181 2005-09-05  Martin Baulig  <martin@ximian.com>
7182
7183         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7184
7185         * class.c (mono_dup_array_type): New public method.
7186         (mono_metadata_signature_deep_dup): New public method.
7187         (dup_type): Correctly duplicate array and function types.
7188
7189 2005-09-05  Martin Baulig  <martin@ximian.com>
7190
7191         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7192
7193         * reflection.c (get_default_param_value_blobs): Handle generic types
7194         and generic methods.
7195
7196 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
7197
7198         * class.c: Fixed error reporting (method/class were inversed) for 
7199         inheritance demands.
7200         * security-manager.c|h: Added the AppDomain when calling the managed
7201         System.Security.SecurityManager.InheritanceDemand method.
7202
7203 2005-09-01  Raja R Harinath  <rharinath@novell.com>
7204
7205         * reflection.c (encode_marshal_blob): 'marshaltype' and
7206         'marshaltyperef' are alternate sources for the custom marshaler
7207         name.
7208
7209 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
7210
7211         * class.c: fix creation of array classes with rank == 1
7212         (patch by Ankit Jain <jankit@novell.com>).
7213
7214 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
7215
7216         * object.c: fix check for creating the bound data for arrays vs
7217         szarrays.
7218
7219 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7220
7221         * object.c: configuration file name is now based on the executable name,
7222         not the image name. Fixes bug #75931.
7223
7224 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
7225
7226         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
7227         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
7228
7229 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
7230
7231         * rand.c: Use wincrypt.h instead of WinCrypt.h.
7232
7233 2005-08-24  Ankit Jain  <jankit@novell.com>
7234             Raja R Harinath  <rharinath@novell.com>
7235
7236         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
7237           called by it recursively.
7238           (mono_class_init): Remove special case in pending_init handling, since it's
7239           superseded by the fix to mono_class_from_typeref.
7240
7241 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
7242
7243         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
7244         BROKEN_THREAD_START stuff.
7245
7246 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
7247
7248         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
7249         trampoline.
7250
7251         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
7252         
7253         * object.c (mono_delegate_ctor): Replace the original function address with
7254         a delegate trampoline.
7255
7256 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
7257
7258         * icall.c: add boolean argument to base64_to_byte_array and 
7259         InternalFromBase64String to control whether a whitespace-only string
7260         is allowed (or should casue a FormatException to be thrown). We need
7261         this as the behavior has changed between MS.NET 1.x and 2.0, and we
7262         to match the MS behaviour in both profiles.
7263         * appdomain.c: Bump corlib version.
7264
7265 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7266
7267         This patch implements a big portion of publisher policy
7268         support, used to bind assembly versions and redirect
7269         one assembly from version A to version B.
7270
7271         * assembly.c:
7272         New GSList loaded_assembly_bindings, for storing the cached
7273         assembly bindings.
7274         (assembly_binding_maps_name): New static function for checking if a 
7275         assembly binding information maps an assembly name.
7276         (mono_assembly_binding_info_free): New function for freeing
7277         assembly binding information resources.
7278         (get_publisher_policy_info): New static function for retrieving 
7279         assembly binding information from a MonoImage.
7280         (compare_versions): New static function for comparing an assembly
7281         binding information data and the version of an assembly name.
7282         (check_policy_versions): New static function for checking if an
7283         assembly binding info mapping an assembly name is valid for it.
7284         (mono_assembly_load_publisher_policy): New static function for
7285         loading the 'policy.major.minor.MyAssembly' image for an assembly
7286         with an assembly name 'aname'.
7287         (mono_assembly_bind_version): New static function for updating
7288         assembly redirection.
7289         (mono_assembly_apply_binding): New static function for applying
7290         assembly binding.
7291         (search_binding_loaded): New static function for searching 
7292         loaded assembly binding infos in the cache domain.
7293         (mono_assembly_load_full): Don't apply assembly binding for
7294         reflection only assemblies.
7295
7296         * metadata-internals.h: Add MonoAssemblyBindingInfo,
7297         which contains information about assembly binding. Also
7298         declare signature for mono_config_parse_publisher_policy ()
7299         function, used to retrieve pub policy info.
7300         
7301         * mono-config.c:
7302         (publisher_policy_start): New static function used to parse publisher 
7303         policy config files.
7304         (publisher_policy_parser): New static MonoParseHandler containing 
7305         the functions used when parsing config files.
7306         (mono_config_parse_publisher_policy): New function for parsing
7307         publisher policy files.
7308         
7309 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
7310
7311         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
7312
7313         * marshal.c (mono_delegate_free_ftnptr): Ditto.
7314
7315         * object.c (mono_get_addr_from_ftnptr): New helper function.
7316
7317         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
7318
7319         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7320
7321 2005-08-19  Dick Porter  <dick@ximian.com>
7322
7323         * threads.c, threads.h, appdomain.c, appdomain.h,
7324         profiler-private.h, monitor.c, object.c, object-internals.h,
7325         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
7326         store the thread ID, so it can hold a 64 bit value if needed.
7327
7328 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
7329
7330         * reflection.c (mono_reflection_create_dynamic_method): Store the
7331         handle class into the method references as well so ldtoken works in
7332         dynamic methods.
7333
7334         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
7335         types.
7336
7337 2005-08-19  Ankit Jain <jankit@novell.com>
7338
7339         Fix #75847.
7340         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
7341           here rather than using the method signature of a arbitrary function
7342           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
7343           two arguments.
7344           Hack done with Harinath.
7345
7346 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7347
7348         * threadpool.c: disable printing stack traces when we get a exception
7349         in a threadpool thread. I need to do more testing to figure out which
7350         cases actually print this. Fixes bug #75828.
7351
7352 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7353
7354         * icall.c: there might be ignored whitespace after the last '='. This
7355         fixes length computation and bug #75840.
7356
7357 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
7358
7359         * assembly.c (mono_assembly_load_full): Consider .exe extension as
7360         well. Fixes #75809.
7361
7362         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
7363         #75784.
7364         
7365         * reflection.c (create_custom_attr_data): Ditto.
7366
7367 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
7368
7369         * locales.c, culture-info.h : removed RegionLCIDMap.
7370         * culture-info-tables.h : regenerated.
7371
7372 2005-08-16  Martin Baulig  <martin@ximian.com>
7373
7374         * class.c (mono_type_get_name_recurse): Small fix.
7375
7376 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
7377
7378         * locales.c : indentation fixie.
7379
7380 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
7381
7382         * object-internals.h,
7383           locales.h,
7384           locales.c,
7385           culture-info.h,
7386           icall.c : added RegionInfo table support.
7387         * culture-info-table.h : regenerated for region support.
7388
7389 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
7390
7391         * reflection.c (resolve_object): handle all kinds of MonoMethod
7392         including generic ones
7393
7394 2005-08-12  Ankit Jain <jankit@novell.com>
7395
7396         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
7397           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
7398
7399 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
7400
7401         * process.c: Don't close a thread handle when it's NULL. This is a
7402         workaround for bug #75733.
7403
7404 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
7405
7406         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
7407
7408 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
7409
7410         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
7411
7412 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7413
7414         * threadpool.c: if a work item in the thread pool has a callback that
7415         catches a exception, don't propagate it after invoking the callback.
7416         Fixes bug #75336.
7417
7418 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
7419
7420         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
7421
7422         * class-internals.h (MonoCachedClassInfo): Add some new fields.
7423
7424         * class.c (mono_class_init): Load field info lazily in the AOT case.    
7425
7426         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
7427
7428 2005-08-03  Ankit Jain  <jankit@novell.com>
7429
7430         Fix #75683.
7431         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
7432           PInvoke calling convention is 0.
7433
7434 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
7435
7436         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
7437         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
7438
7439 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
7440
7441         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
7442         to handle threads not started by the GC (patch by Michael Meeks
7443         <michael.meeks@novell.com>).
7444
7445 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
7446
7447         * reflection.c: Make buffer used in emitting types larger for some
7448         big generic types (patch by Michal Moskal).
7449
7450 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
7451
7452         * mono-debug.c: Fix some (not all) alignment problems.
7453
7454 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7455
7456         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
7457         Invoke mono_image_load_from_data_full passing the refonly
7458         parameter.
7459
7460         * assembly.c
7461         (mono_assembly_open_from_bundle): Add the refonly argument, 
7462         in order to pass it to other methods it calls to.
7463         (do_mono_assembly_open): Add the refonly argument, in order 
7464         to pass it to other methods it calls to.
7465         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
7466         the refonly parameter to it.
7467
7468         * image.c: Add loaded_images_refonly_hash and
7469         loaded_images_refonly_guid_hash to cache the reflection
7470         only loaded images.
7471         (mono_images_init): Initialize the hash tables used for
7472         caching the reflection only images.
7473         (load_modules): Invoke mono_image_open_full passing the refonly
7474         parameter to load the modules the correct way.
7475         (build_guid_table): Add the refonly argument, to re-build the 
7476         correct hash table.
7477         (do_mono_image_open): Added the refonly argument, in order to
7478         define it for the loaded image.
7479         (mono_image_loaded_full): New function, which receives an
7480         additional parameter to look for the image in the refonly or
7481         non-refonly section.
7482         (mono_image_loaded): Updated, using mono_image_loaded_full.
7483         (mono_image_loaded_by_guid_full): The same case that happens
7484         with mono_image_loaded_full.
7485         (mono_image_loaded_by_guid): Likewise.
7486         (register_image): Use the ref_only variable inside MonoImage
7487         to decide in which hash table store the current image.
7488         (mono_image_open_from_data_full): Rename
7489         mono_image_open_from_data to mono_image_open_from_data_full,
7490         adding the refonly argument, to define the ref_only variable 
7491         inside MonoImage.
7492         (mono_image_open_from_data): Return 
7493         mono_image_open_from_data_full.
7494         (mono_image_open_full): Rename mono_image_open to
7495         mono_image_open_full, receiving the new refonly argument,
7496         to pass it to inner methods.
7497         (mono_pe_file_open): Update this function, to open
7498         a MonoImage as a non-refonly image.
7499         (mono_image_close): Use the refonly variable inside
7500         MonoImage to remove the image from the correct caches.
7501
7502         * image.h: Add the signatures of mono_image_open_full,
7503         mono_image_open_from_data_full, mono_image_loaded_full,
7504         mono_image_loaded_by_guid_full.
7505
7506         * metadata-internals.h: Add the ref_only field to 
7507         MonoImage.
7508         
7509 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7510
7511         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
7512         Fix the last behavior, which used to load the assemblies and
7513         extract MonoReflectionAssemblyName information, instead of
7514         extract it from the metadata tables. Needed for Reflection
7515         Only assemblies.
7516         
7517 2005-07-29  Martin Baulig  <martin@ximian.com>
7518
7519         * mono-debug-debugger.c
7520         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
7521         not initialized.
7522
7523         * mono-debug.c
7524         (mono_debug_address_from_il_offset): Check whether we have
7525         debugging support before attempting to take the lock.
7526         (mono_debug_source_location_from_address): Likewise.
7527         (mono_debug_source_location_from_il_offset): Likewise.
7528         (mono_debug_il_offset_from_address): Likewise.
7529         (mono_debug_address_from_il_offset): Likewise.
7530
7531 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
7532
7533         * class.c (mono_class_from_name_case): Add support for dynamic images.
7534         Fixes #75650.
7535
7536         * object.c (mono_class_compute_gc_descriptor): Add a workaround
7537         for #75479.
7538
7539 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
7540         
7541         * reflection.c (mono_method_get_object): Fix warning.
7542
7543 2005-07-28  Martin Baulig  <martin@ximian.com>
7544
7545         * mono-debug.c
7546         (mono_debug_add_wrapper): Also write the wrapper type.
7547
7548 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
7549
7550         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
7551         
7552         * class.c (mono_class_init): Avoid reading nested classes if the AOT
7553         data indicates the class has none.
7554
7555 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
7556
7557         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
7558         loader lock with the debugger lock. Prevents deadlocks for beagle.
7559
7560         Beagle can now run on an smp box for a weekend without any
7561         issues. Woohoo!
7562
7563 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
7564
7565         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
7566         in a module. Fixes #75629.
7567
7568 2005-07-26  Martin Baulig  <martin@ximian.com>
7569
7570         * mono-debug.c (mono_debug_add_wrapper): New static method.
7571         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
7572         interncall or a wrapper.
7573
7574         * mono-debug.h (MonoDebugWrapperData): New public typedef.
7575         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
7576         (MONO_DEBUGGER_VERSION): Bump to 51.
7577
7578         * mono-debug-debugger.c
7579         (mono_debugger_add_type): Removed this empty function.
7580         (mono_debugger_add_method): Likewise.
7581
7582 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
7583
7584         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
7585         before accessing method->slot.
7586
7587 2005-07-21  Jb Evain  <jbevain@gmail.com>
7588
7589         * reflection.c (method_encode_clauses/class): Handle filters clauses.
7590         Fixes #75010.
7591
7592 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
7593
7594         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
7595         #75587.
7596
7597 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
7598
7599         * image.h image.c: Add mono_image_get_guid () API function.
7600
7601 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
7602
7603         There were issues when multiple threads tried to load
7604         assemblies. A deadlock was created between assemblies_mutex and
7605         mono_domain_assemblies_lock. This fixes the issue by making the
7606         assembly ref counting be lock free. See bug 75586.
7607         
7608         * image.c (mono_image_close): The add ref function here was using
7609         Interlocked operations while the unref was using a mutex and a
7610         --. I don't think this was ever a bug that would be exposed in a
7611         non-pendantic way (ie, by an embedder doing a ref on one thread
7612         and an unref on another), but for the sake of correctness, this is
7613         now Interlocked.
7614
7615         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
7616         (mono_assembly_load_reference): Call mono_assembly_addref rather
7617         than touching the refcount ourselves.
7618         (mono_assembly_close): Use InterlockedDecrement to unref the
7619         assembly. Don't acquire the lock unless it is actually needed.
7620
7621 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
7622
7623         * class.c (mono_class_layout_fields): Fix calculation of has_references
7624         for generic types.
7625
7626 2005-07-12  Martin Baulig  <martin@ximian.com>
7627
7628         Applying a patch from Michal Moskal <malekith@nemerle.org>.
7629
7630         * metadata.c
7631         (mono_type_hash): Provide better hashing for generic instances.
7632         (mono_generic_inst_hash): Improve hashing.
7633         (mono_generic_class_hash): Likewise.
7634
7635         * reflection.c (mymono_metadata_type_hash): Improve hashing for
7636         generic instances.
7637
7638 2005-07-12  Martin Baulig  <martin@ximian.com>
7639
7640         * reflection.c (mono_reflection_create_runtime_class): Remove the
7641         hack for generic type definitions and non-`Run' assemblies.
7642         (mono_reflection_bind_generic_parameters): Also use
7643         `klass->wastypebuilder' to check for TypeBuilders.
7644
7645 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
7646
7647         * class.c (mono_class_layout_fields): Fix calculation of has_references
7648         for generic types.
7649
7650         * class.c (inflate_generic_class): Fix a leak.
7651         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
7652         for generic types.
7653
7654 2005-07-11  Martin Baulig  <martin@ximian.com>
7655
7656         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
7657         on error.
7658
7659 2005-07-11  Martin Baulig  <martin@ximian.com>
7660
7661         * loader.c (find_method): Also lookup in
7662         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
7663
7664 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7665
7666         * appdomain.c (mono_domain_unload): Don't free the error message
7667         before passing it to mono_get_exception_...
7668
7669         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
7670         
7671 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
7672
7673         * threads.c: try to better guess an available RT signal (bug #75387).
7674
7675 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7676
7677         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
7678         and CACHE_OBJECT.
7679
7680 2005-07-07  Martin Baulig  <martin@ximian.com>
7681
7682         * class.c (mono_type_get_name_full): Return NULL for
7683         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
7684         fixes #75408.
7685
7686 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
7687
7688         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
7689         exit the appdomain as well being aborted.
7690
7691         * threadpool.c: Create all threadpool threads inside the root appdomain, and
7692         change back to the root domain after calling managed code. This enables
7693         appdomains using threadpools to be unloaded.
7694
7695 2005-07-07  Martin Baulig  <martin@ximian.com>
7696
7697         * class-internals.h
7698         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
7699         into `MonoDynamicGenericClass' since we only need it for dynamic
7700         types.
7701
7702         * reflection.c (mono_class_bind_generic_parameters): We don't need
7703         to compute the `parent' here.
7704
7705 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
7706
7707         * culture-info-table.h : regenerated.
7708
7709 2005-07-06  Martin Baulig  <martin@ximian.com>
7710
7711         * icall.c
7712         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
7713
7714         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
7715
7716 2005-07-06  Martin Baulig  <martin@ximian.com>
7717
7718         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
7719         we're doing a signature-only comparision; fixes #74945.
7720
7721 2005-07-06  Martin Baulig  <martin@ximian.com>
7722
7723         * class-internals.h (MonoGenericClass): Moved some things out into
7724         a new `MonoInflatedGenericClass' type.  
7725         (MonoInflatedGenericClass): New type; the `klass' of a
7726         `MonoGenericClass' is now computed lazyly in
7727         mono_get_inflated_generic_class().      
7728
7729         * class.c (mono_get_inflated_generic_class): New public function.
7730         (mono_class_inflate_generic_method): Removed the unused
7731         `MonoClass *' argument.
7732         (setup_generic_vtable): Don't call mono_get_inflated_method() on
7733         all the methods.
7734         (mono_class_create_generic): Make this static and merge it with
7735         mono_class_create_generic_2(); we're now called automatically from
7736         mono_get_inflated_generic_class().
7737
7738         * loader.c (mono_method_signature): Call
7739         mono_get_inflated_method() here.
7740
7741 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
7742
7743         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
7744         type of fields with RVA.
7745
7746         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
7747         for this pseudo class.
7748         (my_mono_class_from_generic_parameter): Likewise.
7749         (mono_class_init): Allow interfaces to have cctors.
7750
7751 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
7752
7753         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
7754         lazily for AOT methods.
7755
7756 2005-07-05  Martin Baulig  <martin@ximian.com>
7757
7758         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
7759         returns FALSE for a successful match, not TRUE.
7760
7761 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
7762
7763         * loader.c (mono_method_get_index): Optimize this a bit.
7764
7765 2005-07-04  Martin Baulig  <martin@ximian.com>
7766
7767         * class.c
7768         (class_compute_field_layout): Move the check for generic type
7769         definitions into mono_class_layout_fields().  Fixes #74684.
7770         (mono_class_from_generic_parameter): Correctly compute
7771         `klass->parent'; fixes #75457.
7772
7773         * reflection.c (register_assembly, register_module): Make sure
7774         `domain->rejobject_hash' is already created.
7775
7776 2005-07-02  Martin Baulig  <martin@ximian.com>
7777
7778         * class-internals.h
7779         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
7780         `MonoDynamicGenericClass'.      
7781
7782 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
7783
7784         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
7785         returned by a field getter is null, since null is a valid value.
7786
7787 2005-07-01  Martin Baulig  <martin@ximian.com>
7788
7789         * reflection.c (mono_reflection_generic_class_initialize): Update
7790         the `dgclass->fields [i].parent' to the correct class.
7791         (mono_image_get_fieldref_token): Use the declaring type, not the
7792         reflected type.
7793
7794 2005-07-01  Martin Baulig  <martin@ximian.com>
7795
7796         * loader.c (find_method): Also look in the interfaces; fixes #75429.
7797
7798 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
7799
7800         * threads.c (thread_cleanup): assert that thread != NULL
7801         (wait_for_tids_or_state_change): We were using the wrong variable
7802         when accessing wait->threads. `i' was always out of the bounds of
7803         the array.
7804
7805 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7806
7807         * loader.c: map user32 and kernel32 to libMonoSupportW
7808
7809 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
7810
7811         * appdomain.c (unload_thread_main): Mark this as WINAPI.
7812
7813 2005-06-28  Martin Baulig  <martin@ximian.com>
7814
7815         * loader.c (method_from_methodspec): Fix #75334.
7816
7817 2005-06-28  Martin Baulig  <martin@ximian.com>
7818
7819         Fix #74953 - Arrays now implement the generic IList<T> interface
7820         on the 2.0 platform.
7821
7822         * class-internals.h (MonoDefaults): Added `generic_array_class'.
7823
7824         * reflection.c (mono_class_bind_generic_parameters): New public
7825         function; similar to mono_reflection_bind_generic_parameters(),
7826         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
7827
7828         * domain.c (mono_init_internal): Try to initialize.
7829         `mono_defaults.generic_array_class' here; this'll only succeed if
7830         we're using the 2.0 corlib.
7831
7832         * icall.c
7833         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
7834         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
7835         (mono_lookup_internal_call): Added support for nested classes.
7836
7837         * loader.c
7838         (mono_get_method_from_token): Set `result->signature->pinvoke' if
7839         we're an interncall and have generic arguments.
7840
7841         * class.c
7842         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
7843         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
7844         instance of System.Array.InternalArray<T> for arrays, so they
7845         implement the generic IList<T> interface.
7846
7847 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
7848
7849         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
7850         (chastamar@yahoo.com). Fixes #75374.    
7851
7852 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
7853
7854         * culture-info-table.h: regenerated.
7855
7856 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7857
7858         * icall.c: handle spaces correctly for base64 strings.
7859
7860 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
7861
7862         * *.c: Kill some warnings.
7863
7864 2005-06-23  Duncan Mak  <duncan@novell.com>
7865
7866         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
7867         that this builds on Solaris 10 (x86).
7868
7869 2005-06-23  Martin Baulig  <martin@ximian.com>
7870
7871         * class.c
7872         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
7873         generic type definitions.
7874
7875 2005-06-23  Martin Baulig  <martin@ximian.com>
7876
7877         Fix #75331.
7878
7879         * metadata.c (mono_class_get_overrides): Renamed to
7880         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
7881         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
7882         pass it to mono_get_method_full().
7883
7884 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
7885
7886         * reflection.c (mono_reflection_create_runtime_class): take the
7887         mono_domain_lock in this method. Prevents deadlocks
7888
7889 2005-06-22  Martin Baulig  <martin@ximian.com>
7890
7891         * loader.c (method_from_methodspec): Fix #75330.
7892
7893 2005-06-22  Martin Baulig  <martin@ximian.com>
7894
7895         * reflection.c (type_get_qualified_name): Use
7896         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
7897         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
7898         argument; use it if we don't have an assembly name.
7899
7900 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
7901
7902         * object.c: In mono_message_init, set "copy out" flag for in
7903         parameters with the [Out] flag.
7904
7905 2005-06-21  Martin Baulig  <martin@ximian.com>
7906
7907         * class.c
7908         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
7909         and MONO_TYPE_PTR.
7910
7911 2005-06-21  Martin Baulig  <martin@ximian.com>
7912
7913         * class.c (mono_class_init): Don't initialize `class->fields' for
7914         generic instances since they're initialized again in
7915         compute_field_layout(). 
7916         (compute_field_layout): Set the field's `generic_info' here; fix
7917         #75320. 
7918
7919 2005-06-21  Martin Baulig  <martin@ximian.com>
7920
7921         * class-internals.h
7922         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
7923
7924         * metadata.c (mono_metadata_generic_method_equal): Also
7925         distinguish the `generic_class'; fixes #75334.
7926
7927 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7928
7929         * domain.c:
7930         * appdomain.c:
7931         * domain-internals.h:
7932         * reflection.c: 'domain_assemblies' field is now protected by its own
7933         lock. Don't call into managed code to run the AssemblyLoad event if we
7934         now there are no registered delegates for it.
7935
7936 2005-06-20  Martin Baulig  <martin@ximian.com>
7937
7938         * class.c (mono_class_is_assignable_from): Use a custom version of
7939         mono_class_has_parent() to make things work for generic instances;
7940         fix #75300.
7941
7942 2005-06-20  Martin Baulig  <martin@ximian.com>
7943
7944         * loader.c (method_from_methodspec): Apply a patch from
7945         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
7946
7947 2005-06-20  Martin Baulig  <martin@ximian.com>
7948
7949         * class.c (mono_class_init): Reverted Zoltan's last change; it
7950         breaks generics.
7951
7952 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
7953
7954         * threads.c (wait_for_tids_or_state_change): Add missing locking.
7955
7956 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7957
7958         * socket-io.c: fix the index in the socket array for writable/error
7959         sockets. Fixes bug #75306.
7960
7961 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
7962
7963         * class.c (mono_class_init): Allow interfaces to have static ctors.
7964
7965 2005-06-17  Martin Baulig  <martin@ximian.com>
7966
7967         * loader.c (method_from_methodspec): Use `context->container' when
7968         parsing the `gmethod->inst'.
7969
7970 2005-06-17  Martin Baulig  <martin@ximian.com>
7971
7972         * class.c (mono_type_get_name_recurse): Don't add the assembly
7973         name for type arguments.
7974
7975 2005-06-15  Martin Baulig  <martin@ximian.com>
7976
7977         * reflection.c (mono_image_get_inflated_method_token): Encode
7978         correct klass; fixes #75260.
7979
7980 2005-06-13 Michal Moskal <malekith@nemerle.org>
7981
7982         * icall.c: Make GetCorrespondingMethod/Constructor take
7983         MonoReflectionMethod method not MonoMethod. Removed
7984         MonoType.GetCorrespondingField, and make
7985         MonoGenericType.GetCorrespondingField take name not
7986         MonoClassField.
7987
7988 2005-06-13  Michal Moskal <malekith@nemerle.org>
7989
7990         * reflection.c (field_encode_signature, encode_locals):
7991          Make sizes of buffers for types larger (for big generic types).
7992          (create_generic_typespec,
7993          mono_reflection_sighelper_get_signature_local,
7994          mono_reflection_sighelper_get_signature_field):
7995          Add asserts for too small buffers.
7996
7997 2005-06-15  Martin Baulig  <martin@ximian.com>
7998
7999         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
8000         if our parent is not a dynamic type.
8001
8002 2005-06-15  Martin Baulig  <martin@ximian.com>
8003
8004         * class-internals.h (MonoTypeNameFormat): New enum.
8005
8006         * class.c
8007         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
8008         (mono_type_get_full_name): Removed.
8009         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
8010         argument instead of the boolean's.
8011
8012         * icall.c (ves_icall_System_MonoType_getFullName):
8013         Added `gboolean assembly_qualified'.    
8014
8015         * reflection.h
8016         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
8017
8018         * reflection.c (mono_reflection_parse_type): Parse the new type
8019         name format.
8020
8021 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8022
8023         * icall.c: no need to convert from utf16 to utf8 and then back again
8024         after the call to GetLogicalDrives.
8025
8026 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8027
8028         * icall.c: frombase64. Fix problems exposed by new tests.
8029
8030 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8031
8032         * icall.c: added internal calls for converting char [] and strings in
8033         base64 into byte [].
8034
8035 2005-06-10  Martin Baulig  <martin@ximian.com>
8036
8037         * class.c (mono_class_create_generic_2): Read the nested classes
8038         from the metadata rather than from `gklass->nested_classes' since
8039         `gklass' might not be initialized yet.
8040
8041 2005-06-09  Duncan Mak  <duncan@novell.com>
8042
8043         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
8044         all public headers. Fixes #74919.
8045
8046 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
8047
8048         * domain.c: The key for proxy_vtable_hash is now a pointer
8049         array. Added new GHashFunc and GCompareFunc functions for this.
8050
8051         * class.h: The list of interfaces in MonoRemoteClass is known in
8052         advance and can't grow (we create a new MonoRemoteClass if needed),
8053         so now the interface array can be allocated together with
8054         MonoRemoteClass.
8055         
8056         * object.c: Added a new method create_remote_class_key.
8057         Fixed mono_remote_class so it does not depend on
8058         mono_upgrade_remote_class.
8059         Removed extend_interface_array.
8060         Added new method clone_remote_class(), which makes a copy of a remote
8061         class and adds a new interface or class to it.
8062         mono_upgrade_remote_class() now creates a new remote class (or gets
8063         it from the cache) if an vtable upgrade is needed. In this way
8064         we make sure that other objects sharing the same remote class
8065         don't get the new vtable with unwanted interfaces.
8066         
8067         * object-internals.h:
8068         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
8069         
8070         * marshal.c: Track changes in mono_upgrade_remote_class().
8071
8072 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
8073         * icall.c: Add runtime methods for obtaining members of inflated
8074         class, which were created from supplied non-inflated members. It
8075         is used in internal Get{Method,Constructor,Field} methods in
8076         System.Type
8077
8078 2005-06-09  Martin Baulig  <martin@ximian.com>
8079
8080         * reflection.c
8081         (mono_reflection_bind_generic_method_parameters): Fix #75169.
8082
8083 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8084         * reflection.c (mono_image_basic_init): Define
8085         Version in MonoDynamicAssembly. 
8086         
8087 2005-06-08  Martin Baulig  <martin@ximian.com>
8088
8089         Fix #75136.
8090
8091         * loader.c
8092         (mono_method_signature_full): New public method; takes a
8093         `MonoGenericContext *'.
8094         (find_method): Use mono_method_signature_full() and pass the
8095         klass'es context to it.
8096
8097         * class.c (mono_class_is_inflated_method): Use
8098         mono_method_signature_full() and pass the context to it.
8099
8100 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
8101
8102         * object.c: add proper locking in mono_remote_class_vtable(),
8103         fixes possible memory corruption.
8104
8105 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
8106
8107         * marshal.c (mono_remoting_marshal_init): set
8108         initialized after initialization.
8109
8110 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
8111
8112         * locales.c : hush.
8113
8114 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
8115
8116         * object.c (extend_interface_array): fix really silly
8117         memory corrupting / comparison bug.
8118
8119 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8120
8121         * reflection.c: Functions added to support the creation
8122         of CustomAttributeData, which includes Attribute data
8123         used by ReflectionOnly methods.
8124
8125         * reflection.h:  mono_reflection_get_custom_attrs_data and
8126          mono_custom_attrs_data_construct added (functions exposed).
8127
8128          * icall.c: Added mono_reflection_get_custom_attrs_data
8129          as icall.
8130         
8131 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
8132
8133         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
8134         lupus's request.
8135
8136 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
8137
8138         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
8139
8140         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
8141         dynamic DllImportAttribute.
8142
8143         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
8144         dynamic DllImportAttribute.
8145
8146         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
8147         Fixes #75162.
8148
8149 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8150
8151         * threads.c: avoid segfault when an unstarted thread is aborted.
8152
8153 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
8154
8155         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
8156         Returns the name and version of the runtime for reporting.
8157
8158 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8159
8160         * appdomain.c: bump corlib version.
8161         * object-internals.h: new field in MonoReflectionAssembly.
8162
8163 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8164
8165         * object-internals.h: Carlos forgot to add this field.
8166
8167 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8168
8169         * icall.c: Added create_version to create instances
8170         of Version of MonoReflectionAssemblyName. This change helps
8171         the AssemblyName tests to keep running fine.
8172         
8173 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
8174   
8175         * object.c (mono_method_return_message_restore): A somehow less
8176         intrusive fix for #75138.
8177
8178 2005-06-03  Raja R Harinath  <rharinath@novell.com>
8179
8180         * object.c (mono_method_return_message_restore): Fix computation
8181         of expected number of out args.
8182
8183 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
8184
8185         * reflection.c (mono_image_get_method_info): Fix the case when the
8186         charset is empty.
8187
8188 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
8189
8190         * object.c: Added missing null check in
8191           mono_method_return_message_restore.
8192
8193 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
8194
8195         * reflection.c (mono_image_get_method_info): Handle the case when
8196         dllentry is empty.
8197
8198 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
8199
8200         * object.c: When creating the vtable for a proxy, take into account
8201         all inherited interfaces, not only the ones registered in
8202         iclass->interfaces. This fixs bug #74996.
8203         Also, in mono_method_return_message_restore, verify that the array
8204         of out args has the expected lengh.
8205
8206 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8207
8208         * socket-io.c: update the timeout in Poll when the call is interrupte.
8209
8210 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8211
8212         * socket-io.c: support abort/suspend in Select_internal after last
8213         change.
8214
8215 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8216
8217         * threadpool.c: remove warning.
8218
8219 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8220
8221         * icall.c:
8222         * socket-io.[ch]: Select_internal uses poll() now when available, thus
8223         removing the 1024 limit from select(). Runtime part of the fix for
8224         bug #71203.
8225
8226 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8227
8228         * socket-io.c: when resolving the addresses for the same
8229         host returned by gethostname(), get the local IPs from the interface
8230         list. Loopback addresses are discarded if the are interfaces up with
8231         non-loopback ones. Fixes bug #63265.
8232
8233 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
8234
8235         * appdomain.c, verify.c, object-internals.h, reflection.c:
8236         bumped corlib number to 36, and added new extra_flags field
8237         to ReflectionMethodBuilder and friends.  Fixes #75060.
8238
8239 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
8240
8241         * gc.c: register a new weak link only if the object is non-null
8242         (fixes bug#75047).
8243
8244 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
8245
8246         * culture-info.h : short time pattern too.
8247
8248 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
8249
8250         * culture-info.h : expand long time pattern string length.
8251
8252 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
8253
8254         * culture-info-table.h : update (more French date format; #72788).
8255
8256 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
8257
8258         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
8259         the method is static. Fixes #75029.
8260
8261 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
8262
8263         * reflection.c: Update the table_idx field of method builders after
8264         saving the module, since it can change. This is a workaround for
8265         bug #74914. 
8266
8267 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
8268
8269         * culture-info-table.h : update (additional French date format).
8270
8271 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
8272
8273         * icall.c (ves_icall_type_Equals): Revert last change.
8274         
8275         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
8276
8277         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
8278
8279 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
8280
8281         * class-internals.h: Added executioncontext_class field to 
8282         MonoDefaults structure.
8283         * domain.c: Cache System.Threading.ExecutionContext class in 
8284         mono_defaults.
8285         * object.c: Capture the ExecutionContext for asynchroneous calls in
8286          mono_async_result_new.
8287         * object-internals.h: Added execution_context and original_context 
8288         fields to MonoAsyncResult. Added execution_context to MonoThread.
8289         * security-manager.c|.h: Added mono_get_context_capture_method to 
8290         return the capture method (if required by the security manager or by
8291         the framework version used).
8292         * threadpool.c: Apply capture (if present) ExecutionContext in 
8293         mono_async_invoke and revert to original context after it completes.
8294
8295 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
8296
8297         * culture-info-table.h : updated (real hacky solution for zh-CHT).
8298
8299 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
8300
8301         * culture-info-table.h : zh-CHT related workaround.
8302
8303 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
8304
8305         * marshal.c (emit_marshal_custom): Add some error checking and call the
8306         methods in the ICustomMarshaler interface. Fixes #74875.
8307         
8308         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
8309         native->managed wrappers.
8310
8311 2005-05-12  Martin Baulig  <martin@ximian.com>
8312
8313         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
8314         here and use the loader lock.
8315
8316         * mono-debug.c: Properly lock when the debugger is not attached.
8317         (mono_debug_init): Release the initial lock if we're not running
8318         in the debugger.
8319
8320 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
8321
8322         * marshal.c (emit_marshal_custom): Pass through NULL values without
8323         calling the custom marshalling routines.
8324
8325         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
8326         conversion in structures. Fixes #74882.
8327
8328 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
8329
8330         * culture-info-table.h : zh-* cultures were missing.
8331
8332 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
8333
8334         * threads.c: Added a new event background_change_event which is signaled
8335         when a thread changes its background mode.
8336         Moved here several checks previously done in managed code. The checks
8337         require the thread lock, and using the thread lock in managed code
8338         can result in deadlocks.
8339         Merged Start_internal and Thread_internal into a single method. Now 
8340         Thread_internal does all work of creating and starting a thread.
8341         Added icalls for setting and getting the state of the object. Moved from
8342         managed code to avoid locking there.
8343         Added wait_for_tids_or_state_change() which is called instad of
8344         wait_for_tids when waiting for non-backround threads to end. This method
8345         will return if one of the threads ends or the background_change_event
8346         is signaled.
8347         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
8348         the background mode. This method signals the background_change_event
8349         event.
8350         * icall.c:
8351         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
8352         removed Start_internal.
8353         
8354 2005-05-11  Martin Baulig  <martin@ximian.com>
8355
8356         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
8357         to order of some fields to get proper alignment on 64-bit machines.
8358
8359 2005-05-11  Martin Baulig  <martin@ximian.com>
8360
8361         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
8362         changes as they're broken and completely fuck up the debugger.
8363
8364         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
8365
8366 2005-05-10  Martin Baulig  <martin@ximian.com>
8367
8368         * reflection.c (mono_reflection_generic_class_initialize): Don't
8369         call mono_class_setup_parent() here.
8370
8371 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8372
8373         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
8374         send/receive timeout use an integer in milliseconds. We were using a
8375         struct timeval.
8376
8377 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8378
8379         * locales.c:
8380         (internal_get_cultures): reserve the first slot of the array for the
8381         InvariantCulture, which will be filled in managed code.
8382
8383 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
8384
8385         * reflection.c (mono_image_fill_module_table): Initialize the
8386         GENERATION field as well.
8387
8388 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8389
8390         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
8391         Monitor.Enter on the object.
8392
8393 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
8394
8395         * threads.c: Enable the wait for running threads when exiting.
8396         * icall.c: Suspend all threads before exiting.
8397
8398 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
8399
8400         * assembly.c (mono_assembly_load_reference): Fix warning.
8401
8402 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8403
8404         * threadpool.c: changed the default number of threads per cpu. From now
8405         on, the default will be 20 + (5 * number of cpus) instead of 50.
8406
8407 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
8408
8409         * loader.c (mono_method_get_signature_full): Add locking here.
8410
8411 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
8412
8413         * appdomain.c: Moved methods for parsing and freeing assembly
8414         names to assembly.c.
8415         * assembly.c, domain-internals.h: Created public methods for parsing
8416         assembly names. Fixed mono_assembly_load_with_partial_name:
8417         it now finds the best match, taking into account the version,
8418         token and culture specified in the partial name. Also return
8419         the latest version if no version information is specified.
8420
8421 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
8422
8423         * threadpool.c: replace check for SocketAsyncCall class.
8424
8425 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8426
8427         * threadpool-internals.h:
8428         * Makefile.am: added threadpool-internals.h
8429
8430         * threadpool.c: call mono_unhandled_exception on exceptions not handled
8431         that happen in threadpool threads (tested on MS).
8432         (mono_thread_pool_remove_socket): new function that dispatch any pending
8433         AIO call on a socket that is closing. By now only epoll really needs it,
8434         as select/poll wake up when the socket closes.
8435
8436
8437         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
8438
8439 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
8440
8441         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
8442
8443 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
8444
8445         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
8446
8447 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
8448
8449         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
8450         has an abort request, convert it into a suspend request.
8451
8452 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
8453
8454         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
8455         warning for the usage of `UnmanagedFunctionPointerAttribute' which
8456         is not supported yet.
8457
8458 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8459
8460         * image.c: register assemblies loaded from data (bundles) in the loaded
8461         assemblies hash. Fixes bug #74772.
8462
8463 2005-04-29  Martin Baulig  <martin@ximian.com>
8464
8465         * class.c (mono_type_get_name_recurse): Update to the new naming
8466         schema from the latest .NET 2.x beta2.
8467         (mono_class_setup_vtable_general): If we're a generic instance,
8468         copy the vtable from our generic type definition and inflate all
8469         the methods in it.
8470
8471         * loader.c (find_method): Update to the new naming schema from the
8472         latest .NET 2.x beta2.
8473
8474 2005-04-29  Raja R Harinath  <harinath@gmail.com>
8475
8476         * class.c (mono_class_init): Add a mono_loader_unlock to the
8477         #74734 fix.
8478
8479 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
8480
8481         * icall.c (ves_icall_System_Environment_Exit): Remove the 
8482         suspend_all_other_threads () call for the time being, since it can hang.
8483
8484         * threads.c (mono_thread_manage): Similarly, disable the waiting for
8485         the background threads to exit, since it can also hang.
8486
8487         * class.c (mono_class_init): Applied patch from Ankit Jain 
8488         (radical@gmail.com). Avoid pending init errors when a field refers
8489         to a nested class using a typeref. Fixes #74734.
8490
8491         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
8492         this for dynamic modules.
8493
8494 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8495
8496         * threads.c: don't wait for threads that are in the process of aborting
8497         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
8498         and waiting for background threads to finish. This makes xsp and
8499         mod-mono-server exit without random length delays and/or hangs.
8500
8501 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8502
8503         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
8504
8505 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
8506
8507         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
8508         dynamic types to prevent infinite loops. Fixes #74727.
8509
8510         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
8511         ..._is_assignable_to.
8512
8513 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
8514
8515         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
8516
8517 2005-04-25  Martin Baulig  <martin@ximian.com>
8518
8519         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
8520
8521         * domain.c
8522         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
8523
8524         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
8525
8526         * reflection.c (build_compressed_metadata): Set metadata header
8527         version to 2.0.
8528
8529 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
8530
8531         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
8532         number into an integral and a decimal part. Fixes #70473.
8533
8534         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
8535
8536 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
8537
8538         * culture-info-table.h : reflected the latest locale-builder output.
8539
8540 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8541
8542         * threadpool.c: check for SuspendRequested too when deciding if
8543         mono_thread_interruption_checkpoint should be called.
8544
8545 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8546
8547         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
8548         * threads.c: remove interruption_mutex and use Interlocked instead. When
8549         suspending all the threads, wait for all the suspended events at once.
8550         If we're shutting down and get an APC that is going to be queued,
8551         call mono_thread_execute_interruption immediately, as the thread might
8552         be sleeping on a pthread condition or mutex.
8553
8554         * icall.c: call mono_runtime_set_shutting_down before suspending the
8555         threads.
8556
8557         Fixes bug #74693. And now xsp is happier when exiting.
8558
8559 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
8560
8561         * loader.c (mono_stack_walk): Fix #74690.
8562
8563 2005-04-22  Martin Baulig  <martin@ximian.com>
8564
8565         * mono-debug.h (MonoDebugMethodJitInfo): Added
8566         `MonoDebugMethodJitInfo *jit'.
8567
8568         * mono-debug.c (mono_debug_read_method): Cache the
8569         MonoDebugMethodJitInfo in `address->jit'.
8570         (mono_debug_free_method_jit_info): New public method.
8571
8572 2005-04-22  Martin Baulig  <martin@ximian.com>
8573
8574         * class.c (mono_class_is_assignable_from): Disallow
8575         type parameter -> interface.
8576
8577 2005-04-21  Dick Porter  <dick@ximian.com>
8578
8579         * threads.c (mono_thread_create): Turn an assertion into an error.
8580
8581 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
8582
8583         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
8584         
8585         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
8586         Fix some gcc 4.0 warnings.
8587
8588 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
8589
8590         * file-io.c: fix alt dir separator char on unix systems
8591         and cleanup (fixes bug #71214).
8592
8593 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
8594
8595         * marshal.c: Use CALLVIRT instead of CALL when dispatching
8596         a call to a remote domain, since the method may be an
8597         interface method in the client domain. This fixes bug #74192.
8598
8599 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8600
8601         * threadpool.c: recv/send are now performed before going back to managed
8602         code to save one transition.
8603
8604 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8605
8606         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
8607
8608         * metadata/threadpool.c: removed hack to workaround the bug above.
8609
8610         Fixes bug #74618.
8611
8612 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
8613
8614         * reflection.c reflection.h: Fix handling of parameter defaults in
8615         dynamic methods. Also fixes handling of parameter attributes.
8616         Fixes #74609.
8617
8618         * mono-debug.c (mono_debug_close_image): Fix warning.
8619
8620 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8621
8622         * socket-io.h: replaced old unused field with new 'blocking'.
8623         * threadpool.c: restore socket blocking state on windows(tm).
8624
8625 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
8626
8627         * icall.c: don't return the codebase in the AssemblyName[] returned by
8628         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
8629         * object-internals.h: Removed FIXME (fields were presents) and fixed
8630         versioncompat declaration.
8631
8632 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8633
8634         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
8635         not closed, so don't cleanup when it happens.
8636
8637 2005-04-13  Chris Toshok  <toshok@ximian.com>
8638
8639         * mono-debug-debugger.h: change prototype for
8640         mono_debugger_lookup_type.
8641
8642         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
8643         this function, although it should probably be named
8644         mono_debugger_init_type.
8645
8646 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8647
8648         * threadpool.c: fix non-AIO case.
8649
8650 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
8651
8652         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
8653         the built-in profiler to measure just JIT compilation times.
8654
8655 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8656
8657         * threadpool.c: the epollfd might be closed by another thread at
8658         any time, so ignore EBADF at treat it as a "we're closing" sign.
8659
8660 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8661
8662         * threadpool.c: release the semaphores with a count equals to the number
8663         of working threads in both IO and regular pools. Fixed typo that messed
8664         up the count of IO pool threads. Don't initialize the pipe handles if
8665         we're using epoll.
8666
8667 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8668
8669         * threadpool.c: some systems don't like a NULL when deleting the socket
8670         from epoll.
8671
8672 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8673
8674         * threadpool.c: fix semaphore allocation.
8675
8676 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8677
8678         * threadpool.c: added epoll() based implementation for asynchronous IO
8679         that is used instead of the default poll() when available.
8680         It can be disabled by setting MONO_DISABLE_AIO.
8681
8682 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8683
8684         * threadpool.c: windows needs 'closesocket' and instead of returning
8685         0 when the stream is closed while in select, it returns -1. Fixes bug
8686         #74573.
8687
8688 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
8689
8690         * class.c (class_compute_field_layout): Fix the regression caused by
8691         the previous try.
8692
8693 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8694
8695         * threadpool.c: separate pool for socket async. IO.
8696         * threadpool.h: mono_max_worker_threads is not a global any more.
8697
8698 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
8699
8700         * class.c (class_compute_field_layout): Fix #74549.
8701
8702 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8703
8704         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
8705         use 2 connected sockets instead.
8706
8707 2005-04-08  Miguel de Icaza  <miguel@novell.com>
8708
8709         * mono-config.c: Add new entry point for mkbundle
8710         mono_config_parse_memory. 
8711
8712 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8713
8714         * threadpool.c: removed another unused function.
8715
8716 2005-04-08  Ankit Jain  <radical@corewars.org>
8717
8718         * reflection.c (get_default_param_value_blobs): Add 'types'
8719         parameter to get the types encoded in the constant table.
8720         (mono_param_get_objects): Use the type from the constant table,
8721         not the type of the parameter, when creating default values.
8722         Handle null default values correctly.
8723
8724 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8725
8726         * file-io.c:
8727         * file-io.h:
8728         * threadpool.c:
8729         * threadpool.h:
8730         * icall.c:
8731         * socket-io.c: removed dead code for async IO.
8732
8733 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8734
8735         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
8736
8737         * threadpool.c: intercept socket async. calls and pass them to a thread
8738         that is polling and dispatching the job items to the threadpool as
8739         socket become ready. Fixes bugs #71217, #71933.
8740
8741         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
8742         between char and short/ushort arrays.
8743
8744         * socket-io.c: remove dead code.
8745
8746 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
8747
8748         * locales.c,
8749           icall.c : removed InternalToUpper_Comp() and
8750           InternalToLower_Comp().
8751
8752 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
8753
8754         * char-conversions.h : The tables were incorrectly generated. Should
8755           be generated against invariant culture.
8756
8757 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
8758
8759         * object.c (mono_runtime_invoke_array): Fix return value when 
8760         passing pre-created valuetype objects to ctors.
8761
8762         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
8763         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
8764         Fixes #74338.
8765
8766 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
8767
8768         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
8769         only used with --security and hides the wrong corlib version error.
8770
8771 2005-03-30  Joshua Tauberer  <tauberer@for.net>
8772
8773         * class.c: Changed mono_class_name_from_token so that types
8774         outside of a namespace don't have an initial period.  Improved
8775         the g_warning message used in _mono_class_get when loading
8776         fails.
8777         * assembly.c: In mono_assembly_load_reference, when an assembly
8778         can't be found, "No such file or directory" is misleading and
8779         unhelpful because a few paths were checked for the presence of
8780         the assembly.  When that happens (ENOENT), display a nicer
8781         message indicating the directories that were searched.  In all
8782         cases, the warning is made easier to read for non-hackers.
8783
8784 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
8785
8786         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
8787         project/solution.
8788         * appdomain.h|domain.c: Removed inline from functions.
8789         * appdomain.c: Reduced warnings when compiling on windows.
8790         * icall.c: Fixed output_debug declaration to gunichar2*.
8791         * mono-config.c: Reduced warnings when compiling on windows.
8792         * rand.c: Added missing "windows.h". Added missing return value.
8793         * rawbuffer.c: Added missing winsock2.h for windows.
8794         * sysmath.h: Added mono-compiler.h header to allow/ease 
8795         compilation with non-GCC compilers.
8796         * threads.c: Fixed declarations to compile with VS.NET C compiler.
8797         Removed cast warnings.
8798
8799         Adapted from the work of J Lothian (for VC6).
8800
8801 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
8802
8803         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
8804         from default_path.
8805
8806 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
8807
8808         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
8809         the 2.0 profile.
8810
8811 2005-03-27  Raja R Harinath  <harinath@gmail.com>
8812
8813         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
8814         has to be in $(exec_prefix).  $(prefix) is for arch-independent
8815         stuff, and it would probably use $(prefix)/share rather than
8816         $(prefix)/lib.
8817
8818 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8819
8820         * console-io.c: added 2 includes that might be missing.
8821
8822 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
8823
8824         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
8825         profile.
8826
8827         * reflection.c (create_custom_attr): Allocate the params array using
8828         alloca so it gets GC tracking.
8829
8830 2005-03-23  Chris Toshok  <toshok@ximian.com>
8831
8832         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
8833         out some spew.
8834
8835 2005-03-24  Raja R Harinath  <rharinath@novell.com>
8836
8837         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
8838         changes to pick up any changes in prefix, etc.
8839
8840 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
8841
8842         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
8843         
8844         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
8845         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
8846
8847 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
8848
8849         * class-internals.h object-internals.h class.c reflection.c: Extend the
8850         mono_lookup_dynamic_token () function to return the class of the
8851         token as well. 
8852
8853         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
8854         well. Fixes #73848.
8855
8856 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
8857
8858         * security-manager.c: Skip inheritance checks for intra-corlib
8859         class inheritance and method overrides. This skips a lot of checks
8860         and (anyway) permissions cannot work until corlib is loaded.
8861
8862 2005-03-23  Martin Baulig  <martin@ximian.com>
8863
8864         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
8865         MONO_TYPE_GENERICINST.  
8866
8867 2005-03-23  Martin Baulig  <martin@ximian.com>
8868
8869         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
8870
8871 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
8872
8873         * class.c: added locking comments to some functions.
8874         Cache the interface offsets arrays (saves about 20 KB
8875         of runtime memory in a typical app).
8876         Reduce the time overhead in mono_class_setup_supertypes ().
8877
8878 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
8879
8880         * icall.c: speedup and fix leaks in GetMethodsByName and
8881         GetPropertiesByName.
8882
8883 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
8884
8885         * reflection.c: some locking fixes.
8886
8887 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
8888
8889         * metadata.c: added missing break in case statement.
8890
8891 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
8892
8893         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
8894         typedbyref return values. Fixes #73941.
8895
8896 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
8897
8898         * security-manager.c|h: Added demandunmanaged method and 
8899         suppressunmanagedcodesecurity class to MonoSecurityManager.
8900         Renamed aptc class to allowpartiallytrustedcallers.
8901
8902 2005-03-17  Martin Baulig  <martin@ximian.com>
8903
8904         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
8905
8906 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8907
8908         * file-io.c: disabled file async. IO using aio_*. It uses the
8909         threadpool now. Workaround for bug #73718.
8910
8911 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
8912
8913         * assembly.h, mono-config.c: added code to deal with bundled configs
8914         for bundled assemblies.
8915
8916 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
8917
8918         * *.c, private.h: cleanup, removing old private.h header file.
8919
8920 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
8921
8922         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
8923         and throw_on_unmappable_char attributes.
8924
8925 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
8926
8927         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
8928         _ProcessName_internal.
8929
8930 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
8931
8932         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
8933         #73631.
8934
8935         * icall.c threads.c threads-types.h: Remove slothash icalls as they
8936         are no longer used.
8937
8938 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
8939
8940         * object.c (compute_class_bitmap): Add support for generics. Fixes
8941         #73527.
8942
8943 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8944
8945         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
8946
8947 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8948
8949         * filewatcher.c: commented out the code for windows watcher, as we don't
8950         use it (we use the managed implementation instead).
8951
8952 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
8953
8954         * object-internals.h (MonoThread): Remove 'unused1' field.
8955
8956         * appdomain.c: Bump corlib version.
8957
8958         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
8959
8960         * reflection.c (mono_reflection_create_runtime_class): Remove the
8961         AssemblyBuilder.Save optimization since it causes too many problems.
8962
8963 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
8964
8965         * exception.c|h: Added mono_get_exception_reflection_type_load to
8966         create a ReflectionTypeLoadException object.
8967         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
8968         to return NULL is a InheritanceDemand fails during reflection. Updated
8969         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
8970         ReflectionTypeLoadException if an InheritanceDemand fails during 
8971         reflection. Added icall mapping for GetLinkDemandSecurity.
8972         * security-manager.c|h: Added ves_icall_System_Security_
8973         SecurityManager_GetLinkDemandSecurity internal call to return the
8974         class and methods permissions set for a LinkDemand. Removed unused
8975         fields in MonoSecurityManager.
8976
8977 2005-03-10  Martin Baulig  <martin@ximian.com>
8978
8979         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
8980         it's a generic instance.
8981
8982 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
8983
8984         * reflection.c (mono_get_object_from_blob): Applied patch from
8985         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
8986
8987         * class.c (mono_class_is_assignable_from): Another try at fixing 
8988         #73469 without breaking anything.
8989
8990 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
8991
8992         * class.c: (mono_class_is_assignable_from): Revert the last changes
8993         since they don't work with generics.
8994         
8995         * class.c (mono_class_is_assignable_from): Fix build bustage.
8996
8997         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
8998         the managed IsAssignableFrom method. Fixes #73469.
8999
9000         * reflection.c (mono_reflection_call_is_assignable_from): New helper
9001         function.
9002
9003 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
9004
9005         * object.c (mono_load_remote_field_new): Fix returning uninitialized
9006         memory when the remoting callback does not sets the out arguments.
9007         Fixes #73007.
9008
9009         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
9010         by mistake.
9011
9012         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
9013
9014         * object-internals.h (MonoStackFrame): Sync with managed object layout.
9015
9016         * appdomain.c: Bump corlib version.
9017
9018 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
9019
9020         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
9021         function.
9022
9023         * threads.c (mono_thread_attach): Detect threads which are not started
9024         by the GC pthread wrappers.
9025
9026 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
9027
9028         * icall.c: Added new icall for RNG.
9029         * rand.c|h: Added new icall to open the RNG. This allows to share a 
9030         single handle on Linux to access /dev/urandom and fix #73183.
9031
9032 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
9033
9034         * object.c: setting the new vtable in a transparent proxy object must
9035         not change the GC descriptor.
9036
9037 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9038
9039         * object.c: fixed compilation without GCJ support.
9040         * reflection.c: for runtime-created types ensure klass->has_references
9041         is correct (bug #73215).
9042
9043 2005-03-02  Martin Baulig  <martin@ximian.com>
9044
9045         * class.c (mono_class_is_assignable_from): Make this work if
9046         `oklass' is a generic instance; fixes #72831.
9047
9048 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
9049
9050         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
9051         with hasthis set.
9052         
9053         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
9054
9055         * marshal.c: Reorganize native->managed marshalling code to also use
9056         the emit_marshal_... functions.
9057
9058 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
9059
9060         * object.c: typed allocs have issues with bitmap sizes > 30,
9061         so check for max_set >= 30.
9062
9063 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
9064
9065         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
9066         managed code. Fixes #73012.
9067
9068         * metadata.h (MonoMarshalSpec): Add elem_mult field.
9069
9070         * metadata.c reflection.c: Load/Emit elem_mult as well.
9071         
9072         * metadata.h (MonoMarshalSpec): Add comment.
9073
9074         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
9075
9076         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
9077         num_elem to -1 if not given.
9078
9079         * object-internals.h (MonoReflectionMarshal): Add has_size field.
9080
9081         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
9082         given values.
9083
9084 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
9085
9086         * null-gc.c (mono_gc_free_fixed): Was not compilable.
9087
9088 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
9089
9090         * reflection.c (encode_marshal_blob): Encode param_num field as well.
9091
9092         * object-internals.h (MonoReflectionMarshal): Add param_num field.
9093
9094 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
9095
9096         * object.c: generalized the reference bitmap creation
9097         and added hooks for the new GC.
9098         * class-internals.c: removed the gc_bitmap field from MonoClass.
9099
9100 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
9101
9102         * domain.c: help the compiler to produce better code
9103         in mono_jit_info_table_find ().
9104
9105 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
9106
9107         * object.c: make all allocations look typed.
9108
9109 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
9110
9111         * socket-io.c: load Mono.Posix if it's not loaded already
9112         (fixes bug#73033).
9113
9114 2005-02-24  Martin Baulig  <martin@ximian.com>
9115
9116         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
9117         * reflection.c (dup_type): Likewise.
9118
9119 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
9120
9121         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
9122         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
9123
9124 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
9125
9126         * domain.c, threads.c, object-internals.h: make the critical thread
9127         local vars use the fast access mode (even when we're compiled in
9128         a lib). Provide accessors to be used by the jit during codegen.
9129
9130 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
9131
9132         * appdomain.c: Changed hook functios behavior to include
9133         support for the reflection only assemblies. Some icalls were changed
9134         to support the mentioned assemblies too. Signatures of static methods
9135         try_assembly_resolve and real_load now have an additional parameter:
9136         refonly.
9137
9138         * assembly.c: General changes to mono_assembly_ methods to support
9139         reflection only api. Functions mono_assembly_open, mono_assembly_load,
9140         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
9141         suffix, to support an additional gbool parameter to specify whether
9142         the assembli is reflection only or not. Created some new hook functions 
9143         to add support for reflection only assemblies. Signatures of static 
9144         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
9145         have now an additional parameter: refonly.
9146
9147         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
9148         indicating whether the assembly is reflection only or not.
9149
9150         * exception.c: Add mono_get_exception_invalid_operation.
9151
9152         * icall.c: Throw an InvalidOperationException when trying to invoke
9153         a property/method/event, or trying to set/get the value of a field.
9154         Also add an icall to retrieve the ref_only flag to the
9155         MonoReflectionAssembly.
9156
9157 2005-02-23  Chris Toshok  <toshok@ximian.com>
9158
9159         Part of fix for #72827.
9160         * mono-debug.c (mono_debug_add_method): add lexical block data to
9161         the info we write.  Kind of a hack at the moment - we copy the
9162         lexical block info from the MonoDebugMethodInfo to the
9163         MonoDebugMethodJitInfo here, before writing it.
9164         (mono_debug_read_method): read the lexical block info.
9165
9166         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
9167
9168         * debug-mono-symfile.h: add lexical block support.
9169
9170         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
9171         support.
9172
9173 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
9174
9175         * loader.c (mono_lookup_pinvoke_call): Fix warning.
9176
9177         * object.c (mono_runtime_free_method): Call mono_free_method () and
9178         put the TODOs there.
9179
9180         * loader.c (mono_free_method): Free up most memory allocated for 
9181         dynamic methods.
9182
9183 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
9184
9185         * reflection.c: properly flag a Type argument to a
9186         named custom attr value (bug #72248).
9187
9188 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
9189
9190         * reflection.c: reduce code duplication in named custom
9191         attribute encoding.
9192
9193 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
9194
9195         * reflection.c: properly encode custom attrs of type object
9196         (bug #72649).
9197
9198 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
9199
9200         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
9201
9202 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
9203
9204         * socket-io.c: load System.dll if it's not loaded already
9205         (bug #72850 and #70477).
9206
9207 2005-02-21  Martin Baulig  <martin@ximian.com>
9208
9209         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
9210         generic instances.
9211
9212 2005-02-21  Martin Baulig  <martin@ximian.com>
9213
9214         * reflection.c (mono_image_build_metadata): We also need to
9215         "fixup" the MethodImpl table after we computed the final method
9216         indices.  Call fixup_methodimpl() to do that.
9217         (fixup_methodimpl): New private method.
9218
9219 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
9220
9221         * assembly.c: special case mscorlib.dll (bug#72536),
9222         patch from Carlos Alberto Cortez.
9223
9224 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
9225
9226         * threads-types.h threads.c: Fix build bustage.
9227
9228         * threads.c: Use a union for long<->double conversions.
9229
9230         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
9231         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
9232
9233         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
9234         containing the checkpoint call with NOT_TAKEN.
9235         
9236         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
9237         checkpoint before pushing the arguments, so they won't have to be
9238         spilled to stack.
9239
9240 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9241
9242         * domain.c, assembly.c, domain-internals.h: make some data
9243         const and relocation-free.
9244
9245 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
9246
9247         * object.c, appdomain.c, class-internals.h: introduce the
9248         MonoClassRuntimeInfo structure to hold the info needed to
9249         use a class at runtime. Made mono_class_vtable() lock-free
9250         for all the appdomains.
9251
9252 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
9253
9254         * metadata-internals.h, image.c: introduce a per-image mempool to
9255         be used for memory that has the same lifetime as the image.
9256
9257 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
9258
9259         * domain.c: In mono_init_internal(), instead of selecting the first
9260         runtime version supported by an executable, get a list of all
9261         supported versions and select the one for which an mscorlib exists
9262         (since even if the runtime supports a given version, it doesn't mean
9263         that the framework for that version is installed).
9264         Modified get_runtimes_from_exe to support this behavior.
9265         In supported_runtimes, added information about additional system
9266         assembly versions.
9267         
9268         * assembly.c: Added support for more than one system assembly version
9269         per runtime version. Updated the assembly list.
9270         In mono_assembly_remap_version, removed the initial version check,
9271         since we don't know to which version we need to compare until we
9272         get the version set on which the assembly is based.
9273         Moved the code for loading corlib into the new method
9274         mono_assembly_load_corlib(), so it can be used by the initialization
9275         code.
9276         
9277         * domain-internals.h: Updated data structures and added declaration
9278         for mono_assembly_load_corlib.
9279
9280 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
9281
9282         * reflection.c (resolve_object): Fix the creation of the signature in 
9283         the SignatureHelper case.
9284
9285         * assembly.c (mono_assembly_remap_version): Fix binary search.
9286         
9287 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
9288  
9289         * class.c: Added inheritance check when a method is overloaded (from a
9290         virtual method or when implementing an interface) and when a class is
9291         inherited. Added functions to set a failure for a class and to 
9292         retreive the exception from a failure.
9293         * class-internals.h: Added fields to MonoClass to keep the exception
9294         information status for inheritance (or other exceptions) to be thrown
9295         later (i.e. not at load time).
9296         * object.c: Throw the inheritance SecurityException when a type is to 
9297         be created with either class or method inheritance violations.
9298         * reflection.c|h: Fix when getting declsec from a class. Removed 
9299         unrequired code for class. Improved sanity in parameter naming.
9300         * security-manager.c|h: Added functions to check for class and method
9301         inheritance.
9302
9303 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
9304
9305         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
9306         and has_finalize in dynamic types as well.
9307
9308 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
9309
9310         * culture-info-table.h : fixed currency format for en-GB (and so on).
9311
9312 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
9313
9314         * gc.c: ensure the GC handles never have 0 as a value.
9315
9316 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
9317
9318         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
9319         a pointer to a struct to unmanaged code. Fixes #72625.
9320
9321 2005-02-16  Martin Baulig  <martin@ximian.com>
9322
9323         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
9324
9325 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
9326
9327         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
9328
9329 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
9330
9331         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
9332
9333         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
9334         UnmanagedFunctionPointerAttribute, use it for determining calling convention
9335         etc. Fixes #71471.
9336
9337         * reflection.c (mono_custom_attrs_get_attr): New helper function.
9338
9339         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
9340
9341 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
9342
9343         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
9344         changes to make the current context a field in MonoThread.
9345
9346 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
9347
9348         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
9349         the last change.
9350         
9351         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
9352         extracted from mono_marshal_get_native_wrapper.
9353
9354         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
9355         to create wrappers around native functions.
9356
9357         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
9358         delegates for arbitrary function pointers. Fixes #71472.
9359
9360 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
9361
9362         * threads.c: cleaned up the code a little.
9363
9364 2005-02-15  Martin Baulig  <martin@ximian.com>
9365
9366         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
9367         the data table.
9368
9369         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
9370         allocate larger chunks if needed.
9371
9372 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
9373
9374         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
9375         in by mistake.
9376
9377 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
9378
9379         * domain.c: keep the domains in an array and ensure the domain ids
9380         are kept small, so they can be used as indexes to domain-specific data
9381         with a small memory overhead.
9382
9383 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
9384
9385         * icall.c: Handle byref types in Type icalls. Fixes #72544.
9386
9387 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
9388
9389         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
9390
9391 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
9392
9393         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
9394
9395         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
9396         values.
9397
9398         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
9399         
9400 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
9401
9402         * domain-internals.h: add the hashtable here.
9403
9404         * class-internals.h: Remove `info' from MonoMethod
9405
9406         * domain.c: Add a new hashtable, jit_trampoline_hash
9407
9408 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
9409
9410         * object.c: don't set the value of static fields
9411         (fixes bug#72494).
9412
9413 2005-02-11  Martin Baulig  <martin@ximian.com>
9414
9415         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
9416         (mono_debug_add_method): Silently ignore the method if it's too big.
9417         (mono_debug_add_type): Likewise.
9418
9419 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
9420
9421         * threads.c, appdomain.c: remove #ifdefs from the code.
9422
9423 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
9424
9425         * metadata-internals.h: Added flags to MonoAssembly to cache the most
9426         common security informations. This allows us to stay in unmanaged code
9427         when doing LinkDemand and it's special cases (except for the first 
9428         time for initialization). The flags a very much used with --security.
9429         * reflection.c|h: Added code to get declarative security attributes 
9430         for LinkDemand and InheritanceDemand. This required to refactor the
9431         existing code for Demand.
9432         * security-manager.c|h: Added new method fields for the special cases
9433         of LinkDemand.
9434
9435 2005-02-10  Martin Baulig  <martin@ximian.com>
9436
9437         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
9438         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
9439
9440 2005-02-10  Martin Baulig  <martin@ximian.com>
9441
9442         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
9443         debugging code; this is almost a complete rewrite.
9444
9445         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
9446
9447 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
9448
9449         * domain.c, object.h: expose mono_string_equal () and 
9450         mono_string_hash ().
9451         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
9452         it's implemented in managed code.
9453
9454 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9455
9456         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
9457         lo leak objects between appdomains.
9458
9459 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9460
9461         * assembly.c: old compilers compilation fix from 
9462         robertj@gmx.net (Robert Jordan).
9463
9464 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
9465
9466         * class-internals.h: Little reminder for the future.
9467
9468         * debug-helpers.c: Fix up wrapper_type_names
9469
9470 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9471
9472         * image.c, metadata-internals.h: when loading an image from a file,
9473         mmap all of it and use the same codepaths as when using a
9474         in-memory image: the code is simpler and we use less memory
9475         (both writable and readonly).
9476
9477 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
9478
9479         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
9480         API to alloc runtime data structures that need to be tracked by the
9481         GC and contain pointers.
9482         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
9483         make the code more readable and eventually use a different GC.
9484
9485 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
9486
9487         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
9488         for out arguments.
9489         
9490 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
9491
9492         * object.c: In release_type_locks(), don't release the cctor lock
9493         if it has already been released. This fixes a crash in the
9494         thread5 test.
9495
9496 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
9497
9498         * gc.c, marshal.c, icall.c: register a delegate for finalization
9499         only when the native function pointer has been allocated for it.
9500
9501 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9502
9503         * object.c: cleaned up some code, allocate objects that are
9504         pointer free with the atomic malloc variant. Allocate memory
9505         for static data from the mempool if it's pointer-free.
9506         Allocate the bounds array at the end of the array data, when needed.
9507         * object-internals.h, object.h: move a private function in a private
9508         header.
9509         * class.c: handle missing case in tracking references in fields.
9510
9511 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
9512
9513         * class.c, class-internals.h: keep track if a type has
9514         reference fields in either the instance or static fields.
9515
9516 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
9517
9518         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
9519         and renamed to MonoRuntimeInfo. Added fields to store the expected
9520         framework assembly version. Changed mono_get_framework_version and
9521         mono_get_runtime_version for a single mono_get_runtime_info method.
9522         
9523         * assembly.c: Added method to remap system assembly versions to the
9524         current executing runtime version. Removed old mapping code.
9525         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
9526         
9527         * icall.c, reflection.c: Track api changes.
9528
9529 2005-02-06  Miguel de Icaza  <miguel@novell.com>
9530
9531         * loader.c (method_from_memberref): Improve error reporting,
9532         produce the class name instead of the typeref/typedef index. 
9533
9534 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
9535
9536         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
9537
9538 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9539
9540         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
9541         stdcall and charset name mangling.  Reorganize the code and add
9542         some tracing stuff.
9543
9544 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
9545
9546         * monodiet.c: More iters!
9547
9548         * marshal.c: Iter usage.
9549
9550         * icall.c: Iter usage.
9551
9552         * object.c: Use iters.
9553
9554         * debug-helpers.c: More iters
9555
9556 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9557
9558         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
9559         under win32.
9560
9561 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
9562
9563         * mono-debug-debugger.c: use iters
9564
9565         * class.c, class-internals.h: mono_class_setup_events is static
9566         now
9567
9568         * All callers: use iters
9569
9570 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
9571
9572         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
9573         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
9574
9575 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
9576
9577         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
9578
9579         * marshal.h: Add prototypes for ldfld/stfld_remote.
9580
9581         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
9582         this is called during startup.
9583         
9584 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
9585
9586         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
9587         MonoThreadsSync struct private in monitor.c. Changed the way
9588         MonoThreadsSync is allocated so it's faster and there is no
9589         need to keep track of it with a finalizer and it uses less memory.
9590         This also finally allows us to allocate mono objects as ptrfree when
9591         there are no reference fields.
9592
9593 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
9594
9595         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
9596         disappearing link to the GC interface and use them to simplify
9597         the gchandles code.
9598
9599 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
9600
9601         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
9602         stfld_remote which call mono_load/store_field_new. This allows methods
9603         calling ldfld/stfld wrappers to be AOTed.
9604
9605         * console-io.c: Include sys/filio.h under solaris.
9606         
9607         * console-io.c: Include curses.h if needed correctly.
9608
9609 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
9610         
9611         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
9612         method->klass as well.
9613
9614         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
9615
9616         * class.c (mono_class_init): Switch on lazy initialization of 
9617         methods.
9618
9619         * class.c (mono_class_get_finalizer): Handle the case when the 
9620         finalizer is inherited.
9621
9622 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9623
9624         * console-io.c: <curses.h> is needed by term.h on solaris.
9625
9626 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
9627
9628         * icall.c, class-internals.h, monodiet.c, class.c: Remove
9629         mono_class_setup_properties where possible. Remove this ftn from
9630         the header file, and make it static.
9631
9632 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
9633
9634         * loader.c: Add missing setup_... call.
9635
9636         * class.c: Add missing setup_... calls.
9637
9638         * class.c (mono_class_init): Switch on lazy initialization of 
9639         the generic vtable.
9640         
9641         * class.c (mono_class_init): Fix generics broken by the recent changes.
9642
9643         * monodiet.c (handle_type): Add missing setup_... calls.
9644
9645         * class.c: Back out garbage in previous patch.
9646         
9647         * class.c: Add missing setup_... calls.
9648
9649         * class.c (mono_class_get_method_from_name_flags): Avoid calling
9650         mono_class_setup_methods () if possible.
9651
9652         * class-internals.h (MonoClass): Add 'has_cctor' flag.
9653
9654         * class-internals.h (MonoCachedClassInfo): New structure.
9655
9656         * class.c: Initialize properties and events fields of MonoClass lazily.
9657
9658         * class.c: Add infrastructure for lazily initializing the methods and
9659         vtable fields of MonoClass. Not yet used.
9660
9661         * class.c (mono_class_get_finalizer): New helper function.
9662
9663         * class.c: Add infrastructure for loading some class related data from
9664         an AOT file.
9665
9666         * object.c: Add infrastructure for initializing the vtable from data
9667         in the AOT file.
9668
9669         * gc.c (run_finalize): Use mono_class_get_finalizer ().
9670
9671         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
9672         appropriate initialization function before accessing parts of the
9673         MonoClass structure.
9674
9675         * marshal.c: Fix warnings.
9676         
9677         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
9678
9679         * mono-debug-debugger.c (get_exception_message): Use 
9680         mono_class_get_method_from_name_flags ().
9681
9682 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
9683
9684         * reflection.c, appdomain.c: Replace a few manual searches that
9685         Zoltan missed. (Paolo approved this part of my initial patch).
9686
9687 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
9688
9689         * profiler.c: disable recording statistical events at report time.
9690
9691 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9692
9693         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
9694         to byteswap arrays of enum values, too (bug #72080).
9695
9696 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
9697
9698         * appdomain.c (set_domain_search_path): Allow this to be called if
9699         domain->setup is not yet set.
9700
9701         * loader.c (mono_method_get_index): New helper function.
9702
9703         * loader.c reflection.c: Use mono_method_get_index ().
9704
9705         * class.c (mono_class_get_method_from_name_flags): New helper method.
9706
9707         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
9708         this.
9709
9710         * class.c (mono_class_get_cctor): New helper method.
9711
9712         * string-icalls.c object.c class.c marshal.c reflection.c: Use
9713         mono_class_get_method () to look up methods.
9714
9715 2005-02-01  Miguel de Icaza  <miguel@novell.com>
9716
9717         * console-io.c: Fix the build, this should work on Windows.
9718
9719 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
9720
9721         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
9722         be set to null to keep things valid
9723
9724 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9725
9726         * icall.c: added Console 2.0 icalls.
9727         * Makefile.am: added console-io.[ch]
9728         * console-io.[ch]: internal calls for Console 2.0 API.
9729
9730 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9731
9732         * class.c: make sure we consider all the interfaces
9733         when calculating max_interface_id (bug found by
9734         Jeroen Frijters running ikvm).
9735
9736 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
9737
9738         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
9739         valuetype fields to null.
9740
9741         * object.c (set_value): Ditto. Fixes #71669.    
9742
9743 2005-01-31  Martin Baulig  <martin@ximian.com>
9744
9745         * metadata.c (mono_metadata_has_generic_params): New public
9746         function; checks whether something is a generic method.
9747
9748 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
9749
9750         * appdomain.c: fix infinite recursion when adding assemblies.
9751
9752 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
9753
9754         * object.c: Fix small typo to return all items for Environment.
9755         GetCommandLineArgs.
9756
9757 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
9758
9759         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
9760         reflection.c: more domain and assembly-unload related fixes
9761         and memory leaks plugs.
9762
9763 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
9764
9765         * 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.
9766
9767 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
9768
9769         * loader.c (mono_method_signature): Make this method lazy
9770         (mono_get_method_from_token): Don't computate the signature here.
9771
9772         Doing this saves quite a bit of memory. I got 90 kb on starting up
9773         monodoc. It should also save some disk reads on startup.
9774
9775         * *: MonoMethod->signature might be NULL now. You *MUST* use
9776         mono_method_signature.
9777
9778 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
9779
9780         * object.c (mono_runtime_get_main_args): Return an array from the
9781         current domain here. Fixes #71938.
9782
9783 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
9784
9785         * monitor.c: formatting changes to comply with the
9786         mono coding style and remove #ifdefs from the code.
9787
9788 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
9789
9790         * metadata.c, private.h: remove some unneeded data
9791         and use a more compact representation for table schemas.
9792
9793 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
9794
9795         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
9796         to get a better distribution in hash tables.
9797         * *.c: use mono_aligned_addr_hash() where appropriate.
9798         * assembly.c: make var static.
9799
9800 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
9801
9802         * domain-internals.h: Put MonoJitInfo on a diet.
9803
9804         * domain.c: Fix a warning.
9805
9806 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9807
9808         * gc.c: rework the gc handles code to reuse handles
9809         when freed.
9810
9811 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
9812
9813         * domain.c: fixed long standing bug in mono_string_equal() which
9814         was brought to light with the ldstr changes.
9815
9816 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
9817
9818         * reflection.c: Remove warning by adding missing include for marshal.h
9819
9820 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
9821
9822         * domain.c, object.c: change the ldstr_table to hold
9823         MonoString* as keys: makes the runtime isinterned lookup
9824         faster and simplifies memory management.
9825
9826 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
9827  
9828         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
9829         possible to add imperative security checks before calling the icall.
9830         * reflection.c: Return security attributes on the original MonoMethod
9831         (and not the wrapped one). This fix permissions on icalls.
9832
9833 2005-01-25  Dick Porter  <dick@ximian.com>
9834
9835         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
9836         the check for mktime() support actually test the mktime() return
9837         value.  "Fixes" bug 71682, though the output is still different to
9838         MS.
9839
9840 2005-01-25  Martin Baulig  <martin@ximian.com>
9841
9842         * class.c (mono_class_is_assignable_from): Make this work for
9843         generic instances.
9844
9845 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
9846
9847         * marshal.c (mono_string_utf8_to_builder)
9848         (mono_string_builder_to_utf16): We might not have ownership of the
9849         string. In thise case, we need to create a new buffer.
9850
9851         * object-internals.h (mono_stringbuilder_capacity): sb->str might
9852         be null, in which case, use the default capacity.
9853
9854 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
9855
9856         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
9857         GC events to the profiler.
9858
9859 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
9860
9861         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
9862         if you don't want the GC to run.
9863
9864 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
9865
9866         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
9867         start providing a GC API and keeping different implementations in
9868         their own file.
9869         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
9870
9871 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
9872
9873         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
9874         mmap rather than allocating a huge buffer.
9875         (mono_debug_close_mono_symbol_file): Free the buffer allocated
9876         above.
9877
9878 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
9879
9880         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
9881         and CheckExecutionRights.
9882         * reflection.c|h: Keep the index of the declarative security to be 
9883         used, instead of the pointer, when AOT compiler is used. Also add 
9884         class initialization when requesting demands.
9885         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
9886         CheckExecutionRights. Both properties are now FALSE by default, and
9887         unmodifiable, unless the --security option is used.
9888
9889 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
9890
9891         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
9892         reflection.c: properly refcount images and assemblies, many leaks fixed.
9893
9894 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9895
9896         * threadpool.c: increase the timeout for threads in the thread pool to
9897         10s.  Fixes bug #67159.
9898
9899 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
9900
9901         * class-internals.h: Sun's compiler insists on explicit
9902         signed on bit fields to handle then correctly.
9903
9904 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
9905
9906         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
9907         Make the size of the array fit only the number of invalid path
9908         chars that we have.
9909
9910         * class.c (_mono_class_get): Improve the error reporting when a
9911         class referenced is not found, to assist debugging. 
9912
9913 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
9914
9915         * threads.c: fix off-by-one error.
9916         * domain.c: free data allocated in the domain.
9917
9918 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9919
9920         * reflection.c (mono_method_body_get_object): Fill out exception info
9921         as well.
9922
9923         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
9924         structure.
9925         
9926 2005-01-19  Martin Baulig  <martin@ximian.com>
9927
9928         * loader.c (mono_get_method_constrained): Make this work again.
9929
9930 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
9931
9932         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
9933         guint16 to match the managed side.
9934
9935         * reflection.c (mono_reflection_body_get_object): Fill out local
9936         variables array.
9937
9938         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
9939         as well.
9940
9941         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
9942         'local_var_sig_token'.
9943
9944 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
9945
9946         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
9947         System.Drawing.
9948
9949         * reflection.c (mono_method_body_get_object): Handle abstract and
9950         runtime methods.
9951
9952 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
9953
9954         * marshal.c, loader.c, class-internals.h, reflection.c:
9955         store the emthod data for a wrapper in an array instead of a list.
9956
9957 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
9958
9959         * marshal.c: change the code to allocate memory more
9960         conservatively for method wrappers.
9961
9962 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
9963
9964         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
9965         fields from MonoClass to the marshal info structure where they belong.
9966
9967 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
9968
9969         * class.c, object.c, class-internals.h, marshal.c: rearrange
9970         some fields and tweak some types to lower memory usage.
9971
9972 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
9973
9974         * threads.c (signal_thread_state_change): Handle the case when the
9975         target thread is the current thread.
9976
9977         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
9978
9979         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
9980         emit_ptr_to_object_conv. 
9981
9982         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
9983         marshalling. Fixes #71352.
9984
9985 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
9986
9987         * metadata.h, blob.h: move table enum to blob.h so it can be included
9988         in any header.
9989         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
9990         cut the size of MonoImage/MonoDynamicImage.
9991
9992 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
9993
9994         * profiler.c (mono_profiler_install_simple): Fix default arguments.
9995
9996 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
9997
9998         * reflection.c, reflection.h, icall.c: add a function to check
9999         if an attribute type is defined for a metadata object.
10000
10001 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
10002
10003         * object-internals.h: Added some needed fields from StringBuilder class.
10004         * marshal.c: Set the maxCapacity when creating a StringBuilder.
10005
10006 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
10007
10008         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
10009         threads before shutting down the runtime.
10010
10011         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
10012
10013 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
10014
10015         * object-internal.h, threads.c: implement stacksize and 
10016         parameterized thread start functionality (requires
10017         matching corlib). Marked broken code for later removal.
10018
10019 2005-01-12  Martin Baulig  <martin@ximian.com>
10020
10021         * class-internals.h (MonoGenericClass): Moved the `initialized'
10022         flag to MonoDynamicGenericClass, removed `init_pending'.
10023         (MonoGenericInst): Added `is_reference' flag.
10024
10025 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
10026
10027         * reflection.c (mono_image_create_pefile): Only set the pe_offset
10028         inside the MSDOS header. Fixes #71201.
10029
10030         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
10031         gc thread.
10032         (mono_domain_finalize): Ditto.
10033
10034 2005-01-12  Martin Baulig  <martin@ximian.com>
10035
10036         * class.c (mono_get_shared_generic_class): Use the cache for
10037         non-dynamic generic classes.
10038
10039         * class-internals.h (mono_class_create_generic_2): Removed
10040         function prototype, this function is now static inside class.c.
10041
10042         * class.c (mono_class_create_generic_2): Made this static, only
10043         call it from mono_class_init() and mono_class_setup_parent().
10044         (collect_implemented_interfaces_aux): Call mono_class_init() on
10045         the interfaces we collect.
10046         (mono_class_setup_vtable): Call mono_class_init (class->parent).
10047
10048 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
10049
10050         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
10051         it a real thread handle.
10052
10053         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
10054         MonoJitExceptionInfo, since each catch clause needs its own variable.
10055         
10056 2005-01-11  Dick Porter  <dick@ximian.com>
10057
10058         * image.c (mono_pe_file_open): New variant on mono_image_open()
10059         that does not set up the CLI metadata; used for FileVersionInfo so
10060         it can get the data for windows binaries too.
10061         
10062         * process.c (process_read_string_block): Don't read off the end of
10063         the StringTable block.
10064
10065         These both fix bug 70766.
10066
10067 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
10068
10069         * gc.c: set some fields to NULL at GC cleanup time.
10070         * threads.c: if we quit the main thread, call exit ().
10071
10072 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
10073
10074         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
10075
10076 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
10077
10078         * threads.h, threads.c, object.c: added accessor and settor for
10079         main_thread. Handle it specially when exiting from it: wait
10080         for other foreground threads to exit.
10081
10082 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
10083
10084         * process.c, verify.c: remove some bloat.
10085
10086 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
10087
10088         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
10089         the calling convention to cdecl under win32.
10090
10091 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
10092
10093         * object.c (mono_object_get_size): New function to get the size of
10094         an object instance.
10095
10096         * profiler.c (simple_allocation): Use above.
10097
10098 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
10099
10100         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
10101         ves_icall_System_AppDomain_getRootDomain (as it's not required to
10102         get an appdomain by it's id and we can't assume the root's id is 0).
10103         * domain-internals.h: Change the function prototype to match.
10104         * icall.c: Change the icall table for AppDomain.
10105
10106 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
10107
10108         * locales.c (string_invariant_compare_char): Only compute
10109         GUnicodeTypes in the case where we need them.  Test for ordinality
10110         first and return if so.
10111
10112         From the commit:
10113
10114                 /*
10115                  * FIXME: here we must use the information from c1type and c2type
10116                  * to find out the proper collation, even on the InvariantCulture, the
10117                  * sorting is not done by computing the unicode values, but their
10118                  * actual sort order.
10119                  */
10120
10121 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
10122
10123         * loader.c: for P/Invoke methods, allow the "Internal" shared
10124         library name to refer to the calling process symbol namespace.
10125
10126 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
10127
10128         * Makefile.am: Add the security manager to the build.
10129         * security-manager.c|h: New. Initialization of the security manager.
10130
10131 2005-01-07  Dick Porter  <dick@ximian.com>
10132
10133         * threads.c: 
10134         * monitor.c: Update thread state during Monitor and WaitHandle
10135         waits.  Fixes bug 71031.
10136
10137 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
10138
10139         * reflection.c (property_encode_signature): Correctly handle when the
10140         property has no methods.
10141
10142 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
10143
10144         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
10145         
10146         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
10147         fields from mb, not rmb. Fixes #71017.
10148
10149         * marshal.c (emit_ptr_to_str_conv): Add support for 
10150         ByValTStr -> string conversion. Fixes #71015.
10151
10152         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
10153
10154         * mempool.c (mono_mempool_contains_addr): New helper function.
10155
10156 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
10157
10158         * metadata.c (mono_metadata_compute_size): Fix size calculation of
10159         HasSematics encoded fields.
10160         
10161         * metadata.c (mono_type_to_unmanaged): Improve error message for 
10162         invalid string marshalling.
10163
10164         * metadata.c: Fix warnings.
10165         
10166 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
10167
10168         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
10169         profiler support.
10170
10171 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
10172
10173         * domain.c object.c domain-internals.h: Revert part of r38077 since the
10174         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
10175         tests.
10176
10177 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
10178
10179         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
10180         so methods containing these can be AOTed.
10181
10182 2005-01-03  Martin Baulig  <martin@ximian.com>
10183
10184         * loader.c (find_method): Removed the hack for generic instances.
10185         (method_from_memberref): If our parent is a generic instance, pass
10186         its generic type definition to find_method() and then inflate the
10187         method.
10188         (mono_get_method_constrained): Pass the generic type definition to
10189         find_method() and inflate the method later.
10190
10191         * class-internals.h (MonoStats): Added `generic_class_count'.
10192
10193         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
10194         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
10195
10196         * reflection.c (mono_custom_attrs_from_params): Don't ignore
10197         generic type definitions.
10198
10199 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
10200
10201         * loader.c icall.c: Fix warnings.
10202
10203 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
10204
10205         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
10206         blittable types. Fixes #70864.
10207
10208 2004-12-29  Martin Baulig  <martin@ximian.com>
10209
10210         * icall.c
10211         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
10212
10213         * reflection.c (mono_method_get_object): Create a
10214         "System.Reflection.MonoGenericMethod" for inflated methods; don't
10215         call mono_get_inflated_method().
10216
10217         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
10218
10219 2004-12-27  Martin Baulig  <martin@ximian.com>
10220
10221         * class-internals.h (MonoMethod): Added `is_inflated' flag.
10222         (MonoMethodInflated): Added `inflated' field.
10223
10224         * class.c (mono_class_inflate_generic_method): Don't really
10225         inflate the method here; just set the `is_inflated' flag in the
10226         MonoMethod.
10227         (mono_class_get_inflated_method): Actually inflate the method here
10228         if it's not already inflated; we use the MonoMethodInflated's new
10229         `inflated' field as a cache.
10230
10231 2004-12-26  Martin Baulig  <martin@ximian.com>
10232
10233         * class.c
10234         (inflate_generic_class): Moved some code out of inflate_generic_type().
10235         (mono_class_inflate_generic_method): If we're already inflated,
10236         inflate the context and use the declaring method; ie. make sure
10237         the declaring method of an inflated method is always the generic
10238         method definition.
10239         (mono_class_create_from_typedef): Create
10240         `class->generic_container->context->gclass'.
10241
10242 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
10243
10244         * metadata-internals.h, marshal.c, reflection.c: More
10245         MonoGHashTable->GHashTable.
10246
10247         * domain-internals.h, class.c: Change MonoGHashTable's into
10248         GHashTables for some cases where no gc stuff is used
10249
10250         All users: update apis
10251
10252 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
10253
10254         * metadata.c (builtin_types): Make this `const'. Makes this get
10255         put into the shareable section.
10256         (mono_metadata_init): Casts to make gcc happy.
10257
10258 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
10259
10260         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
10261
10262 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
10263
10264         * icall.c: Added an internal call to retrieve the position and length
10265         of assembly-level declarative security attributes (RequestMinimum, 
10266         RequestOptional and RequestRefuse). This is used by the Assembly class
10267         to re-create the corresponding permission sets.
10268
10269 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
10270
10271         * marshal.c: fix the stelemref wrapper to be type correct
10272         (and faster).
10273
10274 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
10275
10276         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
10277         to do key & 0x7fffffff. Hashtable already does this. It just
10278         results in longer code.
10279
10280 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
10281
10282         * appdomain.c: Bump corlib version.
10283         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
10284         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
10285         * reflection.c|h: Add functions to get declarative security infos
10286         (blob position and length) for assemblies, classes and methods.
10287
10288 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
10289
10290         * reflection.c: sort the constant table (bug #70693).
10291
10292 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
10293
10294         * object-internals.h, threads.c, domain.c: add accessors for
10295         the MonoThread and MonoDomain tls keys.
10296
10297 2004-12-18  Martin Baulig  <martin@ximian.com>
10298
10299         * class.c (inflate_generic_type): If we're inflating a generic
10300         instance, set `ngclass->context->container = context->container';
10301         ie. the container we inflated into.
10302
10303         * metadata.c (mono_metadata_parse_generic_param): Reflect above
10304         inflate_generic_type() changes.
10305
10306 2004-12-17  Martin Baulig  <martin@ximian.com>
10307
10308         * class-internals.h
10309         (MonoGenericClass): Replaced `MonoType *generic_type' with
10310         `MonoClass *generic_class'.  Removed `dynamic_info'; if
10311         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
10312         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
10313
10314 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
10315
10316         * exception.c (mono_exception_from_token): New helper function.
10317
10318 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
10319
10320         * assembly.c (mono_assembly_load_with_partial_name): Call 
10321         mono_assembly_loaded before invoking the preload hooks. Fixes
10322         #70564.
10323
10324         * object-internals.h (MonoThread): Change culture_info and 
10325         ui_culture_info into an array.
10326
10327         * threads.c: Cache culture info objects from more than one appdomain.
10328
10329         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
10330         current UI culture.
10331
10332 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
10333
10334         * threads.h threads.c appdomain.c: Clear the culture_info field of
10335         all threads during unloading if they point to an object in the dying
10336         appdomain.
10337
10338 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
10339
10340         * culture-info.h (TextInfoEntry): New struct
10341         * object-internals.h: sync with managed
10342         * locales.c: fill the `text_info_data' field
10343         * culture-info-tables.h: update
10344
10345 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
10346
10347         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
10348         collector.
10349
10350 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
10351
10352         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
10353         (ves_icall_ModuleBuilder_getMethodToken): Ditto
10354
10355 2004-12-12  Martin Baulig  <martin@ximian.com>
10356
10357         * mono-debug-debugger.c (write_type): If we're an enum and the
10358         builtin types have already been initialized, call mono_class_init().
10359
10360 2004-12-11  Martin Baulig  <martin@ximian.com>
10361
10362         * metadata.c (mono_metadata_load_generic_params): Added
10363         `MonoGenericContainer *parent_container' argument; automatically
10364         compute `container->is_method'; pass the correct owner to
10365         get_constraints().      
10366
10367         * reflection.c (compare_genericparam): Sort the GenericParam table
10368         according to increasing owners. 
10369
10370 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
10371
10372         * profiler.c: allow disabling the default profiler.
10373
10374 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
10375
10376         * decimal.c, icall.c: allow disabling System.Decimal support.
10377
10378 2004-12-09  Marek Safar <marek.safar@seznam.cz>
10379
10380         * reflection.c: Add support for null attribute arguments.
10381
10382 2004-12-09  Martin Baulig  <martin@ximian.com>
10383
10384         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
10385         names to get rid of compiler warnings.
10386
10387 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
10388
10389         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
10390         mono_marshal_load_type_info (). Fixes #69625.
10391         (mono_marshal_get_ptr_to_struct): Likewise.
10392
10393 2004-12-08  Martin Baulig  <martin@ximian.com>
10394
10395         * mono-debug.h: Bumped version number to 47.
10396
10397         * mono-debug-debugger.c
10398         (mono_debugger_event_handler, mono_debugger_event): Take two
10399         guint64 arguments insteed of a gpointer and a guint32.  
10400
10401 2004-12-08  Martin Baulig  <martin@ximian.com>
10402
10403         * debug-mono-symfile.h
10404         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
10405         `address' to `native_offset'.
10406
10407 2004-12-08  Martin Baulig  <martin@ximian.com>
10408
10409         * class.c (mono_class_create_from_typespec): Only inflate if we
10410         either have `context->gclass' or `context->gmethod'.
10411
10412 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
10413
10414         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
10415
10416         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
10417
10418         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
10419
10420         * reflection.c (mono_assembly_get_object): Remove the workaround put
10421         in for the release.
10422         
10423         * appdomain.c: Use the corlib_internal field from MonoAssembly.
10424
10425         * appdomain.c: Bump corlib version.
10426
10427         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
10428         be visible in other appdomains.
10429
10430 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
10431
10432         * threads.c: Interlocked inc and dec for longs were messed up,
10433         use a KISS based impl for this. Fixes 70234
10434
10435 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
10436
10437         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
10438
10439 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
10440
10441         * icall.c: fix to follow policy not to allow struct
10442         arguments in icalls.
10443
10444 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10445
10446         * process.c: make the patch that handles spaces in file paths work
10447         on mono/windows too.
10448
10449 2004-12-06  Martin Baulig  <martin@ximian.com>
10450
10451         * class.c (mono_class_create_generic): Call
10452         mono_class_setup_supertypes() if we're dynamic.
10453         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
10454
10455 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
10456
10457         * object-internals.h: Add new fields to MonoThread.
10458
10459         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10460
10461         * icall.c threads-types.h threads.c: Add new icalls.
10462
10463         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
10464
10465         * object-internals.h (MonoReflectionAssembly): Sync object layout with
10466         managed side.
10467
10468         * appdomain.c: Bump corlib version.
10469
10470         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
10471         internal assemblies. Fixes #69181.
10472
10473 2004-12-05  Martin Baulig  <martin@ximian.com>
10474
10475         * class.c (mono_class_inflate_generic_signature): Make this a
10476         no-op if `context' is NULL or we don't have any type parameters;
10477         also copy `sentinelpos'.        
10478
10479 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
10480
10481         * image.c: Add unbox_wrapper_cache.
10482
10483         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
10484
10485         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
10486         function generator.
10487         
10488         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
10489         Fixes #70173.
10490
10491         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
10492         
10493 2004-12-04  Martin Baulig  <martin@ximian.com>
10494
10495         * loader.c (mono_method_get_signature_full): New public function;
10496         like mono_method_get_signature(), but with an additional
10497         `MonoGenericContext *' argument.
10498
10499         * class.c (mono_class_inflate_generic_signature): Formerly known
10500         as inflate_generic_signature(); make this public.
10501
10502 2004-12-04  Martin Baulig  <martin@ximian.com>
10503
10504         * metadata.c
10505         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
10506         instead of a `MonoGenericContainer *'.  
10507         (mono_metadata_parse_array_full): Likewise.
10508         (mono_metadata_parse_signature_full): Likewise.
10509         (mono_metadata_parse_method_signature_full): Likewise.
10510         (mono_metadata_parse_generic_inst): Likewise.
10511         (mono_metadata_parse_generic_param): Likewise.
10512         (mono_metadata_parse_mh_full): Likewise.
10513         (mono_type_create_from_typespec_full): Likewise.
10514
10515 2004-12-03  Martin Baulig  <martin@ximian.com>
10516
10517         * class-internals.h (MonoGenericContainer): Replaced the
10518         `MonoGenericContext * pointer with a `MonoGenericContext'
10519         structure and made it the first element.
10520
10521 2004-12-03  Martin Baulig  <martin@ximian.com>
10522
10523         * class.c
10524         (inflate_generic_type): Set the `context->container' when creating
10525         a new MonoGenericContext.
10526         (mono_class_inflate_generic_method): Likewise.
10527         (mono_class_create_from_typespec): Just use `context->container'
10528         to get the container.
10529
10530         * loader.c (method_from_methodspec): Set `context->parent' from
10531         `context->container' - and if that's a method container, use its
10532         parent.  Also set the `context->container' when creating a new
10533         MonoGenericContext.
10534         (mono_get_method_from_token): Use just `context->container' to get
10535         the container.
10536
10537         * metadata.c (do_mono_metadata_parse_generic_class): Also set
10538         `gclass->context->container'.
10539
10540         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
10541         the `context->container' when creating a new MonoGenericContext.
10542
10543 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
10544
10545         * reflection.c (compare_genericparam): Sort params with identical
10546         owner by their number. Fixes gen-111 on sparc.
10547
10548 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
10549
10550         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
10551         around the domain changes.
10552
10553         * appdomain.c (mono_domain_unload): Handle the case when the thread
10554         calling Unload is itself being aborted during unloading. Fixes #70022.
10555
10556         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
10557
10558         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
10559         checkpoint_func as an icall so it gets a wrapper.
10560         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
10561         in the cross-appdomain wrappers too.
10562
10563         * threads.c (mono_thread_has_appdomain_ref): Make this public.
10564
10565         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
10566
10567         * reflection.c: Fix some memory leaks.
10568         
10569 2004-12-02  Martin Baulig  <martin@ximian.com>
10570
10571         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
10572
10573         * metadata.c (generic_class_cache): New static hashtable.
10574         (mono_metadata_lookup_generic_class): New public method.
10575
10576 2004-12-02  Martin Baulig  <martin@ximian.com>
10577
10578         * class.c (mono_class_create_from_typedef): Call
10579         mono_class_setup_parent() and mono_class_create_mono_type() before
10580         parsing the interfaces.
10581
10582 2004-12-02  Martin Baulig  <martin@ximian.com>
10583
10584         * metadata.c (generic_inst_cache): New static hashtable.
10585         (mono_metadata_lookup_generic_inst): New public function.
10586         (mono_metadata_inflate_generic_inst): New public function.
10587         (mono_metadata_parse_generic_inst): New public function.
10588         (do_mono_metadata_parse_generic_class): Use the new
10589         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
10590         since this'll also use the cache.
10591
10592         * reflection.c (mono_reflection_bind_generic_method_parameters):
10593         Use mono_metadata_lookup_generic_inst() to use the new cache.
10594
10595         * class.c (inflate_mono_type): Use
10596         mono_metadata_inflate_generic_inst() to inflate a generic
10597         instance; this'll also use the new cache.
10598
10599         * loader.c (method_from_methodspec): Use
10600         mono_metadata_parse_generic_inst() and
10601         mono_metadata_inflate_generic_inst() rather than parsing it
10602         manually, so we can use the new cache.
10603
10604 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
10605
10606         * threads.c (wait_for_tids): Do not incorrectly free threads when 
10607         the wait times out.
10608
10609 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
10610
10611         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
10612         iter->args based on whether parameters are passed in registers (i.e.
10613         MONO_ARCH_REGPARMS is defined)
10614
10615 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
10616
10617         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
10618         the exception message. Fixes #70070.
10619         (method_from_methodspec): Fix warnings.
10620
10621 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10622
10623         * process.c: (complete_path) return the path quoted
10624
10625 2004-12-01  Martin Baulig  <martin@ximian.com>
10626
10627         * class-internals.h (MonoGenericInst): New structure.
10628         (MonoGenericClass): Replaced `type_argc', `type_argv' and
10629         `is_open' with `MonoGenericInst *inst'.
10630         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
10631         `is_open' with `MonoGenericInst *inst'.
10632
10633 2004-11-30  Martin Baulig  <martin@ximian.com>
10634
10635         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
10636
10637         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
10638         to `generic_class_cache'.
10639
10640         * metadata.c
10641         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
10642         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
10643         (mono_generic_inst_is_valuetype): Renamed to
10644         mono_generic_class_is_valuetype().
10645
10646         * class-internals.h
10647         (MonoGenericInst): Renamed to MonoGenericClass.
10648         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
10649         (MonoClass): Renamed `generic_inst' to `generic_class'.
10650         (MonoGenericContext): Renamed `ginst' to `gclass'.
10651
10652         * object-internals.h
10653         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
10654
10655         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
10656         mono_reflection_generic_class_initialize().
10657
10658         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
10659         now known as "System.Reflection.MonoGenericClass".
10660         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
10661
10662 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
10663
10664         * class-internals.h: Added a flag field to MonoClass to cache the
10665         declarative security attributes actions associated with the class.
10666         * domain-internals.h: Added booleans to MonoJitInfo to cache the
10667         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
10668         applicable to the JITted method.
10669         * reflection.c|h: Added functions to extract (as flags) which security
10670         actions are available (declaratively) for a method, class or assembly.
10671         * metadata.c|h: Added functions to search the declarative security
10672         table in the metadata.
10673         
10674 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
10675
10676         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
10677         EXPORTEDTYPES are already in the class name cache, so there is no
10678         need to add extra code here to look at them. Just removes a bit of
10679         cruft.
10680
10681         (ves_icall_System_Environment_get_TickCount): No need for #if
10682         WINDOWS. We already have the code in io-layer.
10683
10684 2004-11-28  Martin Baulig  <martin@ximian.com>
10685
10686         * loader.c
10687         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
10688         Fixes gen-112.cs.
10689
10690 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
10691
10692         * assembly.c (do_mono_assembly_open): Instead of having a
10693         conditional WITH_BUNDLE, incorporate support for bundles here, by
10694         having a global `bundles' variable holding a pointer to the actual
10695         bundles. 
10696
10697         (mono_register_bundled_assemblies): New API call used by the
10698         bundle code. 
10699
10700         See mkbundle.1 for details.
10701         
10702 2004-11-27  Martin Baulig  <martin@ximian.com>
10703
10704         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
10705         the vtable for generic methods.
10706
10707 2004-11-26  Martin Baulig  <martin@ximian.com>
10708
10709         * metadata.c
10710         (mono_metadata_generic_method_hash): New public function.
10711         (mono_metadata_generic_method_equal): Likewise.
10712
10713         * class-internals.h
10714         (MonoGenericContainer): Added `GHashTable *method_hash'.
10715
10716         * reflection.c (ReflectionMethodBuilder): Added
10717         `MonoGenericContainer *generic_container'.
10718         (reflection_methodbuilder_to_mono_method): Don't create a new
10719         MonoGenericContainer each time we're called.
10720         (mono_reflection_bind_generic_method_parameters): Use
10721         `container->method_hash' to cache the results so we don't create a
10722         different method if we're called several times with the same
10723         arguments.
10724
10725         * loader.c (method_from_methodspec): Use the new
10726         `container->method_hash' here, too.
10727
10728 2004-11-26  Martin Baulig  <martin@ximian.com>
10729
10730         * class.c (inflate_generic_signature): Correctly compute
10731         `res->has_type_parameters'.
10732         (mono_class_vtable): Use the `has_type_parameters' flag to
10733         determine whether we're a generic method.
10734
10735         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
10736
10737 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
10738
10739         * object.c (mono_runtime_run_main): Fix a small memory leak.
10740
10741 2004-11-25  Martin Baulig  <martin@ximian.com>
10742
10743         * class.c (set_generic_param_owner): Fixed the loop.
10744
10745 2004-11-25  Martin Baulig  <martin@ximian.com>
10746
10747         * object.c (mono_class_vtable): Don't create any JIT wrappers for
10748         generic methods.
10749
10750 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
10751
10752         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
10753         names. Fixes #69787.
10754
10755 2004-11-24  Martin Baulig  <martin@ximian.com>
10756
10757         * class.c (mono_class_create_generic_2): If we don't have a
10758         `ginst->parent', inflate `gklass->parent' to get our parent.
10759
10760 2004-11-24  Martin Baulig  <martin@ximian.com>
10761
10762         * reflection.c (compare_genericparam): Correctly sort the
10763         GenericParam table; fixes #69779.
10764
10765 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
10766
10767         * reflection.c: When writing a PE file, don't create a huge
10768         buffer in memory. Just write the arrays we have to the file.
10769         This reduces memory usage.
10770
10771         * metadata-internals.h: MonoDynamicStream pefile is no longer used
10772         globally.
10773
10774 2004-11-17  Martin Baulig  <martin@ximian.com>
10775
10776         * class.c (mono_class_init): Don't setup `class->parent' for
10777         dynamic instances; moved this to mono_class_generic_2().
10778         (mono_class_create_generic): Also set `klass->inited' for dynamic
10779         generic instances.
10780         (mono_class_create_generic_2): Don't do anything for dynamic
10781         generic instances.  Set `klass->parent' here and also call
10782         mono_class_setup_parent() here. 
10783
10784         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
10785         `MonoType *parent' argument; set `ginst->parent' before calling
10786         mono_class_create_generic_2(), so we set the correct parent.
10787
10788 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
10789
10790         * reflection.c: allow getting attributes from ModuleBuilder
10791         (used by ikvm).
10792
10793 2004-11-17  Martin Baulig  <martin@ximian.com>
10794
10795         * class.c (mono_class_create_from_typedef): If a type parameter is
10796         inherited from an outer class, set its owner to that class.
10797
10798 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
10799
10800         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
10801           for (int*) written size. This fixes bug #69592.
10802
10803 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
10804
10805         * icall.c: Added IsAuthenticodePresnet internal call.
10806         * image.c|h: New function that check a MonoImage for an Authenticode
10807         signature in the certificate PE data directory.
10808         * security.c|h: New internal call to ask the runtime if an 
10809         Authenticode signature seems referenced in the PE header.
10810
10811 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
10812
10813         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
10814
10815         * reflection.c (mono_image_create_pefile): Free the assembly streams
10816         after writing out the assembly file.
10817
10818         * object.c (mono_runtime_run_main): Fix small memory leak.
10819
10820         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
10821         property access modifiers. Fixes #69389.
10822
10823 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
10824
10825         * domain.c, object.c, object-internals.h, domain-internals.h,
10826         object.h, marshal.c: keep dynamic code info per domain.
10827
10828 2004-11-15  Martin Baulig  <martin@ximian.com>
10829
10830         * class.c (mono_type_get_name_recurse): Put type arguments in
10831         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
10832         see bug #68387.
10833
10834 2004-11-15  Martin Baulig  <martin@ximian.com>
10835
10836         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
10837         (mono_class_setup_vtable): When computing `the_cname' for a
10838         generic instance, don't include the namespace since we'd otherwise
10839         add it twice.
10840
10841 2004-11-15  Martin Baulig  <martin@ximian.com>
10842
10843         * class.c (mono_class_create_generic): Changed return type to void.
10844         (mono_class_create_generic_2): New public function; setup
10845         `class->method', `class->field' and `class->interfaces' here
10846         instead of in mono_class_init().
10847
10848         * class.h (mono_class_create_generic): Moved to class-internals.h.
10849
10850 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
10851
10852         * reflection.c (mono_image_create_pefile): take a file HANDLE.
10853         rather than writing to memory, write to this file. Right now,
10854         we are just writting into a buffer, and copying that. However
10855         we can avoid the buffer later.
10856
10857         (mono_dynamic_stream_reset): new function
10858
10859         * icall.c, object-internals.h: update for the above.
10860
10861 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
10862
10863         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
10864         have been using gc'd memory. First it is slower, unlikely
10865         the comment in the source code said, secondly, it increases
10866         our footprint to do it in the gc.
10867
10868         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
10869         the method so that it does not have to copy to managed code.
10870
10871 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
10872
10873         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
10874
10875 2004-11-12  Martin Baulig  <martin@localhost>
10876
10877         * reflection.c (mono_image_create_token): Allow generic method
10878         definitions here, since they may appear in an `.override'; see
10879         gen-98/gen-99 for an example.
10880
10881 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
10882
10883         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
10884         #69365.
10885
10886         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
10887         descriptive.
10888
10889 2004-11-11  Martin Baulig  <martin@ximian.com>
10890
10891         * class.c (mono_class_setup_vtable): In an explicit interface
10892         implementation, the method name now includes the arity.
10893
10894 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
10895
10896         * object.c (mono_array_full_copy): Fix warning.
10897
10898 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
10899
10900         * appdomain.c: Removed look_for_method_by_name(). Use the new method
10901         mono_class_get_method_from_name() instead.
10902         
10903         * class-internals.h: Added two new types of wrappers. 
10904         Added MonoRemotingTarget enum. Added new trampoline function type, which
10905         takes an additional MonoRemotingTarget value as parameter, so it is
10906         possible to request a trampoline for a specific target.
10907         
10908         * class.c: Added new mono_class_get_method_from_name() method.
10909         
10910         * class.h: In MonoRemoteClass, we can have now to vtables, one for
10911         general remoting sinks and one specific for cross domain calls.
10912         
10913         * debug-helpers.c: Added new wrapper names.
10914         
10915         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
10916         of a remote class.
10917         
10918         * image.c: Porperly delete value objects form the remoting invoke hashtable.
10919         
10920         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
10921         with several other methods (mono_marshal_get_xappdomain_dispatch,
10922         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
10923         and others) can generate a fast remoting wrapper for cross domain calls.
10924         More information can be found in docs/remoting.
10925         Other changes: Removed mono_find_method_by_name, and used
10926         mono_class_get_method_from_name instead.
10927         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
10928         is stored in the remoting invoke hashtable.
10929         
10930         * marshal.h: published the new method for getting the xdomain wrapper,
10931         and also added a method for getting the adequate wrapper for a given
10932         method and target.
10933         
10934         * object-internals.h, object.c: Added a couple of methods for capying and
10935         cloning arrays.
10936         Modified mono_install_remoting_trampoline, which takes the new remoting
10937         trampoline that has a remoting target as parameter.
10938         mono_class_proxy_vtable now also takes a remoting target as parameter, and
10939         will return the most suitable vtable for the target.
10940         Added mono_remote_class_vtable, which returns the vtable of a remote class
10941         (which can be the normal remoting vtable or the xdomain vtable).
10942         
10943         * threads.c: the xdomain invoke and dispatch wrappers must also be
10944         protected against interruptions.
10945
10946 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10947
10948         * icall.c: use memmove in BlockCopyInternal when the source and
10949         destination arrays are the same.
10950
10951 2004-11-09  Martin Baulig  <martin@ximian.com>
10952
10953         * class-internals.h (MonoGenericContainer): Removed `method' and
10954         `signature', replaced them with `is_method' and `is_signature'
10955         flags.  Added `context'.
10956
10957         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
10958         instead of a `MonoGenericContainer *'.
10959
10960         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
10961         for dynamic type parameters.
10962         (mono_metadata_load_generic_params): Setup `container->context'.
10963
10964         * reflection.c (mono_reflection_setup_generic_class): Setup
10965         `tb->generic_container->context'.
10966         (do_mono_reflection_bind_generic_parameters): Use
10967         mono_class_inflate_generic_type() to correctly inflate types,
10968         rather than using our own hack just for MONO_TYPE_VAR.
10969
10970 2004-11-09  Martin Baulig  <martin@ximian.com>
10971
10972         * class.c (mono_class_inflate_generic_method): Small fix; don't
10973         crash here.
10974
10975         * icall.c
10976         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
10977         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
10978         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
10979         (ves_icall_Type_BindGenericParameters): Likewise.
10980         (ves_icall_Type_get_IsGenericInstance): Likewise.
10981         (ves_icall_Type_GetGenericParameterPosition): Likewise.
10982         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
10983         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
10984         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
10985
10986 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
10987
10988         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
10989         assembly versions and public key tokens. Fixes #69113.
10990
10991 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
10992
10993         * metadata.c: fix bug introduced with the type cache changes
10994         on 2004-11-06.
10995
10996 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
10997
10998         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
10999         the MonoClass pointer instead of the token in exception clauses.
11000         * reflection.c: updates for the above and make the code not depend
11001         on the structure of MonoExceptionClause.
11002
11003 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
11004
11005         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11006         Add support for dynamic assemblies. Fixes #69114.
11007
11008         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
11009
11010 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
11011
11012         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
11013         since most only those methods use it. the code member of
11014         MonoMethodPInvoke was dead, so that can be removed too. Also,
11015         remove inline_count (again, not used), and move slot so that it
11016         can share bits with some other flags. This saves 8 bytes in the
11017         structure and gives us about 50 kb back for mcs helloworld.cs
11018
11019         * *.[ch]: Do naming changes for the above.
11020
11021         * loader.c (mono_method_get_header): Lazily init the header
11022         on first access.
11023         (mono_get_method_from_token): don't init the header here
11024         (mono_free_method): the header may never be allocated
11025
11026         Overall, this saves 150 kb of unmanaged allocations
11027         for mcs helloworld.cs. That accounts for 10% of the unmanaged
11028         memory at runtime.
11029         
11030         * loader.c, loader.h (mono_method_get_header): new accessor.
11031
11032         * *.[ch]: use the above method. Prepares us to lazily load
11033         the header.
11034
11035         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
11036         three warnings, which are actual bugs (see 69206).
11037
11038         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
11039         unused. Saves a cool 4 bytes / method.
11040
11041 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
11042
11043         * metadata.c (builtin_types): Add types for System.Object here.
11044         (mono_metadata_parse_type_full): Cache MonoType*'s that are
11045         for a class or valuetype from klass->this_arg or klass->byval_arg.
11046
11047         On mcs for a hello world, this gets us down from 21836 MonoType's
11048         to 14560.
11049
11050         (mono_metadata_free_type): Account for the above change.
11051
11052 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
11053
11054         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
11055         exception instead of asserting if name is null.
11056         (ves_icall_System_AppDomain_GetData): Ditto.
11057
11058 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
11059
11060         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
11061         EnumBuilder.
11062
11063         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
11064         Return NULL when the domain does not have entry_assembly set.
11065
11066         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
11067         Add a 'resource_modules' argument.
11068         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
11069
11070         * reflection.c (mono_reflection_create_runtime_class): Move setting
11071         of wastypebuilder here, so mono_get_type_object () returns a MonoType
11072         for enums too.
11073
11074         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
11075         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
11076         Throw an ArgumentNullException if 'ptr' is null.
11077
11078         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
11079         assemblies here. Fixes #69020.
11080
11081 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
11082
11083         * reflection.c (build_compressed_metadata): Fix the previous patch for
11084         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
11085         the stack.
11086
11087 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
11088
11089         * assembly.c (mono_assembly_names_equal): Allow a match if one of
11090         the cultures is false. Fixes #69090.
11091
11092         * reflection.c (build_compressed_metadata): Fix invalid memory read 
11093         detected by valgrind.
11094         
11095         * reflection.c (mono_reflection_get_type): Avoid triggering a 
11096         TypeResolve multiple times for the same type. Fixes #65577.
11097
11098 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
11099
11100         * marshal.c: Avoid using ldftn to call managed functions. It is
11101         much slower than just a call.
11102
11103         * reflection.c (mono_module_get_object): free the basename we
11104         allocate here from glib.
11105         
11106         * reflection.c (ensure_runtime_vtable): make sure to free
11107         overrides.  Also, we were allocating an array of MonoMethod not an
11108         array of MonoMethod*.
11109
11110         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
11111
11112         * image.c (mono_image_close): free image->guid here.
11113
11114 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
11115
11116         * reflection.c: Fix some spec conformance issues with the PE file
11117         structures so mcs compiled apps run on the Net 2.0 beta.
11118
11119 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
11120
11121         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
11122         Implement this. Fixes #67264.
11123
11124         * debug-helpers.h debug-helpers.c marshal.c: Move 
11125         mono_find_method_by_name to debug-helpers.c.
11126
11127 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
11128
11129         * object.c (mono_release_type_locks): type_initialization_hash is
11130         a GHashTable.
11131
11132         * reflection.c object.c object-internals.h: Fix warnings.
11133
11134         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
11135         without accessors. Fixes #61561.
11136
11137         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
11138         application base from the root domain if not set. Fixes #65641.
11139         (mono_runtime_init): Fix warning.
11140
11141 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11142
11143         * appdomain.c: call mono_thread_pool_init.
11144         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
11145         of worker threads based on the number of CPUs and the environment
11146         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
11147         for non-windows (windows) systems.
11148
11149 2004-10-27  Chris Toshok  <toshok@ximian.com>
11150
11151         * mono-debug-debugger.c (write_class): don't call mono_class_init
11152         here, as even with the check for (!klass->init_pending), we get
11153         into a situation where we're hitting cycles in class
11154         initialization.  Fixes #68816.
11155
11156 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
11157
11158         * image.c: Avoid overwriting values in the loaded_images_hash when an
11159         assembly is loaded multiple times. Fixes #61152.
11160
11161         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
11162         so multiple satellite assemblies for the same name can be loaded.
11163         Fixes #68259.
11164
11165         * mono_domain_assembly_preload: Actually return the loaded assembly, 
11166         not NULL.
11167
11168         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
11169         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
11170
11171         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
11172         pending finalizers are not invoked after the appdomain has been 
11173         unloaded. Fixes #67862.
11174
11175 2004-10-22  Martin Baulig  <martin@ximian.com>
11176
11177         * mono-debug-debugger.c
11178         (mono_debugger_runtime_invoke): Don't box valuetypes.
11179
11180 2004-10-22  Chris Toshok  <toshok@ximian.com>
11181
11182         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
11183         don't hide private methods.
11184
11185 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
11186
11187         * icall.c: Allows the runtime to "share" (when known) the public key
11188         token of an assembly. This avoid the need to recalculate the token 
11189         (from the public key) in managed code.
11190
11191 2004-10-21  Chris Toshok  <toshok@ximian.com>
11192
11193         * debug-helpers.c (append_class_name): argh, revert last patch.
11194         
11195 2004-10-21  Chris Toshok  <toshok@ximian.com>
11196
11197         * debug-helpers.c (append_class_name): use '+' as the delimiter,
11198         not '/', so that it matches what the debugger uses to look up
11199         methods.
11200
11201 2004-10-21  Martin Baulig  <martin@ximian.com>
11202
11203         * mono-debug-debugger.c (mono_debugger_throw_exception): New
11204         public method; this is called each time an exception is thrown and
11205         allows the debugger to use exception catch points.
11206
11207 2004-10-21  Martin Baulig  <martin@ximian.com>
11208
11209         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
11210         the stack pointer and the exception object in some struct and pass
11211         that to the debugger.
11212
11213 2004-10-21  Chris Toshok  <toshok@ximian.com>
11214
11215         * mono-debug-debugger.c (do_write_class): add instance/static
11216         event support.  We don't expose "raise" or "other" yet.
11217         (event_is_static): new method.
11218
11219 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
11220
11221         * mono-debug-debugger.c
11222         (mono_debugger_handle_exception): Remove
11223         bogus return value for fussy compilers.
11224
11225 2004-10-20  Martin Baulig  <martin@ximian.com>
11226
11227         * mono-debug-debugger.c
11228         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
11229         (mono_debugger_handled_exception): Likewise.
11230
11231 2004-10-20  Martin Baulig  <martin@ximian.com>
11232
11233         * mono-debug-debugger.h (MonoDebuggerEvent): Added
11234         MONO_DEBUGGER_EVENT_EXCEPTION.
11235
11236         * mono-debug-debugger.c (mono_debugger_handle_exception): New
11237         public function to send the debugger a notification for an
11238         exception and inform it about a catch/finally clause.
11239
11240 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
11241
11242         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
11243         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
11244         fix 2.95 build. 
11245
11246         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
11247
11248 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
11249
11250         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
11251         marshalled as [In,Out]. Fixes #58325.
11252
11253 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
11254
11255         * reflection.c (mono_method_body_get_object): Implement some fields.
11256
11257 2004-10-12  Martin Baulig  <martin@ximian.com>
11258
11259         * reflection.c (mono_reflection_bind_generic_parameters): Small
11260         fix, correctly retrieve our parent from a generic instance.
11261
11262 2004-10-12  Martin Baulig  <martin@ximian.com>
11263
11264         * metadata.c (mono_metadata_generic_param_equal): We always have
11265         an owner.
11266
11267         * class.c
11268         (mono_class_from_generic_parameter): We need to have an owner.
11269         (my_mono_class_from_generic_parameter): Likewise.
11270
11271         * reflection.c (mono_reflection_setup_generic_class): Renamed to
11272         mono_reflection_create_generic_class() and added a new
11273         mono_reflection_setup_generic_class().  
11274         (mono_reflection_initialize_generic_param): If we're a nested
11275         generic type and inherited from the containing class, set our
11276         owner to the outer class.
11277
11278 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
11279
11280         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
11281
11282         * reflection.c (mono_method_body_get_object): New function to create
11283         a MethodBody object.
11284
11285         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
11286
11287 2004-10-11  Martin Baulig  <martin@ximian.com>
11288
11289         * metadata.c (_mono_metadata_type_equal): Renamed to
11290         do_mono_metadata_type_equal() and made static.
11291
11292 2004-10-11  Martin Baulig  <martin@ximian.com>
11293
11294         * appdomain.c: Bump corlib version number to 28.
11295
11296 2004-10-10  Martin Baulig  <martin@ximian.com>
11297
11298         * class-internals.h
11299         (MonoGenericInst): Added `MonoGenericContainer *container'.
11300         (MonoGenericMethod): Likewise.
11301         (MonoGenericContext): Likewise.
11302         (MonoGenericParam): Added `MonoGenericContainer *owner'.
11303
11304         * metadata.c
11305         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
11306         (do_mono_metadata_parse_generic_inst): Likewise.
11307         (mono_metadata_parse_type_full): New public method.  This is the actual
11308         mono_metadata_parse_type() implementation - with an additional
11309         `MonoGenericContainer *' argument.
11310         (mono_metadata_parse_array_full): Likewise.
11311         (mono_metadata_parse_signature_full): Likewise.
11312         (mono_metadata_parse_method_signature_full): Likewise.
11313         (mono_metadata_parse_mh_full): Likewise.
11314         (mono_type_create_from_typespec): Likewise.
11315         (mono_metadata_interfaces_from_typedef_full): New public method;
11316         this is similar to the other _full() methods, but we take a
11317         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
11318         (mono_metadata_parse_generic_param): Take an additional
11319         `MonoGenericContainer *' argument and lookup the MonoGenericParam
11320         from that container.
11321         (mono_metadata_generic_param_equal): New static method to compare
11322         two type parameters.
11323         (_mono_metadata_type_equal): New static method; takes an
11324         additional `gboolean signature_only' argument - if true, we don't
11325         compare the owners of generic parameters.
11326         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
11327         with a TRUE argument - do a signature-only comparision.
11328
11329         * loader.c: Use the new _full() methods and pass the
11330         MonoGenericContainer to them.
11331
11332         * object-internals.h (MonoReflectionTypeBuilder): Added
11333         `MonoGenericContainer *generic_container' field.
11334         (MonoReflectionMethodBuilder): Likewise.
11335
11336 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
11337
11338         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
11339         case initial images of dynamic assemblies.
11340
11341         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
11342
11343         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
11344
11345         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
11346         length of event->other array.
11347         (typebuilder_setup_events): Ditto.
11348
11349         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
11350         'assembly_by_name' and add an 'assemblies' list.
11351
11352         * assembly.h assembly.c: Add a new search hook for determining whenever
11353         an assembly is already loaded. Use this instead of searching in the
11354         loaded_assemblies list.
11355
11356         * domain.c appdomain.c: Implement the new search hook so loaded 
11357         assemblies are now scoped by appdomain. Fixes #67727.
11358
11359 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
11360
11361         * threads.c (mono_thread_attach): Initialize synch_lock field so
11362         mono_thread_detach works again.
11363
11364         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
11365         'lib' too. Fixes #63130.
11366
11367 2004-10-06  Jackson Harper  <jackson@ximian.com>
11368
11369         * culture-info-tables.h: regenerated.
11370
11371 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
11372
11373         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
11374         implemented by other interfaces in the result. Fixes #65764.
11375         
11376         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11377         Handle unloadable modules without crashing.
11378
11379         * image.c (load_modules): Revert the previous patch since modules must
11380         have a fixed index inside the array.
11381         
11382         * image.c (load_modules): Don't include native modules in the modules
11383         array.
11384
11385 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
11386
11387         * reflection.h: Add param_defaults field.
11388
11389         * reflection.c: Add support for parameter defaults in dynamic methods.
11390         Fixes #64595.
11391
11392         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
11393         an empty string when a type has no namespace. Fixes #64230.
11394
11395 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
11396
11397         * tabledefs.h: Added "internal" security actions to support non-CAS
11398         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
11399         Note: they do not seems to be used anymore in 2.0 (new metadata format)
11400
11401 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
11402
11403         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
11404         constructor of abstract class. Fixes #61689.
11405
11406 2004-10-04  Martin Baulig  <martin@ximian.com>
11407
11408         * class-internals.h (MonoGenericContainer): New type.
11409         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
11410         `MonoGenericContainer *generic_container'.
11411         (MonoClass): Replaced `gen_params' and `num_gen_params' with
11412         `MonoGenericContainer *generic_container'.
11413
11414         * metadata.c (mono_metadata_load_generic_params): Return a
11415         `MonoGenericContainer *' instead of a `MonoGenericParam *';
11416         removed the `num' argument.
11417
11418 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
11419
11420         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
11421         for dynamic images.
11422
11423         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
11424         machine fields.
11425
11426         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
11427
11428         * reflection.c: Save pe_kind and machine values into the generated
11429         image file.
11430
11431         * appdomain.c: Bump corlib version number.
11432
11433         * object-internals.h: Reorganize layout of LocalBuilder.
11434
11435         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
11436         New helper function.
11437
11438         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
11439         created MonoType for dynamic types. Fixes #66180.
11440
11441 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
11442
11443         * threadpool.c: the ares hashtable needs a critical section around it.
11444         this prevents some nasty segfaults
11445
11446 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
11447
11448         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
11449         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
11450         bug 67324).
11451         
11452 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
11453
11454         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
11455         
11456 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
11457
11458         * image.c: Always canonicalize image file names, to avoid loading
11459         the same assembly twice when referenced using a relative path.
11460
11461 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
11462
11463         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
11464
11465         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
11466
11467         * marshal.c: Fix warnings.
11468
11469 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
11470
11471         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
11472         attempting to marshal the delegate_trampoline as the method_addr.
11473         This patch has a static hashtable of marshalled delegates so that 
11474         we can map delegate_trampoline addresses back to delegates.  This
11475         allows a delegate passed to managed code to be passed back into native
11476         code.  Fixes #67039
11477
11478 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
11479
11480         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
11481
11482         * reflection.c (method_encode_code): Align method headers properly.
11483         Fixes #66025.
11484
11485 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
11486
11487         * marshal.c: In the runtime invoke wrapper, reset the abort
11488         exception if it is cached. This avoids the automatic rethrowal of 
11489         the exception after the catch of the wrapper. Also check for pending
11490         interruptions before calling the managed method. This is done using
11491         the new method emit_thread_force_interrupt_checkpoint, since the
11492         normal checkpoint method is ignored when running the invoke wrapper.
11493         * object.c: If the abort exception is rethrown, set the abort_exc
11494         field of the thread, so it will be rethrown aftere every catch.
11495         * threadpool.c: Only run an interruption checkpoint if what has been
11496         requested is a stop of the thread (aborts will be ignored).
11497         * threads.c: By default, a thread will now never be interrumped while
11498         running the runtime invoke wrapper (this ensures that runtime_invoke
11499         will always return to the caller if an exception pointer is provided).
11500         There is a new special method mono_thread_force_interruption_checkpoint()
11501         to force an interruption checkpoint even if running a protected
11502         wrapper, which is used by the same runtime invoke wrapper to do a check
11503         at a safe point.
11504
11505 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
11506
11507         * object.c, object-internals.h: Implemented mono_release_type_locks,
11508         which releases the cctor locks held by a thread.
11509         * threads.c, threads.h: In thread_cleanup, release cctor locks held
11510         by a thread. Added mono_thread_exit() method to be used to safely stop
11511         a thread.
11512
11513 2004-09-28  Raja R Harinath  <rharinath@novell.com>
11514
11515         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
11516         Move null check before dereference.  Avoid indexing beyond the end
11517         of the 'modules' array.
11518
11519 2004-09-28  Raja R Harinath  <rharinath@novell.com>
11520
11521         * metadata-internals.h (MonoImage): Add module_count field.
11522         * image.c (load_modules): Set image->module_count.
11523         (mono_image_load_file_for_image): Use image->module_count.
11524         * reflection.c (mono_image_load_module): Append to image->modules array 
11525         of dynamic assembly.
11526         (mono_module_get_object): Fix loop to actually increment index.
11527         Use image->module_count.
11528         * assembly.c (mono_assembly_load_references): Use image->module_count.
11529         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
11530         Likewise.
11531
11532 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
11533
11534         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
11535         Avoid assert on generic types.
11536
11537 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
11538
11539         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
11540
11541         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
11542
11543         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
11544         function to convert a MarshalSpec structure to its managed counterpart.
11545
11546         * reflection.c: Fix warnings.
11547         
11548         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
11549         field.
11550
11551         * icall.c (mono_create_icall_signature): Fix build.
11552
11553 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
11554
11555         * icall.c: Add MakePointType icall.
11556
11557         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
11558         warnings.
11559
11560 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11561
11562         * threadpool.c: reuse allocated slots in the queue.
11563
11564 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
11565
11566         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
11567
11568         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
11569
11570         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
11571         previous change.
11572
11573         * tabledefs.h: Add constants for pinvoke attributes BestFit and
11574         ThrowOnUnmappableChar.
11575
11576         * icall.c (ves_icall_Type_GetPacking): New icall.
11577
11578 2004-09-24  Martin Baulig  <martin@ximian.com>
11579
11580         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
11581
11582 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11583
11584         * appdomain.c:
11585         (mono_domain_set): allow setting a domain that is being unloaded.
11586         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
11587         being unloaded.
11588
11589 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
11590
11591         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
11592         the GetCustomAttributes icall.
11593
11594 2004-09-23  Martin Baulig  <martin@ximian.com>
11595
11596         * object-internals.h (MonoReflectionGenericParam): Replaced
11597         'has_ctor_constraint', `has_reference_type' and `has_value_type'
11598         with `guint32 attrs'.
11599
11600 2004-09-23  Martin Baulig  <martin@ximian.com>
11601
11602         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
11603
11604 2004-09-23  Martin Baulig  <martin@ximian.com>
11605
11606         * object-internals.h (GenericParameterAttributes): New enum.
11607
11608 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
11609
11610         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
11611         
11612         * class.c (init_events): Fill out event->other field.
11613
11614         * class.c: Fix warnings.
11615
11616         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
11617
11618 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
11619
11620         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
11621         walk which doesn't supply the IL offset.
11622
11623 2004-09-22  Martin Baulig  <martin@ximian.com>
11624
11625         * reflection.c (mono_reflection_setup_internal_class): If we're
11626         System.ValueType, System.Object or System.Enum, set
11627         `klass->instance_size' and create the vtable.
11628         (mono_reflection_create_internal_class): If we're an enum type,
11629         get the base class from our current corlib.
11630
11631 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
11632
11633         * reflection.h (MonoResolveTokenError): New type.
11634
11635         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
11636         icall.
11637
11638         * icall.c: Add an 'error' argument to the ResolveToken icalls.
11639
11640 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
11641
11642         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
11643         Support also calling constructors, but only for already allocated objects.
11644
11645 2004-09-17  Geoff Norton <gnorton@customerdna.com>
11646
11647         * reflection.c (type_get_qualified_name): If the klass is null
11648         return the typename to avoid a NullRefEx.
11649         (encode_cattr_value): Get the qualified name of the boxed type,
11650         not the underlying enumtype.  Fixes #62984.
11651
11652 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
11653
11654         * marshal.c: Fix problems with previous checkin.
11655
11656 2004-09-21    <vargaz@freemail.hu>
11657
11658         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
11659         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
11660
11661         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
11662
11663 2004-09-21  Geoff Norton <gnorton@customerdna.com>
11664
11665         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
11666         should only return a type for pointers, arrays, and passbyref types.
11667         Fixes bug #63841.
11668
11669 2004-09-21  Martin Baulig  <martin@ximian.com>
11670
11671         * domain.c (mono_debugger_check_runtime_version): New public
11672         function.
11673
11674         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
11675
11676 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
11677
11678         * reflection.c: Added missing sort to the declarative security 
11679         attributes table. MS implementation stops seeing the attributes if the
11680         token number regress in the table (as shown by ildasm and permview).
11681
11682 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
11683
11684         * object-internals.h (MonoReflectionModule): Add 'token' field.
11685         
11686         * reflection.c (mono_reflection_get_token): Add support for Module
11687         and Assembly.
11688         (mono_module_get_object): Set 'token' field.
11689         (mono_module_file_get_object): Set 'token' field.
11690
11691         * icall.c: Add new Assembly and Module icalls.
11692
11693         * appdomain.c: Bump corlib version.
11694
11695 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
11696
11697         * loader.h loader.c class.h class.c: Add helper functions for obtaining
11698         tokens of metadata objects.
11699
11700         * reflection.h reflection.c (mono_reflection_get_token): New function
11701         to obtain the token of a metadata object.
11702
11703         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
11704
11705 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
11706
11707         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
11708         
11709         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
11710
11711 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
11712
11713         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
11714         * object-internals.h: Added 3 MonoArray* members to MonoReflection
11715         AssemblyBuilder to access the permissions set in the class lib.
11716         * reflection.c: Added security attributes encoding step in 
11717         mono_image_build_metadata.
11718         * tabledefs.h: Added new security actions defined in 2.0:
11719         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
11720
11721 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
11722
11723         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
11724         macro parameter.
11725
11726 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
11727  
11728         * locales.c: nullify the ICU_collator member of CompareInfo when it is
11729           finalized. There where random SIGSEVs at program termination, when
11730           an object being finalized was trying to do a string comparison and
11731           the current culture was already finalized.
11732  
11733 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11734
11735         * threads.c: call thread_cleanup before finishing the thread if we get
11736         there.
11737
11738 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
11739
11740         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
11741         assemblies from the parent. Fixes #65665.
11742
11743 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
11744
11745         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
11746         modifiers.
11747
11748 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
11749
11750         * reflection.h: add prototype for mono_get_dbnull_object
11751         * reflection.c: add prototypes for get_default_param_value_blobs 
11752         and mono_get_object_from_blob for fussier compilers
11753
11754 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
11755  
11756         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
11757         false deadlock checks in class initialization.
11758  
11759 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
11760
11761         * image.c (mono_image_addref): Fix comment.
11762
11763         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
11764         possible.
11765
11766 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
11767
11768         * reflection.c (mono_param_get_objects): Modified to return
11769         ParameterInfo.DefaultValue object.
11770
11771         (get_default_param_value_blobs):
11772         (mono_get_object_from_blob):
11773         (mono_get_dbnull_object): New helper routines. 
11774
11775         * object.c (mono_get_constant_value_from_blob): New helper routine
11776         carved out from get_default_field_value ()
11777
11778         * object-internals.h (mono_get_constant_value_from_blob): Added
11779         function declaration.
11780
11781 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
11782
11783         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
11784         referenced assemblies. Fixes #62135.
11785
11786         * exception.h exception.c (mono_get_exception_file_not_found2): New
11787         helper function.
11788
11789 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
11790
11791         * class.h class.c: Add mono_type_get_underlying_type ().
11792
11793 2004-09-09  Geoff Norton <gnorton@customerndna.com>
11794
11795         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
11796         Fix GetTypes() to support dynamically created assemblies.
11797
11798 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
11799
11800         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
11801         
11802         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
11803         previous patch.
11804
11805         * reflection.h reflection.c loader.c: Allow dynamic construction of
11806         pinvoke methods. Fixes #65571.
11807         
11808         * reflection.c (mono_reflection_get_type): Revert previous change since
11809         it causes regressions.
11810
11811 2004-09-08  Martin Baulig  <martin@ximian.com>
11812
11813         * class.c (class_compute_field_layout): Don't call
11814         mono_class_layout_fields() for open generic instances.
11815
11816 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
11817         * threads.c appdomain.c: fix typo in GC macro
11818
11819 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11820
11821         * threads.c: don't call mono_thread_detach() in start_wrapper(),
11822         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
11823
11824 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
11825
11826         * image.c (mono_image_close): Applied patch from 
11827         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
11828         assembly is loaded multiple times from data.
11829         
11830         * image.c (mono_image_open): Fix warning.
11831
11832 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11833
11834         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
11835         once. Fixes #58334.
11836         
11837         * reflection.c (mono_reflection_create_runtime_class): Initialize
11838         klass->nested_classes. Fixes #61224.
11839
11840 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
11841
11842         * threads.c: sched_yield() on exit, to allow threads to quit.
11843
11844 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11845
11846         * object.c (mono_unhandled_exception): Remove leftover debug code.
11847
11848 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
11849
11850         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
11851
11852 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
11853
11854         * marshal.c (emit_marshal_array): Really null terminate string arrays.
11855         
11856         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
11857
11858 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11859
11860         * marshal.c (emit_marshal_array): Null terminate string arrays.
11861         
11862         * marshal.c (raise_auto_layout_exception): Fix warning.
11863
11864         * reflection.c (mono_param_get_objects): Initialize the default value
11865         with DBNull.Value, not null. Fixes #62123.
11866
11867 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
11868
11869         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
11870         throw an exception with a cute explanation.
11871
11872 2004-09-06  Dick Porter  <dick@ximian.com>
11873
11874         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
11875         Close the new process's thread handle, as we don't use it.  The
11876         handle stays around forever otherwise.
11877
11878 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11879
11880         * object.c (arith_overflow): Fix warning.
11881
11882         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
11883         calling conventions in method refs. Fixes #65352.
11884
11885         * reflection.c: Fix warnings.
11886
11887 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11888
11889         * icall.c: Add a new icall for Array.Clear
11890
11891 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
11892
11893         * object.c: When allocating an array, we have to throw
11894         an overflow exception if any of the lengths are < 0.
11895
11896 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
11897
11898         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
11899         properly. Also move implementation of string array marshalling to 
11900         managed code. Fixes #42316.
11901
11902 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11903
11904         * assembly.c: provide more information when loading an assembly fails.
11905
11906 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
11907
11908         * filewatcher.c: don't expect the development fam package to be
11909         installed.
11910
11911 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
11912
11913         * marshal.c: Make a copy of the signature cookie since it will be
11914         freed by the caller.
11915         
11916         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
11917
11918         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
11919
11920         * metadata.c (mono_metadata_free_marshal_spec): New function to free
11921         marshal specs.
11922
11923         * marshal.c: More refactoring.
11924         
11925         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
11926         smaller functions.
11927
11928 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
11929
11930         * object.c: In mono_message_invoke, fill the output parameter array after
11931           calling the managed method (it was done before the call). This fixes
11932           bug #59299.
11933
11934 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11935
11936         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
11937         as well.
11938
11939 2004-09-02  Martin Baulig  <martin@ximian.com>
11940
11941         * class.c (mono_class_instance_size): Don't allow generic type
11942         definitions or open generic instances.
11943         (mono_class_array_element_size): If we're a value type, call
11944         mono_class_instance_size() on the original class.
11945
11946         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
11947         handle generic instances.
11948
11949         * mono-debug-debugger.c (write_type): Handle generic instances
11950         like classes.
11951
11952 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
11953
11954         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
11955         the allocation request fails. Fixes #65089.
11956
11957         * object.c (mono_runtime_free_method): Do not call mono_free_method.
11958         
11959         * object.c (mono_runtime_free_method): New function to free a dynamic
11960         method.
11961
11962         * marshal.c (mono_delegate_free_ftnptr): New function to free the
11963         delegate trampoline.
11964
11965         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
11966         with hasthis as dynamic,
11967
11968         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
11969
11970         * domain.c (mono_jit_info_table_remove): New function to remove an
11971         entry from the jit info table.
11972
11973         * class-internals.h (MonoMethod): Add 'dynamic' field.
11974
11975         * loader.c: Fix warnings.
11976
11977 2004-09-01  Martin Baulig  <martin@ximian.com>
11978
11979         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
11980         instead of mono_debugger_lock() because the latter one is a no-op
11981         unless running in the debugger.
11982
11983 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11984
11985         * class.c (class_compute_field_layout): Classes with auto-layout or
11986         reference fields are not blittable.
11987         
11988 2004-09-01  Dick Porter  <dick@ximian.com>
11989
11990         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
11991         mono_image_get_filename() to get the assembly location.
11992
11993         * icall.c:
11994         * metadata.h: Fix compile warnings
11995
11996 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
11997
11998         * class.c (class_compute_field_layout): System.Object is blittable.
11999
12000         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
12001         as in/out. Fixes #59909.
12002
12003 2004-09-01  Martin Baulig  <martin@ximian.com>
12004
12005         * metadata.h (MONO_TYPE_ISREFERENCE): Call
12006         mono_metadata_generic_inst_is_valuetype() if we're a generic
12007         instance to check whether our underlying type is a reference type.
12008
12009 2004-09-01  Martin Baulig  <martin@ximian.com>
12010
12011         * metadata.c (mono_type_size): If we're a generic instance, call
12012         mono_class_value_size() for value types.
12013
12014 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
12015
12016         * marshal.c: Implement more custom marshalling functionality. Fixes
12017         #64915.
12018
12019 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
12020
12021         * mono-debug.c, debug-mono-symfile.c: add some locking love.
12022
12023 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
12024
12025         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
12026
12027         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
12028
12029         * icall.c: Fix some warnings.
12030
12031         * threads.c (abort_appdomain_thread): Fix unref errors.
12032         (mono_thread_current): Fix THREAD_DEBUG define.
12033
12034 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
12035
12036         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
12037
12038         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
12039
12040 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
12041
12042         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
12043         string arrays.
12044
12045 2004-08-28  Martin Baulig  <martin@ximian.com>
12046
12047         * metadata.c
12048         (mono_metadata_generic_inst_is_valuetype): New public function.
12049
12050         * metadata.h (MONO_TYPE_ISSTRUCT): Call
12051         mono_metadata_generic_inst_is_valuetype() if we're a generic
12052         instance to check whether our underlying type is a valuetype.
12053
12054 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
12055
12056         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
12057         #63768.
12058
12059 2004-08-25  Martin Baulig  <martin@ximian.com>
12060
12061         * loader.c (mono_get_method_from_token): Abstract methods can also
12062         be generic and thus have type parameters.
12063
12064         * metadata-internals.h
12065         (MonoDynamicImage): Added `GPtrArray *gen_params'.
12066
12067         * reflection.c (mono_image_get_generic_param_info): Don't create a
12068         metadata row, just add an entry to the `gen_params' array.
12069         (build_compressed_metadata): Sort the `gen_params' array and then
12070         actually create the metadata.
12071
12072 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12073
12074         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
12075
12076 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
12077
12078         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
12079
12080 2004-08-24  Martin Baulig  <martin@ximian.com>
12081
12082         * class.cs (mono_class_is_subclass_of): Like an interface, a
12083         generic instance also derives from System.Object.
12084
12085 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
12086
12087         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
12088         custom modifiers to be in any order. Fixes #61990.
12089
12090 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
12091
12092         * object.c: Register mono_object_new_fast icall.
12093         
12094         * object.c (mono_class_get_allocation_ftn): Return to calling
12095         mono_object_new_fast, since it seems faster to compute the object 
12096         size in unmanaged code than passing it as a parameter.
12097
12098         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
12099
12100         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
12101         this function with Boehm as the oom handler, so we don't have to check
12102         the result of GC_malloc.
12103
12104         * object.c: Remove checks for oom.
12105
12106         * object.h object.c (mono_class_get_allocation_ftn): New function to
12107         return the icall which can be used to allocate an instance of a given
12108         class. 
12109
12110         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
12111
12112         * class-internals.h: Add 'enabled' field.
12113
12114 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
12115
12116         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
12117
12118 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
12119         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
12120         value 0x0010.
12121
12122 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
12123
12124         * appdomain.c: use the Tls function for appdomain too,
12125         at Zoltan's request. Actually return in mono_context_get
12126
12127         * appdomain.c, profiler.c, threads.c: use __thread
12128
12129 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
12130
12131         * appdomain.c threads.c: Call GC_CreateThread on windows.
12132
12133         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
12134         multiple libraries since this don't work on windows.
12135
12136 2004-08-18  Martin Baulig  <martin@ximian.com>
12137
12138         * class-internals.h
12139         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
12140         MonoMethodHeader.
12141
12142         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
12143         MonoMethodNormal since we also need it for abstract and interface
12144         methods.
12145
12146         * reflection.c
12147         (build_compressed_metadata): Sort the GenericParam table.
12148         (mono_image_create_token): Added `gboolean create_methodspec'
12149         argument; this is false when generating a MethodImpl token.
12150         (reflection_methodbuilder_to_mono_method): Abstract and interface
12151         methods may also have generic parameters.
12152
12153 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
12154
12155         * appdomain.c: thread local alloc
12156
12157 2004-08-17  Martin Baulig  <martin@ximian.com>
12158
12159         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
12160
12161         * icall.c
12162         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
12163         argument.
12164
12165         * class.c (mono_type_get_full_name): New public function.
12166         (mono_type_get_name): Don't include the type arguments.
12167
12168 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
12169
12170         * Makefile.am: Build static versions of libmetadata and libmonoruntime
12171         for inclusion into the mono executable.
12172
12173 2004-08-16  Martin Baulig  <martin@ximian.com>
12174
12175         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
12176         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
12177
12178 2004-08-14  Martin Baulig  <martin@ximian.com>
12179
12180         * class.c (dup_type): Also copy the `byref' field.
12181
12182 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
12183
12184         * reflection.c (create_dynamic_mono_image): Revert the last change 
12185         since it breaks bootstrap.
12186
12187 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
12188
12189         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
12190
12191         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
12192         not free them with g_free.
12193
12194 2004-08-11  Martin Baulig  <martin@ximian.com>
12195
12196         * reflection.c (mono_reflection_setup_internal_class): Also call
12197         mono_class_setup_mono_type() if we already have a `tb->type.type'.
12198
12199 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
12200
12201         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
12202         called during default (first) AppDomain creation. Keep track of
12203         Evidence when loading assemblies.
12204
12205 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
12206
12207         * opcodes.c, opcodes.h: reduce runtime relocations.
12208
12209 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
12210
12211         * culture-info.h, locales.c: fixes and chages to sue the new
12212         optimized format of the locale data.
12213         * culture-info-tables.h: regenerated.
12214
12215 2004-08-06  Geoff Norton <gnorton@customerdna.com>
12216         
12217         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
12218
12219 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
12220
12221         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
12222         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
12223         * domain-internals.h: icall declaration.
12224         * icall.c: icall registration.
12225         * object-internals.h: New fields in MonoAssembly for CAS.
12226
12227 2004-08-05  Duncan Mak  <duncan@ximian.com>
12228
12229         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
12230         CEE_LDELEM_ANY.
12231
12232 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
12233
12234         * reflection.c: fix to deal with object[] arrays in custom ctors
12235         (bug #62550).
12236
12237 2004-08-05  Martin Baulig  <martin@ximian.com>
12238
12239         * class.c (mono_class_array_element_size): Added support for
12240         generic instances and correctly handle "recursive" types.
12241
12242 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
12243
12244         * assembly.c: Fix warnings.
12245
12246 2004-08-04  Martin Baulig  <martin@ximian.com>
12247
12248         * class.c
12249         (mono_type_get_name_recurse): Added `gboolean include_arity'
12250         argument specifying whether or not we should include the generic
12251         arity in the type name.
12252         (_mono_type_get_name): New static function.
12253         (mono_class_setup_vtable): If we're a generic instance, don't
12254         include the generic arity in the names of explicit method
12255         implementations.        
12256
12257 2004-08-03  Martin Baulig  <martin@ximian.com>
12258
12259         * class.c (mono_type_get_name_recurse): Enclose the generic type
12260         arguments in `<', '>'.
12261
12262 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
12263
12264         * gc.c: make GC warning messages use the trace API, they are just
12265         noise to most of the users.
12266
12267 2004-08-03  Martin Baulig  <martin@ximian.com>
12268
12269         * debug-mono-symfile.c (read_string): Correctly read the string.
12270
12271 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
12272
12273         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
12274         
12275         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
12276         icalls.
12277         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
12278
12279 2004-07-30  Martin Baulig  <martin@ximian.com>
12280
12281         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
12282         Reflect latest symbol writer changes.   
12283
12284 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
12285
12286         * object.c: always create an object if null is passed
12287         to Invoke() where a valuetype is expected.
12288
12289 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
12290
12291         * marshal.c (mono_marshal_init): make managed
12292         signatures match native ones better for 64bits.
12293
12294 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12295
12296         * appdomain.c: hack to build correctly the private bin path on windows.
12297         Fixes bug #61991.
12298
12299 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
12300
12301         * assembly.c: Load mscorlib from the correct framework directory
12302           (mono/<version>/mscorlib.dll).
12303         * appdomain.h: Added prototypes for new functions.
12304         * internals.h: Added some prototypes.
12305         * domain.c: When initializing the runtime, get from the executable and
12306           the configuration files the runtime version that the app supports.
12307           Added support methods for reading app.exe.config. Added list of versions
12308           supported by the JIT. Added two new methods: mono_init_from_assembly,
12309           which initializes the runtime and determines the required version from
12310           the provided exe file, and mono_init_version, which initializes
12311           the runtime using the provided version.
12312         * icall.c: Get machine.config from version-specific directory.
12313         * reflection.c: When generating an image, embed the version number
12314           of the current runtime.
12315
12316 2004-07-28  Dick Porter  <dick@ximian.com>
12317
12318         * socket-io.c
12319         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
12320         returned sockaddr size before creating the remote address object.
12321         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
12322         61608.
12323
12324 2004-07-28  Dick Porter  <dick@ximian.com>
12325
12326         * locales.c (string_invariant_compare_char): Fix invariant char
12327         compares between upper and lower cases.  Fixes bug 61458.
12328
12329 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
12330         
12331         * marshal.c: actually cache stelem.ref wrappers.
12332         
12333 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
12334
12335         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
12336         sections and remove the mono_cli_rva_map () function.
12337
12338 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
12339
12340         * debug-mono-symfile.c: fix one more endianess issue, from a patch
12341         by Geoff Norton (<gnorton@customerdna.com>).
12342
12343 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
12344
12345         * class.c: fix class loads for pointer types (typeof(int) !=
12346         typeof(int*)).
12347
12348 2004-07-27  Martin Baulig  <martin@ximian.com>
12349
12350         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
12351         reading the debugging information from an external ".mdb" file.
12352
12353 2004-07-24  Martin Baulig  <martin@ximian.com>
12354
12355         * reflection.c (mono_image_get_type_info): Only write a class
12356         layout entry if we actually have a size or a packing size.
12357
12358 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
12359
12360         * reflection.c (type_get_fully_qualified_name): 
12361         insert cast to get type checking of ?: with non-gcc compilers
12362
12363 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
12364
12365         * rand.c: use g_getenv for both lookups of
12366         MONO_EGD_SOCKET
12367
12368 2004-07-17  Martin Baulig  <martin@ximian.com>
12369
12370         * reflection.c (mono_reflection_bind_generic_method_parameters):
12371         Set `gmethod->reflection_info'.
12372
12373 2004-07-17  Martin Baulig  <martin@ximian.com>
12374
12375         * class.c (mono_class_create_from_typedef): Insert the newly
12376         created class into the hash table before computing the interfaces
12377         since we could be called recursively.
12378
12379 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
12380
12381         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
12382         function to implement stelem.ref in managed code
12383         * class-internals.h, debug-helpers.c: a new wrapper type
12384         for the above.
12385
12386 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
12387
12388         * gc.c: allow GC handles to work even when no GC is compiled in.
12389         Fix part of bug #61134 (GetAddrOfPinnedObject).
12390
12391 2004-07-13  Peter Williams  <peter@newton.cx>
12392  
12393         * process.c (complete_path): Make sure we don't attempt to execute
12394         directories.
12395  
12396 2004-07-12  Geoff Norton <gnorton@customerdna.com>
12397
12398         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
12399           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
12400           and will add/subtract the hour if needed
12401
12402 2004-07-12  Martin Baulig  <martin@ximian.com>
12403
12404         * reflection.c (mono_field_get_object): If we have
12405         `field->generic_info', take the attributes from
12406         `field->generic_info->generic_type'.    
12407
12408 2004-07-12  Martin Baulig  <martin@ximian.com>
12409
12410         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
12411         This function must be called before initializing the runtime.
12412         (mono_debug_init_1): New function; call this after initializing
12413         the runtime, but before loading the assembly.  It tells the
12414         debugger to load corlib and the builtin types.
12415
12416         * mono-debug-debugger.c: Did some larger changes in the debugging
12417         code; support recursive class declarations, make sure we actually
12418         add all classes.
12419
12420 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12421
12422         * debug-helpers.c: undo my previous patch and fixed the real issue in
12423         ../mini/exceptions-x86.c
12424
12425 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12426
12427         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
12428         when no HOME env. variable was set and a NullRef was thrown in a .cctor
12429         called from other .cctors.
12430
12431 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
12432
12433         * loader.c: Removed the mono_loader_wine_init hack now that we are
12434         doing a managed version of Windows.Forms.
12435
12436 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
12437
12438         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
12439         threadpool.c, threads.c: remove static data from rootset.
12440
12441 2004-07-09  Dick Porter  <dick@ximian.com>
12442
12443         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
12444         Don't do any more processing if the matched length was 0.  It was
12445         increasing the size of the string before.  Fixes bug 61167.
12446
12447 2004-07-09  Dick Porter  <dick@ximian.com>
12448
12449         * socket-io.h:
12450         * socket-io.c
12451         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
12452         Add support for SO_PEERCRED if its available.
12453
12454 2004-07-09  Peter Bartok <pbartok@novell.com>
12455         * loader.c: winelib.exe.so error message is now only displayed if
12456         MONO_DEBUG is set. To help us avoid questions when people are trying
12457         out the new Managed.Windows.Forms.
12458
12459 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
12460
12461         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
12462         for isinst and castclass wrappers.
12463
12464         * class-internals.h icall.c: Move registration and lookup of JIT icalls
12465         to libmetadata from the JIT, so they could be used by the marshalling
12466         code and the interpreter.
12467
12468         * marshal.c: Register marshalling related JIT icalls here instead of
12469         in mini.c. Use CEE_MONO_ICALL instead of the family of 
12470         CEE_MONO_PROC<x> opcodes to call marshalling functions.
12471
12472         * metadata.h: Remove unneeded marshalling conversions.
12473
12474         * opcodes.c: Update for new opcodes.
12475         
12476 2004-07-08  Martin Baulig  <martin@ximian.com>
12477
12478         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
12479         (mono_debug_get_domain_data): Make this function static.
12480
12481 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
12482
12483         * gc.c, object.h: add nice GC handle API for embedders.
12484
12485 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
12486
12487         * reflection.c: more changes for the new api
12488
12489         * object.c: When we reflect on a field w/ a constant value, it
12490         will not have a memory location, so we must access metadata. Also,
12491         allow easier reading of strings so that we can read them from
12492         the constant data.
12493
12494         * class.c (mono_class_layout_fields): no need for literal fields here.
12495
12496         * class-internals.h: api changes for const fields
12497
12498         * icall.c (ves_icall_get_enum_info): use new apis for const fields
12499
12500 2004-07-06  Martin Baulig  <martin@ximian.com>
12501
12502         * mono-debug.h: Increment version number to 44.
12503
12504         * mono-debug.c (mono_debug_add_wrapper): The second argument is
12505         now a gpointer, rewrote this whole method.
12506
12507         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
12508         function.  Add information about the wrapper in a new "misc table".
12509
12510         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
12511         for the new misc table.
12512
12513 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
12514
12515         * metadata-internals.h image.c: Add a cache for helper signatures.
12516
12517         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
12518
12519 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
12520
12521         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
12522         delegates from a delegate. Fixes #61033.
12523         
12524         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
12525         marshalling of stringbuilder arrays. Fixes #59900.
12526
12527 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
12528
12529         * icall.c: Add EnumBuilder:setup_enum_type icall.
12530
12531 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
12532
12533         * icall.c: Added a new icall for the property version of
12534         OffsetOfStringData.
12535
12536 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
12537
12538         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
12539         it has a constant size across platforms.
12540
12541         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
12542         stack trace.
12543
12544 2004-06-29  Martin Baulig  <martin@ximian.com>
12545
12546         * mono-debug.c (mono_debug_add_method): Protect the whole function
12547         in mono_debugger_lock(), not just parts of it.
12548
12549 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
12550
12551         * reflection.c: make sure padding bytes in heaps are zeroed.
12552
12553 2004-06-24  David Waite  <mass@akuma.org>
12554
12555         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
12556         image.c, loader.c, locales.c, marshal.c, metadata.c,
12557         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
12558         string-icalls.c, threads.c: change to C90-style comments from C99 /
12559         C++ -style
12560
12561 2004-06-24  Dick Porter  <dick@ximian.com>
12562
12563         * threads.c
12564         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
12565         return createdNew.  Fixes bug 60412.
12566
12567         * threads-types.h: 
12568         * icall.c: Add createdNew parameter to CreateMutex icall
12569
12570 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
12571
12572         * reflection.c, object-internals.h: save default value in params.
12573
12574 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12575
12576         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
12577         no need to build a new path combining that with the application base.
12578         Fixes bug #60442.
12579
12580 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
12581
12582         * reflection.c: fixed minor standard compliance issues.
12583
12584 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
12585
12586         * reflection.c: fixed issue with encoding some custom attributes
12587         (arrays in properties and fields, bug #60411).
12588
12589 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12590
12591         * reflection.c: fix start address when copying the public key token.
12592
12593 2004-06-23  Martin Baulig  <martin@ximian.com>
12594
12595         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
12596         the `exc' object in a static object to put it into the GC's root set.
12597
12598 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
12599
12600         * reflection.c: make mono_reflection_setup_internal_class ()
12601         callable a second time to setup a new parent class.
12602
12603 2004-06-23  Dick Porter  <dick@ximian.com>
12604
12605         * threads.c: Check for WAIT_IO_COMPLETION return values.
12606
12607 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
12608
12609         * appdomain.c: Removed the g_free on the public key token. Now copy 
12610         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
12611         * assembly.c: Added public key token string value when loading 
12612         assemblies. Fix bug #60439.
12613         * icall.c: Added missing informations (like public key) in 
12614         GetReferencedAssemblies. Fix #60519.
12615         * image.h: Changed definition for public key token from const char*
12616         public_tok_value to guchar public_key_token [17];
12617         * reflection.c: Updated for changes to public key token.
12618
12619 2004-06-22  Lluis Sanchez Gual
12620
12621         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
12622         for the field in base classes.
12623
12624 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
12625
12626         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
12627         mark headers as not supported, they are installed only for use by the
12628         debugger.
12629
12630 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
12631
12632         * *.c, *.h: avoid namespace pollution in public headers.
12633
12634 2004-06-21  Martin Baulig  <martin@ximian.com>
12635
12636         * exception.c (mono_get_exception_security): It's in
12637         "System.Security", not in "System".
12638
12639         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
12640         the exception classes.
12641
12642 2004-06-21  Martin Baulig  <martin@ximian.com>
12643
12644         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
12645         Protect the exception object from being finalized.
12646
12647 2004-06-21  Martin Baulig  <martin@ximian.com>
12648
12649         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
12650         public function.
12651
12652 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
12653
12654         * reflection.c: Load the assembly in mono_reflection_type_from_name,
12655         if it was not loaded before. Fix parts of #60439.
12656
12657 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
12658
12659         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
12660         code that was broken since Ben's change: wrappers are now
12661         dependent on the method signature only again.
12662
12663 2004-06-21  Martin Baulig  <martin@ximian.com>
12664
12665         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
12666         added interface support.
12667
12668 2004-06-21  Martin Baulig  <martin@ximian.com>
12669
12670         * class.c (mono_vtable_get_static_field_data): New public method.
12671
12672 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
12673
12674         * filewatcher.c : Windows build fix to be compliant with API changes.
12675
12676 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
12677
12678         * class.h, class.c: more accessors.
12679         * metadata.h, metadata.c: prepare for hiding MonoType and
12680         MonoMethodSignature: people should use the accessors from now on
12681         outside of the tree.
12682
12683 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
12684
12685         * *.c, *.h: more API cleanups.
12686
12687 2004-06-18  Jackson Harper  <jackson@ximian.com>
12688
12689         * assembly.c: Trace loading assemblies.
12690         * loader.c: Trace loading native libraries.
12691         * mono-config.c: Trace loading config files.
12692         
12693 2004-06-18  Dick Porter  <dick@ximian.com>
12694
12695         * locales.c: Tell ICU the lengths of strings, it can cope with
12696         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
12697
12698 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
12699
12700         * image.c: swapped name/filename;
12701
12702 2004-06-18  Martin Baulig  <martin@ximian.com>
12703
12704         * mono-debug-debugger.c (write_class): Write the parent class at
12705         the end of the header.
12706
12707 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
12708
12709         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
12710
12711 2004-06-17  Raja R Harinath  <rharinath@novell.com>
12712
12713         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
12714         (bundle_obj): New conditional define.
12715         (BUILT_SOURCES): Remove.
12716         ($(bundle_srcs)): Make parallel-make safe.
12717         (libmonoruntime_la_LIBADD): Make unconditional.
12718         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
12719         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
12720
12721 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
12722
12723         * culture-info-tables.h: It was inconsistent with the latest
12724           supp info files.
12725
12726 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
12727
12728         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
12729         be loaded.
12730
12731         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
12732         with gcc 2.95.
12733
12734 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
12735
12736         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
12737         cleaned up public header threads.h.
12738
12739 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
12740
12741         * Makefile.am, *.c, *.h: more API cleanups.
12742
12743 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
12744
12745         * Makefile.am: removed monosn from compilation.
12746         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
12747         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
12748         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
12749         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
12750         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
12751         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
12752
12753 2004-06-15  Jackson Harper  <jackson@ximian.com>
12754
12755         * assembly.c: Make locales lower case when searching the GAC for
12756         assemblies. gacutil will always make locales lowercase when
12757         installing so this effectively makes them case insensitive.
12758         
12759 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
12760
12761         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
12762         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
12763           parameter which allows to choose whether the wait can be interrupted or 
12764           not. Also added the method mono_monitor_enter(), which locks the monitor
12765           using an infinite wait and without allowing interruption.
12766           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
12767           interrupted.
12768         * object.h: Added new fields in MonoThread. suspend_event holds the event
12769           used to susped/resume the thread. synch_lock is the lock object to use for
12770           modifying the thread state.
12771         * threads.c: Use the new synch_lock object for locking, instead of "this",
12772           which can generate deadlocks.
12773           Moved thread state change in Thread.Sleep and Thread.Join from managed
12774           to unmanaged code. This avoids a deadlock when the thread was suspended
12775           just after acquiring the thread lock.
12776           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
12777           Implemented Thread.Suspend using an event instead of ThreadSuspend,
12778           which is not fully implemented in the io-layer.
12779         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
12780
12781 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
12782
12783         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
12784         threads-types.h: more API cleanups.
12785
12786 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
12787
12788         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
12789         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
12790         threadpool.c, threads.c: first pass at the exported API cleanup.
12791
12792 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
12793
12794         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
12795
12796 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
12797
12798         * icall.c: added internalGetHome.
12799
12800 2004-06-14  Dick Porter  <dick@ximian.com>
12801
12802         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
12803         possible to return successfully when '.' or '..' were the only
12804         entries in a directory, but were skipped.  The MonoIOStat was not
12805         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
12806         Fixes bug 59574.
12807
12808 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
12809
12810         * reflection.c: make binaries run on .Net 1.1 by default.
12811
12812 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
12813
12814         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
12815
12816 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
12817
12818         * marshal.c: keep track of struct size with explicit layout
12819         (bug #59979).
12820
12821 2004-06-12  Martin Baulig  <martin@ximian.com>
12822
12823         * mono-debug-debugger.c: Comment out a debugging g_message().
12824
12825 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
12826
12827         * reflection.c, reflection.h: do not free custom attrs that are cached.
12828         * icall.c: use braces to make code clearer.
12829
12830 2004-06-11  Martin Baulig  <martin@ximian.com>
12831
12832         * class.h (MonoInflatedField): New type.
12833         (MonoClassField): Replaced `MonoType *generic_type' with
12834         `MonoInflatedField *generic_info'.
12835
12836         * icall.c
12837         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
12838
12839 2004-06-11  Martin Baulig  <martin@ximian.com>
12840
12841         * reflection.c (mono_image_create_method_token): Correctly encode
12842         varargs methods.
12843
12844 2004-06-11  Martin Baulig  <martin@ximian.com>
12845
12846         * metadata.c (mono_metadata_parse_method_signature): When parsing
12847         a MethodDef which has VarArgs, also set sentinelpos if we don't
12848         have any parameters.
12849
12850 2004-06-11  Martin Baulig  <martin@ximian.com>
12851
12852         * verify.c (mono_method_verify): In CEE_CALL, use
12853         mono_method_get_signature() to get the method's signature, unless
12854         we're a PInvoke method.
12855
12856 2004-06-10  Jackson Harper  <jackson@ximian.com>
12857
12858         * assembly.c: Use <path>/lib/mono/gac for the extra paths
12859         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
12860         logical name as the supplied path is just a prefix to the gac not
12861         the direct path to it.
12862         
12863 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
12864
12865         * reflection.c: make the token for a created method match
12866         the token of the MethodBuilder it was created from
12867         (IKVM requires this behaviour now).
12868
12869 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
12870
12871         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
12872         reflection.c, socket-io.c: leak fixes.
12873
12874 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
12875
12876         * icall.c: handle sentinel pos in vararg methods in position different
12877         from 0.
12878
12879 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12880
12881         * culture-info-tables.h: freshly generated.
12882
12883 2004-06-09  Martin Baulig  <martin@ximian.com>
12884
12885         * loader.c (mono_get_method_constrained): Call `mono_class_init
12886         (constrained_class)'.   
12887
12888 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
12889
12890         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
12891         any methods. Fixes #59629.
12892
12893 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12894
12895         * culture-info-tables.h: reflecting locale-builder updates.
12896
12897 2004-06-08  Dick Porter  <dick@ximian.com>
12898
12899         * object.h:
12900         * locales.c: Fixed compile warnings, including a real bug in
12901         CompareInfo_internal_compare.
12902         
12903 2004-06-08  Dick Porter  <dick@ximian.com>
12904
12905         * locales.c
12906         (ves_icall_System_Globalization_CompareInfo_internal_index):
12907         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12908         Double-check the resuls of usearches, because ICU currently
12909         ignores most of the collator settings here.  Fixes bug 59720.
12910         
12911 2004-06-08  Dick Porter  <dick@ximian.com>
12912
12913         * locales.c
12914         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
12915         Fix memory leak and segfault-causing typo.  No idea how this one
12916         lasted so long without being noticed.
12917
12918 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
12919
12920         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
12921         any methods. Fixes #59629.
12922
12923 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12924
12925         * assembly.c:
12926         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
12927         own the critical section before). Removed dead code (that's done
12928         in the preload hook).
12929
12930         (mono_assembly_load_with_partial_name): call the preload hook.
12931
12932 2004-06-08  Martin Baulig  <martin@ximian.com>
12933
12934         * metadata.c (mono_metadata_signature_alloc): Default
12935         `sentinelpos' to -1.
12936
12937         * reflection.c (mono_image_get_array_token): Likewise.
12938
12939 2004-06-08  Martin Baulig  <martin@ximian.com>
12940
12941         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
12942
12943         * metadata.c (mono_metadata_parse_method_signature): When parsing
12944         a MethodDef which has VarArgs, set sentinelpos.
12945
12946         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
12947         `gint16' since we're using -1 for non-varargs methods.
12948
12949         * reflection.c
12950         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
12951         (method_encode_signature): Added varargs support.
12952         (method_builder_encode_signature): Likewise.
12953         (mono_image_get_varargs_method_token): New static method.
12954         (mono_image_create_method_token): New public method; this is
12955         called via an icall instead of mono_image_create_token() when
12956         calling a varargs method.       
12957
12958 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
12959
12960         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
12961
12962 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12963
12964         * culture-info-tables.h : Reflecting the latest locale-builder that
12965           fixed empty array representation ({} to {0}).
12966
12967 2004-06-07  Jackson Harper  <jackson@ximian.com>
12968
12969         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
12970         looking up extra gac paths. This allows MONO_GAC_PATH to act
12971         exactly like a prefix.
12972         
12973 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12974
12975         * reflection.c (mono_reflection_type_from_name): Make a copy of the
12976         type name before modifying it. Fixes #59405.
12977
12978 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
12979
12980         * culture-info.h: added fields for "all datetime patterns".
12981         * locales.c: (  ves_icall_System_Globalization_CultureInfo
12982           _construct_datetime_format ()): fill xxx_patterns fields.
12983         * object.h: added fields for "all datetime patterns" to
12984           MonoDateTimeFormatInfo.
12985         * culture-info-tables.h: reflecting locale-builder updates.
12986
12987 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
12988
12989         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
12990         the event has no add and remove methods. Fixes #59629.
12991
12992 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
12993
12994         * object.c: Fixed possible integer overflow when allocating large
12995         strings.
12996
12997 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
12998
12999         * culture-info-tables.h: reflecting locale-builder updates.
13000
13001 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
13002
13003         * culture-info-tables.h: reflecting locale-builder updates.
13004
13005 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
13006
13007         * culture-info-tables.h: reflecting locale-builder updates.
13008
13009 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
13010
13011         * threads.c: Made Thread.Sleep abortable.
13012
13013 2004-06-02  Martin Baulig  <martin@ximian.com>
13014
13015         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
13016
13017         * debug-mono-symfile.h: Bumped symbol file version number to 37.
13018
13019 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
13020
13021         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
13022
13023 2004-05-30  Jackson Harper  <jackson@ximian.com>
13024
13025         * reflection.c: Do not hardcode assembly versions or public key
13026         tokens anymore. All of this except the corlib section was dead
13027         code anyways.
13028         
13029 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
13030
13031         * object.c (mono_runtime_invoke_array): Automatically create boxed
13032         objects for byref valuetypes if needed. Fixes #59300.
13033         
13034         * object.c (mono_method_return_message_restore): Handle 
13035         MONO_TYPE_OBJECT as well.
13036
13037 2004-05-28  Jackson Harper  <jackson@ximian.com>
13038
13039         * reflection.c: The modified type encoding was causing build
13040         problems. Reverted for now.
13041         
13042 2004-05-28  Jackson Harper  <jackson@ximian.com>
13043
13044         * reflection.c/h: Take an assembly ref so that we dont create
13045         fully qualified names when encoding types in the same assembly as
13046         the custom attribute being emitted.
13047         * appdomain.c: Increment version number.
13048         
13049 2004-05-26  Duncan Mak  <duncan@ximian.com>
13050
13051         * icall.c
13052         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
13053         Set the full version number (major, minor, build, revision).
13054
13055 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
13056
13057         * marshal.c (emit_struct_conv): increment src/dst after blit
13058         (mono_marshal_get_managed_wrapper,
13059         mono_marshal_get_native_wrapper): make sure we have marshalling
13060         info before marshalling params (info computation affects
13061         blittable)
13062
13063         * class.c (class_compute_field_layout): correctly deal with
13064         blittable
13065         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
13066         value types (as per what windows dows by default)
13067         (mono_class_setup_mono_type): System.ValueType is blittable
13068         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
13069         blittable
13070
13071         * marshal.c (mono_marshal_load_type_info): flag types  as
13072         non-blittable if the native layout doesn't match the managed
13073         layout
13074
13075 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13076
13077         * appdomain.c: don't add stuff in the private search path that is
13078         above the application base. If application base is not set, there's
13079         no private search path.
13080
13081 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
13082
13083         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
13084         byref struct arguments in native->managed marshalling.
13085
13086 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
13087
13088         * marshal.c (mono_marshal_get_runtime_invoke): correctly
13089         cache methods using signature (special case for methods
13090         that are value type or string class)
13091         
13092         * image.c (mono_image_close): clean up allocated GSList's
13093         in runtime_invoke_cache.
13094
13095 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13096
13097         * mono-config.c: set the correct path for mono_cfg_dir on windows when
13098         there's no MONO_CFG_DIR environment variable defined.
13099
13100 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13101
13102         * threads.c: windows version must be >= 0x0500 to include OpenThread.
13103
13104 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
13105
13106         * threadpool.c: Really wait for 500ms after the async call, even if the wait
13107           is interrumped.
13108         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
13109           before waiting for it, and call CloseHandle after the wait to unref it.
13110           This will make sure that handles are not disposed too early.
13111
13112 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13113
13114         * appdomain.c:
13115         * appdomain.h:
13116         * icall.c: removed
13117         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
13118         needed now.
13119
13120         * object.c: se the application_base only for the domain that runs
13121         Main. Fixes bug #59216,
13122
13123 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13124
13125         * appdomain.c:
13126         * object.c: only the domain in which Main is run have
13127         SetupInformation.ConfigurationFile set, so moved a few lines from
13128         appdomain.c to object.c.
13129
13130 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13131
13132         * appdomain.c: we tried to load [name].(dll|exe), but according
13133         to bug #57710, we must also try [culture]/[name].(dll|exe) and
13134         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
13135         There's a test case attached to bug #58922.
13136
13137 2004-05-27  Dick Porter  <dick@ximian.com>
13138
13139         * icall.c:
13140         * file-io.c: Implemented icalls for locking and unlocking regions
13141         in a file.
13142         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
13143         FALSE on error (fixes both compiler warning and real bug.)
13144
13145 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
13146
13147         * culture-info-tables.h: reflecting locale-builder updates.
13148
13149           (Added missing ChangeLog entry for 05/26)
13150
13151 2004-05-27  Jackson Harper  <jackson@ximian.com>
13152
13153         * locales.c: Fix some cut and paste errors.
13154         
13155 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13156
13157         * mono-config.c: set the correct path for config. directory on windows.
13158
13159 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
13160
13161         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
13162           on win32.
13163
13164 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
13165
13166         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
13167         from pinvoke functions.
13168         
13169         * marshal.c (mono_ftnptr_to_delegate): Implement this.
13170
13171 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
13172
13173         * culture-info-tables.h: reflecting locale-builder updates.
13174
13175 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
13176
13177         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
13178         #59086.
13179
13180 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
13181
13182         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
13183         * icall.c: Modified icalls for RNG.
13184         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
13185         Windows (CryptoAPI).
13186
13187 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
13188
13189         * locales.c: Fix build.
13190
13191 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
13192
13193         * culture-info-tables.h: reflecting locale-builder updates.
13194
13195 2004-05-25  Jackson Harper  <jackson@ximian.com>
13196
13197         * locales.c: When creating the current culture use the $LANGs
13198         specific culture. So DateTimeFormat and NumberFormat entries are created.
13199         
13200 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
13201
13202         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
13203         a char array as parameter.
13204
13205 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
13206
13207         * image.c: In mono_image_open(), always use an absolute path name to
13208           look for already loaded images.
13209
13210 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
13211
13212         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
13213         missing in the windows build (like older cygwin include files).
13214
13215 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
13216
13217         * icall.c: Fixed check for possible integer overflow in Buffer_
13218         BlockCopy icall. Replaced comments style // by /* */.
13219
13220 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
13221
13222         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
13223         
13224         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
13225         check after MONO_VTADDR. Fixes pinvoke2.exe.
13226
13227         * marshal.h marshal.c metadata.h: Add beginnings of support for
13228         ftnptr -> delegate marshalling.
13229
13230 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
13231
13232         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
13233         * threads.c: Fix warnings.
13234
13235 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
13236
13237         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
13238         * icall.c: Registered icalls for Suspend and Resume.
13239         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
13240           Thread.Abort.
13241         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
13242         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
13243         * process.c: Use WaitForSingleObjectEx.
13244         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
13245           checkpoints.
13246         * threads.c, threads.h: Make use of new Ex wait methods. Improved
13247           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
13248           for Suspend and Resume. Added new mono_thread_stop, used for stoping
13249           background threads. Added basic support for Abort in Windows.
13250           Start new threads using a managed delegate invoke wrapper. This wrapper
13251           has an interruption checkpoint that is needed since an interruption
13252           can be requested before the thread leaves the unmanaged code that starts 
13253           the thread.
13254         * marshal.c: Added interruption checkpoint after every native call, and
13255           also before managed calls for wrappers called from unmanaged code to
13256           go into managed code.
13257         * object.h: Added new field in MonoThread to keep track of interruption
13258           requests.
13259
13260 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
13261
13262         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
13263         calls.
13264
13265 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13266
13267         * appdomain.c:
13268         * assembly.c:
13269         * gc.c:
13270         * locales.c:
13271         * mono-config.c:
13272         * rand.c: getenv -> g_getenv (windows!)
13273
13274         * process.c: complete_path is also used on non-windows platforms.
13275
13276 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13277
13278         * icall.c: new signature for Process_Start.
13279
13280         * process.[ch]: new signature for Process_Start. If we're on windows
13281         and UseShellExecute is false, we have to search for the program by
13282         ourselves if we don't get a full path.
13283
13284 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
13285
13286         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
13287         marshalling and call CleanUpNativeData if needed. Fixes #58646.
13288
13289 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13290
13291         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
13292         Fixes bug #58373.
13293
13294 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13295
13296         * process.c: use double quotes to quote program name and arguments on
13297         windows. Fixes bug #58575.
13298
13299 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13300
13301         * file-io.c: don't return "." and ".." when using windows Find*File.
13302
13303 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
13304
13305         * marshal.c: Don't pass wrappers to message init because method 
13306         addressed used to lookup metadata. part of remoting[2|3] fix.
13307
13308 2004-05-15  Jackson Harper  <jackson@ximian.com>
13309
13310         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
13311         path is essentially the same as MONO_PATH except that it points to
13312         GACs instead of lib directories.
13313         * loader.h: The user gac is gone so we dont need function to
13314         enable/disable it.
13315         * mono-config.c: user gac option is now gone.
13316         
13317 2004-05-15  Jackson Harper  <jackson@ximian.com>
13318
13319         * culture-info.h: Make defines more consistent, add calendar data
13320         to the culture info table.
13321         * culture-info-tables.h: Add basic calendar data. Basically
13322         everyone gets default gregorian until all the data is
13323         updated.
13324         * locales.c: Use the new consistent defines. Set calendar data for
13325         culture info objects.
13326         * object.h: add a field for calendar data to CultureInfo
13327         
13328 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
13329
13330         * image.c: image->runtime_invoke_cache is keyed on signatures now.
13331         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
13332         a signature.
13333         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
13334         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
13335         an extra param that is the pointer of the method to invoke. The IL for
13336         the invoke method is no longer specific to the method, but to the
13337         signature of the method. Thus, we can share the same code for multiple
13338         methods. This reduces the number of methods that have to be compiled.
13339
13340 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
13341
13342         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
13343
13344         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13345
13346         * icall.c: Optimize Buffer.BlockCopy.
13347
13348 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13349
13350         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
13351         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
13352         quote). Changed them to "MMMM yyyy".
13353
13354 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
13355
13356         * rand.c
13357         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
13358
13359 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
13360
13361         * reflection.h: Updated after changes to managed structures.
13362
13363         * appdomain.c: Bump corlib version.
13364
13365 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13366
13367         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
13368         windows.
13369
13370 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13371
13372         * Makefile.am: link to ../os/libmonoos.la on windows.
13373
13374         * assembly.c:
13375                 -If MONO_DEBUG, warn about non-existing directories in
13376                 MONO_PATH.
13377                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
13378                 compile time variable.
13379                 -Removed init_default_path and call mono_set_rootdir from
13380                 libmonoos.a instead (windows only).
13381
13382         * assembly.h: declare mono_assembly_getrootdir().
13383
13384         * domain.c:
13385         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
13386
13387         * loader.c: s/getenv/g_getenv/
13388
13389 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
13390
13391         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
13392
13393         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
13394
13395         * metadata.h: Add new marshalling conversions.
13396
13397         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
13398         function.
13399
13400         * reflection.c (mono_reflection_get_type): Lookup the type in all
13401         modules of a multi-module assembly. Fixes #58291.
13402
13403 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
13404
13405         * threads.c: Before aborting a background, set the StopRequested
13406         state.  This avoids throwing the Abort exception.
13407         In mono_thread_manage, don't continue with the shutdown until all
13408         aborted threads have actually stopped.
13409
13410 2004-05-10  Jackson Harper  <jackson@ximian.com>
13411
13412         * locales.c: Remove the modifier from culture names.
13413         
13414 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13415
13416         * Makefile.am: monosn is not installed any more. It has been deprecated
13417         in favor of sn.
13418
13419 2004-05-07  Jackson Harper  <jackson@ximian.com>
13420
13421         * locales.c
13422         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
13423         Fix array construction, add bailout if the length is 0.
13424
13425 2004-05-07  Dick Porter  <dick@ximian.com>
13426
13427         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
13428         machine doesn't have a DNS entry.  Patch by Urs Muff
13429         (umuff@quark.com), fixes bug 57928.
13430
13431 2004-05-06  Jackson Harper  <jackson@ximian.com>
13432
13433         * reflection.c: Handle null PublicTokens properly. alloc mem for
13434         assembly names culture so we dont crash when freeing it.
13435         
13436 2004-05-06  Jackson Harper  <jackson@ximian.com>
13437
13438         * assembly.c: Check the usergac when loading with partial names.
13439         
13440 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
13441
13442         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
13443         does nothing for now (not required for Linux/Windows) but the class
13444         library can call it (and a newer or modified runtime could need it).
13445         * icall.c: Registred icall.
13446
13447 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13448
13449         * loader.c: prints a message on module loading error we set MONO_DEBUG
13450         environment variable.
13451
13452 2004-05-05  Jackson Harper  <jackson@ximian.com>
13453
13454         * appdomain.c: Handle PublicKeyToken=null properly.
13455         
13456 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
13457
13458         * environment.c|h: Added icall ves_icall_System_Environment_
13459         GetOSVersionString to get the current OS version as a string.
13460         * icall.c: Registred icall.
13461
13462 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
13463
13464         * object.c: in mono_object_get_virtual_method(), take into account that
13465         non-virtual methods don't have a slot in the vtable. Check needed when
13466         the object is a proxy.
13467
13468 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
13469
13470         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
13471         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
13472
13473         * object.c (mono_class_compute_gc_descriptor): Fix warning.
13474
13475         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
13476         passed when a valuetype is expected.
13477
13478         * object.c (mono_unhandled_exception): Only set the exit code if the
13479         exception happens in the main thread. Fixes thread5.exe.
13480
13481         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
13482         invalid names. Fixes #58047.
13483
13484 2004-05-03  Jackson Harper  <jackson@ximian.com>
13485
13486         * assembly.c: This line was committed accidently and is unneeded.
13487         
13488 2004-05-03  Jackson Harper  <jackson@ximian.com>
13489
13490         * icall.c: Add new icall for Assembly::LoadWithPartialName
13491         * assembly.c/.h: new function that probes the GAC to load partial
13492         assembly names by Paolo Molaro.
13493         
13494 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13495
13496         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
13497         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
13498         (type_get_fully_qualified_name): Added PublicKeyToken when building a
13499         full type name.
13500
13501 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13502
13503         * appdomain.c: fixed check for 'neutral' culture and removed warning.
13504         * reflection.c: fix bug when parsing a full type name and Version is not
13505         the last thing in the string.
13506
13507 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
13508
13509         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
13510         crashes when it is freed.
13511
13512 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13513
13514         * assembly.c: print the compat warning to stderr.
13515
13516 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
13517
13518         * assembly.c (mono_assembly_load_references): Add a compatibility
13519         hack to run old applications that might be still referencing the
13520         3300-based assemblies, only do this for System.xxx.
13521
13522 2004-05-01  Jackson Harper  <jackson@ximian.com>
13523
13524         * appdomain.c: If the culture is neutral we set it to "".
13525         
13526 2004-04-29  Jackson Harper  <jackson@ximian.com>
13527
13528         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
13529
13530 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
13531  
13532         * string-icalls.c: added low overhead function for copying chars
13533         * icall.c: added needed icall for the above function
13534  
13535 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13536
13537         * icall.c: fix return value of get_global_assembly_cache.  Implemented
13538         Environment.GetLogicalDrives.
13539
13540 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
13541
13542         * rand.c: try and talk to egd or prngd
13543         for random bytes if opening devices fail.
13544
13545 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
13546
13547         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
13548         alignment for the type using the native alignment of its members 
13549         instead of using klass->min_align.
13550
13551         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
13552
13553 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13554
13555         * file-io.c:
13556         * socket-io.c: added check for sys/aio.h.
13557
13558 2004-04-28  Dick Porter  <dick@ximian.com>
13559
13560         * threads.c: Don't abort a thread thats already aborting, when
13561         terminating everything.
13562
13563 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13564
13565         * icall.c: added 2 new async calls for Socket.
13566
13567         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
13568         IO on *nix systems.
13569
13570         * threadpool.c: removed unused variable.
13571
13572 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
13573
13574         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
13575
13576 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
13577
13578         * locales.c: put back string_invariant_tolower () and
13579         string_invariant_toupper ().
13580
13581 2004-04-26 David Waite <mass@akuma.org>
13582
13583         * file-io.h:
13584         * socket-io.h:
13585         * threads.h:
13586         * unicode.h: remove comma from end of enumeration declarations
13587
13588 2004-04-26 David Waite <mass@akuma.org>
13589
13590         * debug-mono-symfile.h:
13591         * decimal.c:
13592         * mono_debug.h:
13593         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
13594
13595
13596 2004-04-26  Jackson Harper  <jackson@ximian.com>
13597
13598         * appdomain.c: Increment version number.
13599         
13600 2004-04-26  Jackson Harper  <jackson@ximian.com>
13601
13602         * appdomain.c: Set assembly references public token value when
13603         PublicKeyToken is specified, not the hash_value. Free public token
13604         values when free assembly name data. Previously the public key
13605         token was hex decoded, however we are using hex encoded public key
13606         tokens, so this is not neccasary.
13607         * assembly.c: Lookup assemblies in the gac if their public token
13608         value is set. Add function to allow enabling user gac
13609         lookups. Specify whether or not the assembly was loaded from the
13610         GAC. Compare full assembly names when checking the cache for
13611         assemblies (Temporarily disabled see comment in code). Remove
13612         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
13613         specifies trace-loader they get extra info to stdout on the
13614         loading of assemblies.
13615         * image.h: Add a field for an assembly references public token
13616         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
13617         whether an assembly has been loaded from the GAC.
13618         * image.c: Remove a corlib -> mscorlib name mapping.
13619         * loader.h: Add function to enable/disable the user gac.
13620         * mono-config.c: Check if the usergac is enabled in the config
13621         file.
13622         * icall.c: New icall to determine whether or not an assembly has
13623         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
13624         * tabldefs.h: Add constant for assemblyref flag that specifies a
13625         full public key is used instead of a public token.
13626         * reflection.c: Remove mscorlib -> corlib mappings. Set
13627         PublicTokenValue instead of hash value. This value is a hex
13628         string so it does not need to be expanded.
13629
13630 2004-04-26  Martin Baulig  <martin@ximian.com>
13631
13632         * mono-debug-debugger.c (mono_debugger_initialize): Set
13633         `mono_debugger_initialized' before calling mono_debug_lock().
13634
13635 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
13636
13637         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
13638           InternalToUpper/InternalToLower.
13639         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
13640           removed invariant culture shortcut.  This is now done in managed code.
13641         * locales.c: (string_invariant_toupper/tolower) removed.
13642
13643 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13644
13645         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
13646         Added Poll internal call.
13647
13648         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
13649         call for Poll. Select was too heavy for polling a single socket.
13650
13651         * threadpool.[ch]: added mono_threadpool_cleanup.
13652         * threads.c: use it. Don't use Thread_Abort on windows.
13653
13654 2004-04-23  Martin Baulig  <martin@ximian.com>
13655
13656         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
13657
13658 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
13659
13660         * icall.c: Registred new icalls for key pair protection and added an
13661         icall for Environment.GetFolderPath on Windows.
13662         * security.c|h: Added new icalls for key pair protection.
13663
13664 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13665
13666         * socket-io.c: don't display the non-supported family warning for known
13667         families. Now this is not displayed on windows when checking support
13668         for IPv4/IPv6.
13669
13670 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13671
13672         * class.c: don't display the layout warning for static fields.
13673
13674 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
13675
13676         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
13677         * locales.c, locales.h: Added new icalls for culture-specific
13678         Char.ToLower and Char.ToUpper.
13679
13680 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13681
13682         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
13683         by David Waite.
13684
13685 2004-04-20  Martin Baulig  <martin@ximian.com>
13686
13687         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
13688         of the type name before passing it to mono_reflection_type_from_name().
13689
13690 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
13691
13692         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
13693         encodings here. Fixes #56965.
13694
13695 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
13696
13697         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
13698         fix test on strstr result not that I can see anything that
13699         relies on the result.
13700
13701 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
13702
13703         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
13704         Fixes #57081.
13705
13706         * marshal.c (mono_marshal_get_string_encoding): New helper function.
13707
13708         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
13709         function to determine which marshalling to use for strings. Fixes
13710         #56965.
13711
13712         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
13713
13714         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
13715
13716 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
13717
13718         * icall.c: #include mono-config.h
13719
13720 2004-04-15  Jackson Harper  <jackson@ximian.com>
13721
13722         * culture-info-tables.h: Fix date formats for en-US culture.
13723         
13724 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
13725
13726         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
13727         ThreadPool.SetMinThreads.
13728         * threadpool.c: Implemented ThreadPool.GetMinThreads and
13729         ThreadPool.SetMinThreads.
13730
13731 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
13732
13733         * mono-config.c: also load the .config file in the directory
13734         where the assembly was found.
13735
13736 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
13737
13738         * assembly.c: load per-assembly config files.
13739         * icall.c: decrapified code to get the config dir and moved to
13740         mono-config.c.
13741         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
13742         per-assembly config files. When doing a dll map lookup give precedence
13743         to the per-assembly data.
13744
13745 2004-04-14  Martin Baulig  <martin@ximian.com>
13746
13747         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
13748         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
13749         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
13750
13751         * mono-debugger-debugger.c: While the debugger is locked, remember
13752         whether the symbol tables have changes and send one single
13753         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
13754
13755 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
13756
13757         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
13758
13759         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
13760         function.
13761
13762         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
13763         account when marshalling string arrays. Fixes #56965.
13764
13765 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
13766
13767         * icall.c: Add new icalls mapping for security.
13768         * security.c|h: Add internal calls for WindowsIdentity,
13769         WindowsImpersonationContext and WindowsPrincipal.
13770
13771 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
13772
13773         * class.c: Added comment to ensure the System.MonoDummy class
13774         is removed when no longer necessary
13775
13776 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
13777
13778         * appdomain.c: Pass arguments to the bootstraping exceptions to
13779         minimize JITed methods at boot
13780
13781         * metadata.c (mono_exception_from_name_two_strings): Allow for the
13782         second string to be null.
13783
13784         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
13785         Change the protocol to minimize the JIT methods at startup.  Now
13786         it Returns the internal codepage, if the value of "int_code_page"
13787         is 1 at entry, and we can not compute a suitable code page
13788         number, returns the code page as a string.
13789
13790 2004-04-13  Jackson Harper  <jackson@ximian.com>
13791
13792         * culture-info-tables.h: Fix number of decimal digits for all
13793         english locales.
13794
13795 2004-04-13  Jackson Harper  <jackson@ximian.com>
13796
13797         * icall.c: Clairfy out of sync error message. It is not always
13798         your corlib that is out of sync.
13799
13800 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
13801
13802         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
13803         properties when only the set accessor is overriden. Fixes #55874.
13804
13805 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
13806
13807         * assembly.c (mono_assembly_load_references): Make this thread safe.
13808         Fixes #56327.
13809
13810 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
13811
13812         * monosn.c: Add missing initialization calls.
13813
13814 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
13815
13816         * locales.c:
13817         ves_icall_System_Globalization_CultureInfo_construct_number_format
13818         Fix g_assert so it compiles on fussier compilers re int/ptr
13819         mismatch
13820
13821 2004-04-08  Dick Porter  <dick@ximian.com>
13822
13823         * socket-io.h:
13824         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
13825         53992.  Also rearrange the code so that the internal calls return
13826         an error value and exceptions are thrown from managed code.
13827
13828         * icall.c: Add type info to the socket icalls.
13829
13830 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13831
13832         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
13833         owes me a beer.
13834
13835 2004-04-07  Martin Baulig  <martin@ximian.com>
13836
13837         * class.c (mono_class_from_generic_parameter): Don't default
13838         `klass->parent' to `mono_defaults.object_type'.
13839
13840 2004-04-07  Martin Baulig  <martin@ximian.com>
13841
13842         * reflection.c (mono_reflection_initialize_generic_parameter): Set
13843         `param->pklass->reflection_info'.       
13844
13845 2004-04-07  Jackson Harper  <jackson@ximian.com>
13846
13847         * culture-info-tables.h: Fix date separator symbol.
13848         
13849 2004-04-07  Martin Baulig  <martin@ximian.com>
13850
13851         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
13852         from System.Type to System.MonoType.
13853
13854 2004-04-07  Martin Baulig  <martin@ximian.com>
13855
13856         * reflection.h
13857         (MonoReflectionGenericParam): Added `has_reference_type' and
13858         `has_value_type' fields.
13859
13860         * reflection.c (mono_image_get_generic_param_info): Encode the
13861         correct flags if we have the `class' or `struct' constraint.
13862
13863 2004-04-07  Martin Baulig  <martin@ximian.com>
13864
13865         * reflection.h
13866         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
13867
13868 2004-04-07  Jackson Harper  <jackson@ximian.com>
13869
13870         * appdomain.c: Revert extra patches, just wanted to bump the
13871         version number.
13872         
13873 2004-04-07  Jackson Harper  <jackson@ximian.com>
13874
13875         * Makefile.am: Add culture-info private headers.
13876         * icall.c: Add new icalls for contructing locales.
13877         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
13878         * locales.h: Declare new culture info construction methods.
13879         * object.h: Add new fields used to avoid the CultureMap to
13880         MonoCultureInfo.
13881         * culture-info.h: Definition of structs used in the culture info
13882         tables.
13883         * culture-info-tables.h: Autogenerated tables that contain culture
13884         info data. This file was generated with the locale-builder tool.
13885         * appdomain.c: Incement corlib version number.
13886         
13887 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
13888
13889         * appdomain.c: (mono_runtime_init) move mono_thread_init
13890         to before mono_object_new calls so critical sections
13891         are initialized before use.
13892
13893 2004-04-07  Martin Baulig  <martin@ximian.com>
13894
13895         * icall.c
13896         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
13897         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
13898         (ves_icall_MonoGenericParam_initialize): Removed.
13899         (monogenericparam_icalls): Removed.
13900         (generictypeparambuilder_icalls): Added new table for
13901         System.Reflection.Emit.GenericTypeParameterBuilder.
13902
13903         * reflection.c
13904         (mono_reflection_define_generic_parameter): Removed.
13905         (mono_reflection_initialize_generic_parameter): This is now called
13906         from GenericTypeParameterBuilder's .ctor.
13907
13908 2004-04-06  Martin Baulig  <martin@ximian.com>
13909
13910         * class.c (mono_class_init): Don't inflate nested classes in a
13911         generic instance.
13912         (mono_type_get_name_recurse): Include the generic arguments for
13913         generic instances and generic type declarations.
13914         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
13915         (_mono_class_get_instantiation_name): Removed.
13916         (mono_class_create_generic): Always use `gklass->name' as our name.
13917
13918         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
13919
13920         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
13921         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
13922         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
13923         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
13924         closed generic methods here.
13925
13926         * reflection.c
13927         (mono_reflection_generic_inst_get_nested_types): Removed.
13928         (inflate_mono_method): Copy the generic parameters from the
13929         MonoMethodHeader into out MonoGenericMethod.
13930
13931 2004-04-06  Martin Baulig  <martin@ximian.com>
13932
13933         * row-indexes.h
13934         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
13935
13936         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
13937
13938         * reflection.c (build_compressed_metadata): If we have any entries
13939         in the GenericParam, MethodSpec or GenericParamConstraint tables,
13940         set the header version to 1.1.
13941
13942 2004-04-06  Martin Baulig  <martin@ximian.com>
13943
13944         * class.c (mono_class_init): If we're a generic instance,
13945         initialize our nested classes, too.
13946         (_mono_class_get_instantiation_name): Deal with the new `!%d'
13947         suffix. 
13948
13949 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13950
13951         * process.c: quote the argument passed to the shell on windows.
13952
13953 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
13954
13955         * threads.c (mono_alloc_special_static_data): Allow this to be
13956         called during startup.
13957
13958 2004-04-02  Martin Baulig  <martin@ximian.com>
13959
13960         * icall.c
13961         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
13962
13963 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
13964
13965         * icall.c: Fix build.
13966
13967 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
13968
13969         * Makefile.am: Added security.c|h.
13970         * icall.c: Added icall for get_UserName;
13971         * security.c: New file for security related icalls. Added function
13972         get_UserName for System.Environment (fix #56144).
13973         * security.h: New. Header file for security.c
13974
13975 2004-04-02  Dick Porter  <dick@ximian.com>
13976
13977         * icall.c: Deleted the icalls that were obsoleted some time ago
13978         by the ICU string code, and which were mixed into the icall
13979         rearranging.  Fixes bug 55969.
13980
13981         * string-icalls.h: 
13982         * string-icalls.c: Deleted the code that those icalls reference.
13983
13984 2004-04-01  Martin Baulig  <martin@ximian.com>
13985
13986         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
13987
13988         * class.c (mono_class_from_generic_parameter): Don't set 
13989         TYPE_ATTRIBUTE_INTERFACE.
13990         (my_mono_class_from_generic_parameter): Likewise.
13991
13992 2004-04-01  Martin Baulig  <martin@ximian.com>
13993
13994         * loader.c (find_method): Added an optional `MonoClass *ic'
13995         argument to search in a specific interface.
13996         (mono_get_method_constrained): New public function.
13997
13998 2004-04-01  Martin Baulig  <martin@ximian.com>
13999
14000         * reflection.c (mono_image_get_generic_field_token): Use the
14001         `handleref' cache here.
14002
14003 2004-04-01  Martin Baulig  <martin@ximian.com>
14004
14005         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
14006
14007         * reflection.c (create_generic_typespec): Use the `typespec' hash
14008         here, not the `typeref' one.    
14009
14010 2004-04-01  Martin Baulig  <martin@ximian.com>
14011
14012         * class.c (mono_class_inflate_generic_type): Moved the
14013         functionality into a new static inflate_generic_type() which
14014         returns NULL if it didn't do anything.  Only increment the
14015         `mono_stats.inflated_type_count' if we actually inflated
14016         something.
14017         (mono_class_get_full): Check the classes type to see whether we
14018         need to inflate it; also inflate MONO_TYPE_(M)VAR.
14019
14020 2004-04-01  Jackson Harper  <jackson@ximian.com>
14021
14022         * reflection.c: Set culture for assembly references.
14023         
14024 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
14025
14026         * reflection.[ch], icall.[ch], Fix support for pinning variables.
14027
14028 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14029
14030         * assembly.c:
14031         (do_mono_assembly_open): the critical section also covers
14032         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
14033
14034 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14035
14036         * threads.c:
14037         (mono_manage_threads): abort the background threads when finishing.
14038         Fixes bug #47232.
14039
14040 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14041
14042         * gc.c: only close the done_event handle if there was no timeout.
14043         C-ified comments.
14044
14045 2004-03-30  Martin Baulig  <martin@ximian.com>
14046
14047         * icall.c (icall_entries): It's called "System.Activator", not
14048         "System.Activation".    
14049
14050 2004-03-30  Martin Baulig  <martin@ximian.com>
14051
14052         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
14053         (mono_class_create_from_typespec): Likewise.
14054
14055 2004-03-30  Martin Baulig  <martin@ximian.com>
14056
14057         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
14058         `has_ctor_constraint' and `initialized'.
14059
14060 2004-03-30  Martin Baulig  <martin@ximian.com>
14061
14062         * reflection.c (encode_new_constraint): New static function to add
14063         the constructor constraint attribute to a type parameter.
14064         (encode_constraints): Call encode_new_constraint() if necessary.
14065
14066         * reflection.h
14067         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
14068
14069         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
14070         
14071 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
14072
14073         * reflection.c, icall.c: add support for pinning variables. 
14074
14075 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
14076
14077         * marshal.c (mono_marshal_get_managed_wrapper):
14078         init bool local with zero rather than null.
14079
14080 2004-03-29  Martin Baulig  <martin@ximian.com>
14081
14082         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
14083         the "official" behavior here.
14084         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
14085
14086 2004-03-29  Martin Baulig  <martin@ximian.com>
14087
14088         * icall.c: Reflect latest API changes.
14089
14090 2004-03-29  Martin Baulig  <martin@ximian.com>
14091
14092         * loader.c (mono_get_method_from_token): Also call
14093         mono_metadata_load_generic_params () for abstract and interface
14094         methods; replace the type arguments in the method signature with
14095         the ones which are loaded from the metadata.
14096
14097 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
14098
14099         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
14100         of the lock is not the current thread. MS.NET don't do it, in spite of
14101         what the documentation says. See bug #56157.
14102
14103 2004-03-28  Martin Baulig  <martin@ximian.com>
14104
14105         * class.c (mono_class_init): Don't call init_properties() and
14106         init_events() for generic instances; set `prop->parent' when
14107         inflating properties.
14108
14109         * reflection.c (mono_generic_inst_get_object): Call
14110         `mono_class_init (ginst->klass)'.
14111         (mono_type_get_object): Only create a MonoGenericInst if your
14112         generic type is a TypeBuilder.
14113         (do_mono_reflection_bind_generic_parameters): Only set
14114         `ginst->is_dynamic' if our generic type is a TypeBuilder.
14115
14116 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
14117
14118         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
14119         Fixes #56091.
14120
14121 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14122
14123         * icall.c: added Kill_internal icall.
14124         * process.[ch]: added Kill_internal icall.
14125
14126 2004-03-25  Martin Baulig  <martin@ximian.com>
14127
14128         * class.h (MonoStats): Added `generic_instance_count',
14129         `inflated_method_count', `inflated_type_count' and
14130         `generics_metadata_size'.       
14131
14132 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14133
14134         * reflection.c: no warnings now.
14135
14136 2004-03-25  Martin Baulig  <martin@ximian.com>
14137
14138         * class.c (mono_class_get_full): New public function; does a
14139         mono_class_get(), but also takes a `MonoGenericContext *'.
14140
14141         * loader.c (mono_field_from_memberref): Renamed to
14142         `field_from_memberref', made static and added `MonoGenericContext *'
14143         argument.
14144         (mono_field_from_token): Added `MonoGenericInst *' argument.
14145         (method_from_memberef): Likewise.
14146         (mono_get_method_from_token): Likewise.
14147         (mono_get_method_full): New public function; does a
14148         mono_get_method(), but also takes a `MonoGenericContext *'.
14149
14150         * verify.c (mono_method_verify): Get the method's generic context
14151         and pass it to mono_field_from_token(), mono_get_method_full() and
14152         mono_class_get_full().
14153
14154 2004-03-25  Martin Baulig  <martin@ximian.com>
14155
14156         * class.c (mono_class_inflate_generic_type): Take a
14157         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
14158         `MonoGenericMethod *'.
14159
14160 2004-03-25  Martin Baulig  <martin@ximian.com>
14161
14162         * loader.h (MonoMethodInflated): Store the MonoGenericContext
14163         instead of the MonoGenericMethod here.
14164
14165 2004-03-25  Martin Baulig  <martin@ximian.com>
14166
14167         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
14168         each time we create a new MonoGenericInst, we also create a new
14169         context which points back to us.
14170
14171         * class.c (inflate_method): Use `ginst->context' instead of
14172         creating a new context.
14173
14174         * loader.c (method_from_memberref): Use
14175         `klass->generic_inst->context' instead of creating a new context.
14176
14177 2004-03-25  Martin Baulig  <martin@ximian.com>
14178
14179         * class.h (MonoGenericContext): New struct.
14180         (MonoGenericMethod): Removed `generic_inst'.
14181
14182         * class.c (mono_class_inflate_generic_method): Take a
14183         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
14184
14185 2004-03-25  Martin Baulig  <martin@ximian.com>
14186
14187         * loader.h (MonoMethodInflated): New typedef.
14188
14189         * metadata.h (MonoMethodSignature): Removed `gen_method', make
14190         `generic_param_count' consume just 30 bits, added `is_inflated'
14191         and `has_type_parameters' flags (one bit each).
14192
14193         * class.c (mono_class_inflate_generic_method): Create a
14194         MonoMethodInflated instead of a MonoMethodNormal and set
14195         `is_inflated' in the method signature.
14196
14197         * class.h (MonoGenericMethod): Removed `generic_method'.
14198
14199 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
14200
14201         * image.c: Make sure the name of a MonoImage is always an absolute path.
14202           This fixes bug #54415.
14203
14204 2004-03-24  Martin Baulig  <martin@ximian.com>
14205
14206         * class.c (mono_class_setup_vtable): If we're a generic instance,
14207         use our generic type's vtable size.
14208
14209 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
14210
14211         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
14212         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
14213         problems.
14214
14215 2004-03-23  Martin Baulig  <martin@ximian.com>
14216
14217         * class.h (MonoDynamicGenericInst): Added `int count_events' and
14218         `MonoEvent *events'.
14219
14220         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
14221         (typebuilder_icalls): Added "get_event_info"; calls
14222         mono_reflection_event_builder_get_event_info(). 
14223
14224         * reflection.c (mono_reflection_generic_inst_initialize): Added
14225         `MonoArray *events'.
14226         (mono_reflection_event_builder_get_event_info): New function.
14227
14228 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
14229
14230         * object.h: add mono_type_initialization_init
14231
14232         * object.c (mono_runtime_class_init): 
14233         implement class constructor synchronization rules
14234         to cope with threading issues.  
14235         add mono_type_initialization_init
14236
14237         * appdomain.c (mono_runtime_init): call 
14238         mono_type_initialization_init
14239
14240         * class.h: removing initializing field from MonoVTable
14241
14242 2004-03-23  Martin Baulig  <martin@ximian.com>
14243
14244         * class.c (my_mono_class_from_generic_parameter): Use
14245         `param->name' if it's not NULL. 
14246
14247 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
14248
14249         * class.c: do not insert non-virtual methods in the vtable.
14250         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
14251         that means the method is non-virtual. This never would have
14252         happened before.
14253
14254 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
14255
14256         * profiler.c: Added lock for accessing coverage_hash.
14257
14258 2004-03-22  Martin Baulig  <martin@ximian.com>
14259
14260         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
14261         `method->method->signature->generic_param_count != 0' to make it
14262         work for interface methods.
14263
14264 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14265
14266         * process.c: quote the string passed to the shell using g_shell_quote.
14267
14268 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14269
14270         * threads.c:
14271         (mono_threads_manage): don't remove the finalizer thread and self
14272         from the threads hash table so that mono_thread_manage can be called
14273         more than once.
14274
14275 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14276
14277         * process.c: quote the arguments when UseShellExecute is true. Fixes
14278         bug #55790.
14279
14280 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14281
14282         * threads.c: set mono_thread_detach as a cleanup routine for every
14283         thread. This way it's always executed upon thread termination, either
14284         aborted or finished normally. No more xsp hangs!
14285
14286 2004-03-17  Martin Baulig  <martin@ximian.com>
14287
14288         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
14289         `int count_nested' and a `MonoType **nested'.
14290
14291         * reflection.c (mono_reflection_bind_generic_parameters): Moved
14292         most of the functionality into a new static
14293         do_mono_reflection_bind_generic_parameters() and don't take a
14294         `MonoType *nested_in' argument any more.  Don't compute nested
14295         types here.
14296         (mono_reflection_generic_inst_get_nested_types): New public method
14297         to get nested types.
14298
14299         * class.c (mono_class_create_generic): Set `klass->nested_in' if
14300         we're a nested class.
14301
14302         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
14303         mono_reflection_generic_inst_get_nested_types() to compute the
14304         nested types.
14305
14306 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
14307
14308         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
14309         descriptive error message under windows.
14310         
14311 2004-03-17  Martin Baulig  <martin@ximian.com>
14312
14313         * class.c (dup_type): Added `const MonoType *original' argument;
14314         copy the attrs from the original type.
14315
14316 2004-03-17  Martin Baulig  <martin@ximian.com>
14317
14318         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
14319         `m->generic_inst_cache' here.
14320
14321 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
14322
14323         * exception.h exception.c: Add stack_overflow_exception.
14324
14325 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14326
14327         * threadpool.c:
14328         (overlapped_callback): call SetEvent *after* invoking the callback.
14329         No need to call CloseHandle.
14330
14331 2004-03-16  Martin Baulig  <martin@ximian.com>
14332
14333         * reflection.c (mono_image_get_fieldref_token): Take a
14334         `MonoReflectionField *' instead of a `MonoClassField *' and a
14335         `MonoClass *'; store the `MonoReflectionField *' in the hash.
14336
14337 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14338
14339         * appdomain.c: don't add the culture to the filename we're looking for
14340         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
14341
14342 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14343
14344         * locales.c: don't ignore symbols when doing case insensitive compares.
14345         Thanks Dick! Fixes bug #54046.
14346
14347         * threads.c: surround 'threads' usage with enter/leave in
14348         mono_thread_manage.
14349
14350 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
14351
14352         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
14353         implicitly marshalled as [Out]. Fixes #55450.
14354
14355         (mono_marshal_get_runtime_invoke): Zero out the result if there is
14356         an exception.
14357
14358 2004-03-16  Martin Baulig  <martin@ximian.com>
14359
14360         * class.c (mono_class_from_generic_parameter): Use the actual
14361         parameter name. 
14362
14363 2004-03-16  Martin Baulig  <martin@ximian.com>
14364
14365         * reflection.c (type_get_signature_size): New static function.
14366         Compues the size of the type in a method signature.
14367         (method_get_signature_size): New static function; calls
14368         type_get_signature_size() to compute the actual size of the
14369         method's signature.
14370         (method_encode_signature): Use method_get_signature_size() to get
14371         the signature's size rather than using `nparams * 10'.
14372
14373 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14374
14375         * file-io.h: define here WapiOverlapped on windows. I don't want the
14376         regular OVERLAPPED one.
14377
14378         * file-io.c:
14379         * threadpool.c: somehow, BindIoCompletionCallback is not found.
14380         Disabling AIO on windows.
14381
14382 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14383
14384         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
14385         bug #55385.
14386
14387 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14388
14389         * appdomain.c: upgraded corlib version.
14390
14391         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
14392         and BeginWrite. Allow opening files for asynchrnous operations.
14393
14394         * file-io.h: new struct that maps FileStreamAsyncResult.
14395         * icall.c: added new icalls.
14396         * process.[ch]: support setting child process environment variables
14397         and use the SHELL or COMSPEC when UseShellExecute is true.
14398
14399         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
14400         callback for async. IO is here and also BindHandle.
14401
14402         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
14403         from here.
14404
14405 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
14406
14407         * reflection.c (create_custom_attr): Allow len == 0.
14408
14409         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
14410         computation on big-endian machines.
14411
14412 2004-03-13  Martin Baulig  <martin@ximian.com>
14413
14414         * class.h (MonoGenericInst): Added `int count_ifaces'.
14415
14416         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
14417         `ginst->count_ifaces' instead `klass->interface_count' since we
14418         may get called before the vtable is created.
14419
14420         * loader.c (mono_method_get_param_names): If we're a generic
14421         instance, return and don't initialize the class.
14422
14423         * reflection.c (mono_reflection_setup_generic_class): Don't call
14424         ensure_runtime_vtable().
14425         (mono_reflection_bind_generic_parameters): Set
14426         `ginst->count_ifaces'.
14427
14428 2004-03-11  Jackson Harper <jackson@ximian.com>
14429
14430         * icall.c:
14431         * unicode.c:
14432         * unicode.h: Remove unused System.Char icalls.
14433         
14434 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
14435
14436         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
14437         code when we P/Invoke the first library in Windows.Forms, instead
14438         of when we first open the assembly.
14439
14440         * assembly.c: Drop the lookup from here.
14441
14442 2004-03-10  Martin Baulig  <martin@ximian.com>
14443
14444         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
14445         class for properties, fields and events.  Finally fixes #54945.
14446
14447 2004-03-10  Martin Baulig  <martin@ximian.com>
14448
14449         * metadata.c (mono_metadata_class_equal): New static function;
14450         checks whether two generic instances or two generic parameters are
14451         equal.
14452         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
14453         compare classes.        
14454
14455 2004-03-10  Martin Baulig  <martin@ximian.com>
14456
14457         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
14458
14459         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
14460         argument and write it into the `reflection_info' field.
14461
14462         * icall.c
14463         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
14464         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
14465
14466 2004-03-09  Jackson Harper  <jackson@ximian.com>
14467
14468         * char-conversions.h: use 8 bits for numeric data its all we need
14469         * icall.c: numeric data is only 8 bits now.
14470
14471 2004-03-09  Martin Baulig  <martin@ximian.com>
14472
14473         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
14474
14475         * class.c (init_properties, init_events): Initialize the new
14476         `parent' field.
14477
14478         * reflection.c (typebuilder_setup_properties): Likewise.
14479         (typebuilder_setup_events): Likewise.
14480
14481         * reflection.h (MonoEventInfo): Replaced `parent with
14482         `declaring_type' and `reflected_type'.
14483
14484         * icall.c (ves_icall_get_property_info): Distinguish between
14485         declaring and reflected type.
14486         (ves_icall_get_event_info): Likewise.
14487
14488 2004-03-09  Martin Baulig  <martin@ximian.com>
14489
14490         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
14491         (ves_icall_Type_GetField): Correctly set field->klass.
14492
14493 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
14494
14495         * loader.h: Fix warning.
14496
14497 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
14498
14499         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
14500         library routine if present.  Notice that it will still continue
14501         executing even if its missing, for those working on the Gtk#
14502         edition of Windows.Forms.
14503
14504         * assembly.c (do_mono_assembly_open): If loading the
14505         System.Windows.Forms call mono_loader_wini_init.
14506
14507 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
14508
14509         * class.h: Added MonoRemoteClass struct.
14510         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
14511         function for MonoStrings.
14512         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
14513         Added internal call for getting the proxy type.
14514         * marshal.c: Get the type of transparent proxies from its remote_class.
14515         Added methods that generate the IL for type checks and casts:
14516         mono_marshal_get_isinst, mono_marshal_get_castclass, 
14517         mono_marshal_get_proxy_cancast.
14518         * marshal.h: Declaration of the previous new methods.
14519         * object.c: Added new moethods for creating and updating MonoRemoteClass
14520         instances: mono_remote_class, mono_upgrade_remote_class, 
14521         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
14522         * verify.c: FIx transparent_proxy_fields layout.
14523         * appdomain.c: Bump corlib version.
14524
14525 2004-03-04  Jackson Harper  <jackson@ximian.com>
14526
14527         * icall.c: Add icall to access char conversion tables.
14528         * char-conversions.h: Character conversion tables.
14529         * Makefile.am: Add char-conversions.h private header file.
14530         
14531 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
14532
14533         * appdomain.c (unload_thread_main): Increase unloading timeout to
14534         10 sec as a temporary workaround for Nant problems.
14535
14536 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
14537
14538         * gc.c: Add checks for GC_enable and GC_disable.
14539
14540         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
14541         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
14542         (bug #54988).
14543         
14544 2004-02-27  Martin Baulig  <martin@ximian.com>
14545
14546         * reflection.c (mono_reflection_bind_generic_parameters): Take a
14547         `MonoReflectionType *' instead of a `MonoType *'.
14548
14549 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
14550
14551         * gc.c (run_finalize): Avoid finalizing the object representing the
14552         finalizer thread.
14553         (finalizer_thread): Fix warning.
14554
14555 2004-02-25  Martin Baulig  <martin@ximian.com>
14556
14557         * class.c (_mono_class_get_instantiation_name): Added `int offset'
14558         argument for nested types.
14559         (mono_class_create_generic): Added support for nested generictypes.
14560
14561         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
14562         `GList *nested'.
14563
14564         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
14565
14566         * reflection.c (method_encode_signature): Increase the minimum
14567         value of `size' from 10 to 11.
14568         (mono_reflection_bind_generic_parameters): Take `int type_argc'
14569         and `MonoType **types' arguments instead of the `MonoArray
14570         *types'; added `MonoType *nested_in'.  Recursively instantiate
14571         nested classes. 
14572
14573 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
14574
14575         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
14576         stack_overflow_ex members which are used by exception handling.
14577
14578         * appdomain.c (mono_runtime_init): Initialize the new members.
14579
14580         * gc.c (mono_gc_enable): New helper function.
14581         * gc.c (mono_gc_disable): New helper function.
14582
14583 2004-02-23  Martin Baulig  <martin@ximian.com>
14584
14585         * icall.c: I must have been really stupid - make it actually work
14586         this time ;-)
14587
14588 2004-02-23  Martin Baulig  <martin@ximian.com>
14589
14590         * loader.c (method_from_memberref): Only inflate the method if
14591         it's in another klass.
14592
14593 2004-02-23  Martin Baulig  <martin@ximian.com>
14594
14595         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
14596         (mono_class_init): If we're a generic instance and an interface,
14597         compute `class->interface_id'; also create `class->interfaces'
14598         here and inflate them.
14599
14600         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
14601         `ginst->is_open'.
14602         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
14603
14604         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
14605
14606 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
14607
14608         * reflection.c (method_encode_code): Improved the error message
14609         generated by the exception.
14610
14611 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14612
14613         * icall.c: Martin did not do what he said in the ChangeLog for
14614         2004-02-18, but put back the changes for properties and events.
14615         Commenting those changes out again and adding comment to bug #54518.
14616         
14617         * process.c: removed warning.
14618
14619 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
14620
14621         * marshal.c (emit_struct_conv): Print an error message instead of
14622         asserting when a type does not have the StructLayout attribute.
14623
14624 2004-02-20  Martin Baulig  <martin@ximian.com>
14625
14626         * reflection.c (mono_type_get_object): Also use the cache for
14627         generic instances.
14628         (mono_reflection_bind_generic_parameters): Always compute
14629         `ginst->ifaces'.        
14630
14631 2004-02-20  Martin Baulig  <martin@ximian.com>
14632
14633         * class.h (MonoGenericMethod): Removed `klass'.
14634
14635         * class.c (mono_class_inflate_generic_method): Added `MonoClass
14636         *klass' argument.
14637
14638 2004-02-20  Martin Baulig  <martin@ximian.com>
14639
14640         * reflection.c (method_encode_methodspec): Actually use the
14641         uninflated signature for the memberref.
14642
14643 2004-02-20  Martin Baulig  <martin@ximian.com>
14644
14645         * class.h (MonoGenericMethod): Removed `declaring'.
14646
14647         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
14648         is NULL, compute it here.
14649
14650 2004-02-20  Martin Baulig  <martin@ximian.com>
14651
14652         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
14653
14654         * metadata.c (mono_metadata_generic_inst_hash): New method.
14655         (mono_metadata_generic_inst_equal): New method.
14656
14657         * reflection.c (mono_reflection_bind_generic_parameters): Use the
14658         `klass->image->generic_inst_cache' cache to avoid creating
14659         duplicate MonoGenericInst's.
14660
14661         * class.c (mono_class_inflate_generic_type): Use the cache.
14662
14663 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
14664
14665         * object.c: fixed gc descriptor calculation for embedded valuetypes.
14666
14667 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14668
14669         * icall.c: added Socket.WSAIoctl icall.
14670
14671         * socket-io.[ch]: implemented
14672         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
14673
14674 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
14675
14676         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
14677
14678 2004-02-18  Urs C Muff  <umuff@quark.com>
14679
14680         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
14681         this work on PPC and other big-endian architectures.
14682
14683         * debug-mono-symfile.h: Prepended the names of all the `guint32'
14684         fields with an underscore to make sure they're only accessed by
14685         the read32() macro.
14686
14687 2004-02-18  Martin Baulig  <martin@ximian.com>
14688
14689         * icall.c: Put the klass->refclass changes back for methods and
14690         fields, but not for properties and events.  We're currently not
14691         distinguishing between DeclaringType and ReflectedType for
14692         properties and events, that's what caused the regressions.
14693
14694 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14695
14696         * object.c:
14697         (mono_async_result_new): the handle can be NULL.
14698
14699         * threadpool.c: Use an event instead of a semaphore, don't initialize
14700         it until needed. This saves quite a few semaphores from being created
14701         when using the threadpool.
14702
14703 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
14704
14705         * object.c (mono_string_is_interned_lookup): Fix interning of long
14706         strings. Fixes #54473.
14707
14708         * domain.c (ldstr_equal): Optimize if the two strings are equal.
14709
14710         * icall.c: Revert the klass->refclass changes since they introduce
14711         regressions (bug #54518).
14712
14713 2004-02-18  Martin Baulig  <martin@ximian.com>
14714
14715         * class.c (mono_class_init): If we're a generic instance and don't
14716         come from a TypeBuilder, inflate our members here.
14717         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
14718         (mono_class_create_generic): New public method.
14719         (mono_class_initialize_generic): Removed.
14720         (get_instantiation_name): Renamed to
14721         _mono_class_get_instantiation_name() and made it public.
14722
14723 2004-02-18  Martin Baulig  <martin@ximian.com>
14724
14725         * class.c (mono_class_inflate_generic_type): Clear the new
14726         instance's `nginst->klass' when inflating a generic instance.
14727         (mono_class_is_subclass_of): Added (basic) support for generic
14728         instances.
14729
14730 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
14731
14732         * appdomain.h, domain.c: use a MonoCodeManager instead of a
14733         MonoMempool to hold compiled native code.
14734
14735 2004-02-17  Martin Baulig  <martin@ximian.com>
14736
14737         * class.h (MonoDynamicGenericInst): Added `count_properties' and
14738         `properties'.
14739
14740         * reflection.c (mono_reflection_generic_inst_initialize): Added
14741         `MonoArray *properties' argument.
14742
14743         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
14744
14745 2004-02-17  Martin Baulig  <martin@ximian.com>
14746
14747         * icall.c (ves_icall_Type_GetFields): Renamed to
14748         ves_icall_Type_GetFields_internal() and added a
14749         `MonoReflectionType *rtype' argument; pass it to
14750         mono_field_get_object() to set the field's "reflected" type.
14751         (ves_icall_Type_GetConstructors): Likewise.
14752         (ves_icall_Type_GetEvents): Likewise.
14753         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
14754         argument; pass it to mono_method_get_object() to set the method's
14755         "reflected" type.       
14756
14757 2004-02-17  Martin Baulig  <martin@ximian.com>
14758
14759         * class.h (MonoDynamicGenericInst): New type.
14760         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
14761
14762         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
14763         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
14764         (ves_icall_MonoGenericInst_GetFields): New interncall.
14765
14766         * class.c (mono_class_from_generic): Don't call
14767         mono_class_initialize_generic() if this is a dynamic instance;
14768         ie. it's being created from a TypeBuilder.
14769         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
14770         `class->byval_arg.type'.
14771
14772         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
14773         to `inflate_method' and made static.
14774         (mono_reflection_inflate_field): Removed.
14775         (mono_reflection_generic_inst_initialize): New public method.
14776
14777         * reflection.h (MonoReflectionGenericInst): Removed `methods',
14778         `ctors' and `fields'; added `initialized'.
14779
14780 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
14781
14782         * debug-helpers.c (mono_method_full_name): Fix output for empty
14783         namespaces.
14784
14785 2004-02-12  Martin Baulig  <martin@ximian.com>
14786
14787         * class.h (MonoClassField): Added `MonoType *generic_type'.
14788
14789         * reflection.c (mono_image_get_fieldref_token): Added support for
14790         instantiated generic types.
14791         (field_encode_inflated_field): Removed.
14792         (mono_image_get_inflated_field_token): Removed.
14793         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
14794
14795         * reflection.h (MonoReflectionInflatedField): Removed.
14796
14797 2004-02-12  Martin Baulig  <martin@ximian.com>
14798
14799         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
14800         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
14801
14802         * reflection.c (mono_image_get_methodspec_token): Take a
14803         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
14804         (mono_image_create_token): Check whether we have a
14805         `method->signature->gen_method' and call
14806         mono_image_get_methodspec_token() if appropriate.
14807         (inflated_method_get_object): Removed.
14808         (mono_reflection_bind_generic_method_parameters): Return a
14809         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
14810         (mono_reflection_inflate_method_or_ctor): Likewise.
14811
14812         * reflection.h (MonoReflectionInflatedMethod): Removed.
14813
14814 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
14815
14816         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
14817         for custom valuetype marshalling.
14818
14819         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
14820
14821 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14822
14823         * icall.c: fixed WSAGetLastError_internal name.
14824
14825 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
14826
14827         * threads.c (mono_thread_attach): Allow this to be called multiple
14828         times for a thread.
14829         
14830         * threads.c (build_wait_tids): Do not wait for ourselves.
14831
14832         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
14833         appdomain list is empty.
14834
14835         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
14836         memory returned by mono_string_builder_to_utf16, since it points into
14837         managed memory. Thanks to Bernie Solomon for noticing this.
14838
14839         * icall.c: Add AppDomainSetup icalls.
14840
14841         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
14842
14843         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
14844         types.
14845
14846         * reflection.c (reflection_methodbuilder_to_mono_method): Save
14847         custom attributes to the method_aux struct. Also fix array indexes etc.
14848
14849         * loader.c (mono_method_get_param_names): Make dynamic case work again.
14850         
14851 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
14852
14853         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
14854         (both static and runtime) and reduce startup time.
14855
14856 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
14857
14858         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
14859         AsAny marshalling conversion instead of crashing.
14860
14861         * marshal.c: Fix warnings.
14862
14863 2004-02-09  Martin Baulig  <martin@ximian.com>
14864
14865         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
14866
14867         * reflection.h (MonoReflectionInflatedMethod): Removed the
14868         `declaring' field, it's now in the unmanaged MonoGenericMethod.
14869
14870         * reflection.c (method_encode_methodspec): Removed the `method'
14871         argument; we get it from `gmethod->declaring'.
14872         (inflated_method_get_object): Removed the `declaring' argument.
14873
14874 2004-02-09  Martin Baulig  <martin@ximian.com>
14875
14876         * class.h (MonoGenericMethod): New type.
14877         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
14878         `generic_method'.
14879
14880         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
14881         a `MonoGenericMethod *gen_method' one.
14882
14883         * class.c (mono_class_inflate_generic_type): Take an additional
14884         `MonoGenericMethod * argument.  This is only non-NULL if we're
14885         inflating types for a generic method.   
14886         (mono_class_inflate_generic_signature): Renamed to
14887         inflate_generic_signature() and made static; take a
14888         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14889         (inflate_generic_header): Take a `MonoGenericMethod *' argument
14890         instead of a `MonoGenericInst *' one.
14891         (mono_class_inflate_generic_method): Likewise.
14892
14893         * reflection.c (encode_generic_method_sig): Take a
14894         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
14895         (method_encode_methodspec): Likewise.
14896         (inflated_method_get_object): Likewise. 
14897
14898         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
14899         field with a `MonoGenericMethod *gmethod' one.  
14900
14901 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
14902
14903         * class.h (mono_class_has_parent): add parens to expansion
14904         so you can ! this.
14905
14906 2004-02-08  Martin Baulig  <martin@ximian.com>
14907
14908         * image.h (MonoImage): Removed `generics_cache'.
14909
14910         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
14911         instead of a `MonoType *' argument; removed the `inflate_methods'
14912         argument.  Don't inflate methods here.
14913
14914         * loader.c (find_method): If it's a generic instance, call
14915         mono_class_init() on the `sclass->generic_inst->generic_type'.
14916
14917         * metadata.c (mono_type_size): Make this work on uninitialized
14918         generic instances; call it on the `ginst->generic_type's class.
14919
14920         * reflection.c (mono_reflection_bind_generic_parameters): Call
14921         mono_class_from_generic() to create the `ginst->klass'.
14922
14923 2004-02-08  Martin Baulig  <martin@ximian.com>
14924
14925         * class.h (MonoClass): Changed type of `generic_inst' from
14926         `MonoType *' to `MonoGenericInst *'.
14927
14928 2004-02-08  Martin Baulig  <martin@ximian.com>
14929
14930         * icall.c (ves_icall_Type_BindGenericParameters): Just call
14931         mono_type_get_object(), this is now creating a `MonoGenericInst'
14932         for MONO_TYPE_GENERICINST.
14933         (ves_icall_MonoGenericInst_GetParentType): Likewise.
14934         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
14935
14936         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
14937         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
14938         (inflated_method_get_object): Added `MonoClass *refclass' argument.
14939         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
14940         and reflected type.
14941
14942         * reflection.h (MonoReflectionInflatedMethod): Removed
14943         `declaring_type' and `reflected_type'.
14944
14945 2004-02-08  Martin Baulig  <martin@ximian.com>
14946
14947         * class.h (MonoGenericInst): Added `MonoType *parent' and
14948         `MonoType **ifaces'.
14949
14950         * reflection.h (MonoReflectionGenericInst): Removed `klass',
14951         `parent' and `interfaces'.
14952
14953         * reflection.c (mono_reflection_bind_generic_parameters): Take a
14954         `MonoType *' argument and return a `MonoType *'.
14955
14956         * icall.c
14957         (ves_icall_MonoGenericInst_GetParentType): New interncall.
14958         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
14959
14960 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14961
14962         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
14963         valuetype marshalling.
14964
14965 2004-02-06  Martin Baulig  <martin@ximian.com>
14966
14967         * class.c
14968         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
14969         (my_mono_class_from_generic_parameter): Likewise.
14970
14971 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
14972
14973         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
14974         contents of the symbol files lazily.
14975
14976         * object.h (MonoThread): Add 'name' and 'name_len' fields.
14977
14978         * threads.h threads.c icall.c: New icalls for getting and setting the
14979         threads name.
14980
14981 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
14982
14983         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
14984         Raise an exception when the domain is not found.
14985
14986 2004-02-03  Martin Baulig  <martin@ximian.com>
14987
14988         * reflection.c (mono_image_get_methodspec_token): Use the
14989         uninflated signature; fixes gen-33.
14990
14991 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
14992
14993         * gc.c threads.c: Make the finalizer thread a normal managed thread so
14994         the finalizer code can use thread functionality.
14995
14996         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
14997         the finalizer thread.
14998
14999         * threads.c: Make some functions more robust.
15000
15001         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
15002
15003         * metadata.h: Add new marshalling conventions.
15004
15005         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
15006         stringbuilder marshalling. Fixes #53700.
15007
15008         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
15009
15010         * reflection.c (mono_image_get_type_info): Save declarative security
15011         info.
15012
15013         * reflection.c (mono_image_get_field_info): Handle uninitialized 
15014         unmanaged fields as well.
15015
15016         * appdomain.c: Bump corlib version.
15017
15018 2004-02-01  Martin Baulig  <martin@ximian.com>
15019
15020         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
15021         method type arguments.  
15022
15023 2004-01-30  Duncan Mak  <duncan@ximian.com>
15024
15025         * marshal.h: Add prototype for
15026         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
15027         and
15028         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
15029         fix the build.
15030
15031 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
15032
15033         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
15034         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
15035
15036 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
15037
15038         * marshal.c (mono_marshal_get_native_wrapper): Add support for
15039         custom marshalling of valuetypes.
15040
15041         * marshal.c: Fix some warnings.
15042
15043 2004-01-29  Martin Baulig  <martin@ximian.com>
15044
15045         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
15046         for generic method parameters.
15047
15048         * reflection.c (method_encode_methodspec): Write the uninflated
15049         signature into the methodspec table.
15050         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
15051         is always the uninflated method.
15052         (reflection_methodbuilder_to_mono_method): Copy the generic
15053         parameters from the MethodBuilder into `header->gen_params'.
15054
15055 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
15056
15057         * class.c (mono_class_from_generic_parameter): Fix warning.
15058
15059 2004-01-27  Martin Baulig  <martin@ximian.com>
15060
15061         * class.c (mono_class_from_generic_parameter): Don't create
15062         `klass->methods' here.  
15063
15064 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
15065
15066         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
15067         extension since it does not work with libraries named lib<FOO>.dll.so.
15068
15069 2004-01-25  Martin Baulig  <martin@ximian.com>
15070
15071         * class.c (mono_class_inflate_generic_type): Added support for
15072         MONO_TYPE_GENERICINST.
15073
15074         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
15075         inflate methods on open constructed types.      
15076
15077 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15078
15079         * object.c: fire ProcessExit event in the root AppDomain after running
15080         Main. Fixes bug #53299.
15081
15082 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
15083
15084         * socket-io.c: include the new socket-wrappers.h header.
15085         Use the wrappers instead of the unix socket functions to make the code
15086         more clear.
15087
15088 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
15089
15090         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
15091
15092         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
15093         Fixes #22532.
15094
15095 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
15096
15097         * reflection.c (mono_image_create_pefile): Handle the case when the
15098         entry point is not a MethodBuilder.
15099
15100         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
15101         field to ReflectionMethod since it is not allways a builder.
15102
15103         * reflection.c (type_get_fully_qualified_name): New helper function to
15104         return the fully qualified name of a type.
15105
15106         * reflection.c (encode_marshal_blob): Always emit the fully qualified
15107         type name for custom marshallers.
15108
15109         * reflection.c (mono_marshal_spec_from_builder): Ditto.
15110
15111         * class.c (mono_class_setup_vtable): If a parent class already 
15112         implements an interface, use the implementing methods from that class.
15113         Fixes #53148.
15114
15115 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15116
15117         * threadpool.c: just return instead of ExitThread to allow for thread
15118         clean up earlier.
15119
15120 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
15121
15122         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
15123         when closing resource modules.
15124
15125         * reflection.c (mono_image_create_pefile): Handle the case when the
15126         entry point is not a MethodBuilder.
15127
15128         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
15129         field to ReflectionMethod since it is not allways a builder.
15130
15131 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
15132
15133         * marshal.c (mono_marshal_get_managed_wrapper): 
15134         mono_marshal_alloc takes native int so CONV_I
15135         the arg for 64bits.
15136
15137 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
15138
15139         * reflection.c (fixup_cattrs): New function to fixup the methoddef
15140         tokens in the cattr table. Fixes #53108.
15141
15142 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15143
15144         * loader.c: don't trim ".dll" before looking up in the config file.
15145         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
15146
15147 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
15148
15149         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
15150         Return the module which contains the resource as well.
15151         (ves_icall_System_Reflection_Module_Close): New icall.
15152
15153         * appdomain.c: Bump corlib version number.
15154
15155         * image.c (mono_image_addref): New public function.
15156
15157         * assembly.c: Call mono_image_addref.
15158
15159         * reflection.c (mono_module_get_object): Increase reference count of 
15160         the image.
15161
15162         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
15163         Fixes #22532.
15164
15165         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
15166         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
15167         proper exceptions on DllImport problems.
15168
15169 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
15170
15171         * class.c, metadata.c: eliminate CSIZE macro.
15172
15173 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
15174
15175         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
15176         * object.h: Added async_callback field in MonoAsyncResult.
15177         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
15178         * verify.c: Added async_callback in MonoAsyncResult layout.
15179
15180 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
15181
15182         * reflection.c (mono_reflection_get_custom_attrs): Add support
15183         for Modules.
15184
15185 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
15186
15187         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
15188         marshalling.
15189         (mono_marshal_method_from_wrapper): Add null pointer check.
15190
15191 2004-01-16  Martin Baulig  <martin@ximian.com>
15192
15193         * debug-mono-symfile.h: Set version number to 36 and reflect
15194         latest symbol writer changes.
15195
15196 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
15197
15198         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
15199         multi-dimensional arrays.
15200         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
15201         (mono_class_from_mono_type): Use bounded_array_class_get.
15202         
15203         * class.c (mono_bounded_array_class_get): New function which takes
15204         a 'bounded' bool argument to distinguish vectors from one dimensional
15205         arrays.
15206
15207         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
15208         bounded_array_class_get if the array has bounds.
15209
15210         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15211         Search modules loaded using AssemblyBuilder:AddModule as well.
15212
15213 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15214
15215         * appdomain.c: increased corlib version.
15216         * filewatcher.c: removed g_print.
15217         * icall.c:
15218         (get_property_info): only allocate what is actually requested.
15219         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
15220
15221 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15222
15223         * Makefile.am: added filewatcher.[ch]
15224         * filewatcher.[ch]: FileSystemWatcher runtime support.
15225         * icall.c: added new FSW icalls.
15226
15227 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
15228
15229         * string-icalls.c: fix stringbuilder regression as suggested by
15230         Iain McCoy <iain@mccoy.id.au>.
15231
15232 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
15233
15234         * process.c (process_read_stringtable_block): Recognize '007f' as
15235         a language neutral stringtable block.
15236
15237 2004-01-12  Patrik Torstensson
15238
15239         * object.h (MonoStringBuilder) : Changed layout to support our
15240         new stringbuilder class.
15241         * marshal.c: Change marshalling to support the new layout of 
15242         string builder.
15243         * appdomain.c: increased version number because new layout of
15244         string builder.
15245
15246 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
15247
15248         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
15249         assembly name as an string instead of an AssemblyName, since it is
15250         easier to extract info from it.
15251
15252         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
15253         the culture subdirectories too. Fixes #52231.
15254
15255 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15256
15257         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
15258         It takes 2 new parameters with an optional name for the method to look
15259         for and case ignoring info.
15260
15261         * threadpool.c: removed unused variable.
15262
15263 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15264
15265         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
15266         It takes 2 new parameters with an optional name for the property to look
15267         for and case ignoring info.
15268         Fixes bug #52753.
15269
15270 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
15271
15272         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
15273         Fix #52451.
15274
15275 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15276
15277         * appdomain.c:
15278         * assembly.c: escape the uri before passing it to g_filename_from_uri.
15279         Fixes bug #52630.
15280
15281 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
15282
15283         * reflection.c: Add support for more than one unmanaged resource.
15284
15285         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
15286         in field->def_value, as done in all other cases.
15287
15288         * reflection.c (mono_reflection_get_custom_attrs): Add support for
15289         TypeBuilders.
15290
15291         * reflection.c (mono_reflection_create_runtime_class): Remove 
15292         errorneous assignment to klass->element_class, since it is already
15293         done in mono_reflection_setup_internal_class.
15294
15295 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15296
15297         * gc.c: added missing LeaveCriticalSection.
15298         * icall.c: indented a couple of lines.
15299         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
15300         if we call EndInvoke inside a callback. Fixes bug #52601.
15301
15302 2004-01-07  Martin Baulig  <martin@ximian.com>
15303
15304         * mono-debug-debugger.h
15305         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
15306
15307 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
15308
15309         * appdomain.c: Use messages in NotImplementedException.
15310
15311         * exception.c (mono_get_exception_not_implemented): Now this takes
15312         a message argument.
15313
15314         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
15315         exception instead of g_asserting an aborting when something is not
15316         implemented.
15317
15318         Add some inline docs.
15319
15320 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
15321
15322         * reflection.h: Update after changes to object layout.
15323
15324         * reflection.c: Implement saving of unmanaged aka win32 resources.
15325
15326         * appdomain.c: Bump version number.
15327
15328         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
15329         Handle missing domains gracefully.
15330
15331 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
15332
15333         * file-io.c : On Windows, there are much more invalid_path_chars.
15334
15335 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
15336
15337         * class.h, object.c: prepare for GetType () speedup.
15338
15339 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
15340
15341         * profiler.c: workaround for --profile null reference exception on
15342           cygwin. Patch by Patrik Torstensson.
15343
15344 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
15345
15346         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
15347         make work for unaligned access.
15348
15349 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
15350
15351         * class.c: small cleanup (class->fields [i] -> field).
15352         * image.c: check address of metadata is valid.
15353
15354 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
15355
15356         * assembly.h assembly.c (mono_assembly_loaded): New public function to
15357         search the list of loaded assemblies.
15358
15359         * reflection.c (mono_reflection_type_from_name): Use 
15360         mono_assembly_loaded instead of mono_image_loaded.
15361
15362         * reflection.c: Fix warnings.
15363
15364 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
15365
15366         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
15367         is dynamic. This is needed since an assembly can contain both dynamic and
15368         non-dynamic images.
15369
15370         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
15371         assembly->dynamic.
15372
15373         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
15374
15375         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
15376         to store modules loaded using AddModule.
15377
15378         * reflection.c (mono_image_fill_file_table): Generalize this so it works
15379         on Modules.
15380
15381         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
15382
15383         * reflection.c (mono_image_fill_export_table_from_module): New function to
15384         fill out the EXPORTEDTYPES table from a module.
15385
15386         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
15387         into a separate function. Also handle loaded non-dynamic modules.
15388
15389         * reflection.c (mono_image_basic_init): Fix memory allocation.
15390
15391         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15392
15393         * assembly.c (mono_assembly_load_references): Make this public.
15394
15395 2003-12-19  Martin Baulig  <martin@ximian.com>
15396
15397         * class.c (mono_class_initialize_generic): Made this static, take
15398         a `MonoGenericInst *' instead of a `MonoClass *'.
15399         (mono_class_from_generic): Call mono_class_initialize_generic()
15400         unless we're already initialized or being called from
15401         do_mono_metadata_parse_generic_inst().
15402
15403         * class.h (MonoGenericInst): Added `initialized' and
15404         `init_pending' flags.
15405
15406         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
15407         `mono_class_init (gklass)' or mono_class_initialize_generic()
15408         here; set `generic_inst->init_pending' while parsing the
15409         `type_argv'.
15410
15411 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
15412
15413         * locales.c: include string.h for memxxx prototypes
15414
15415 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
15416
15417         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
15418         constructor when accessing literal fields.
15419
15420 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
15421
15422         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15423
15424         * reflection.c (assembly_add_resource_manifest): New function to fill
15425         the MANIFESTRESOURCE table.
15426
15427         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
15428
15429         * reflection.h: Update to changes in class layout.
15430
15431         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
15432         Reenable call to mono_runtime_is_shutting_down ().
15433
15434         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
15435         determine if the runtime is shutting down.
15436
15437 2003-12-16  Jackson Harper <jackson@ximian.com>
15438
15439         * icall.c: comment out call to mono_runtime_is_shutting_down to
15440         fix build.
15441         
15442 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
15443
15444         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
15445         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
15446
15447 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
15448
15449         * reflection.c: move definition of swap_with_size
15450         to before its first call
15451
15452 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
15453
15454         * appdomain.c (mono_runtime_is_shutting_down): New public function.
15455
15456         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
15457         icall.
15458
15459         * object.c: Fix warnings.
15460
15461         * icall.c (ves_icall_Type_Get...): Only consider inherited static
15462         members if FlattenHierarchy is set.
15463
15464         * reflection.c (mono_image_add_decl_security): New function to emit
15465         declarative security.
15466
15467         * reflection.h reflection.c: Add support for declarative security.
15468
15469         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
15470         
15471 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
15472
15473         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
15474         
15475         * appdomain.c verify.c: Moved corlib version checking into its own
15476         function in appdomain.c since it needs to create vtables etc.
15477
15478 2003-12-13  Patrik Torstensson <p@rxc.se>
15479
15480         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
15481         instead of unwrapped server.
15482
15483 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
15484
15485         * verify.c (check_corlib): Fix field index.
15486
15487 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
15488
15489         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
15490         GetGacPath icall.
15491
15492 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
15493
15494         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
15495         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
15496         cope with sizeof(size_t) != sizeof(guint32).
15497
15498 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15499
15500         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
15501         in case of failure.
15502
15503 2003-12-10  Mark Crichton <crichton@gimp.org>
15504
15505         * icall.c: removed the GetNonZeroBytes.  We now handle this case
15506         in managed code.
15507
15508         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
15509
15510 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
15511
15512         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
15513         marked as deleted.
15514
15515 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
15516
15517         * verify.c (check_corlib): Handle the case when the version field is 
15518         initialized by a static constructor.
15519
15520 2003-12-08  Patrik Torstensson  <p@rxc.se>
15521
15522     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
15523
15524 2003-12-08  Martin Baulig  <martin@ximian.com>
15525
15526         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
15527         a MonoReflectionGenericParameter, also take the parameter index
15528         and name as arguments.
15529         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
15530         (ves_icall_MonoGenericParam_initialize): New interncall.
15531         (ves_icall_Type_make_byref_type): New interncall.
15532
15533         * reflection.h (MonoReflectionGenericParam): Derive from
15534         MonoReflectionType, not just from MonoObject.  Added `refobj' and
15535         `index' fields.
15536
15537         * reflection.c (mono_reflection_define_generic_parameter): Create
15538         and return a new MonoReflectionGenericParam; don't initialize the
15539         constraints here.
15540         (mono_reflection_initialize_generic_parameter): New public method;
15541         initializes the constraints and creates the `param->pklass'.
15542
15543 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
15544
15545         * reflection.h reflection.c: Use the new fields 'num_types', 
15546         'num_fields' and 'num_methods' to track the number of types etc.
15547
15548         * verify.c (check_corlib): Check corlib version number.
15549
15550 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
15551
15552         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
15553         function works on all methods.
15554
15555 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
15556
15557         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
15558         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
15559         the custom_type_info flag of the transparent proxy.
15560         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
15561         objects that supports IRemotingTypeInfo.
15562         * object.h: Added custom_type_info field in transparent proxy.
15563
15564 2003-12-06  Martin Baulig  <martin@ximian.com>
15565
15566         * class.c (mono_class_create_from_generic): Removed.
15567         (mono_class_from_generic): Check `ginst->klass' before doing
15568         anything else.  This is important to fully support "recursive"
15569         generic types.
15570
15571         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
15572         empty `generic_inst->klass' before doing anything else.
15573
15574 2003-12-06  Dick Porter  <dick@ximian.com>
15575
15576         * verify.c: 
15577         * object.h:
15578         * icall.c:
15579         * locales.c: Use C structs to access class fields.  Don't do a
15580         conversion between MonoString and UChar because both are
15581         platform-endian UTF-16.  Compare now takes startindex and count
15582         parameters.  Add a char overload for IndexOf.  Speed up the
15583         invariant string IndexOf.
15584
15585 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
15586
15587         * Makefile.am (monosn_LDADD): Fix parallel build.
15588
15589 2003-12-04  Martin Baulig  <martin@ximian.com>
15590
15591         * icall.c
15592         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
15593         (ves_icall_Type_make_array_type): New interncall.       
15594
15595 2003-12-04  Martin Baulig  <martin@ximian.com>
15596
15597         * locales.c: also change it in the !HAVE_ICU case.
15598
15599 2003-12-04  Dick Porter  <dick@ximian.com>
15600
15601         * icall.c:
15602         * locales.c: construct_compareinfo is now in CompareInfo, not
15603         CultureInfo.
15604
15605 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
15606
15607         * image.c (mono_image_load_file_for_image): Cache loaded images in the
15608         image->files array.
15609
15610         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
15611         table as well.
15612
15613         * assembly.c (mono_assembly_load_references): Only load references
15614         once.
15615
15616         * class.c (mono_class_from_name): Avoid linear search of the 
15617         EXPORTEDTYPE table.
15618
15619         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
15620
15621 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
15622
15623         * image.h (MonoImage): Add 'field_cache' field.
15624
15625         * loader.c (mono_field_from_token): Cache field lookups.
15626         
15627         * reflection.c (mono_module_get_object): Fix name property.
15628
15629         * icall.c (ves_icall_get_enum_info): Update after changes to 
15630         mono_metadata_get_constant_index ().
15631
15632         * icall.c: Get rid of get_type_info icall, use a separate icall for
15633         each type property to avoid needless memory allocations. Fixes #51514.
15634
15635         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
15636         to avoid needless binary searches.
15637
15638         * class.c (class_compute_field_layout): Move the initialization of
15639         field->def_value to mono_class_vtable ().
15640
15641         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
15642         non-corlib types.
15643
15644         * object.c (mono_object_allocate): Make it inline.
15645
15646         * object.c (mono_object_allocate_spec): Make it inline.
15647         
15648 2003-12-02  Dick Porter  <dick@ximian.com>
15649
15650         * locales.c (create_NumberFormat): NumberFormatInfo construction.
15651         Patch by Mohammad DAMT (mdamt@cdl2000.com).
15652
15653 2003-12-01  Dick Porter  <dick@ximian.com>
15654
15655         * threads.c: Fix signature and call in CreateMutex and
15656         CreateEvent.
15657
15658 2003-12-01  Dick Porter  <dick@ximian.com>
15659
15660         * icall.c: 
15661         * locales.c: Implement string compares and searching
15662
15663         * object.h: Add extra Thread field
15664
15665 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
15666
15667         * reflection.c (fixup_method): Add support for MonoCMethod.
15668
15669 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
15670
15671         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
15672
15673         * reflection.c (assembly_name_to_aname): Allow extra characters in
15674         assembly names. Fixes #51468.
15675
15676 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
15677
15678         * exception.c (mono_exception_from_name_domain): New helper function.
15679
15680         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
15681         exception object in the correct domain.
15682
15683         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
15684         formatting + make a copy a the input data.
15685
15686         * loader.c (mono_get_method_from_token): Methods which contain
15687         native code do not have entries in the ImplMap.
15688
15689         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
15690         Thanks to Gonzalo for spotting this.
15691         
15692         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
15693         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
15694
15695         * assembly.h (mono_assembly_load_from): Split the second part of 
15696         assembly loading into a new public function.
15697
15698         * exception.h (mono_get_exception_bad_image_format): New function.
15699
15700 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
15701
15702         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15703         Enumerate all modules inside a dynamic assembly. Fixes #51293.
15704         
15705         * icall.c: Add new icall for creating dynamic methods.
15706
15707         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
15708
15709         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
15710
15711         * reflection.c (mono_reflection_create_dynamic_method): New icall to
15712         create a dynamic method.
15713
15714         * reflection.c (resolve_object): New helper function.
15715
15716         * reflection.c: Generalize ReflectionMethodBuilder and the functions
15717         which manipulate it so they can also work on dynamic methods.
15718
15719         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
15720         creating the MonoReflectionMethodAux structure if it is not needed.
15721         
15722         * reflection.h verify.c: Update after changes to object layout.
15723
15724         * reflection.c (method_builder_encode_signature): Fix compilation on
15725         gcc 2.95.x.
15726
15727 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
15728
15729         * appdomain.h: Added support for context static fields. Added static_data
15730           field to MonoAppContext and renamed thread_static_fields to a more
15731           generic special_static_fields in MonoAppDomain, since it can now contain
15732           context static fields.
15733         * domain.c: Updated hashtable name.
15734         * object.c: Replaced field_is_thread_static() for a more generic
15735           field_is_special_static() which also checks for context static attribute.
15736           In mono_class_vtable(), added support for static context fields.
15737         * threads.c: Changed methods that manage thread static fields to more
15738           generic methods so they can be reused both for thread and context static
15739           data.
15740         * threads.h: Declared some new methods.
15741
15742 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
15743
15744         * reflection.h: Update after changes to the managed types.
15745
15746         * reflection.c (encode_custom_modifiers): New helper function.
15747
15748         * reflection.c (method_encode_signature): Emit custom modifiers.
15749
15750         * reflection.c (field_encode_signature): Emit custom modifiers.
15751
15752 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
15753
15754         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
15755
15756         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
15757         implementation.
15758
15759         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
15760         icall.
15761
15762         * object.c (mono_field_get_value_object): New function.
15763
15764         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
15765         specific.
15766
15767 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
15768
15769         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
15770         return a preallocated out-of-memory exception instance.
15771
15772         * object.c (out_of_memory): Use the new function.
15773
15774         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
15775         flag is before the custom modifiers. Fixes #49802.
15776
15777 2003-11-16  Martin Baulig  <martin@ximian.com>
15778
15779         * class.c (mono_class_is_open_constructed_type): Implemented the
15780         MONO_TYPE_GENERICINST case.
15781
15782 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
15783
15784         * assembly.c (mono_assembly_fill_assembly_name): New function to
15785         fill out the MonoAssemblyName structure.
15786         (mono_assembly_open): Use the new function.
15787
15788         * icall.c (fill_reflection_assembly_name): New helper function.
15789
15790         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
15791         new function.
15792
15793         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
15794
15795 2003-11-15  Martin Baulig  <martin@ximian.com>
15796
15797         * class.c (mono_class_is_open_constructed_type): New public
15798         function; checks whether a type is an open constructed type,
15799         ie. whether it still contains type parameters.
15800         (mono_class_inflate_generic_type): If we're a type parameter and
15801         the inflated type is also a MONO_TYPE_(M)VAR, return the original
15802         type.
15803
15804         * class.h (MonoGenericInst): Added `guint32 is_open'.
15805
15806         * loader.c (method_from_methodspec): Check whether we're an open
15807         or closed constructed type and set `ginst->is_open'.
15808
15809         * reflection.c (mono_reflection_bind_generic_parameters): Check
15810         whether we're an open or closed constructed type and set
15811         `ginst->is_open'.
15812         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
15813         from open constructed types.
15814
15815 2003-11-15  Martin Baulig  <martin@ximian.com>
15816
15817         * reflection.c (mono_reflection_bind_generic_parameters): If we're
15818         a generic instance (instead of a generic type declaration) with
15819         unbound generic parameters, bind them to our actual types.
15820
15821 2003-11-14  Martin Baulig  <martin@ximian.com>
15822
15823         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
15824
15825         * reflection.c (mono_reflection_bind_generic_parameters): If we're
15826         an interface type, populate `res->interfaces' with instantiated
15827         versions of all the interfaces we inherit.
15828
15829 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
15830
15831         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
15832         when MONO_PATH is set but doesn't contain the install dir.
15833
15834 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15835
15836         * icall.c:
15837         (ves_icall_Type_GetInterfaces): don't return an interface twice when
15838         it's also implemented in base classes. Fixes bug #50927.
15839
15840 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
15841
15842         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
15843         if this method is called from a finalizer. Fixes #50913.
15844
15845 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
15846
15847         * threads.c: Implement VolatileRead/VolatileWrite
15848
15849         * icall.c: Add new icalls for VolatileRead/VolatileWrite
15850
15851 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15852
15853         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
15854         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
15855         2.95.3.
15856
15857         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
15858         from Peter Ross (pro@missioncriticalit.com).
15859         
15860 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
15861
15862         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
15863
15864 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15865
15866         * assembly.c (mono_assembly_load_references): Disable check because it
15867         triggers on older corlibs which lots of people have.
15868
15869 2003-11-12  Jackson Harper  <jackson@ximian.com>
15870
15871         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
15872         load corlib.dll if mscorlib.dll is not found.
15873         * assembly.h: Remove corlib name define.
15874         * class.c:
15875         * domain.c:
15876         * image.c: Change corlib name to mscorlib.
15877         
15878 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
15879
15880         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
15881
15882 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
15883
15884         * appdomain.h: Added loader_optimization here to sync with the C#
15885         code, and add disallow_binding_redirects field.
15886
15887 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15888
15889         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
15890
15891         * reflection.c (mono_image_build_metadata): Fix crash on modules
15892         with no types.
15893
15894         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
15895
15896         * icall.c (ves_icall_get_method_info): Return callingConvention as
15897         well.
15898
15899         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
15900         namespaces from the EXPORTEDTYPE table as well.
15901
15902         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
15903         from all modules inside the assembly.
15904         
15905 2003-11-11  Martin Baulig  <martin@ximian.com>
15906
15907         * reflection.c (mono_reflection_bind_generic_parameters): Make
15908         this work for interfaces.
15909
15910 2003-11-11  Martin Baulig  <martin@ximian.com>
15911
15912         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
15913
15914 2003-11-11  Martin Baulig  <martin@ximian.com>
15915
15916         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
15917         "MonoInflatedMethod" and "MonoInflatedCtor".
15918
15919 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
15920
15921         * reflection.c (resolution_scope_from_image): Use the assembly table
15922         from the manifest module, since other modules don't have it.
15923
15924         * debug-helpers.c (mono_type_full_name): New helper function.
15925
15926         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
15927
15928         * image.c (mono_image_load_file_for_image): New public function which
15929         is a replacement for the load_file_for_image in class.c.
15930
15931         * assembly.c (mono_assembly_load_module): A wrapper for the function
15932         above which does assembly association and reference loading too.
15933
15934         * class.c (mono_class_from_name): Call mono_assembly_load_module.
15935
15936 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15937
15938         * appdomain.c: not all of the attributes for the full assembly name
15939         are required and the order doesn't matter. Fixes bug #50787.
15940
15941 2003-11-10  Dick Porter  <dick@ximian.com>
15942
15943         * locales.c: Use platform-endian UTF16
15944
15945 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15946
15947         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15948         
15949 2003-11-10  Martin Baulig  <martin@ximian.com>
15950
15951         * metadata.c
15952         (mono_metadata_load_generic_params): Make this actually work.
15953
15954         * reflection.c (mono_reflection_bind_generic_parameters): If our
15955         parent is a generic instance, pass all the `types' to it, no
15956         matter whether it has the same number of type parameters or not.
15957
15958 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
15959
15960         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
15961
15962         * assembly.c (mono_assembly_load_references): Move the image<->assembly
15963         assignment code to this function so it gets called recursively for all
15964         modules.
15965
15966         * image.c (load_modules): Remove the assembly assignment since it is
15967         now done by mono_assembly_load_references.
15968         
15969         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
15970         Add 'module' argument.
15971         (mono_module_get_types): New helper function.
15972         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
15973
15974 2003-11-08  Martin Baulig  <martin@ximian.com>
15975
15976         * class.c (mono_class_inflate_generic_method): Interface method
15977         don't have a header.
15978
15979         * reflection.c (mono_image_get_methodspec_token): Take an
15980         additional `MonoGenericInst *' argument instead of reading it from
15981         the header; this is necessary to support interfaces.
15982         (mono_image_create_token): Pass the `MonoGenericInst *' from the
15983         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
15984         (inflated_method_get_object): Take an additional `MonoGenericInst *'
15985         argument.
15986
15987         * reflection.h (MonoReflectionInflatedMethod): Added
15988         `MonoGenericInst *ginst'.
15989
15990 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
15991
15992         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
15993
15994 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
15995
15996         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
15997
15998 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
15999
16000         * reflection.c 
16001         (reflection_methodbuilder_from_method_builder):
16002         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
16003         initialize a ReflectionMethodBuilder structure.
16004         (mono_image_get_methodbuilder_token):
16005         (mono_image_get_ctorbuilder_token): New functions to emit memberref
16006         tokens which point to types in another module inside the same assembly.
16007
16008         * reflection.c: Use the new helper functions.
16009         
16010         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
16011
16012         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
16013         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
16014
16015         * reflection.c (resolution_scope_from_image): Emit a moduleref if
16016         neccesary.
16017
16018         * reflection.c (mono_image_build_metadata): Emit metadata only for the
16019         current module. Emit the manifest only for the main module.
16020
16021         * reflection.c (mono_image_create_token): Add assertion when a 
16022         memberref needs to be created.
16023
16024         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
16025
16026         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
16027         larger buffer for the custom attribute blob. Fixes #50637.
16028         
16029 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16030
16031         * threadpool.c: notify listener on async processing handles after
16032         invoking the async callback. Thanks to Zoltan.
16033
16034 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
16035
16036         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
16037         avoid code duplication.
16038
16039         * reflection.h (MonoDynamicImage): New type which is currently unused,
16040         but will be used through the ref.emit code in place of 
16041         MonoDynamicAssembly.
16042
16043         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
16044         object layout.
16045
16046         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
16047         a MonoDynamicImage instead of just a MonoImage.
16048         
16049         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
16050         icalls to ModuleBuilder but keep their semantics, so they will work
16051         with moduleb->assemblyb. This will change later.
16052         
16053 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
16054
16055         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
16056         object layout.
16057
16058         * reflection.c (mono_image_build_metadata): Avoid creation of a default
16059         main module, since it is now done by the managed code.
16060
16061 2003-11-03  Martin Baulig  <martin@ximian.com>
16062
16063         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
16064         `ginst->klass' here.
16065         (method_encode_methodspec): Don't use the `ginst->generic_method's
16066         klass if it's a generic instance, use `ginst->klass' in this case.
16067
16068 2003-11-03  Martin Baulig  <martin@ximian.com>
16069
16070         * reflection.c (mono_image_get_generic_method_param_info):
16071         Removed, use mono_image_get_generic_param_info() instead.
16072         (mono_image_get_type_info): Write the GenericParam table before
16073         the Method table.  This is neccessary because in the GenericParam
16074         table, type parameters of the class (ie. '!0' etc.) must come
16075         before the ones from its generic methods (ie. '!!0' etc).
16076
16077 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
16078
16079         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
16080
16081 2003-11-02  Martin Baulig  <martin@ximian.com>
16082
16083         * reflection.c (create_generic_typespec): Take a
16084         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
16085         the generic parameters from it.
16086
16087 2003-11-02  Martin Baulig  <martin@ximian.com>
16088
16089         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
16090         instead of a `MonoClassField *' since we just need the type.
16091         (create_generic_typespec): New static function.  Creates a
16092         TypeSpec token for a generic type declaration.
16093         (mono_image_get_generic_field_token): New static function.
16094         (mono_image_create_token): If we're a FieldBuilder in a generic
16095         type declaration, call mono_image_get_generic_field_token() to get
16096         the token.
16097
16098 2003-11-02  Martin Baulig  <martin@ximian.com>
16099
16100         * reflection.h
16101         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
16102         `MonoReflectionGenericInst *declaring_type' and
16103         `MonoReflectionGenericInst *reflected_type' fields.
16104
16105         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
16106         `MonoReflectionGenericInst *declaring_type' and a
16107         `MonoReflectionGenericInst *reflected_type' argument instead of a
16108         single `MonoReflectionGenericInst *type' one.  Set
16109         `res->declaring_type' and `res->reflected_type' from them.
16110         (mono_reflection_inflate_field): Likewise.      
16111
16112 2003-11-02  Martin Baulig  <martin@ximian.com>
16113
16114         * class.c (mono_class_setup_vtable): Don't store generic methods
16115         in the vtable.  
16116
16117 2003-11-02  Martin Baulig  <martin@ximian.com>
16118
16119         * reflection.h (MonoReflectionGenericInst): Added
16120         `MonoReflectionType *declaring_type'.
16121
16122         * reflection.c (mono_reflection_bind_generic_parameters): Use
16123         `if (tb->parent)' instead of `klass->parent'.
16124
16125 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
16126
16127         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
16128         with an empty ASSEMBLY table.
16129
16130         * reflection.c (mono_image_build_metadata): Avoid using the same loop
16131         variable in the inner and outer loops.
16132
16133 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
16134
16135         * metadata.h (mono_metadata_make_token): Put parentheses around macro
16136         argument.
16137
16138         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
16139         
16140         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
16141         icalls. Instead, do everything in managed code. This is needed since
16142         it is hard to restore the original domain etc. in unmanaged code in the
16143         presence of undeniable exceptions.
16144
16145         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
16146         New icalls to push and pop appdomain refs.
16147
16148 2003-10-31  Martin Baulig  <martin@ximian.com>
16149
16150         * class.c (inflate_generic_type): Renamed to
16151         mono_class_inflate_generic_type() and made it public.
16152
16153         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
16154         New interncall.
16155
16156         * loader.c (mono_field_from_memberref): Also set the retklass for
16157         typespecs.
16158
16159         * fielder.c (mono_image_get_inflated_field_token): New static
16160         method; creates a metadata token for an inflated field.
16161         (mono_image_create_token, fixup_method): Added support for
16162         "MonoInflatedField".
16163         (fieldbuilder_to_mono_class_field): New static function.
16164         (mono_reflection_inflate_field): New public function.
16165
16166         * reflection.h
16167         (MonoReflectionGenericInst): Added `MonoArray *fields'.
16168         (MonoReflectionInflatedField): New typedef.     
16169
16170 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
16171
16172         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
16173         for Solaris and other platforms without s6_addr16
16174
16175 2003-10-30  Martin Baulig  <martin@ximian.com>
16176
16177         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
16178         argument instead of two.
16179         (mono_class_inflate_generic_signature): Likewise.
16180         (inflate_generic_header): Likewise.
16181         (mono_class_inflate_generic_method): Likewise.  In addition, if
16182         `ginst->klass' is set, it becomes the new `method->klass'.
16183
16184         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
16185         field.
16186
16187         * reflection.c (encode_generic_method_sig): Write a 0xa as the
16188         first byte. [FIXME]
16189         (method_encode_methodspec): If we have generic parameters, create
16190         a MethodSpec instead of a MethodRef.
16191         (fixup_method): Added support for "MonoInflatedMethod" and
16192         "MonoInflatedCtor".
16193         (mono_image_create_token): Added support for "MonoInflatedMethod"
16194         and "MonoInflatedCtor".
16195         (inflated_method_get_object): New static function; returns a
16196         managed "System.Reflection.MonoInflatedMethod" object.
16197         (mono_reflection_bind_generic_method_parameters): Return a
16198         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
16199         (mono_reflection_inflate_method_or_ctor): Likewise.
16200         (mono_image_get_generic_method_param_info): Initialize unused
16201         fields to zero.
16202         (mono_image_get_generic_param_info): Likewise.
16203
16204         * reflection.h (MonoReflectionInflatedMethod): New public
16205         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
16206         "S.R.MonoInflatedCtor" classes.
16207
16208         * loader.c (method_from_memberref): If we're a TypeSpec and it
16209         resolves to a generic instance, inflate the method.
16210
16211 2003-10-28  Dick Porter  <dick@ximian.com>
16212
16213         * object.c (mono_runtime_run_main): Convert command-line arguments
16214         into utf8, falling back to the user's locale encoding to do so.
16215
16216 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
16217
16218         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
16219         at this time.
16220
16221         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
16222
16223         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
16224         up icalls at method definition time. Partially fixes #33569.
16225
16226 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
16227
16228         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
16229         marshalling of arrays. Fixes #50116.
16230
16231         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
16232
16233         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
16234         points to a vtable in the dying appdomain.
16235
16236         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
16237         listeners into unmanaged code inside the lock.
16238
16239         * object.c (mono_class_vtable): Turn off typed allocation in non-root
16240         domains and add some comments.
16241
16242 2003-10-25  Martin Baulig  <martin@ximian.com>
16243
16244         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
16245
16246         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
16247
16248         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
16249         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
16250         currently parsing.  Create the generic class and store it in
16251         `generic_inst->klass' before parsing the type arguments.  This is
16252         required to support "recursive" definitions; see mcs/tests/gen-23.cs
16253         for an example.
16254         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
16255         to support recursive typespec entries.
16256
16257         * class.c (mono_class_setup_parent): If our parent is a generic
16258         instance, we may get called before it has its name set.
16259         (mono_class_from_generic): Splitted into
16260         mono_class_create_from_generic() and mono_class_initialize_generic().
16261
16262 2003-10-25  Martin Baulig  <martin@ximian.com>
16263
16264         * icall.c (ves_icall_Type_BindGenericParameters): Return a
16265         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
16266         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
16267         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
16268
16269         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
16270         (create_typespec): Likewise.
16271         (mono_reflection_bind_generic_parameters): Return a
16272         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
16273         (mono_reflection_inflate_method_or_ctor): New public function.
16274
16275         * reflection.h (MonoReflectionGenericInst): New typedef.        
16276
16277 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
16278
16279         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
16280         inside the domain lock. Fixes #49993.
16281         
16282         * object.c (mono_class_vtable): When typed allocation is used, 
16283         allocate vtables in the GC heap instead of in the mempool, since the
16284         vtables contain GC descriptors which are used by the collector even
16285         after the domain owning the mempool is unloaded.
16286
16287         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
16288
16289         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
16290         reflect what it does. Also invalidate mempools instead of freeing
16291         them if a define is set.
16292
16293         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
16294         of the appdomain.
16295         
16296         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
16297         hold the finalizable objects in this domain.
16298
16299         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
16300         appdomain.
16301
16302         * appdomain.c (mono_domain_set): New function to set the current
16303         appdomain, but only if it is not being unloaded.
16304
16305         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
16306         appdomain which is being unloaded.
16307         
16308         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
16309         unloading of the root appdomain.
16310
16311         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
16312         icall to execute a method in another appdomain. Intended as a 
16313         replacement for InternalSetDomain, which can confuse the code 
16314         generation in the JIT.
16315
16316         * appdomain.c (mono_domain_is_unloading): New function to determine
16317         whenever an appdomain is unloading.
16318
16319         * appdomain.c (mono_domain_unload): New function to correctly unload
16320         an appdomain.
16321
16322         * assembly.c (mono_assembly_load_references): Check that an assembly
16323         does not references itself.
16324
16325         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
16326         domain manually, it asks the finalizer thread to do it, then waits for
16327         the result. Also added a timeout.
16328
16329         * icall.c: Register the new icalls.
16330
16331         * threads.h threads.c: Export the mono_gc_stop_world and 
16332         mono_gc_start_world functions.
16333         
16334         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
16335         function to fill out the mempool with 0x2a.
16336
16337 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
16338
16339         * reflection.h (MonoReflectionMethodAux): New structure to store
16340         information which is rarely used, thus is not in the MonoMethod
16341         structure.
16342
16343         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
16344         store the aux info.
16345
16346         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
16347         and marshalling info into the aux structure.
16348
16349         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
16350         from the aux structure.
16351
16352         * loader.c (mono_method_get_param_names): Retrieve the param names from
16353         the aux structure.
16354         
16355 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
16356
16357         * exception.h exception.c: Add AppDomainUnloadedException && fix 
16358         warning.
16359
16360 2003-10-21  Dick Porter  <dick@ximian.com>
16361
16362         * socket-io.c
16363         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
16364         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
16365
16366 2003-10-21  Martin Baulig  <martin@ximian.com>
16367
16368         * reflection.c (mono_reflection_bind_generic_parameters):
16369         `klass->parent' is NULL for interfaces.
16370
16371 2003-10-21  Martin Baulig  <martin@ximian.com>
16372
16373         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
16374
16375 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
16376
16377         * exception.c (mono_exception_from_name_msg): New helper function for
16378         creating exceptions and initializing their message field.
16379
16380         * exception.c: Simplify functions using the new helper.
16381
16382         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
16383         New function.
16384
16385         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
16386         mono_raise_exception, since otherwise gcc doesn't generate the function
16387         epilog for raise_exception, confusing the stack unwinding in the JIT.
16388         Fixes #45043.
16389
16390         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
16391         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
16392         Fixes #49499.
16393
16394 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16395
16396         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
16397         utf8.
16398
16399 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
16400
16401         * icall.c: Removed GetUninitializedObject method because
16402           AllocateUninitializedClassInstance does the same.
16403
16404 2003-10-18  Martin Baulig  <martin@ximian.com>
16405
16406         * class.c (inflate_generic_signature): Renamed to
16407         mono_class_inflate_generic_signature() and made it public.
16408         (my_mono_class_from_generic_parameter): New static function; if we
16409         don't already have the generic parameter's MonoClass, create a
16410         very simple one which is just used internally in the runtime and
16411         not passed back to managed code.
16412
16413         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
16414
16415         * metadata.h (MonoMethodSignature): Moved the
16416         `MonoGenericParam *gen_params' to the MonoMethodHeader.
16417         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
16418
16419         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
16420         ves_icall_MonoMethod_GetGenericArguments(); this is now an
16421         interncall on the MonoMethod class, not on MethodInfo.
16422         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
16423         calling mono_reflection_bind_generic_method_parameters() directly.
16424
16425         * loader.c (mono_method_get_signature): If this is a MethodSpec;
16426         return the already computed `method->signature'.
16427         (method_from_methodspec): New static function to load a method
16428         from a MethodSpec entry.
16429         (mono_get_method_from_token): Call the new method_from_methodspec()
16430         for MethodSpec tokens.  
16431         (mono_get_method_from_token): If we're a generic method, load the
16432         type parameters.
16433
16434         * reflection.c (mono_image_get_memberref_token): Allow
16435         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
16436         table.
16437         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
16438         (mono_image_create_token): First check whether it's a generic
16439         method (so we'd need to create a MethodSpec), then do the other
16440         two alternatives.
16441         (mono_reflection_bind_generic_method_parameters): Return a
16442         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
16443         called directly from the interncall.
16444
16445 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
16446
16447         * reflection.c (load_public_key): Move loading of the public key
16448         into managed code.
16449
16450         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
16451
16452         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
16453         fields.
16454
16455         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
16456         culture, hash_alg and public_key. Fixes #49555.
16457
16458 2003-10-17  Martin Baulig  <martin@ximian.com>
16459
16460         * class.h (MonoGenericInst): Moved this declaration here and added
16461         `MonoMethod *generic_method'.
16462
16463         * icall.c
16464         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
16465         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
16466
16467         * metadata.c (mono_metadata_type_equal): Two types of
16468         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
16469         index; ie. don't compare the address of the `MonoGenericParam'
16470         structure.
16471         (mono_metadata_load_generic_params): Removed the `MonoMethod
16472         *method' argument.
16473
16474         * metadata.h (MonoGenericInst): Moved declaration to class.h.
16475         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
16476
16477         * reflection.c (method_encode_signature): Encode the number of
16478         generic parameters.
16479         (encode_generic_method_sig): New static function.
16480         (method_encode_methodspec): New static function; creates an entry
16481         in the MethodSpec table for a generic method.
16482         (mono_image_get_methodspec_token): New static function.
16483         (mono_image_create_token): Call mono_image_get_methodspec_token()
16484         for generic methods.
16485         (mono_reflection_bind_generic_method_parameters): New public
16486         function.  Instantiates a generic method.
16487
16488 2003-10-16  Martin Baulig  <martin@ximian.com>
16489
16490         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
16491         *gen_params' here from MonoMethodHeader.
16492
16493         * metadata.c (mono_metadata_parse_method_signature): If we have
16494         generic parameters, initialize `method->gen_params' and then set
16495         the correct `type->data.generic_param' in all the parameters.
16496
16497 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
16498
16499         * threads.c (mono_threads_get_default_stacksize): New function to 
16500         return the default stacksize.
16501
16502         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
16503         termination of the finalizer thread, since the previous method had
16504         race conditions. Fixes #49628.
16505
16506         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
16507         as for the other managed threads.
16508
16509 2003-10-16  Martin Baulig  <martin@ximian.com>
16510
16511         * class.c (inflate_generic_signature): Copy `generic_param_count'
16512         and `gen_params'.
16513
16514         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
16515         New interncall.
16516
16517         * metadata.c (mono_metadata_parse_method_signature): Actually set
16518         the `method->generic_param_count' here.
16519         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
16520
16521 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
16522
16523         * object.h: Add a new field to TypedRef to simplify the implementation
16524         of the REFANY opcodes in the JIT.
16525
16526         * icall.c: Make use of the new field.
16527
16528         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
16529         dynamically.
16530
16531 2003-10-15  Martin Baulig  <martin@ximian.com>
16532
16533         * class.c (mono_class_from_gen_param): Renamed to
16534         mono_class_from_generic_parameter() and moved most of the
16535         functionality from mono_reflection_define_generic_parameter()
16536         here; ie. we create a "real" class here.
16537         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
16538         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
16539         previously been called.
16540
16541         * class.h (MonoGenericParam): Moved the declaration of this struct
16542         here from metadata.h and added `MonoMethod *method'.
16543
16544         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
16545         interncall.
16546
16547         * loader.c (mono_get_method_from_token): If we have any generic
16548         parameters, call mono_metadata_load_generic_params() to read them
16549         from the MONO_TABLE_GENERICPAR.
16550
16551         * metadata.c (mono_metadata_load_generic_params): Added
16552         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
16553
16554         * metadata.h (MonoMethodSignature): Replaced
16555         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
16556         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
16557
16558         * reflection.c (mono_reflection_define_generic_parameter): Moved
16559         most of the functionality into the new
16560         mono_class_from_generic_parameter(); set the `method' field if
16561         we're a method parameter.       
16562
16563 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
16564
16565         * marshal.c (emit_struct_conv): if native size is 0
16566         emit no code.
16567
16568 2003-10-14  Martin Baulig  <martin@ximian.com>
16569
16570         * icall.c: The generics API has changed in the spec since it was
16571         added to System.Type; these modifications make it match the spec
16572         again.
16573         (ves_icall_Type_GetGenericParameters): Renamed to
16574         `ves_icall_Type_GetGenericArguments'.
16575         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
16576         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
16577         `ves_icall_MonoType_get_HasGenericArguments'.
16578         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
16579         `ves_icall_MonoType_get_IsGenericParameter'.
16580         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
16581         this is no interncall anymore.
16582         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
16583         `ves_icall_TypeBuilder_get_IsGenericParameter'.
16584
16585 2003-10-14  Martin Baulig  <martin@ximian.com>
16586
16587         * reflection.c (mono_reflection_bind_generic_parameters): Also
16588         inflate generic methods if we're reading the class from IL.
16589
16590 2003-10-13  Martin Baulig  <martin@ximian.com>
16591
16592         * reflection.c (mono_reflection_define_generic_parameter): This
16593         method isn't called directly from the icall anymore; take a
16594         `MonoReflectionAssemblyBuilder *' so we can use this for type and
16595         method generic parameters.
16596         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
16597         (method_builder_encode_signature): Encode generic parameters.
16598         (mono_image_get_method_info): Write generic params to the
16599         MONO_TABLE_GENERICPARAM table.
16600
16601         * reflection.h (MonoReflectionMethodBuilder): Added
16602         `MonoArray *generic_params'.
16603
16604         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
16605
16606         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
16607         wrapper for mono_reflection_define_generic_parameter().
16608         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
16609
16610 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
16611
16612         * marshal.h: Add missing function to fix build.
16613
16614         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
16615         the SetLastError pinvoke attribute.
16616
16617         * marshal.c (mono_marshal_set_last_error): New helper function called
16618         by the generated code.
16619         
16620         * marshal.c (mono_mb_emit_branch): New helper function.
16621
16622         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
16623
16624         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
16625         classes as parameters and return values of delegates. Fixes #29256. 
16626
16627 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
16628
16629         * locales.c: use gint32 in non HAVE_ICU case
16630
16631 2003-10-11  Martin Baulig  <martin@ximian.com>
16632
16633         * mono-debug.c (mono_debug_add_method): Added a workaround for
16634         bug #48591.
16635
16636 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
16637
16638         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
16639         delegates passed to native code must use the STDCALL calling 
16640         convention. Fixes #35987.
16641
16642 2003-10-10  Martin Baulig  <martin@ximian.com>
16643
16644         * class.c (inflate_generic_type): If we're inflating for a generic
16645         type instance (and not for a generic method), return
16646         MONO_TYPE_MVAR unchanged.
16647
16648 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16649
16650         * string-icalls.c: Join ignores null strings in the source array.
16651         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
16652         * threads.c: GetAvailableTheads is slightly more accurate.
16653
16654 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
16655
16656         * threads.h threads.c : add mono_threads_set_default_stacksize
16657         and pass default to CreateThread calls.
16658
16659 2003-10-09  Dick Porter  <dick@ximian.com>
16660
16661         * icall.c:
16662         * locales.h:
16663         * locales.c: Internal calls for constructing CultureInfo and
16664         related objects from libicu (if its available.)
16665
16666 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
16667
16668         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
16669
16670 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16671
16672         * threadpool.c: added an argument to async_invoke_thread that is the
16673         item to process, pass the MonoAsyncResult to the thread start function
16674         when creating a new thread. This way we don't need to acquire any lock
16675         when we're creating a new thread. Readded a semaphore for faster
16676         response times (instead of that Sleep i added).
16677
16678 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
16679
16680         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
16681         get daylight change dates better on Windows, fix handling
16682         of platforms without tm_gmtoff.
16683
16684 2003-10-06  Martin Baulig  <martin@ximian.com>
16685
16686         * class.c (inflate_generic_method): Renamed to
16687         mono_class_inflate_generic_method() and made public.
16688         (mono_class_init): Don't inflate the generic methods here.
16689         (mono_class_from_generic): Added `gboolean inflate_methods'
16690         argument.  Inflate the methods here.
16691
16692         * loader.c (mono_method_get_param_names): Ignore instances of
16693         generic types for the moment.
16694
16695         * reflection.c (fixup_method): Added support for inflated methods.
16696         (mono_image_create_token): Use mono_image_get_methodref_token()
16697         for inflated methods.
16698         (mono_custom_attrs_from_param): Ignore instances of generic types
16699         for the moment.
16700         (mono_reflection_bind_generic_parameters): New public function.
16701         Moved all the functionality from
16702         ves_icall_Type_BindGenericParameters() here and added support for
16703         dynamic types.
16704         (mono_reflection_define_generic_parameter): Initialize
16705         `klass->methods' here.
16706
16707         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
16708         functionality into mono_reflection_define_generic_parameter().
16709         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
16710         TypeBuilder, return that TypeBuilder.
16711
16712 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16713
16714         * appdomain.c: removed mono_delegate_semaphore.
16715
16716         * threadpool.c:
16717         (mono_thread_pool_add): moved hash table creation inside and the thread 
16718         creation outside of the critical region.
16719         (mono_thread_pool_finish): removed obsolete code.
16720         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
16721         continue or exit the thread depending on the queue.
16722
16723 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
16724
16725         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
16726         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
16727         handle more bool marshalling options
16728
16729 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
16730
16731         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
16732         arrays of structs. Also add a more descriptive error message when
16733         a structure member is marshalled as LPArray.
16734
16735 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
16736
16737         * marshal.c (mono_marshal_get_native_wrapper): Add support for
16738         marshalling arrays of complex types. Fixes #29098. Also remove an
16739         usused and incomplete function.
16740
16741 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
16742
16743         * gc.c: report heap_size - free_bytes as total memory allocated
16744         (bug#49362).
16745
16746 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
16747
16748         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
16749         fix timezone handling problems on Windows.
16750         
16751         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
16752         asserts when the year is outside the range handled by ms the functions.
16753
16754         * class.c (setup_interface_offsets): If the class is an interface,
16755         fill out its interface_offsets slot.
16756
16757 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16758
16759         * threadpool.c: mark threadpool threads as background.
16760
16761 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
16762
16763         * decimal.c - define DECINLINE to nothing if not using GCC
16764
16765 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
16766
16767         * assembly.c: More refcount fixes.
16768
16769 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16770
16771         * string-icalls.c: if we're not trimming, return the same string.
16772         When not splitting, don't create a new string.
16773
16774 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16775
16776         * image.c:
16777         (mono_image_open): increment the ref_count inside the critical section.
16778
16779 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
16780
16781         * image.c (mono_image_open): Fix reference counting bug.
16782
16783 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
16784
16785         * marshal.c (mono_marshal_type_size) struct alignment changed for 
16786         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
16787         64bits. Avoid leak in mono_marshal_get_native_wrapper when
16788         mono_lookup_pinvoke_call throws.        
16789
16790 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
16791
16792         * reflection.c (mono_reflection_parse_type): Fix #49114.
16793
16794         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
16795         temporary workaround for cygwin header problem.
16796
16797         * object.c (mono_object_isinst): Synchronize this with the code
16798         generated by the JIT for casts.
16799
16800 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
16801
16802         * reflection.c (encode_type): Fix #38332.
16803
16804 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
16805
16806         * marshal.c (mono_marshal_method_from_wrapper): New function to return
16807         the original method from the wrapper method.
16808
16809 2003-09-25  Martin Baulig  <martin@ximian.com>
16810
16811         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
16812         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
16813         (ves_icall_Type_get_IsGenericInstance): New interncall.
16814
16815 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
16816
16817         * object.c: fix cast warning in big endian code.
16818
16819 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
16820
16821         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
16822         
16823 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16824
16825         * assembly.c: don't call check_env from mono_assembly_load. It's
16826         already done once in mono_assemblies_init and may cause headaches when
16827         multiple threads are loading assemblies.
16828
16829 2003-09-19  Martin Baulig  <martin@ximian.com>
16830
16831         * reflection.c (mono_reflection_define_generic_parameter): Don't
16832         allocate `klass->methods', set `klass->flags' to
16833         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
16834
16835 2003-09-18  Martin Baulig  <martin@ximian.com>
16836
16837         * class.c (mono_class_init): Don't create `class->methods' if it's
16838         already initialized.
16839
16840         * metadata.c (mono_metadata_load_generic_params): Make this
16841         actually work.
16842
16843         * reflection.c (mono_reflection_define_generic_parameter): Set
16844         parent class and interfaces from the constraints.
16845
16846         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
16847         to keep this struct in sync with the declaration in TypeBuilder.cs.
16848
16849 2003-09-17  Martin Baulig  <martin@ximian.com>
16850
16851         * metadata.h (MonoType): Replaced the data's `int type_param'
16852         field with `MonoGenericParam *generic_param'.
16853         (MonoGenericParam): Added `MonoClass *klass'.
16854
16855         * class.c (mono_class_from_gen_param): Removed the
16856         `MonoImage *image' and `int type_num' arguments.
16857
16858         * metadata.c (mono_metadata_parse_generic_param): New static
16859         method; creates a MonoGenericParam which just contains the index.
16860         (do_mono_metadata_parse_type): Call
16861         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
16862         MONO_TYPE_MVAR.
16863
16864         * reflection.c (mono_image_typedef_or_ref): Generic type
16865         parameters may be in the same assembly, but never use a typedef
16866         for them.
16867         (mono_reflection_define_generic_parameter): We're now creating a
16868         "real" class for the type parameter; it's now safe to call
16869         mono_class_from_mono_type() on the class'es type, it'll do the
16870         right thing.
16871
16872 2003-09-16  Martin Baulig  <martin@ximian.com>
16873
16874         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
16875         `symfile->range_entry_size' and `symfile->class_entry_size' here;
16876         the `symfile' data structure must be fully initialized before it
16877         gets added to the table.
16878
16879 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
16880
16881         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
16882
16883         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
16884         class init trampolines.
16885
16886 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
16887
16888         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
16889         to the built-in profiler to turn off time and allocation profiling
16890         respectively.
16891
16892 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
16893
16894         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
16895         g_direct_equal.
16896
16897         * debug-helpers.c (mono_method_full_name): Print the wrapper type
16898         in human readable form.
16899
16900 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
16901
16902         * reflection.c icall.c: Fixed warnings.
16903
16904         * image.c (load_class_names): Use a temporary hash table to hold the
16905         namespaces in order to avoid doing many string comparisons.
16906
16907         * image.h: Fix typo.
16908
16909         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
16910         Pass NULL instead of g_direct_equal to the GHashTable constructor 
16911         since the NULL case is short-circuited inside g_hash_table_lookup, 
16912         leading to better performance.  
16913
16914         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
16915         obtain the first custom attribute for a given index. Depends on the
16916         CustomAttribute table being sorted by the parent field.
16917
16918         * reflection.c (mono_custom_attrs_from_index): Use the new function 
16919         for better performance.
16920
16921 2003-09-07  Martin Baulig  <martin@ximian.com>
16922
16923         * class.c (mono_class_init): If we're a generic instance, inflate
16924         all our methods instead of loading them from the image.
16925         (mono_class_from_generic): Set `class->methods = gklass->methods'.
16926
16927 2003-09-07  Martin Baulig  <martin@ximian.com>
16928
16929         * mono-debug-debugger.c: Added support for constructors.
16930
16931 2003-09-06  Martin Baulig  <martin@ximian.com>
16932
16933         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
16934         New interncall.
16935
16936         * reflection.c (mono_reflection_setup_generic_class): Call
16937         ensure_runtime_vtable() to create the vtable.
16938
16939 2003-09-05  Martin Baulig  <martin@ximian.com>
16940
16941         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
16942         MONO_TYPE_MVAR.
16943
16944 2003-09-04  Martin Baulig  <martin@ximian.com>
16945
16946         * reflection.c (mono_reflection_define_generic_parameter): Generic
16947         parameters start with zero.
16948
16949 2003-09-04  Martin Baulig  <martin@ximian.com>
16950
16951         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
16952
16953         * reflection.h (MonoReflectionGenericParam): New typedef.
16954         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
16955         the generic parameters from the managed TypeBuilder.
16956
16957         * reflection.c (mono_reflection_define_generic_parameter): New function.
16958         (mono_reflection_create_runtime_class): Encode generic parameters.
16959         (mono_reflection_setup_generic_class): New function; this is
16960         called after adding adding all generic params to the TypeBuilder.
16961         (encode_type): Added MONO_TYPE_VAR.
16962
16963 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
16964
16965         * class.h class.c (mono_class_needs_cctor_run): Moved this method
16966         here from the JIT.
16967
16968         * assembly.h assembly.c: Moved the AOT loading code into an assembly
16969         load hook.
16970
16971 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
16972
16973         * reflection.h reflection.c class.h class.c: Delete duplicate 
16974         definition of mono_type_get_name () from reflection.c and export the
16975         one in class.c.
16976
16977         * class.c: Class loading fixes from Bernie Solomon 
16978         (bernard@ugsolutions.com).
16979
16980         * reflection.c: Endianness fixes from Bernie Solomon 
16981         (bernard@ugsolutions.com).
16982         
16983 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
16984
16985         * assembly.h assembly.c: Define a file format version for AOT
16986         libraries.
16987         
16988         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
16989
16990         * appdomain.h (MonoJitInfo): New field to determine whenever the
16991         code is domain neutral.
16992         
16993 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
16994
16995         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
16996
16997 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
16998
16999         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
17000         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
17001         Avoid caching the result since strings must be domain specific. Fixes
17002         #48050.
17003
17004 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
17005
17006         * marshal.c (mono_marshal_init): Make this callable multiple times
17007         since it is hard to find a correct place to call it.
17008
17009         * object.c (mono_runtime_class_init): Execute static constructors in
17010         the correct appdomain.
17011
17012         * image.c (build_guid_table): Handle the case when multiple images have
17013         the same GUID.
17014
17015 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17016
17017         * icall.c: added a couple of icalls for System.Web.
17018
17019 2003-08-28  Martin Baulig  <martin@ximian.com>
17020
17021         * icall.c (ves_icall_Type_BindGenericParameters): Use
17022         `klass->generic_inst' instead of `&klass->byval_arg' in the
17023         mono_type_get_object() call.  The returned type must be
17024         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
17025
17026 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
17027
17028         * NOTES: New file.
17029
17030         * object.c (mono_class_proxy_vtable): Make it thread safe.
17031
17032         * pedump.c: Fix warning.
17033
17034         * object.c appdomain.h: Get rid of metadata_section. 
17035         It is no longer needed and it was causing deadlocks with domain->lock.
17036
17037         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
17038
17039 2003-08-26  Martin Baulig  <martin@ximian.com>
17040
17041         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
17042
17043 2003-08-26  Martin Baulig  <martin@ximian.com>
17044
17045         * pedump.c (main): Call mono_metadata_init(),
17046         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
17047         and mono_loader_init().
17048
17049 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
17050
17051         * loader.h: Add missing include to fix build.
17052
17053         * image.h: mono_image_load_references is no more.
17054
17055         * assembly.c: Reworked assembly loading to make it really thread safe.
17056         After these changes, the assembly returned by mono_assembly_open is
17057         fully initialized, i.e. all its references assemblies are loaded.
17058
17059         * assembly.c (mono_image_load_references): Renamed to 
17060         mono_assembly_load_references, and made private, since clients no
17061         longer need to call it.
17062
17063         * class.c: Removed calls to mono_assembly_load_references, since it was
17064         a source of deadlocks.
17065
17066         * loader.h loader.c class.h class.c: Protect data structures using a 
17067         new lock, the loader lock.
17068
17069         * class.c (mono_class_setup_vtable): Create temporary hash tables and
17070         GPtrArrays only when needed.
17071
17072         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
17073         into empty structures by mcs. Fixes pinvoke7.cs.
17074         
17075         * domain.c (mono_init): Call a new initialization function.
17076
17077         * appdomain.c (mono_runtime_init): Call the new initializer function
17078         of the marshal module.
17079
17080         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
17081         inserted into empty structures by mcs. Fixes pinvoke7.cs.
17082
17083         * marshal.h marshal.c: Added locks around the wrapper caches to make
17084         this module thread safe.
17085
17086         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
17087         this argument. Fixes pinvoke1.exe.
17088
17089 2003-08-25  Lluis Sanchez <lluis@ximian.com>
17090
17091         * object.h: Added call_type field to MonoMethodMessage and the corresponding
17092         enumeration of values. Removed fields to store remote call output values in
17093         MonoAsyncResult. Not needed any more.
17094         * object.c: Initialize call_type and async_result fields in mono_message_init.
17095         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
17096         dispatching the message.
17097         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
17098         async call to finish. To do it use a message with EndInvoke call type.
17099
17100 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
17101
17102         * loader.h loader.c (mono_method_hash_marhal_info): New function which
17103         determines whenever a method has marshalling info.
17104
17105 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17106
17107         * assembly.c: fix the build on windows.
17108
17109 2003-08-22 Lluis Sanchez <lluis@ximian.com>
17110
17111         * object.cs: Fixed bug #47785.
17112
17113 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
17114
17115         * string-icalls.c (StringReplace): If their are no occurances of
17116         the old string found return a reference to the supplied
17117         string. This saves some memory and matches MS behavoir.
17118         
17119 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17120
17121         * socket-io.c: fixed compilation for systems that define AF_INET6
17122         and don't define SOL_IP/SOL_IPV6.
17123
17124 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
17125
17126         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
17127         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
17128
17129         * rawbuffer.c rawbuffer.h: Make this module thread safe.
17130
17131         * domain.c: Make this module thread safe.
17132
17133         * domain.c (mono_init): Call new initialization function.
17134
17135         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
17136         reference types too. Fixes #38812.
17137
17138         * image.c (mono_image_init): Fixed warnings.
17139
17140         * class.c (mono_class_from_typeref): Handle assembly load failure
17141         correctly.
17142
17143         * appdomain.c (add_assemblies_to_domain): Handle the case when
17144         the references of an assembly are not yet loaded.
17145
17146         * metadata.c image.c assembly.c: Moved initialization of global
17147         variables to a separate function called at startup since lazy 
17148         initialization of these variables is not thread safe.
17149         
17150         * image.c assembly.c: Made this module thread safe by adding locks in 
17151         the appropriate places.
17152
17153         * domain.c (mono_init): Call the new initialization functions of the
17154         three modules.
17155
17156 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
17157
17158         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
17159           make a direct call. It is proxy's work to make the call asynchronous.
17160           mono_delegate_end_invoke(): If the targe is a proxy, just collect
17161           the return values.
17162         * object.cs: mono_method_call_message_new(): read AsyncResult and
17163           state object from parameters list, if this info is requested.
17164         * object.h: Added fields to store remote call output values in
17165           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
17166
17167 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17168
17169         * object.h: add needed fields to MonoThread.
17170         * threads.c, threads.h: allow registering a function to cleanup data
17171         allocated per thread by the JIT.
17172
17173 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17174
17175         * loader.h: portability fix by Bernie Solomon
17176         * <bernard@ugsolutions.com>.
17177
17178 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
17179
17180         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
17181         return a MonoArray. This simplifies the code and also ensures that
17182         the cache allways contains an object reference as a value.
17183
17184         * icall.c (ves_icall_get_parameter_info): Simplified using the new
17185         function.
17186
17187 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17188
17189         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
17190         fixes a problem with byte ordering when getting the address family for
17191         a socket.
17192
17193 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
17194
17195         * .cvsignore: Added monosn.
17196
17197         * reflection.h reflection.c loader.c: Added support for parameter
17198         marshalling to dynamically created types. Fixes #47295.
17199
17200 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
17201
17202         * rand.c: remove useless warnings.
17203
17204 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
17205
17206         * class.c: implemented ldtoken for methods and fieldrefs.
17207
17208 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17209
17210         * threadpool.c: when mono_async_invoke was called, no one took care of
17211         monitoring the queue. So if the method invoked took some time and we
17212         got new async invoke requests after 500 ms (the thread created waited
17213         that long in WaitForSingleObject), the new async invoke was not called
17214         until the previous one finished.
17215
17216         This is fixed now. Thanks to Totte for helping with it.
17217
17218 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17219
17220         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
17221
17222 2003-08-11  Martin Baulig  <martin@ximian.com>
17223
17224         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
17225
17226 2003-08-06  Martin Baulig  <martin@ximian.com>
17227
17228         * mono-debug-debugger.c: Added support for static fields,
17229         properties and methods.
17230
17231 2003-08-06  Martin Baulig  <martin@ximian.com>
17232
17233         * mono-debug-debugger.c: Don't store the MonoString's vtable to
17234         make this work for applications with multiple application domains.
17235
17236 2003-08-04  Martin Baulig  <martin@ximian.com>
17237
17238         * mono-debug-debugger.c: Completely reworked the type support; the
17239         most important thing is that we're now just using one single
17240         `MonoType' instance per type.
17241
17242 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
17243
17244         * mono-endian.h, mono-endian.c, icall.c: Added icall
17245         ves_icall_System_Double_AssertEndianity to assert double word endianity
17246         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
17247
17248 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
17249
17250         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
17251         support, icalls and fixes.
17252
17253 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
17254
17255         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
17256         classes that are a punctuation character in .NET is not the same a
17257         g_unichar_ispunct.
17258
17259 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17260
17261         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
17262
17263 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
17264
17265         * icall.c: Add new MemCopy internalcall.
17266         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
17267         Simplified code; It is not necessary to handle all the cases here,
17268         as the C# code takes care of it.  Only handle the case of the name
17269         resource embedded into the assembly.
17270
17271         Changed signature to return the data pointer and the size of the
17272         data. 
17273
17274 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
17275
17276         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
17277         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
17278
17279 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
17280
17281         * socket-io.c: ignore EINTR error in select.
17282
17283 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
17284
17285         * class.h, class.c: removed unused subclasses field in MonoClass.
17286
17287 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
17288
17289         * icall.c: improve fix of get_base_definition(). If the parent class
17290           doesn't have the mehod, look at the parent of the parent.
17291         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
17292           to check if a parameter is an in or out parameter
17293           (PARAM_ATTRIBUTE_IN is not set by default).
17294           mono_method_return_message_restore(): Use mono_class_value_size to
17295           get the size of a value type. mono_type_stack_size (parameterType)
17296           does not return the correct value if parameterType is byRef.
17297           mono_load_remote_field(), mono_load_remote_field_new(),
17298           mono_store_remote_field(), mono_store_remote_field_new():
17299           raise exception if the remote call returns an exception.
17300
17301 2003-07-28  Martin Baulig  <martin@ximian.com>
17302
17303         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
17304         method.  This is a wrapper around mono_runtime_invoke() which
17305         boxes the instance object if neccessary.
17306
17307 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
17308
17309         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
17310         metadata.h, row-indexes.h, verify.c: first cut of generics support.
17311
17312 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
17313
17314         * icall.c: disable mcs bug workaround.
17315
17316 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
17317
17318         * object.c (mono_runtime_class_init): Take the metadata_section
17319         mutex before obtaining the domain mutex.
17320
17321         * appdomain.h: Added definition of metadata_section mutex here. 
17322
17323         * object.c: define metadata_mutex here.
17324
17325 2003-07-24  Ravi Pratap  <ravi@ximian.com>
17326
17327         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
17328         fixed.
17329
17330 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
17331
17332         * reflection.c: Fix bug #46669
17333
17334 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17335
17336         * exception.c:
17337         * exception.h:
17338         * icall.c:
17339         * object.h: fill in the type name for TypeLoadException.
17340
17341 2003-07-23  Ravi Pratap  <ravi@ximian.com>
17342
17343         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
17344         relationship between TypeBuilders while compiling corlib) and bug
17345         45993 (Array types returned from the runtime while compiling
17346         corlib were from the loaded corlib).
17347
17348 2003-07-22  Martin Baulig  <martin@ximian.com>
17349
17350         * mono-debug-debugger.c: Reworked the type support a bit more;
17351         distinguish between types and classes.
17352
17353 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
17354
17355         * icall.c: add IsArrayImpl icall.
17356
17357 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
17358
17359         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
17360         initializing real_size only once. Also fix bug #46602.
17361
17362 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
17363
17364         * object.c: Renamed mono_metadata_section to metadata_section.
17365
17366 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
17367
17368         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
17369           empty array if the type is an array. Fixed.
17370           ves_icall_MonoMethod_get_base_definition: if the base method
17371           is abstract, get the MethodInfo from the list of methods of
17372           the class.
17373         * reflection.c: ParameterInfo.PositionImpl should be zero-based
17374           and it was 1-based. Fixed in mono_param_get_objects.
17375
17376 2003-07-20  Martin Baulig  <martin@ximian.com>
17377
17378         * mono-debug.h: Set version number to 31.
17379         (mono_debug_init): Added `MonoDomain *' argument.
17380
17381         * mono-debug-debugger.c: Reworked the type support; explicitly
17382         tell the debugger about builtin types; pass the `klass' address to
17383         the debugger.
17384
17385 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
17386
17387         * image.c: Allow new metadata tables to be loaded without a
17388         warning. Also update the warning message to give the new constant value.
17389                 
17390 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
17391
17392         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
17393         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
17394         array type representation changes.
17395
17396 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
17397
17398         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
17399         on Environment.Exit () call.
17400
17401 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
17402
17403         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
17404         requires a matching corlib.
17405
17406 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
17407
17408         * Changelog: My editor decided to add a CR to each line. Sorry about that.
17409           Committed again without the CRs.
17410         
17411 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
17412
17413         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
17414           getting it from the "this" socket instance. Did not work
17415           if the socket is a subclass of Socket.
17416           Also fixed bug #35371.
17417
17418 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
17419
17420         * metadata.c: fixed size for TypedByRef.
17421         * loader.c: when searching for a method, consider the vararg amrker.
17422         * unicode.c, decimal.c: constify some arrays.
17423
17424 2003-07-15  Dick Porter  <dick@ximian.com>
17425
17426         * socket-io.c: Fixed compilation for gcc < 3.2.
17427
17428         Fixed compilation for machines that don't have AF_INET6 (thanks to
17429         Bernie Solomon <bernard@ugsolutions.com> for that part.)
17430
17431         Fixed compile warnings.
17432         
17433         Fixed formatting and line endings.
17434
17435 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
17436
17437         * socket-io.h:
17438         * socket-io.c: Added IPv6 support.
17439
17440 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
17441
17442         * class.c (mono_class_is_assignable_from): New function to implement
17443         the is_assignable_from logic. Used by mono_object_isinst, 
17444         Type::IsAssignableFrom () and the interpreter.
17445
17446         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
17447         Object, even interfaces.
17448         
17449         * object.c (mono_object_isinst): Implement in terms of 
17450         is_assignable_from.
17451
17452         * icall.c (ves_icall_type_is_assignable_from): New icall.
17453
17454 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
17455
17456         * domain.c (foreach_domain): fix compiler warning.
17457
17458 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
17459
17460         * image.c (load_metadata_ptrs): use g_strndup because strndup is
17461         not available on all plattforms
17462
17463 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
17464
17465         * image.h image.c: Store the metadata version string in MonoImage.
17466         * icall.c: New icall to retrieve the image version.
17467         * reflection.c (create_dynamic_image): Fill in the image version field
17468         * reflection.c (build_compressed_metadata): Use the image version
17469         from the image structure.
17470
17471 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17472
17473         * appdomain.c: modified comment.
17474         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
17475         That will be its last iteration when mono_gc_cleanup is called from
17476         mono_runtime_cleanup and before the domain is unloaded.
17477
17478         Fixes bug #45962.
17479
17480 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
17481
17482         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
17483         attributes.
17484
17485 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
17486
17487         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
17488         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
17489         Bernie Solomon <bernard@ugsolutions.com>.
17490
17491 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
17492
17493         * object.c, object.h: provide mono_object_new_fast() for faster
17494         allocation in some special cases.
17495
17496 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
17497
17498         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
17499         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
17500
17501 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
17502
17503         * threadpool.c: fix leaks.
17504
17505 2003-07-01  Dick Porter  <dick@ximian.com>
17506
17507         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
17508         using MonoGHashTables.  Fixes threadpool bug posted to list.
17509
17510 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
17511
17512         * image.h, image.c: added support to load an assembly from a byte array.
17513         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
17514         assembly bundle support.
17515
17516 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
17517
17518         * threadpool.c (mono_thread_pool_add): keep a reference to the
17519         AsyncResult to prevent GC
17520
17521 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
17522
17523         * class.c: leak fix.
17524
17525 2003-06-25  Dick Porter  <dick@ximian.com>
17526
17527         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
17528         for the async object, the WaitHandle object will close the handle.
17529         Fixes bug 45321.
17530
17531 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
17532
17533         * class.c: in mono_array_class_get (), lookup from the hash with the
17534         same type we insert: this works around a bug in
17535         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
17536         lluis. The real fix will have to wait for after the release.
17537
17538 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
17539
17540         * icall.c: fix memory leak when getting type members.
17541
17542 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
17543
17544         * reflection.c: added more pubtoken special cases.
17545
17546 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
17547
17548         * class.c: handle field offset correctly when class size
17549         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
17550
17551 2003-06-20  Martin Baulig  <martin@ximian.com>
17552
17553         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
17554         *image' field.
17555
17556 2003-06-20  Martin Baulig  <martin@ximian.com>
17557
17558         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
17559
17560 2003-06-20  Martin Baulig  <martin@ximian.com>
17561
17562         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
17563         just distinguish between variables in registers and variables at
17564         an offset relative to a register.
17565
17566 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17567
17568         * icall.c: #ifdef out latest changes until mcs is fixed.
17569
17570 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17571
17572         * icall.c: return members in metadata order.
17573
17574 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
17575
17576         * icall.c: avoid infinite loop in GetTimeZoneData.
17577
17578 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
17579
17580         * icall.c: added Marshal.Prelink/All icalls.
17581
17582 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
17583
17584         * object.c, object.h: fix warnings and do some overflow checking
17585         when creating arrays.
17586
17587 2003-06-17  Dick Porter  <dick@ximian.com>
17588
17589         * file-io.h:
17590         * file-io.c: File attributes need to be tweaked slightly when
17591         passed from the managed to the w32 world.
17592
17593 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
17594         * profiler.h profiler-private.h profiler.c: Rework last patch
17595         based on suggestion by Paolo.
17596         
17597 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
17598
17599         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
17600         instruction level coverage data collection.
17601         * profiler.h profiler.c (: Added new callback function which can be
17602         used by the profiler to limit which functions should have coverage
17603         instrumentation.
17604         * profiler.c (mono_profiler_load): Call g_module_build_path to
17605         generate the file name of the profiler library.
17606
17607 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
17608
17609         * profiler.c, profiler.h, profiler-private.h: added basic block 
17610         coverage profiling API.
17611
17612 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
17613
17614         * reflection.c (mono_reflection_create_runtime_class): Add support
17615         for events in dynamically generated code.
17616
17617         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
17618         not allocated.
17619
17620 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
17621
17622         * icall.c: when getting timezone info, return reasonable values if we
17623         can't get the actual data.
17624
17625 2003-06-14  Dick Porter  <dick@ximian.com>
17626
17627         * threads.c (start_wrapper): Remove the reference to the thread
17628         object in the TLS data, so the thread object can be finalized.
17629         This won't be reached if the thread threw an uncaught exception,
17630         so those thread handles will stay referenced :-( (This is due to
17631         missing support for scanning thread-specific data in the Boehm GC
17632         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
17633
17634 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
17635
17636         * reflection.c: ensure streams and tables are first allocated with
17637         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
17638
17639 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
17640
17641         * icall.c: fixed GetElementType for byrefs (bug# 44792).
17642
17643 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
17644
17645         * reflection.c (mono_reflection_create_runtime_class): Add support for
17646         properties to dynamically created classes.
17647         * reflection.c: Fix a few places where non-MonoObjects were inserted
17648         into the tokens hashtable.
17649
17650 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17651
17652         * object.c: some support to handle out of memory exceptions.
17653
17654 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
17655
17656         * marshal.c (mono_marshal_get_native_wrapper): support reference
17657         return types
17658
17659 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
17660
17661         * object.h, object.c: more portability stuff from Bernie Solomon.
17662         Unexport mono_object_allocate(). Added mono_object_unbox ().
17663         Set exitcode when an unhandled exception is thrown.
17664
17665 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
17666
17667         * marshal.c (mono_marshal_get_native_wrapper): use custom
17668         marshaler for return types.
17669
17670 2003-06-10  Dick Porter  <dick@ximian.com>
17671
17672         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
17673         ip_mreq is available
17674
17675 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
17676
17677         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
17678         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
17679         by Bernie Solomon <bernard@ugsolutions.com>.
17680
17681 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
17682
17683         * gc.c (mono_gc_init): Avoid error message on shutdown when
17684         GC_DONT_GC=1 is used.
17685
17686         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
17687         New icall to return the GUID of a module.
17688
17689 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
17690
17691         * class.c: ensure instance size always includes the parent's size
17692         even whem class size is set explicitly (fixes bug#44294).
17693
17694 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
17695
17696         * profiler.h, profiler.c: made the simple profiler thread-safe,
17697         get more accurate timing info. Allow the loading of an
17698         externally-developed profiler module.
17699
17700 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
17701
17702         * marshal.c (mono_marshal_get_native_wrapper): improved
17703         class/byref arguments.
17704         (mono_marshal_get_native_wrapper): better string marshaling support.
17705
17706 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
17707
17708         * class.c: ensure .pack and .size are handled correctly and
17709         simplified layout of static fields.
17710
17711 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
17712
17713         * appdomain.c
17714         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
17715
17716         * loader.c (mono_lookup_pinvoke_call): look for modules in the
17717         current directory (fix bug 44008)
17718
17719 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
17720
17721         * marshal.c (mono_marshal_get_native_wrapper): started support for
17722         custom marshalers.
17723         (mono_delegate_to_ftnptr): consider marshalling specifications
17724
17725 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
17726
17727         * reflection.c, reflection.h: emit custom marshal info.
17728
17729 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17730
17731         * object.c: free the GError.
17732         * icall.c: added CloseEvent_internal.
17733         * threads.[ch]:
17734         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
17735         call.
17736
17737 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
17738
17739         * loader.c (mono_method_get_signature): Add support for dynamic
17740         assemblies.
17741
17742 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
17743
17744         * reflection.c: fixed bug #43905.
17745
17746 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
17747
17748         * class.c, domain.c, icall.c, metadata.h, object.h: support for
17749         handling TypedReference and ArgIterator.
17750         * loader.c, loader.h: added function to get signature at call site.
17751
17752 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
17753
17754         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
17755         data readonly. Buglets and warning fixes. Some MethodSpec support.
17756
17757 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
17758
17759         * class.h, class.c, object.c: remove relative numbering support.
17760
17761 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
17762
17763         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
17764         free the string, until we get a chance to fix Gtk#
17765
17766 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17767
17768         * marshal.c: revert last patch.
17769
17770 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
17771
17772         * icall.c: updates for new mono_class_vtable() not calling
17773         the type constructor anymore.
17774
17775 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
17776
17777         * object.h, object.c: separate vtable creation from type
17778         initialization. Make running the .cctor thread safe.
17779
17780 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
17781
17782         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
17783
17784 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
17785
17786         * loader.c (mono_get_method): consider calling convention
17787
17788 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
17789
17790         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
17791         to return the invisible global type for a module.
17792
17793         * reflection.c (mono_image_build_metadata): Emit global fields too.
17794
17795 2003-05-20  Peter Williams  <peterw@ximian.com>
17796
17797         * loader.c (mono_lookup_internal_call): Add a few newlines.
17798
17799 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
17800
17801         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
17802         literal strings.
17803
17804         * appdomain.c (set_domain_search_path): Recalculate search path when
17805         AppDomainSetup.PrivateBinPath changes.
17806
17807         * object.c (mono_class_compute_gc_descriptor): It turns out some
17808         parts of the class libs (like System.Thread) holds pointers to
17809         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
17810         to treat native int a pointer type here.
17811         
17812 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
17813
17814         * appdomain.h, domain.c: add hashtable for jump target resolution.
17815
17816 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
17817
17818         * reflection.h reflection.c icall.c: Added new icalls 
17819         GetManifestResourceInfoInternal, GetModulesInternal and support
17820         infrastructure.
17821
17822 2003-05-16  Dick Porter  <dick@ximian.com>
17823
17824         * icall.c:
17825         * file-io.h:
17826         * file-io.c: Implement System.IO.MonoIO::GetTempPath
17827
17828 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
17829
17830         * object.c: mono_store_remote_field: little fix to previous patch.
17831
17832 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
17833
17834         * class.c: add constructors to array classes.
17835         * icall.c: special case array construction for InternalInvoke (),
17836
17837 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
17838
17839         * class.h class.c reflection.c object.c: Added support for field
17840         defaults in dynamically generated classes.
17841
17842 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
17843
17844         * reflection.c: properly encode charset for ddlimport.
17845
17846 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
17847
17848         * threads.c: allow compiling without GC.
17849
17850 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
17851
17852         * appdomain.h, object.c, object.h, threads.c, threads.h: added
17853         handling of thread static data.
17854
17855 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
17856
17857         * reflection.h, reflection.c: added mono_custom_attrs_free ().
17858
17859 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
17860
17861         * class.c (mono_array_class_get): always set the serializable flags
17862         (mono_array_class_get): always set the SEALED attribute for array types
17863
17864 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
17865
17866         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
17867         attributes (fix for bug 42021).
17868
17869 2003-05-12  Dick Porter  <dick@ximian.com>
17870
17871         * gc.c: Don't run finalizers when the finalizer thread is
17872         finishing up, because the default domain has already been
17873         destroyed.
17874
17875 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
17876
17877         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
17878         value is null, we should throw an exception.   This is slightly
17879         different than the other conventions used for the constructor.
17880
17881 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17882
17883         * socket-io.c: fixed windows build.
17884
17885 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17886
17887         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
17888
17889 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
17890
17891         * object.c (mono_string_new_wrapper): Compatibility fix for MS
17892         compilers.
17893
17894 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
17895
17896         * class.c (mono_class_layout_fields): Add experimental GC aware
17897         auto layout facility. Requires class library changes to work correctly.
17898
17899         (mono_class_setup_vtable): Avoid overriding explicit interface
17900         method implementations. Fixes iface3.exe test.
17901
17902         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
17903         object reference.
17904         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
17905         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
17906
17907         * metadata.h: Add new type classification macro which determines
17908         whenever the type holds an object reference.
17909
17910 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
17911
17912         * marshal.c (mono_marshal_get_native_wrapper): cleanups
17913
17914 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
17915
17916         * gc.c (finalizer_thread): Work around a GC bug.
17917
17918 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
17919
17920         * marshal.c (emit_struct_conv): allow unions
17921
17922         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
17923
17924 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
17925
17926         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
17927
17928 2003-05-06  Martin Baulig  <martin@ximian.com>
17929
17930         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
17931
17932 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17933
17934         * socket-io.c:
17935         (Select_internal): allow NULLs, don't create arrays if not needed.
17936         Coupled with Socket.cs changes.
17937
17938         * threadpool.c:
17939         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
17940         register a finalizer for it that will close the semaphore handle. This
17941         fixes the leak and make Lupus' test run with > 4080 loops.
17942
17943 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
17944
17945         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
17946         Jerome Laban (bug #42287)
17947
17948 2003-05-02  Martin Baulig  <martin@ximian.com>
17949
17950         * debug-mono-symfile.h
17951         (MonoSymbolFile): Moved declaration into mono-debug.h.
17952         (MonoDebugMethodJitInfo): Likewise.
17953         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
17954         argument.
17955         (_mono_debug_address_from_il_offset): Take a
17956         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
17957
17958         * mono-debug.h
17959         (MonoDebugDomainData): New struct.
17960         (mono_debug_get_domain_data): New function.
17961         (mono_debug_add_method): Take an additional `MonoDomain *'
17962         argument.
17963         (mono_debug_source_location_from_address): Likewise.
17964         (mono_debug_il_offset_from_address): Likewise.
17965         (mono_debug_address_from_il_offset): Likewise.
17966
17967 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
17968
17969         * reflection.c: one more check for null type in custom attrs.
17970
17971 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17972
17973         * reflection.c: avoid warning (comparison is always false due to limited
17974         range of data type).
17975
17976 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17977
17978         * icall.c: throw an exception in Type.GetField if the argument 'name'
17979         is NULL.
17980
17981 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
17982
17983         * reflection.c: fixed handling of enums in named arguments to custom
17984         attributes (bug #42123).
17985
17986 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
17987
17988         * reflection.c: use the right array element type and handle
17989         a null for a Type argument, too.
17990
17991 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
17992
17993         * reflection.c: handle arrays as arguments to custom attributes.
17994
17995 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
17996
17997         * reflection.c: handle a string value in a custom attr
17998         ctor that takes an object.
17999
18000 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
18001
18002         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
18003         (fix bug #42063)
18004
18005 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
18006
18007         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
18008
18009 2003-04-27  Martin Baulig  <martin@ximian.com>
18010
18011         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
18012         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
18013         MONO_DEBUGGER_EVENT_BREAKPOINT.
18014         (mono_breakpoint_trampoline_code): Removed.
18015         (mono_debugger_event_handler): The last argument is now a
18016         `guint32'.
18017         (mono_debugger_insert_breakpoint_full): Removed the
18018         `use_trampoline' argument.
18019         (mono_debugger_method_has_breakpoint): Likewise.
18020         (mono_debugger_trampoline_breakpoint_callback): Renamed to
18021         mono_debugger_breakpoint_callback(); take the method and
18022         breakpoint number as arguments.
18023
18024 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
18025
18026         * metadata.c: fix off by one when loading parameters attributes.
18027
18028 2003-04-24  Martin Baulig  <martin@ximian.com>
18029
18030         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
18031
18032 2003-04-24  Martin Baulig  <martin@ximian.com>
18033
18034         * mono-debug-debugger.c: Moved all code which interacts with the
18035         Mono Debugger here.
18036
18037         * debug-mono-symfile.c: This code now just deals with the symbol
18038         file itself, the debugger code is now in mono-debug-debugger.c.
18039
18040 2003-04-23  Martin Baulig  <martin@ximian.com>
18041
18042         * mono-debug.c (mono_debug_source_location_from_il_offset):
18043         New method; like mono_debug_source_location_from_address(), but
18044         takes an IL offset instead of a machine address.
18045
18046 2003-04-23  Martin Baulig  <martin@ximian.com>
18047
18048         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
18049         `line' field; this is now computed by the debugger.
18050
18051 2003-04-23  Martin Baulig  <martin@ximian.com>
18052
18053         * mono-debug.[ch]: New files.  This is the new debugging interface.
18054
18055         * mono-debug-debugger.[ch]: New files.  Moved all code which
18056         interacts with the Mono Debugger here.
18057
18058 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
18059
18060         * domain.c (mono_init): initialize mono_defaults.monitor_class
18061
18062 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
18063
18064         * reflection.c (method_encode_code): Add a spicy exception to help
18065         future compiler authors.
18066
18067 2003-04-21  Martin Baulig  <martin@ximian.com>
18068
18069         * icall.c
18070         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
18071         Make this work with relative pathnames; g_filename_to_uri() needs
18072         an absolute filename.
18073
18074 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
18075
18076         * icall.c: Track name changes in Object and ValueType.
18077
18078 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
18079
18080         * metadata.c (mono_type_stack_size): size should be a multiple of
18081         sizeof (gpointer)
18082
18083 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18084
18085         * gc.c:
18086         (internal_domain_finalize): moved into mono_domain_finalize. No need
18087         to create another thread because the finalizers will be run in the
18088         finalizer thread.
18089         
18090         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
18091         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
18092         to be run (MS does this too).
18093
18094 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
18095
18096         * object.c (mono_class_compute_gc_descriptor): Update comment.
18097
18098         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
18099
18100         * image.h: Add synchronized wrapper cache.
18101
18102         * image.c (do_mono_image_open): Initialize cache.
18103
18104         * reflection.c (create_dynamic_mono_image): Initialize cache.
18105
18106 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18107
18108         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
18109         ves_icall_System_Buffer_ByteLengthInternal.
18110
18111 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
18112
18113         * reflection.c: setup klass->nested_in earlier. Allow
18114         a dash in the assembly name.
18115
18116 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
18117
18118         * metadata.c (mono_type_to_unmanaged): dont access
18119         type->data.klass for MONO_TYPE_OBJECT
18120         (mono_type_to_unmanaged): consider System.Delegate class
18121
18122 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
18123
18124         * class.c: just setup supertypes in the proper place instead of
18125         initializing the full element class for arrays.
18126
18127 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
18128
18129         * class.c: ensure the element class of arrays is initialized.
18130         Setup the supertype info for array classes, too.
18131
18132 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
18133
18134         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
18135
18136 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18137
18138         * Makefile.am: re-added -m option when running cygpath. This way,
18139         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
18140         separator.
18141         * mono-config.c: same codepath for locating mono config file for WIN32
18142         and the rest.
18143         * assembly.c: if mono_assembly_setrootdir is called, don't override
18144         the value set.
18145
18146 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18147
18148         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
18149         MONO_ASSEMBLIES variable.
18150
18151 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
18152
18153         * icall.c: added Assembly::GetNamespaces() icall.
18154
18155 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18156
18157         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
18158
18159 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
18160
18161         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
18162         * object.c: fixed bug in the construction of vtable for proxies
18163
18164 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
18165
18166         * object.c (mono_array_new): Mark mono_array_new as an icall.
18167
18168 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18169
18170         * class.c: fixed test for public method when overriding interfaces.
18171         Closes bug #40970.
18172
18173 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
18174
18175         * appdomain.h, domain.c: added mono_domain_foreach() to
18176         be able to access the currently loaded appdomains.
18177         * object.c: make string interning work across sppdomains.
18178         Mark some functions for use as icalls.
18179
18180 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
18181
18182         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
18183
18184         * reflection.h reflection.c: Allocate long living data using 
18185         GC_MALLOC_ATOMIC so the collector does not need to scan it.
18186
18187         * reflection.c: Double the allocation size in streams instead of
18188         increasing it, to prevent unneccesary copying on large assemblies.
18189         
18190         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
18191         creation if the assembly does not have the Run flag set.
18192
18193 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
18194
18195         * class.h: avoid the C++ keywords in header files (Jerome Laban
18196         spotted and fixed this).
18197
18198 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18199
18200         * object.c:
18201         (mono_unhandled_exception): fill in the arguments for the
18202         UnhandledException event. Only trigger that event for the default
18203         domain (as MS does).
18204
18205 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
18206
18207         * object.c: Improve typed allocation stuff based on suggestions from
18208         Paolo. Also turn it on if the GC library supports it.
18209
18210 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
18211
18212         * object.c object.h class.h: Added experimental typed allocation
18213         facility using the interfaces in gc_gcj.h.
18214
18215         * os/gc_wrapper.h: Added new include files.
18216         
18217 2003-04-03  Martin Baulig  <martin@ximian.com>
18218
18219         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
18220         which is not yet enabled by default.
18221
18222         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
18223         functions.
18224         (mono_gc_lock, mono_gc_unlock): New static functions.
18225
18226         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
18227         functions; stop/start the world for the garbage collector.  This
18228         is using the windows API; we need to complete the SuspendThread()/
18229         ResumeThread() implementation in the io-layer to make this work on Unix.
18230         (mono_gc_push_all_stacks): New public function; tells the garbage
18231         collector about the stack pointers from all managed threads.
18232
18233 2003-04-03  Martin Baulig  <martin@ximian.com>
18234
18235         * object.h (MonoThread): Added `gpointer stack_ptr'.
18236
18237         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
18238
18239 2003-04-03  Martin Baulig  <martin@ximian.com>
18240
18241         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
18242
18243 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
18244
18245         * reflection.c (typebuilder_setup_fields): Initialize field.first and
18246         field.last.
18247
18248 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
18249
18250         * loader.c (mono_lookup_internal_call): Report the corlib that is
18251         out of sync.
18252
18253 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
18254
18255         * icall.c (ves_icall_type_GetTypeCode): fixed check for
18256         System.DBNull (it's class not valuetype).
18257
18258 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
18259
18260         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
18261         if the array method was already assigned a token (fixes bug#40646).
18262
18263 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
18264
18265         * reflection.c (mono_reflection_get_type): Attempt type resolve even
18266         if no assembly is given.
18267
18268 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
18269
18270         * metadata.h: Added the new tables.
18271
18272         * row-indexes.h: Added definitions for new tables.
18273
18274         * metadata.c: Add schemas for new tables, and add support for
18275         computing the sizes of them.
18276
18277         * class.c: Update for handling the new type cases.
18278
18279 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
18280
18281         * metadata.h (MONO_TYPE_IS_VOID): new macro
18282
18283 2003-03-31  Martin Baulig  <martin@ximian.com>
18284
18285         * threads.h (MonoThreadCallbacks): Added `thread_created'.
18286
18287         * threads.c (mono_thread_new_init): Call `thread_created' in the
18288         mono_thread_callbacks.
18289
18290 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
18291
18292         * loader.h: added marshalbyrefobject_class to mono_defaults
18293         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
18294         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
18295           generation of output parameters.
18296           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
18297         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
18298           contextbound and the target object belongs to the context of the caller.
18299         * object.h: added context and unwrapped_server variables in MonoRealProxy.
18300         * object.c: Implemented support for interfaces and abstract classes
18301           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
18302           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
18303
18304 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
18305
18306         * class.h class.c (mono_class_is_subclass_of): New function.
18307         
18308         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
18309         routines for most common case (calls from ArrayList::ToArray).
18310
18311         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
18312         routine so programs which call Environment::Exit() can be profiled.
18313
18314         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
18315         Added MONO_ARCH_SAVE_REGS.
18316
18317         * icall.c (ves_icall_type_is_subtype_of): Use new function.
18318
18319 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
18320
18321         * blob.h: Add a couple of new MonoType types definitions.
18322
18323         * tabledefs.h: Add a couple of new call convs.
18324
18325 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
18326
18327         * reflection.h (MonoReflectionDynamicAssembly): track changes in
18328         the layout of the class.
18329
18330         * reflection.c (alloc_table): double the size on overflow to avoid
18331         unnecessary copying.
18332
18333         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
18334         avoid filling out metadata tables and blobs. Also set mb->ilgen to
18335         null so it can be garbage collected.
18336         
18337 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
18338
18339         * reflection.c (mono_reflection_get_type): Return the resolved type
18340         only if it is in the assembly we searched.
18341
18342         * reflection.c (ensure_runtime_vtable): Initialize method slots.
18343
18344         * class.c (mono_class_setup_vtable): Set the slot of the overriding
18345         method.
18346
18347 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18348
18349         * appdomain.c:
18350         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
18351         the right one is 'file:///blah', but MS allows it.
18352         * assembly.c:
18353         (mono_assembly_open): allow 'file://blah'
18354
18355         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
18356
18357 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
18358
18359         * socket-io.c: fixes bug #40310.
18360
18361 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
18362
18363         * reflection.c (mono_reflection_parse_type): handle deeply nested
18364         types correctly.
18365
18366         * reflection.c (mono_image_create_token): Use unique token values
18367         since they will be put into a hash table.
18368
18369         * class.c (mono_class_setup_vtable): If a method occurs in more than
18370         one place in the vtable, and it gets overriden, then change the
18371         other occurances too.
18372
18373         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
18374         object as return type.
18375
18376 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
18377
18378         * icall.c: Deleted "ToString" implementation for double and float
18379         because they are full implemented in managed code.
18380
18381 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18382
18383         * reflection.c, reflection.h: implemented and exported functions
18384         to retrieve info about custom attributes.
18385
18386 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18387
18388         * appdomain.c: moved Uri handling to assembly.c
18389         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
18390         work when using a file Uri in *nix and windows.
18391
18392         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
18393         GetReferencedAssemblies.
18394
18395 2003-03-18  Dick Porter  <dick@ximian.com>
18396
18397         * icall.c: Rename a couple of internal calls
18398
18399         * threads.c: Set the thread state to Stopped when a thread exits.
18400         Fixes bug 39377.
18401
18402 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
18403
18404         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
18405         New icall.
18406
18407         * object.c (mono_class_vtable): fix warning.
18408
18409 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
18410
18411         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
18412
18413         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
18414         memory.
18415         (method_encode_clauses): Create exception info structures in the right
18416         order.
18417         (mono_reflection_setup_internal_class): Initialize supertypes field.
18418
18419         * class.c object.c: Handle interfaces which implement other interfaces 
18420         correctly.
18421
18422         * class.h class.c: Move the supertypes array initialization code into 
18423         a separate function so it can be used for dynamic types too. Also call
18424         it earlier, in mono_class_init(), since it can be used before the
18425         type is initialized.
18426
18427 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18428
18429         * Makefile.am:
18430         * assembly.c:
18431         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
18432
18433         * appdomain.c:
18434         * appdomain.h:
18435         * marshal.c:
18436         * object.c: remove warnings.
18437
18438 2003-03-13  Martin Baulig  <martin@ximian.com>
18439
18440         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
18441         (MonoDebugLexicalBlockEntry): New types.
18442
18443         * debug-mono-symfile.c
18444         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
18445
18446 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18447
18448         * process.c: ret can be any non-zero value accroding to MS doc.
18449
18450 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
18451
18452         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
18453         fixing a warning for a miss-used prototype, would have cause
18454         random memory corruption.
18455
18456 2003-03-07  Martin Baulig  <martin@ximian.com>
18457
18458         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
18459         getting really annoying ....
18460
18461 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
18462
18463         * reflection.c (fixup_method): added support for array methods.
18464
18465 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
18466
18467         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
18468         (pointed out by Michael Adams).
18469
18470 2003-03-04  Dick Porter  <dick@ximian.com>
18471
18472         * icall.c: Temporarily reverted the Double and Single ToString()
18473         change, because it broke nunit.
18474
18475 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
18476
18477         * object.h, threads.h: make include files compatible with C++
18478         (patch by Jerome Laban <jlaban@wanadoo.fr>).
18479
18480 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
18481
18482         * icall.c: Erased ToString helper functions for Double and Single.
18483         Now, that implementations ar all in managed code (Double and Single
18484         Formatters).
18485
18486 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
18487
18488         * appdomain.c: Added method for initializing the default context of
18489         a domain. Added internal call for getting the default context.
18490         * appdomain.h: Added context variable in MonoDomain struct.
18491         * domain.c: mono_domain_set also sets the default context of the domain
18492         * icall.c: Mapped internal method InternalGetDefaultContext.
18493         * object.c: mono_object_get_virtual_method returns always a remoting
18494         wrapper if the object is a transparent proxy.
18495         mono_runtime_invoke_array: when creating an object by calling the
18496         constructor, if the created object is a proxy, then the constructor should
18497         be called using the a remoting wrapper.
18498
18499 2003-03-03  Dick Porter  <dick@ximian.com>
18500
18501         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
18502         variable so it compiles on solaris.  Problem spotted by
18503         Christopher Taylor <ct@cs.clemson.edu>
18504
18505 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18506
18507         * appdomain.c:
18508         (get_info_from_assembly_name): don't leak value.
18509
18510         * icall.c:
18511         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
18512         result.
18513
18514 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
18515
18516         * assembly.c: export mono_image_load_references ().
18517         * class.c: handle function pointers. mono_class_from_name() now
18518         supports nested type names directly.
18519
18520 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
18521
18522         * reflection.h reflection.c: Encode already created dynamic methods 
18523         and fields correctly as a DEF instead of a REF.
18524
18525         * reflection.c: Get rid of the force_ref argument to 
18526         mono_image_typedef_or_ref since it was wrong in the first place.
18527
18528         * string-icalls.c: add error checking to string constructors according
18529         to the MSDN docs.
18530
18531         * reflection.c: Emit types in the order their TypeBuilders were 
18532         created. Previously, a new table index was assigned to each type before
18533         the tables were emitted. This was wrong because the signature blob
18534         might already refer to a type by its original table index.
18535
18536 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
18537
18538         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
18539         change.
18540         
18541 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18542
18543         * Makefile.am: make assemblies dir have \ instead of / on windows.
18544
18545 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
18546
18547         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
18548         iterate over the NESTEDCLASS table using a linear search since the
18549         table is not guaranteed to be sorted by the secondary key.
18550
18551         * class.c (mono_class_create_from_typedef): fixed up call to
18552         mono_metadata_nesting_typedef.
18553         
18554 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
18555
18556         * marshal.c (mono_string_to_byvalstr): clear the memory as
18557         suggested by Jerome Laban <jlaban@wanadoo.fr>
18558
18559 2003-02-26  Dick Porter  <dick@ximian.com>
18560
18561         * process.c: Cope with padding in .rsrc blocks
18562
18563 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
18564
18565         * metadata.h: reverted the filter_len change, it breaks reflection
18566         
18567 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
18568
18569         * metadata.h: added a new field to store the filter_len
18570         
18571
18572 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
18573
18574         * reflection.c: handle custom attributes for types and members
18575         created with Reflection.Emit (bug#38422).
18576
18577 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
18578
18579         * reflection.c: define RTSpecialName automatically for constructors for
18580         compatibility with MS.NET.
18581
18582         * reflection.c (mono_reflection_create_runtime_class): initialize
18583         nested_in field of dynamically created classes.
18584
18585 2003-02-22  Martin Baulig  <martin@ximian.com>
18586
18587         * debug-mono-symfile.h: Incremented version number.
18588
18589 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
18590
18591         * object.h icall.c process.c: fix warnings.
18592
18593 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
18594
18595         * appdomain.h appdomain.c:
18596         (mono_domain_try_type_resolve): split the 
18597         name_or_tb argument into a name and a tb argument.
18598         (mono_domain_has_type_resolve): new function to check whenever the
18599         application has registered a TypeResolve event handler.
18600         
18601         * icall.c reflection.h reflection.c: move the type resolve logic into
18602         mono_reflection_get_type () so it will be invoked when 
18603         Assembly::GetType () is called.
18604
18605         * reflection.c:
18606         (mono_reflection_get_type): renamed to get_type_internal.
18607         (mono_reflection_get_type): fixed type name generation so it works 
18608         for nested types too.
18609         (mono_reflection_get_type): call has_type_resolve () to avoid the 
18610         costly type name generation if there is no resolve event handler.
18611
18612 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18613
18614         * class.c, image.c: load exported types from file references.
18615
18616 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
18617
18618         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
18619           used to cache the managed methods used to create proxies and make 
18620           remote invocation of methods.
18621         * class.h: Added in MonoVTable a flag to indicate that a class needs 
18622           to be remotely created.
18623         * object.c: Modified the method mono_class_vtable(). It now initializes 
18624           the remote flag of the vtable. Modified mono_object_new_specific(), 
18625           so now it checks the remote flag.
18626         * icall.c: Added a couple of internal methods, one for enabling instance 
18627           creation interception for a type, and one for creating objects bypassing
18628           the remote check.
18629
18630 2003-02-18  Martin Baulig  <martin@ximian.com>
18631
18632         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
18633         New interncall to get a method's metadata token.
18634
18635         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
18636         New interncall for the debugger.
18637
18638 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
18639
18640         * class.c (mono_class_setup_vtable): allocate supertype array
18641
18642 2003-02-18  Martin Baulig  <martin@ximian.com>
18643
18644         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
18645
18646 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18647
18648         * reflection.c:
18649         (assembly_name_to_aname): jump over unknown properties (i've found
18650         something like: 'type, assembly, version=xxx, custom=null, public...',
18651         so now will ignore custom=null and still get the rest of the values).
18652
18653 2003-02-17  Dick Porter  <dick@ximian.com>
18654
18655         * threads.c: Have Thread.Start() wait for a semaphore to signal
18656         that the thread has set up all its local data.  This fixes bug
18657         34323, where Abort() raced the new thread's TLS data.
18658
18659         Also removes the handle_store() call from start_wrapper, because
18660         threads are now always created suspended and there is no longer a
18661         race between the parent and child threads to store the info.
18662
18663 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
18664
18665         * image.c: explain the #- heap issue in a message, hopefully
18666         avoiding FAQs on mono-list.
18667
18668 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18669
18670         * icall.c:
18671         (GetEntryAssembly): if the domain has not invoked
18672         AppDomain.ExecuteAssembly yet, return the assembly of the default
18673         AppDomain.
18674
18675 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
18676
18677         * class.c (mono_ldtoken): make it work in dynamic assemblies.
18678
18679 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
18680
18681         * metadata.c, reflection.c: simple speedup to type hash
18682         and equals code.
18683
18684 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
18685
18686         * image.c, image.h, class.c, assembly.c: move module loading
18687         to MonoImage. When loading metadata, consider alignemnet from
18688         the start of metadata, not from the metadata address in memory.
18689
18690 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
18691
18692         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
18693         AssemblyBuilder objects. Factored out custom attribute creation into
18694         a separate function.
18695         (create_custom_attr): new function to create custom attributes.
18696
18697 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
18698
18699         * Makefile.am: Got tired of typing the full pathname to pedump.
18700         Until there is another option, am installing this.
18701
18702 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
18703
18704         * class.c (class_compute_field_layout): always set field->parent 
18705         (mono_ldtoken): use mono_defaults.fieldhandle_class;
18706
18707 2003-02-11  Dick Porter  <dick@ximian.com>
18708
18709         * threads-types.h:
18710         * monitor.c: Rewrote Monitor, making lock much faster and
18711         Pulse/Wait work as specified.  Also uses much fewer handles, and only
18712         creates them as needed.
18713
18714         * exception.c: Added SynchronizationLockException
18715
18716         * threads.c: Deleted old Monitor implementation.  The new one is
18717         in a new file.
18718
18719 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
18720
18721         * class.c: handled TypedReference type code. Set the correct size for
18722         class data. Setup interface_offsets for interface classes, too.
18723
18724 2003-02-09  Martin Baulig  <martin@ximian.com>
18725
18726         * debug-mono-symfile.h: Reflect latest symbol writer changes.
18727
18728 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
18729
18730         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
18731         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
18732         * object.c: fixed mono_object_get_virtual_method () for interfaces.
18733         * verify.c: check for code that runs after the end of the method.
18734
18735 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
18736
18737         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
18738         "System.Math::Round2".
18739         * sysmath.h: Added Floor, Round and Round2 definitions.
18740         * sysmath.c: Modified certain functions that were not 100% compliant
18741         with MS.NET (math precision) and added the implementation of Floor,
18742         Round and Round2.
18743
18744 2003-02-07  Martin Baulig  <martin@ximian.com>
18745
18746         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
18747
18748 2003-02-07  Martin Baulig  <martin@ximian.com>
18749
18750         * debug-mono-symfile.c: Reflected latest symwriter changes.
18751         (mono_debug_create_mono_symbol_file): Removed.
18752         (mono_debug_open_mono_symbol_file): Take an argument which
18753         specifies whether to create a dynamic symbol file.
18754
18755 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
18756
18757         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
18758
18759 2003-02-05  Martin Baulig  <martin@ximian.com>
18760
18761         * reflection.c (mono_image_build_metadata): Make this public,
18762         protect it against being called multiple times, don't create
18763         resources and don't build the compressed metadata here.
18764         (mono_image_create_pefile): Do this here.
18765
18766         * icall.c
18767         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
18768
18769 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18770
18771         * socket-io.c: fixed bug #36322.
18772
18773 2003-02-06  Piers Haken <piersh@friskit.com>
18774
18775         * appdomain.[ch]:
18776         * class.h:
18777         * debug-mono-symfile.c:
18778         * icall.c:
18779         * loader.c:
18780         * mono-config.c:
18781         * monosn.c:
18782         * reflection.c:
18783         * socket-io.c: warning cleanups
18784
18785 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
18786
18787         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
18788         function. works like remoting invoke, but does a check for the Proxy first.
18789
18790 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
18791
18792         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
18793
18794 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
18795
18796         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
18797         array of pointers.
18798         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
18799         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
18800
18801         * object.c (mono_store_remote_field_new): used by the new jit
18802         instead of mono_store_remote_field
18803         (mono_load_remote_field_new): used by the new jit
18804         instead of mono_load_remote_field
18805
18806 2003-02-05  Patrik Torstensson
18807
18808         * appdomain.c: changed unload to take the domain id instead
18809         of domain
18810         
18811         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
18812
18813
18814 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18815
18816         * appdomain.c: don't look for assemblies in ApplicationBase if
18817         PrivateBinPathProbe is set.
18818
18819 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18820
18821         * object.c: make the first argument in main_args contain the absolute
18822         path to the assembly. Fixes bug #37511.
18823
18824 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18825
18826         * icall.c: get correct UTC offset for countries not using daylight
18827         time saving. Fixes bug #30030.
18828
18829 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18830
18831         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
18832         and 1 are the family).
18833
18834 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
18835
18836         * icall.c (ves_icall_InternalExecute): removed wrong assertion
18837
18838         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
18839
18840 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
18841
18842         * reflection.c: added support for SignatureHelper tokens, which is
18843         needed by the Calli opcode.
18844
18845         * reflection.h: track changes to SignatureHelper class.
18846
18847         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
18848
18849 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18850
18851         * appdomain.c: fixed loading assemblies from PrivateBinPath.
18852
18853 2003-02-03  Patrik Torstensson
18854         * appdomain.[c|h], domain.c : 
18855          - Added support for getting a domain via domain id
18856          - Support for setting and getting domain from System.AppDomain 
18857            (used in cross appdomain channel)
18858          - Added support for get/set for a MonoAppContext on a thread 
18859            (Context class in System.Runtime.Remoting.Contexts),
18860          - Removed hack in Get/SetData and ExecuteAssembly.
18861         
18862         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
18863         the managed world to get control when a proxy is created.
18864
18865         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
18866         
18867 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
18868
18869         * icall.c
18870         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
18871         Populate the codebase field as well.
18872
18873 2003-02-02  Martin Baulig  <martin@ximian.com>
18874
18875         * debug-mono-symfile.c
18876         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
18877         (mono_debug_symfile_add_method): Allow interncalls.
18878
18879 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18880
18881         * icall.c: throw parse exception if strtod fails or the string is empty.
18882
18883 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
18884
18885         * marshal.c: handle object type separately from defined
18886         class types.
18887
18888 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
18889
18890         * marshal.c: handle NATIVE_LPSTR for strings when it's
18891         explicitly specified.
18892
18893 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
18894
18895         * reflection.c, reflection.h, icall.c: setup the reflection
18896         handle cache for ModuleBuilders and AssemblyBuilders.
18897
18898 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
18899
18900         * reflection.c (reflection_methodbuilder_to_mono_method): set
18901         pinvoke flag
18902
18903 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18904
18905         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
18906
18907 2003-01-29  Dick Porter  <dick@ximian.com>
18908
18909         * threads.c: No need for the fake_thread kludge now that Thread
18910         doesn't run a class constructor
18911         
18912 2003-01-29  Dick Porter  <dick@ximian.com>
18913
18914         * threads.c: Use g_direct_hash instead of the rather bogus
18915         g_int_hash
18916
18917 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
18918
18919         * marshal.c (mono_marshal_get_native_wrapper): add check for null
18920         (fix pinvoke12.exe)
18921         (mono_marshal_get_struct_to_ptr): generate valid IL code
18922         (mono_marshal_get_ptr_to_struct): generate valid IL code
18923         (*): correctly set sig->pinvoke, we need to memdup the signature
18924         to do that
18925
18926 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
18927
18928         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
18929         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
18930
18931 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18932
18933         * profiler.c: provide more callers information.
18934
18935 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
18936
18937         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
18938
18939         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
18940
18941         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
18942
18943 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18944
18945         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
18946         exception instead of going into an infinite loop on dates which it 
18947         can't yet handle.
18948
18949         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
18950         out-of-range exception if needed.
18951
18952         * class.c (mono_class_setup_vtable): allow a virtual method to provide
18953         an implementation for an interface method and to override an inherited
18954         method at the same time. 
18955         Imagine a scenario when a virtual method is used to override a
18956         virtual abstract method in a parent class, and this same method 
18957         provides an implementation for an method inherited from an interface. 
18958         In this case, the interface resolution code will set im->slot, which 
18959         means that the virtual method override pass will skip this method 
18960         which means a pointer to the abstract method inherited from the parent
18961         will remain in the vtable of this non-abstract class.
18962
18963         * class.c: (mono_class_setup_vtable): continue search for a real 
18964         method if only an abstract method is found.     
18965
18966 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
18967
18968         * reflection.c: add size to encoding for ByValStr and ByValArray
18969         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
18970
18971 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18972
18973         * class.c (mono_class_setup_vtable): pass the override info as an
18974         argument.
18975
18976         * class.c (mono_class_setup_vtable): set the slot of overriding methods
18977         correctly.
18978         
18979         * reflection.c (ensure_runtime_vtable); add support for method 
18980         overrides.
18981         
18982 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18983
18984         * reflection.c (resolution_scope_from_image): Hack to work to work with
18985         dynamic assemblies.
18986
18987         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
18988         added a 'force_ref' argument to force this function to allways return 
18989         a TypeRef. This is needed by mono_image_get_memberref_token ().
18990         
18991 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
18992
18993         * reflection.c (mono_image_get_type_info): interfaces really don't have
18994         a parent.
18995
18996         * reflection.c (mono_image_basic_init): fill out missing fields of
18997         image structure.
18998
18999         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
19000         dynamic assemblies. This is required so dynamic assemblies show up in
19001         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
19002         Type::GetType() etc. This is consistent with MS behaviour.
19003
19004         * image.c image.h reflection.c: add newly created classes to the name 
19005         cache so mono_class_get () will find them.      
19006
19007 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
19008
19009         First part of changes to get IKVM.NET running under mono.
19010         
19011         * appdomain.h, appdomain.c: added new function 
19012         mono_domain_try_type_resolve() which will emit TypeResolve events. 
19013         This function will call AppDomain::DoTypeResolve to do the actual work.
19014
19015         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
19016         moved existing code dealing with dynamic tokens to a new function 
19017         called mono_reflection_lookup_dynamic_token (). This function will 
19018         raise TypeResolve events when appropriate. Since reflection.c is not 
19019         part of libmetadata, a new hook function called 
19020         mono_lookup_dynamic_token() is added to class.c which will call this.
19021
19022         * assembly.h assembly.c: make the invoke_load_hook function public,
19023         so it can be called for dynamic assemblies.
19024
19025         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
19026
19027         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
19028         type isn't found.
19029
19030         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
19031         MonoGHashTable, since it contains pointers to objects which the GC 
19032         needs to track.
19033
19034         * assembly.c (search_loaded): remove unused variable.
19035         
19036 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
19037
19038         * object.c: fixed issue exposed by gcc-generated IL programs
19039         that use RVA data for pointers.
19040
19041 2003-01-25  Martin Baulig  <martin@ximian.com>
19042
19043         * threads.c (start_wrapper): Moved the initialization of
19044         `start_func' above the mono_new_thread_init() call to which we
19045         pass it as argument.
19046
19047 2003-01-24  Martin Baulig  <martin@ximian.com>
19048
19049         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
19050         the MonoThread pointer.
19051
19052 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
19053
19054         * icall.c: Rename `PowImpl' to Pow.
19055
19056 2003-01-23  Dick Porter  <dick@ximian.com>
19057
19058         * threads.c (start_wrapper): Create a Thread object if needed, so
19059         the Main() thread can do the class initialisation in a subthread
19060         that has been set up to allow managed code execution.
19061
19062         Pass the thread ID instead of the MonoThread pointer to the thread
19063         start and attach callbacks.  This change is required, because the
19064         jit thread start callback must be called _before_ the Thread
19065         object can be created.
19066         
19067         (mono_thread_init): Removed much object creation code that is no
19068         longer needed.  No managed code is called from here now.
19069
19070         * object.c (mono_runtime_exec_managed_code): Create a subthread
19071         for Main, and call back to the runtime to use it.
19072         Set the exit code when Main exits.
19073
19074         * gc.c: Make sure domain finalisation happens in a subthread.
19075         Re-enable threaded GC, fixing bug 31333 (again).
19076
19077         * environment.c: System.Environment internall calls (so far just
19078         ExitCode is here, the others are still in icall.c)
19079
19080         * appdomain.c (mono_runtime_cleanup): All threads running managed
19081         code should have finished before mono_runtime_cleanup() is
19082         reached, so no need to clean up threads.
19083
19084 2003-01-22  Martin Baulig  <martin@ximian.com>
19085
19086         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
19087         `gpointer func' arguments.      
19088         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
19089         but added `MonoThread *thread' argument.
19090         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
19091
19092         * threads.c (mono_new_thread_init): Added `gpointer func' argument
19093         and pass it to the mono_thread_start_cb callback.
19094         (mono_install_thread_callbacks): New public function to install a
19095         set of callbacks which are set by the debugger.
19096         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
19097
19098 2003-01-22  Martin Baulig  <martin@ximian.com>
19099
19100         * Makefile.am: Install debug-mono-symfile.h.
19101
19102 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
19103
19104         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
19105
19106 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
19107
19108         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
19109         * class.c (mono_ptr_class_get): correctly set access levels of pointers
19110         (mono_array_class_get): correctly set access levels of arrays
19111
19112 2003-01-20      Patrik Torstensson
19113         * image.h (MonoAssemblyName): changed major, minor, build, revision
19114         from signed to unsigned.
19115
19116 2003-01-20  sean kasun <skasun@azstarnet.com>
19117
19118         * reflection.c (load_cattr_value): Now this handles
19119         MONO_TYPE_SZARRAY.  Fixes bug #35629
19120
19121 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
19122
19123         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
19124         integer value
19125
19126 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19127
19128         * decimal.c: fixed bug #26056.
19129
19130 2003-01-17  Martin Baulig  <martin@ximian.com>
19131
19132         * gc.c: Raise an ExecutionEngineException instead of using g_error().
19133
19134 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19135
19136         * exception.[ch]:
19137         (mono_get_exception_type_initialization): new function.
19138
19139         * object.c: throw a TypeInitializationException when an exception is
19140         thrown invoking the class constructor.
19141
19142 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19143
19144         * reflection.c: fixed attribute reading.
19145
19146 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19147
19148         * icall.c:
19149         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
19150         provided, look for the type in the calling assembly and then in
19151         mscorlib; if the assembly name is provided, only try that one.
19152
19153 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
19154
19155         * object.c: register the vtable before there is a chance it's
19156         queried again recursively.
19157
19158 2003-01-13  Duncan Mak  <duncan@ximian.com>
19159
19160         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
19161         gc-internal.h. 
19162         
19163 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
19164
19165         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
19166
19167 2003-01-11  Martin Baulig  <martin@ximian.com>
19168
19169         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
19170         this to 20 for the release.
19171
19172 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
19173
19174         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
19175
19176         * loader.c (mono_method_get_marshal_info): bug fix
19177
19178         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
19179         structures with explicit layout
19180
19181 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
19182
19183         * profiler.c: made the output more readable (and sorted). 
19184         Added caller information for the allocation profiler.
19185
19186 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
19187
19188         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
19189
19190 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19191
19192         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
19193         to get value types.
19194         
19195 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
19196
19197         * object.c, profiler.h, profiler.c, profiler-private.h:
19198         Added object allocation profiler.
19199
19200 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
19201
19202         * reflection.h, reflection.c: handle global methods.
19203         Compress blob entries.
19204
19205 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
19206
19207         * marshal.c: fix compilation.
19208
19209 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
19210
19211         * loader.c (mono_method_get_marshal_info): impl.
19212
19213         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
19214
19215 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19216
19217         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
19218         for reference types.
19219
19220 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
19221
19222         * loader.c: fixed off by one error in loaded parameter names.
19223
19224 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
19225
19226         * marshal.c (mono_marshal_get_icall_wrapper): like
19227         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
19228         instead of a MonoMethod.
19229
19230 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19231
19232         * decimal.c: fixed bug #36537.
19233
19234 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
19235
19236         * marshal.c: throw a missing method exception if a
19237         P/Invoke method is not found.
19238
19239 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
19240
19241         * icall.c: allow a null this for constructors.
19242
19243 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
19244
19245         * icall.c: raise the proper exceptions if the arguments to the
19246         internal Invoke are incorrect.
19247
19248 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
19249
19250         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
19251
19252 2003-01-03  Martin Baulig  <martin@ximian.com>
19253
19254         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
19255
19256 2002-12-31  Martin Baulig  <martin@ximian.com>
19257
19258         * debug-mono-symfile.c: Completely rewrote the type section.
19259         Instead of using individual malloc()ed fields, we use one big
19260         continuous memory area and offsets into this area.
19261         See the comments in the source code for details.
19262
19263 2002-12-30  Martin Baulig  <martin@ximian.com>
19264
19265         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
19266
19267 2002-12-30  Martin Baulig  <martin@ximian.com>
19268
19269         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
19270         line number table in this data blob instead of using an external
19271         pointer.
19272
19273 2002-12-28  Martin Baulig  <martin@ximian.com>
19274
19275         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
19276
19277 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
19278
19279         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
19280         as a boxed return type.
19281
19282 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
19283
19284         * appdomain.c
19285         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
19286         g_build_filename to properly get separators on the filename created.
19287
19288         * object.h: Small change, introduce MonoMarshalByRefObject to
19289         track the layout of that structure in the C# universe as we make
19290         changes there.
19291
19292 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
19293
19294         * object.c: removed assert to allow static fields on interfaces.
19295         * loader.c: a TypeSpec may be used for any type, not just arrays.
19296
19297 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
19298
19299         * class.c, class.h: added mono_class_array_element_size ().
19300         Ignore static methods in interfaces.
19301
19302 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19303
19304         * threads.c: fixed the build under cygwin.
19305
19306 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
19307
19308         * reflection.c: handle nullref constants. Allocate keys for
19309         reflection handles with the GC.
19310
19311 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
19312
19313         * threads.c, threads.h: added mono_thread_get_abort_signal()
19314         to get a suitable signal for thread abort.
19315
19316 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
19317
19318         * metadata.c: fix handling of ExportedType table.
19319
19320 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19321
19322         * icall.c: added WriteWindowsDebugString internal call.
19323
19324 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19325
19326         * reflection.h: added fields to match C# implementation.
19327
19328 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19329
19330         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
19331
19332 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
19333
19334         * gc.h, gc-internal.h: Rename header for GC internal calls to
19335         gc-internal.h from gc.h as to not clash with Boehm GC having its
19336         header installed as <gc.h> in outside include paths.
19337         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
19338         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
19339
19340 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19341
19342         * icall.c: assign minor, build and revision in FillName.
19343
19344 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
19345
19346         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
19347         Added support for running code generated by Reflection.Emit.
19348
19349 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19350
19351         * appdomain.c: check for NULL argument in LoadFrom.
19352
19353 2002-12-10  Dick Porter  <dick@ximian.com>
19354
19355         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
19356
19357 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19358
19359         * appdomain.c: fix buglet when building exe file name.  Handle full
19360         assembly name (needed after latest changes to AssemblyName).
19361         * image.c:
19362         (mono_image_close): free some hashtables.
19363
19364 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
19365
19366         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
19367         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
19368         on some systems (redhat 7.3) 
19369
19370 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
19371
19372         * threads.c: delete the critical section of a sync block,
19373         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
19374
19375 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
19376
19377         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
19378
19379 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19380
19381         * appdomain.[ch]: handle the assembly preload event to try loading the
19382         assemblies using the paths we have in the current domain.
19383
19384         * assembly.[ch]: created an assembly preload hook that is called to try
19385         loading the assembly by other means that the ones provided here.
19386
19387         * domain.c: initialize the domain search path.
19388
19389         From now on, assemblies (TODO: except corlib and System) are loaded
19390         according to these rules when using mono_assembly_load ():
19391
19392                 1. It tries to load the assembly from the ApplicationBase
19393                 of the current domain appending .dll and .exe (TODO: have to
19394                 try loading from name/name.dll and name/name.exe).
19395
19396                 2. It tries the search path specified in PrivateBinPath for the
19397                 current domain (if any).
19398
19399                 3. Previous behavior.
19400
19401 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
19402
19403         * icall.c: implemented GetInterfaceMap() related icall.
19404         * domain.c, loader.h: load MethodInfo in mono_defaults.
19405
19406 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
19407
19408         * gc.c: disable the finalizer thread for now, untill all the issues
19409         with it are resolved.
19410
19411 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
19412
19413         * string-icalls.c: handle embedded nulls in string ctor when the
19414         length is specified.
19415
19416 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
19417
19418         * class.c: look for explicit interface implementation in parent
19419         classes, too.
19420
19421 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
19422
19423         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
19424
19425 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
19426
19427         * gc.c: protect handles with a critical section.
19428
19429 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19430
19431         * icall.c:
19432         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
19433         parameters. If no assembly specified, try getting the type from all
19434         the assemblies in the current domain, else, load the assembly and get
19435         the type from it.
19436
19437 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19438
19439         * marshal.c: applied patch from Aleksey Demakov that fixes
19440         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
19441
19442 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19443
19444         * icall.c: fixed get_location.
19445
19446 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
19447
19448         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
19449         declarations to make it work with older gcc. 
19450
19451         * loader.c (mono_get_method): set signature->pinvoke for native calls
19452
19453 2002-11-20  Dick Porter  <dick@ximian.com>
19454
19455         * threads.c (mono_thread_init): Set the main thread's handle
19456
19457 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
19458
19459         * gc.c: allow compilation without GC support. Changed to match the
19460         mono coding style.
19461
19462 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
19463
19464         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
19465
19466 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
19467
19468         * reflection.c: set a public key token on the core assemblies.
19469
19470 2002-11-18  Dick Porter  <dick@ximian.com>
19471
19472         * threads.c: Split out some thread initialisation so that other
19473         files can set the start callback function.
19474
19475         * gc.c: Run finalisers in a separate thread, to avoid stack
19476         overflow.  Fixes bug 31333.
19477
19478         * appdomain.c: Set up GC finalisation thread.
19479
19480         * reflection.c: 
19481         * object.c: 
19482         * domain.c: Use gc.h macros for GC_malloc
19483         
19484 2002-11-15  Dick Porter  <dick@ximian.com>
19485
19486         * threadpool.c: 
19487         * threads.c:
19488         * appdomain.c: Removed mono_runtime_init_with_attach(),
19489         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
19490         merging the extra parameter with the existing function.  Removed
19491         unneeded code in mono_thread_attach().
19492
19493 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
19494
19495         * image.c (mono_image_loaded_by_guid): a method to get loaded
19496         images by guid. 
19497         (load_metadata_ptrs): we store the guid as string.
19498
19499 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
19500
19501         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
19502
19503         * metadata.c (mono_guid_to_string): imported method form Zoltan
19504         Varga (slightly modified)
19505
19506         * assembly.c (mono_assembly_open): load precompiled code
19507
19508         * loader.h (MonoMethod): we store the method token for use in the
19509         aot compiler. 
19510
19511 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19512
19513         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
19514         the hook function called when an assembly is loaded.
19515         
19516         * domain.c: Modified file.
19517         (mono_domain_assembly_load): removed hash table insertion of assemblies.
19518
19519         Fixes bug #33196.
19520
19521 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
19522
19523         * reflection.c: Map PEFileKind to the value expected by the WinNT
19524         image loader. 
19525
19526 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19527
19528         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
19529         Read until the buffer is filled completely.
19530
19531 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19532
19533         * icall.c: implemented MonoType.InternalGetEvent ().
19534
19535 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19536
19537         * appdomain.c: implemented InitAppDomainSetup. Delayed
19538         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
19539         the entry_assembly.
19540
19541         * assembly.c: base_dir is now an absolute path ending with
19542         G_DIR_SEPARATOR.
19543
19544         * icall.c: modified get_location according to the above changes.
19545
19546         * object.c: init AppDomain.SetupInformation for the default domain after
19547         we have the entry assembly.
19548
19549         * domain.c: when unloading a domain, setup = NULL.
19550
19551 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
19552
19553         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
19554
19555 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
19556
19557         * object.h, object.c: introduced mono_object_get_virtual_method ()
19558         to lookup the method invoked on an object when a callvirt is done on
19559         a method.
19560         * icall.c: make MethodInfo::Invoke() always do a virtual call.
19561
19562 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19563
19564         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
19565         current domain when loaded an assembly and failed to load it.
19566
19567         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
19568
19569 2002-10-31  Dick Porter  <dick@ximian.com>
19570
19571         * icall.c: 
19572         * file-io.h: 
19573         * file-io.c: Return the error status in a parameter, as the
19574         GetLastError() value has long since been blown away if we try and
19575         look it up in a subsequent internal call invocation.  Delete the
19576         GetLastError() internal call, because it's useless.
19577
19578 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
19579
19580         * class.[ch]: added cast_class to fix bug 29517
19581
19582 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
19583
19584         * marshal.c: create valid IL code in the filter clause:
19585         the new JIT is less forgiving:-)
19586
19587 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19588
19589         * icall.c: removed get_property internal call.
19590
19591 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
19592
19593         * appdomain.h domain.c: Added an ID to appdomains.
19594         
19595         * threads.c threads.h icall.c: Implement icall
19596         Thread:GetDomainID(), and remove unused icall 
19597         CurrentThreadDomain_internal.
19598
19599 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19600
19601         * icall.c: Don't recurse through the base types in GetConstructor.
19602         Fixes bug #32063. 
19603
19604 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
19605
19606         * mempool.h, mempool.c: added mono_mempool_empty() and
19607         mono_mempool_stats().
19608
19609 2002-10-23  Dick Porter  <dick@ximian.com>
19610
19611         * file-io.c: 
19612         * file-io.h: 
19613         * icall.c: Added MonoIO.GetFileType internal call
19614
19615 2002-10-17  Dick Porter  <dick@ximian.com>
19616
19617         * appdomain.c (mono_runtime_cleanup): Don't signal the async
19618         delegate semaphore before waiting for all threads to finish,
19619         because new threads can also call async delegates.  Fixes bug
19620         32004.
19621
19622         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
19623         of 3 seconds, in case another async job is queued.  (This part is
19624         needed because the bug fix reintroduced the 3s exit lag.)  This
19625         makes the mono_runtime_shutdown flag superfluous.
19626
19627 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
19628
19629         * reflection.c: include ehader size in method section headers.
19630         Really check for suplicated modules entries.
19631
19632 2002-10-17  Martin Baulig  <martin@gnome.org>
19633
19634         * debug-mono-symfile.c: Added back support for locals.
19635
19636 2002-10-14  Martin Baulig  <martin@gnome.org>
19637
19638         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
19639         MONO_TYPE_VOID.
19640
19641 2002-10-14  Martin Baulig  <martin@gnome.org>
19642
19643         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
19644         mono_class_get() instead of looking in the class cache. 
19645
19646 2002-10-13  Martin Baulig  <martin@gnome.org>
19647
19648         * debug-mono-symfile.c: Set version number to 28, include the
19649         signature in method names.
19650
19651 2002-10-13  Martin Baulig  <martin@gnome.org>
19652
19653         * debug-mono-symfile.h: Set version number to 27.
19654
19655 2002-10-11  Martin Baulig  <martin@gnome.org>
19656
19657         * gc.c: Don't register/unregister NULL pointers as disappearing links.
19658
19659 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
19660
19661         * metadata.c, metadata.h: added helper function to allocate signatures.
19662
19663 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19664
19665         * icall.c: added internal call to get the location of machine.config.
19666
19667 2002-10-08  Martin Baulig  <martin@gnome.org>
19668
19669         * debug-mono-symfile.c: Ignore classes with a pending init for the
19670         moment.
19671
19672 2002-10-03  Dick Porter  <dick@ximian.com>
19673
19674         * threads.c: Freebsd pthread_t is a pointer
19675
19676 2002-10-03  Dick Porter  <dick@ximian.com>
19677
19678         * socket-io.c: Implemented GetHostName_internal
19679
19680 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19681
19682         * mono-config.c:
19683         (mono_config_parse_file): don't leak the text.
19684
19685 2002-10-02  Martin Baulig  <martin@gnome.org>
19686
19687         * debug-mono-symfile.c: Added support for methods.
19688
19689 2002-10-01  Martin Baulig  <martin@gnome.org>
19690
19691         * debug-mono-symfile.c: Don't emit methods and line numbers for
19692         the dynamic symbol file, just write the type table.  We can easily
19693         have an external helper program which creates a symbol file for an
19694         IL file.        
19695
19696 2002-10-01  Dick Porter  <dick@ximian.com>
19697
19698         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
19699         Only add the handle to the cleanup array when we're about to
19700         launch the thread.  Bug 31425 deadlocked when the test was run on
19701         mono under w32.
19702
19703 2002-10-01  Martin Baulig  <martin@gnome.org>
19704
19705         * debug-mono-symfile.c: Added support for properties.
19706
19707 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
19708
19709         * reflection.c: unaligned store fix from Mark Crichton
19710         <crichton@gimp.org>.
19711
19712 2002-09-27  Martin Baulig  <martin@gnome.org>
19713
19714         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
19715         New interncall.
19716
19717 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
19718
19719         * assembly.h, assembly.c: use a sane API to hook into the assembly
19720         loading process instead of a useless special-purpouse hack
19721         (ngen needs a hook, too, for example).
19722
19723 2002-09-27  Dick Porter  <dick@ximian.com>
19724
19725         * threads.c (mono_thread_init): Call GetCurrentProcess() so
19726         io-layer can set up some process handle info.  Not needed on w32,
19727         but doesn't hurt either.
19728
19729         * process.c: Pass the program name in the second parameter to
19730         CreateProcess, so the path is searched.  Include the working
19731         directory. Implemented process name, process enumeration, and some
19732         process detail internal calls.
19733         
19734         * icall.c: Added internal calls for process lookup, and some
19735         process details
19736
19737 2002-09-26  Martin Baulig  <martin@gnome.org>
19738
19739         * assembly.c (mono_install_open_assembly_hook): New global
19740         function to install a function to be invoked each time a new
19741         assembly is loaded.
19742         (mono_assembly_open): Run this callback function if set.
19743
19744         * debug-mono-symfile.c: Put back line numbers for the dynamic
19745         symbol file and also record the .il file as source file.  This
19746         allows us to install the temporary symbol file as `file.dbg' just
19747         like a compiler-generated one.
19748
19749 2002-09-26  Nick Zigarovich <nick@chemlab.org>
19750
19751         * Corrected typo in gc.c (BOHEM vs BOEHM).
19752
19753 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19754
19755         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
19756         GetProperties. Also avoid calling g_slist_length in GetProperties and
19757         GetMethods.
19758
19759 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
19760
19761         * reflection.c: avoid unaligned stores (bug spotted by
19762         Mark Crichton  <crichton@gimp.org>).
19763
19764 2002-09-25  Martin Baulig  <martin@gnome.org>
19765
19766         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
19767         instead of guint64 for addresses and added prologue/epilogue info.
19768
19769 2002-09-25  Martin Baulig  <martin@gnome.org>
19770
19771         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
19772         store line number info.  For the dynamic symbol file, we only need
19773         to provide the JIT generated dynamic line number info for the dynamic
19774         symbol file.
19775
19776 2002-09-25  Martin Baulig  <martin@gnome.org>
19777
19778         * debug-mono-symfile.h: Incremented version number.
19779
19780 2002-09-24  Martin Baulig  <martin@gnome.org>
19781
19782         * class.c (mono_debugger_class_init_func): New global function
19783         pointer variable.
19784         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
19785         call it.
19786
19787         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
19788         function.  This is called via the mono_debugger_class_init_func
19789         hook to add all types to the dynamic type table.
19790         (ves_icall_MonoDebugger_GetType): New interncall to get a class
19791         from its metadata token.
19792
19793         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
19794         New interncall for the debugger.
19795
19796 2002-09-24  Nick Drochak <ndrochak@gol.com>
19797
19798         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
19799         before using it in case it is null.
19800         
19801 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19802
19803         * metadata.c: allow custom modifiers in local var signatures
19804         (bug spotted by Zoltan Varga).
19805
19806 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
19807
19808         * class.c: deal with the <Module> class that may have a NULL vtable.
19809         Eliminate warnings.
19810
19811 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19812
19813         * image.c, image.h: more strong name helpers.
19814         * monosn.c: more work: convert pem keys to cryptoapi format.
19815
19816 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
19817
19818         * string-icalls.c: speedup IndexOf.
19819
19820 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19821
19822         * icall.c: updates from Zoltan.2.Varga@nokia.com.
19823
19824 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
19825
19826         * icall.c: cleanup: use mono_object_domain ().
19827
19828 2002-09-23  Martin Baulig  <martin@gnome.org>
19829
19830         * debug-mono-symfile.c: Improved type support.
19831
19832 2002-09-22  Martin Baulig  <martin@gnome.org>
19833
19834         * debug-mono-symfile.c: Added support for reference types and strings.
19835
19836 2002-09-22  Martin Baulig  <martin@gnome.org>
19837
19838         * debug-mono-symfile.c: Started to work on the type table.
19839
19840 2002-09-21  Martin Baulig  <martin@gnome.org>
19841
19842         * debug-mono-symfile.c: Largely reworked the symbol table format.
19843         The symbol table is now incrementally updated each time a new
19844         method is added.  We're now also using our own magic and version
19845         so that you don't need to recompile all your classes if the
19846         dynamic table changes.
19847         (mono_debug_update_mono_symbol_file): Removed.
19848         (mono_debug_symfile_add_method): New function to add a method.
19849
19850 2002-09-21  Martin Baulig  <martin@gnome.org>
19851
19852         * icall.c
19853         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
19854         New interncall.
19855
19856         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
19857         New interncall to get a method from its metadata token.
19858
19859 2002-09-21  Martin Baulig  <martin@gnome.org>
19860
19861         * debug-mono-symfile.c: Create type table.
19862
19863 2002-09-20  Martin Baulig  <martin@gnome.org>
19864
19865         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
19866
19867 2002-09-20  Martin Baulig  <martin@gnome.org>
19868
19869         * debug-mono-symfile.c: Provide information about params and locals.
19870
19871 2002-09-20  Martin Baulig  <martin@gnome.org>
19872
19873         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
19874         New interncall.
19875
19876         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
19877         interncall to get a method from its metadata token.
19878
19879 2002-09-20  Martin Baulig  <martin@gnome.org>
19880
19881         * debug-mono-symfile.c: Added a few checks for method->header
19882         being non-NULL.  This should never happen, but for the moment
19883         let's use a g_warning() rather than a g_assert().
19884
19885 2002-09-19  Mark Crichton  <crichton@gimp.org>
19886
19887         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
19888         even if support for it isn't present.  Added an #ifdef to fix this.
19889
19890         * socket-io.c: Added checks back for Solaris support.
19891
19892 2002-09-19  Martin Baulig  <martin@gnome.org>
19893
19894         * debug-mono-symfile.c (read_string, write_string): Reflect latest
19895         changes in the symbol file format.
19896
19897 2002-09-18  Martin Baulig  <martin@gnome.org>
19898
19899         * debug-mono-symfile.c: Set version number to 21.
19900
19901 2002-09-18  Dick Porter  <dick@ximian.com>
19902
19903         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
19904         on netbsd.  Fixes bug 30051.
19905
19906 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19907
19908         * reflection.c:
19909         (set_version_from_string): little fix.
19910
19911 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
19912
19913         * monosn.c, Makefile.am: added strong name utility.
19914         * reflection.h, reflection.c: implemented delayed signing,
19915         locale, version and hash id assembly attributes.
19916
19917 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
19918
19919         * loader.c, metadata.c: load param attributes in signatures.
19920
19921 2002-09-16  Martin Baulig  <martin@gnome.org>
19922
19923         * debug-mono-symfile.c: Added string table with all method names.
19924
19925 2002-09-14  Martin Baulig  <martin@gnome.org>
19926
19927         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
19928         fast method lookup.
19929
19930 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
19931
19932         * reflection.c: record the public key token of referenced assemblies.
19933
19934 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
19935
19936         * image.c, image.h: added functions to get the strong name and the
19937         public key of an assembly.
19938         * pedump.c: use them.
19939
19940 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
19941
19942         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
19943
19944 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
19945
19946         * marshal.c (mono_marshal_get_managed_wrapper): Added
19947         MONO_TYPE_BOOLEAN 
19948
19949 2002-09-11  Martin Baulig  <martin@gnome.org>
19950
19951         * gc.c: Call GC_unregister_disappearing_link() on all links when
19952         finalizing them, this is necessary to aviod a crash in boehm's
19953         finalize handler.
19954
19955 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
19956
19957         * gc.c: handle GetTarget for finalized objects spotted and fixed by
19958         nick@chemlab.org.
19959
19960 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
19961
19962         * icall.c: implemented MonoType::Module.
19963         * reflection.c, reflection.h: mono_module_get_object () from
19964         Tomi Pakarinen <tomi.pakarinen@welho.com>.
19965
19966 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
19967
19968         * icall.c: ignore overridden methods in GetMethods ().
19969         Fix for FieldInfo::SetValue().
19970         * object.c: handle float/double in runtime invoke.
19971
19972 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
19973
19974         * object.c: allow a constructor to be called again on an object.
19975
19976 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
19977
19978         * class.h, class.c: move field layout code to it's own function and
19979         export it. Get an interface id earlier. Move fields in MonoClass
19980         so they are more cache friendly and align the bitfields.
19981         * loader.c: temporary handle get_param_names() for a runtime method.
19982         * reflection.c, reflection.h: more code to handle runtime creation of
19983         types.
19984
19985 2002-09-09  Martin Baulig  <martin@gnome.org>
19986
19987         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
19988         signature with the pinvoke field being set for the actual call.
19989
19990 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
19991
19992         * icall.c: removed some unused icalls. Start of map of glib charsets
19993         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
19994
19995 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
19996
19997         * debug-helpers.c: break infinite loop (found and fixed by
19998         Holger Arnold <harnold@gmx.de>).
19999
20000 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
20001
20002         * icall.c: target may be null in create_delegate.
20003
20004 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
20005
20006         * marshal.c: handle a boolean return type.
20007
20008 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
20009
20010         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
20011
20012 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
20013
20014         * gc.c: fix weakreferences.
20015
20016 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
20017
20018         * icall.c: added icall to get default codepage.
20019
20020 2002-09-03  Dick Porter  <dick@ximian.com>
20021
20022         * threads.h: 
20023         * threads.c: Use MonoThread instead of MonoObject where
20024         apropriate.
20025
20026         Store running thread objects in a hash table, so that we have all
20027         the info to hand when waiting for them to finish
20028         (means we don't need OpenThread() any more, so mingw builds should
20029         be fully functional again.)
20030
20031         * verify.c:
20032         * object.h: Added thread ID to MonoThread
20033
20034 2002-09-03  Martin Baulig  <martin@gnome.org>
20035
20036         * icall.c (System.Reflection.Assembly::get_location): New interncall.
20037
20038 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20039
20040         * icall.c: fixed leak in get_temp_path. Thanks lupus.
20041
20042 2002-09-03  Martin Baulig  <martin@gnome.org>
20043
20044         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
20045         argument to store the end address of the disassembled instruction.
20046
20047         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
20048         here from debug-symfile.h.
20049         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
20050         JIT into this struct.
20051         (MonoSymbolFile): Added `char *image_file' field.
20052         (MonoDebugGetMethodFunc): Removed.
20053         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
20054         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
20055         (mono_debug_find_method): New method.
20056
20057         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
20058         create a full symbol file.
20059         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
20060         and static symbol files.
20061         (mono_debug_find_method): The symbol file keeps an internal method hash,
20062         call this to get a MonoDebugMethodInfo from a MonoMethod.
20063
20064         * debug-symfile.[ch]: Removed.
20065
20066 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
20067
20068         * image.c (do_mono_image_open): Remove linker version check.
20069
20070 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
20071
20072         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
20073         wrappers for instance methods.
20074         
20075 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20076
20077         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
20078
20079 2002-08-28  Dick Porter  <dick@ximian.com>
20080
20081         * Makefile.am: Export HOST_CC for w32 builds
20082
20083 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20084
20085         * file-io.c process.c: MonoString are null terminated, no
20086         need for mono_string_to_utf16() anymore.
20087
20088 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20089
20090         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
20091
20092 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
20093
20094         * icall.c, reflection.h: speedup System.MonoType.
20095
20096 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
20097
20098         * reflection.c: allow null as the value of a string argument in
20099         custom attributes constructors.
20100
20101 2002-08-27  Martin Baulig  <martin@gnome.org>
20102
20103         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
20104         `trampoline_address' field.
20105
20106 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
20107
20108         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
20109         check (fixes bug #29486) 
20110
20111 2002-08-27  Martin Baulig  <martin@gnome.org>
20112
20113         * debug-mono-symfile.c: Changed the file format in a way that allows us
20114         open it read-only and to use a specially malloced area for all the
20115         dynamic data.  We can now also generate a symbol file on-the-fly if we're
20116         debugging IL code and there is no MCS generated symbol file for it.
20117
20118 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
20119
20120         * object.c: added a define for a good string and array
20121         creation speedup (not enabled by default because we need to deal with
20122         the synch stuff).
20123
20124 2002-08-26  Martin Baulig  <martin@gnome.org>
20125
20126         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
20127         function to create a dynamic symbol file.  This is used by the
20128         debugger to create a symbol file for IL code on-the-fly.
20129
20130 2002-08-26  Martin Baulig  <martin@gnome.org>
20131
20132         * loader.c (mono_lookup_pinvoke_call): Include the error message
20133         from g_module_error() in the error message.
20134
20135 2002-08-24  Martin Baulig  <martin@gnome.org>
20136
20137         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
20138         function to update the symbol file.  The symbol file is mmap()ed
20139         writable, but private.  This allows us to install the symbol file
20140         together with the assembly.
20141
20142 2002-08-24  Martin Baulig  <martin@gnome.org>
20143
20144         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
20145         but they can read the new symbol file format which mcs is now creating.
20146
20147         * debug-symfile.c (mono_debug_find_source_location): Moved to
20148         debug-mono-symfile.c; this is now operating on the new symbol file.
20149
20150 2002-08-23  Martin Baulig  <martin@gnome.org>
20151
20152         * debug-helpers.c (mono_method_desc_from_method): New function to get
20153         a MonoMethodDesc from a MonoMethod.
20154
20155 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
20156
20157         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
20158         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
20159
20160 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
20161
20162         * string-icalls.[ch]: make helper methods static.
20163
20164 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20165
20166         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
20167         types to it and to SetValueInternal.
20168
20169         * object.c: Moved handle_enum label to its proper place. This was the
20170         f... bug! ;-)
20171
20172         This time i compiled mcs and gtk-sharp and they both work.
20173
20174 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20175
20176         * icall.c: reverted partially my previous patch until 
20177         object.c:set_value handles enums correcly.
20178
20179 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20180
20181         * icall.c:
20182         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
20183         (ves_icall_System_Environment_get_MachineName): removed warning when
20184         compiling under cygwin.
20185
20186 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20187
20188         * object.c: fixed field_get_value() for reference types.
20189
20190 2002-08-22  Dick Porter  <dick@ximian.com>
20191
20192         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
20193         Don't free a buffer while it's still needed.  Patch from Jonathan
20194         Liger <Jonathan.liger@wanadoo.fr>
20195
20196 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
20197
20198         * icall.c (ves_icall_System_Environment_get_Platform): Add new
20199         internal call.
20200
20201 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
20202
20203         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
20204         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
20205
20206         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
20207         we call unmanaged code which throws exceptions.
20208
20209 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
20210
20211         * appdomain.h: added per-domain entry_assembly.
20212         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
20213         arguments.
20214         * icall.c: Assembly::GetEntryAssembly icall.
20215         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
20216         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
20217
20218 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
20219
20220         * appdomain.h, gc.c: added mono_domain_finalize ().
20221
20222 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20223
20224         * object.c:
20225         (mono_print_unhandled_exception): changed g_warning by g_printerr
20226         because g_log has a 1024 characters limit (yeah, i got a big stack
20227         trace). Don't print exception name, that should be in ToString 
20228         returned string.
20229
20230 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20231
20232         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
20233         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
20234
20235 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20236
20237         * object.c:
20238         (mono_print_unhandled_exception): after previous commit, i realized
20239         that MS calls ToString on the exception. I changed this function to
20240         do that. This way we get stack_trace for free.
20241
20242 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20243
20244         * object.c:
20245         (mono_print_unhandled_exception): invoke Message property instead of
20246         getting 'message' field from Exception. Don't allocate memory for
20247         'trace' and 'message' if not needed.
20248
20249 2002-08-18  Dick Porter  <dick@ximian.com>
20250
20251         * unicode.c: Fix asserts to match Encoder.cs checks
20252
20253 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20254
20255         * marshal.c: fix unaligned store issue and a few wrong
20256         opcode argument types.
20257
20258 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20259
20260         * icall.c: added GetUninitializedObjectInternal internal call.
20261
20262 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
20263
20264         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
20265         to the right domain.
20266
20267 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
20268
20269         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
20270
20271         * class.c (class_compute_field_layout): set blittable to false for Strings
20272
20273         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
20274
20275 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20276
20277         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
20278         first chunk of code to create types at runtime. Code to
20279         handle ReflectedType/DeclaringType. Make reflection handles
20280         domain specific.
20281
20282 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
20283
20284         * class.c: set correct name in arrays.
20285
20286 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
20287
20288         * appdomain.c (mono_domain_transfer_object): make it work with
20289         valuetypes. bug fixes.
20290
20291 2002-08-12  Dick Porter  <dick@ximian.com>
20292
20293         * object.h: Rename some parameters to avoid c++ keywords (Patch
20294         from Joseph Wenninger <kde@jowenn.at>)
20295
20296 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
20297
20298         * icall.c: added icall to implement Assembly.GetFile*.
20299
20300 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
20301
20302         * reflection.h, reflection.c: code to embed managed resources.
20303
20304 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
20305
20306         * class.c: move all the type size stuff into
20307         class_compute_field_layout().
20308
20309 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
20310
20311         * class.c: ensure enums have always the correct instance size.
20312         * unicode.c: remove wrong assert.
20313
20314 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20315
20316         * assembly.c: fix mem corruption issue.
20317         * image.h, image.c: added mono_image_get_resource () to access
20318         managed resources.
20319         * icall.c: implemented Assembly.EntryPoint property and some
20320         Managed Resources related internalcalls.
20321
20322
20323 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
20324
20325         * image.c, image.h: impemented mono_image_get_entry_point ().
20326         * appdomain.c: use mono_image_get_entry_point.
20327
20328 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
20329
20330         * reflection.c: support the object type argument when loading
20331         custom attributes.
20332
20333 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
20334
20335         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
20336         String as return type.
20337
20338 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
20339
20340         * reflection.c: fix encoding of named args for custom attrs to match
20341         the ms implementation. Read them back when instantiating custom
20342         attributes.
20343
20344 2002-08-02  Radek Doulik  <rodo@ximian.com>
20345
20346         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
20347         by Dietmar as quick fix
20348         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
20349         16 as stack size, used on more places as quick fix before Dietmar
20350         will fix it properly
20351
20352 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
20353
20354         * object.h, object.c: added accessors for fields and properties.
20355
20356 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
20357
20358         * class.c, class.h: made mono_class_get_field_from_name ()
20359         loop on parent types.
20360         Added mono_class_get_property_from_name ().
20361
20362 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20363
20364         * class.c, class.h: move the code to setup the type vtable in its own
20365         function so that it can be reused also for types created at runtime.
20366         Eliminate the "class" identifier from the header file.
20367         * reflection.c: setup the vtable for enums so that we can create
20368         objects for use in SetConstant ().
20369
20370 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
20371
20372         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
20373         instead of the delegate itself as this pointer (bug #28383)
20374
20375 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
20376
20377         * marshal.c (mono_marshal_get_managed_wrapper): added return type
20378         conversions.
20379
20380 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20381
20382         * loader.c: don't set the pinvoke bit on icalls.
20383
20384 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
20385
20386         * debug-helpers.c (mono_method_full_name): only print a number to
20387         indicate wrapper type (so that the output is more readable in traces).
20388
20389 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
20390
20391         * class.c (mono_class_init): include method override patch from Paolo
20392
20393 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
20394
20395         * icall.c: fixed GetTypeCode().
20396
20397 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
20398
20399         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
20400         use real delegate invoke function to make it work with multicast
20401         delegates (fix bug# 28291).
20402
20403 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20404
20405         * object.c: load constant strings.
20406
20407 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20408
20409         * reflection.c: no magic numbers.
20410         * tabledefs.h: security action enum.
20411
20412 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20413
20414         * assembly.c: fix possible memory corruption.
20415
20416 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
20417
20418         * reflection.h, reflection.c: added support for linking resources.
20419         * verify.c: check we have an updated corlib.
20420
20421 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
20422
20423         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
20424         string arrays.
20425         (mono_marshal_string_array): null terminate unmanaged string arrays.
20426         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
20427
20428 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20429
20430         * icall.c: Type.GetType () can now return also types from the
20431         calling assembly.
20432
20433 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
20434
20435         * loader.h, loader.c: stack walking support.
20436         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
20437         GetCallingAssembly.
20438
20439 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
20440
20441         * marshal.c: added optimisations for blittable types 
20442
20443         * class.c (mono_array_class_get): do not set blittable attribute on arrays
20444         (mono_class_setup_mono_type): set blittable attribute for single
20445         and double.
20446
20447         * marshal.c (mono_string_utf8_to_builder): impl.
20448         (mono_string_builder_to_utf8): impl.
20449         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
20450
20451 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
20452
20453         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
20454         (mono_marshal_get_managed_wrapper): impl. byref types
20455
20456 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20457
20458         * icall.c:
20459         (search_method): don't display debug message. 
20460
20461 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
20462
20463         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
20464
20465 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
20466
20467         * appdomain.c: set the missing filename when throwing exception.
20468
20469 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
20470
20471         * metadata.c (mono_type_size): code cleanup
20472         (mono_type_stack_size): removed some test code
20473
20474 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
20475
20476         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
20477         mono_get_exception_file_not_found now.
20478
20479         * exception.c (mono_exception_from_name_two_strings): New version
20480         that will call a constructor with two string arguments. 
20481         (mono_get_exception_file_not_found): New helper routine, used to
20482         report file-not-found errors.
20483
20484 2002-07-20  Dick Porter  <dick@ximian.com>
20485
20486         * process.h:
20487         * process.c: Pass file handles to CreateProcess
20488         
20489         * icall.c:
20490         * file-io.h:
20491         * file-io.c: Implemented CreatePipe
20492
20493 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
20494
20495         * metadata.c (mono_get_param_info): set alignment for value types
20496
20497 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
20498
20499         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
20500         Constify mono_domain_assembly_open().
20501         * loader.c: handle null namespace in icalls.
20502
20503 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
20504
20505         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
20506         (emit_str_to_ptr_conv): marshal object as structs
20507
20508         * metadata.c (mono_type_to_unmanaged): marshal object as structs
20509
20510         * marshal.c (mono_marshal_get_runtime_invoke): support value types
20511
20512 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
20513
20514         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
20515         (mono_marshal_get_native_wrapper): we an now return value types
20516
20517 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20518
20519         * verify.c: more checks implemented.
20520
20521 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
20522
20523         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
20524         (fix bug #27695)
20525         (mono_marshal_get_native_wrapper): allow byref arguments
20526         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
20527         impl. PtrToStringXXX methods
20528         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
20529         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
20530         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
20531         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
20532         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
20533
20534 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20535
20536         * reflection.c: fix buglet in parsing an assembly name.
20537
20538 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
20539
20540         * marshal.c (emit_ptr_to_str_conv): first impl.
20541
20542 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20543
20544         * object.c, class.h: cache the vtable in the class as suggested by
20545         vargaz@freemail.hu (Zoltan Varga).
20546
20547 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20548
20549         * class.h, loader.c: added mono_field_from_token().
20550         * verify.c: first cut of type checking code.
20551
20552 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
20553
20554         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
20555
20556 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
20557
20558         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
20559         (fix bug #27782)
20560         (mono_marshal_get_remoting_invoke): impl.
20561         (mono_delegate_begin_invoke): impl.
20562         (mono_mb_emit_save_args): impl.
20563         (mono_delegate_end_invoke): impl.
20564         (mono_marshal_get_delegate_begin_invoke):
20565         (mono_marshal_get_delegate_end_invoke):
20566         (mono_marshal_get_delegate_invoke): generate a special name for
20567         those methods (including the signature) and associate them whith
20568         the delegate class. 
20569
20570 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
20571
20572         * reflection.[ch]: 
20573         (mono_reflection_type_from_name): now it has a MonoImage parameter
20574         which is used as the default image to search the type in. If the image
20575         is NULL or getting the type from it fails, it defaults to corlib.
20576
20577         * icall.c: changed 1 call to mono_reflection_type_from_name to match
20578         new parameter.
20579
20580 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20581
20582         * reflection.c: update the parameter table index.
20583
20584 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20585
20586         * domain.c: don't include the mark byte in the string hash.
20587
20588 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20589
20590         * icall.cs: icall for Type.GetTypeCode ().
20591         * verify: a couple of fixes and disabled local initialization checks.
20592
20593 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
20594
20595         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
20596
20597         * debug-helpers.c (mono_method_full_name): print the type of the
20598         runtime wrapper
20599
20600         * metadata.c (mono_signature_hash): a hash function for signatures
20601         (mono_signature_hash): better hash algorithm
20602
20603         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
20604
20605         * debug-helpers.c (mono_method_full_name): this can now generate
20606         method names with signatures
20607
20608         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
20609         method dont have this pointers.
20610
20611 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
20612
20613         * reflection.c: fixup typebuilder tokens.
20614         * image.c: fix buglet.
20615         * marshal.h: remove whitespace.
20616         * metadata.h, metadata.c: reinstate code that was removed.
20617         * verify.c: handle catch directives and fix another couple of bugs.
20618
20619 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
20620
20621         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
20622         (mono_marshal_get_native_wrapper): make it comp. with the old code
20623         (mono_marshal_get_native_wrapper): support boolean
20624         (mono_marshal_get_managed_wrapper): support more types
20625
20626 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
20627
20628         * class.c (class_compute_field_layout): compute class->blittable attribute.
20629
20630 2002-07-09  Dick Porter  <dick@ximian.com>
20631
20632         * threads.c: Make the thread cleaning up cope with threads that
20633         call ExitThread()
20634
20635 2002-07-08  Radek Doulik  <rodo@ximian.com>
20636
20637         * reflection.c (method_encode_code): use non-translated values to
20638         compute finally_start, this fixes exception handling on ppc, yay!
20639
20640         * decimal.h (struct signscale): fix endianess
20641
20642 2002-07-07  Radek Doulik  <rodo@ximian.com>
20643
20644         * reflection.c: swap box_val and not val
20645
20646 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
20647
20648         * reflection.c, reflection.h: handle full assembly info in type name.
20649         Handle Type arguments when loading custom attributes.
20650         * icall.c: updated to use new mono_reflection_type_from_name () method.
20651
20652 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20653
20654         * loader.c:
20655         (method_from_memberref): also print assembly name when method not found.
20656
20657 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20658
20659         * icall.c:
20660         (ves_icall_TypeGetProperties): fixed bug #27473. 
20661
20662 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
20663
20664         * reflection.c: display image name and token when cannot find the
20665         .ctor for an attribute.
20666
20667 2002-07-05  Martin Baulig  <martin@gnome.org>
20668
20669         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
20670
20671 2002-07-04  Dick Porter  <dick@ximian.com>
20672
20673         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
20674         compile on mingw.  This will cause mingw builds to not wait for
20675         subthreads to terminate after the main thread does.  I've lodged a
20676         bug with the mingw developers for them to wrap OpenThread().
20677
20678 2002-07-03  Dick Porter  <dick@ximian.com>
20679
20680         * threads.c: Store thread IDs instead of handles, because
20681         GetCurrentThread() returns a pseudohandle and therefore stores
20682         useless values.  mono_thread_cleanup() continues checking the
20683         array of threads until it is empty, to cope with subthreads
20684         spawning new threads after the main thread has finished.
20685
20686         * profiler.h:
20687         * profiler.c:
20688         * profiler-private.h: Pass the thread ID to thread profiler
20689         functions, instead of a handle
20690
20691 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
20692
20693         * verify.c: fixes to make it more usable.
20694         * pedump.c: added --verify code to verify IL code in an assembly.
20695
20696 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20697
20698         * reflection.c: turn errors into warnings to allow compiling corlib.
20699
20700 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
20701
20702         * reflection.c: add special cases to compile corlib.
20703
20704 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20705
20706         * reflection.c: handle properties with only a set method.
20707
20708 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
20709
20710         * opcodes.h: add enum with opcodes in opval order.
20711
20712 2002-07-01  Dick Porter  <dick@ximian.com>
20713         
20714         * object.h:
20715         * object.c (mono_runtime_run_main): Removed unneeded argument
20716
20717 2002-06-28  Martin Baulig  <martin@gnome.org>
20718
20719         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
20720
20721 2002-06-27  Dick Porter  <dick@ximian.com>
20722
20723         * threads.c: Store the handle in both the parent thread and in the
20724         subthread, to minimise the time between starting a new thread and
20725         storing its ID.
20726
20727 2002-06-26  Dick Porter  <dick@ximian.com>
20728
20729         * appdomain.c (mono_runtime_cleanup): Close the socket library
20730         after all the threads have finished, not before
20731
20732 2002-06-26  Martin Baulig  <martin@gnome.org>
20733
20734         * debug-symfile.c (mono_debug_find_source_location): Added
20735         `guint32 *line_number' argument.  If it's not NULL, store the line number
20736         there and return the file name without the line number.
20737
20738 2002-06-25  Dick Porter  <dick@ximian.com>
20739
20740         * icall.c:
20741         * process.h:
20742         * process.c: Process forking and other support functions
20743
20744 2002-06-25  Dick Porter  <dick@ximian.com>
20745
20746         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
20747         things dont happen when the image is closed.
20748         (mono_image_lookup_resource): Walk the resource section looking
20749         for a particular entry
20750
20751         * cil-coff.h: PE resource section decoding
20752
20753 2002-06-25  Dick Porter  <dick@ximian.com>
20754         
20755         * assembly.h:
20756         * assembly.c: 
20757         (mono_assembly_foreach): Accessor functions to walk the list of
20758         loaded assemblies
20759         (mono_assembly_set_main):
20760         (mono_assembly_get_main): Process methods need to know which
20761         assembly is the "main" one
20762
20763         * object.c (mono_runtime_run_main): Record the main assembly
20764
20765         * debug-helpers.c: Fix typo
20766
20767 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
20768
20769         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
20770         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
20771
20772 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20773
20774         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
20775
20776 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
20777
20778         * image.c (do_mono_image_open): Initialize reference count,
20779         otherwise we leak the MonoImage.
20780
20781 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20782
20783         * reflection.c: small tweak to handle self-hosting.
20784
20785 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
20786
20787         * reflection.c: fix type name parse code.
20788
20789 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20790
20791         * reflection.c: break out of the loop.
20792         * image.c: special case corlib.
20793
20794 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20795
20796         * reflection.c: add all the custom attrs at the end to ensure the
20797         ctors have been properly initialized when the attributes are defined
20798         in the current assembly.
20799
20800 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20801
20802         * reflection.c: handle correctly multiple-nested types.
20803
20804 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
20805
20806         * row-indexes.h: fix typos.
20807         * reflection.c: adjust for typos and fix method_def_or_ref
20808         encoding in MethodImpl table.
20809
20810 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20811
20812         * reflection.c: fix entry point patching (thanks Serge!).
20813
20814 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
20815
20816         * verify.c: add check for System.Exception
20817
20818 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
20819
20820         * image.c, class.c: minifix for code just c&p'ed.
20821         * reflection.c: warning fix.
20822         * object.h, loader.h, domain.c: load also StringBuilder.
20823
20824 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
20825
20826         * marshal.h, marshal.c: some support code to handle complex marshaling.
20827
20828 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20829
20830         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
20831         Better signatures with vtable error dump.
20832
20833 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
20834
20835         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
20836
20837 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
20838
20839         * icall.c (ves_icall_Type_GetField): impl.
20840
20841 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20842
20843         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
20844         to retrieve a marshal description blob for a field or param.
20845
20846 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
20847
20848         * reflection.h, reflection.c: change order of nested type emission
20849         to avoid table corruption. The NestedTypes table is sorted.
20850         * icall.c: change order of GetConstructor results to workaround mcs bug.
20851
20852 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
20853
20854         * reflection.h, reflection.c: handle field and param marshal
20855         information.
20856
20857 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
20858
20859         * icall.c, marshal.c marshal.h: more Marshal class implementation.
20860
20861 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20862
20863         * reflection.c: fix call convention.
20864
20865 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20866
20867         * reflection.h, reflection.c: mono_image_get_memberref_token()
20868         takes a type instead of a class, now. Added
20869         mono_image_get_array_token() to create tokens for the special
20870         multi-dim array methods.
20871
20872 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
20873
20874         * assembly.c: handle modules (no assembly table). Split
20875         loading references in its own function.
20876         * class.c: handle moduleref resolution scope.
20877         * image.c, image.h: cache module name in image.
20878
20879 2002-06-07  Martin Baulig  <martin@gnome.org>
20880
20881         * reflection.c (mono_image_get_type_info): Only add a class layout entry
20882         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
20883
20884 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20885
20886         * icall.c: more signature fixes that used uint instead of int.
20887
20888 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20889
20890         * reflection.c: fixed signature of field refs.
20891
20892 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
20893
20894         * class.c, reflection.c: handle typerefs of nested types
20895         (both on read and when writing files).
20896
20897 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
20898
20899         * icall.c: fix method signatures that tried to workaround the previous
20900         typo, d'oh!
20901
20902 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
20903
20904         * debug-helpers.c: fix typo.
20905
20906 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
20907
20908         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
20909         rewrote the PE/COFF writing code (our programs are understood by the
20910         ms runtime, now).
20911
20912 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
20913
20914         * gc.c, gc.h, icall.c: weakreference support.
20915
20916 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
20917
20918         * Makefile.am, mono-config.c: use $(sysconfdir).
20919
20920 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
20921
20922         * icall.c: changed default precision of Double.ToString() to 15.
20923         Fixed memory leak. Unified with Single.ToString.
20924
20925 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
20926
20927         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
20928
20929 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
20930
20931         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
20932         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
20933         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
20934         and myself.
20935
20936 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
20937
20938         * debug-symfile.c, sysmath.c: yet more compilation fixes.
20939
20940 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
20941
20942         * reflection.c, socket-io.c: more compilation fixes.
20943
20944 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
20945
20946         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
20947         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
20948         unicode.c: warning and compiler compatibility fixes.
20949
20950 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
20951
20952         * class.h, metadata.c: fixed warnings/compilation errors.
20953
20954 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
20955
20956         * Makefile.am, mono-config.c, mono-config.h: configuration file
20957         support routines.
20958         * loader.c, loader.h: make Dll mapping configurable at runtime in the
20959         config file. Export methods to insert and lookup mappings.
20960
20961 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
20962
20963         * reflection.c: handle types and boxed objects in custom attr
20964         constructors.
20965
20966 2002-05-30  Martin Baulig  <martin@gnome.org>
20967
20968         * debug-symfile.c
20969         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
20970
20971 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
20972
20973         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
20974         to lookup the implmap row for a P/Invoke method.
20975         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
20976         P/Invoke method from the runtime on an as needed basis.
20977
20978 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
20979
20980         * metadata.c (mono_metadata_parse_signature): impl.
20981
20982 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
20983
20984         * class.c: handle .pack directive.
20985
20986 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
20987
20988         * object.c: initialize static fields with RVA data.
20989
20990 2002-05-25  Martin Baulig  <martin@gnome.org>
20991
20992         * debug-symfile.c
20993         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
20994
20995 2002-05-24  Martin Baulig  <martin@gnome.org>
20996
20997         * debug-symfile.c
20998         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
20999         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
21000         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
21001
21002 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
21003
21004         * object.c: special case string ctros in invoke.
21005         * gc.c: silly whitespace changes.
21006
21007 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
21008
21009         * threadpool.[ch]: impl. a threadpool that can
21010         be used by mint and mono.
21011
21012 2002-05-22  Martin Baulig  <martin@gnome.org>
21013
21014         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
21015         The first argument is now a `MonoReflectionModuleBuilder *', the return
21016         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
21017         `methods' field to get the method builder.  The `token' argument is the
21018         unfixed token.
21019
21020         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
21021         invalid characters instead of g_assert_not_reached()ing.  This seems
21022         to be the behaviour of mscorlib.
21023
21024 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
21025
21026         * object.c (mono_runtime_invoke_array): applied patch from Rachel
21027         Hestilow to fix bug #25104
21028
21029 2002-05-21  Martin Baulig  <martin@gnome.org>
21030
21031         * debug-symfile.c (mono_debug_find_source_location): New function.
21032         Looks up an IL offset in the line number table and returns the source
21033         location as a string.
21034
21035 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21036
21037         * icall.c:
21038         (mono_double_ToStringImpl): changed %f by %g until we have something
21039         better.
21040
21041 2002-05-21  Nick Drochak  <ndrochak@gol.com>
21042
21043         * icall.c : Use different name for Math.Pow's icall.  Needed to check
21044         parameters first in C#.
21045
21046 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
21047
21048         * icall.c, reflection.h: added icall to get info about an event.
21049
21050 2002-05-20  Radek Doulik  <rodo@ximian.com>
21051
21052         * object.c (mono_value_box): don't use memcpy for boxing on BIG
21053         endian
21054         (mono_value_box): don't use memcpy for small sizes on
21055         architectures with unaligned access
21056
21057 2002-05-20  Martin Baulig  <martin@gnome.org>
21058
21059         * reflection.c (mono_reflection_setup_internal_class): Don't crash
21060         if `tb->parent == NULL'.
21061         (mono_reflection_create_internal_class): New function.  This is
21062         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
21063         for enum types.
21064
21065         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
21066         New interncall.
21067
21068 2002-05-19  Martin Baulig  <martin@gnome.org>
21069
21070         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
21071         argument to get the length, don't default to the array length.
21072
21073 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
21074
21075         * assembly.c (mono_assembly_setrootdir): New function used to
21076         override the MONO_ASSEMBLIES directory.
21077
21078 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
21079
21080         * icall.c: ValueType_GetHashCode() initialize local var.
21081
21082 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
21083
21084         * reflection.c: sort custom attributes table.
21085
21086 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
21087
21088         * reflection.c: support named args in custom attributes (write support).
21089
21090 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
21091
21092         * reflection.c: fix finally position calculation.
21093
21094 2002-05-15  Radek Doulik  <rodo@ximian.com>
21095
21096         * reflection.c: fixed endianess at many places
21097
21098         * icall.c (ves_icall_InitializeArray): comment out debug msg
21099
21100 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
21101
21102         * object.c (mono_unhandled_exception): new function to handle
21103         unhandled exceptions.
21104         (mono_unhandled_exception): call the UnhandledException event.
21105         (mono_runtime_delegate_invoke): impl.
21106
21107 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
21108
21109         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
21110         returns the RVA, not the direct pointer to the data. Handle the case
21111         when the class size is fixed.
21112
21113 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
21114
21115         * reflection.c: fix some endianess issues.
21116
21117 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
21118
21119         * object.c (mono_runtime_invoke): is now able to catch exceptions.
21120
21121         * threads.c (mono_thread_init): added a callback which is invoked
21122         at thread start.
21123
21124 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
21125         
21126         * icall.c: make GetHashCode return non-negative values.
21127
21128 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
21129
21130         * object.c, icall.c, gc.c: revert to address-based hashcode.
21131
21132 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
21133
21134         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
21135
21136 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
21137
21138         * icall.c, class.c: special case <Module>.
21139
21140 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
21141
21142         * icall.c: fix bug in GetNow().
21143
21144 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
21145
21146         * object.c (mono_runtime_class_init): make sure that we call all
21147         static class constructors.
21148
21149 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
21150
21151         * reflection.c: sort methodsemantics table.
21152
21153 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
21154
21155         * reflection.h, reflection.c: honour init locals setting.
21156
21157 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
21158
21159         * icall.c: copied Double ToStringImpl for Single ToStringImpl
21160
21161 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
21162
21163         * reflection.c: support ContructorBuilders in attribute blob creation.
21164
21165 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21166
21167         * reflection.c: some changes to build a binary that can be run
21168         directly in windows.
21169
21170 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
21171
21172         * loader.c: print a big message when an icall can't be found.
21173
21174 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21175
21176         * string-icalls.c: fix bug 24248.
21177
21178 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
21179
21180         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
21181         icall.c, reflection.h: separate assembly loading by pathname and by
21182         assembly name. Use the MONO_PATH env var to search for assemblies.
21183
21184 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
21185
21186         * assembly.c, image.h: add some support for assemblies
21187         with multiple modules.
21188         * class.c, class.h: export mono_class_from_typeref().
21189         * loader.c: remove duplicated code and use mono_class_from_typeref(),
21190         instead.
21191
21192 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
21193
21194         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
21195         documentation says (the ECMA one is correct).
21196
21197 2002-05-02  Dick Porter  <dick@ximian.com>
21198
21199         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
21200         Don't name the synchronisation mutex.
21201
21202 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
21203
21204         * rand.c
21205         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
21206         Make the prototypes match.
21207         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
21208         Same.
21209
21210         * icall.c
21211         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
21212         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
21213         all systems have tm.tm_zone, so use strftime() with %Z to print
21214         the timezone abreviation into a temp string.
21215
21216         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
21217         rather than mono_array_addr() on a MonoString on Big Endian
21218         machines.
21219
21220 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
21221
21222         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
21223         fix bug 24041
21224
21225 2002-04-30  Dick Porter  <dick@ximian.com>
21226
21227         * socket-io.c: Cope with SOCKET being an integer rather than a
21228         pointer now.
21229
21230         * threads.c: Added Thread_free_internal, to deal with thread
21231         handle cleanup.  Moved calls to handle_store() and handle_remove()
21232         to start_wrapper(), so each can only be called once.  Allocate
21233         synchronisation blocks with GC_malloc(), and use GC finalisation
21234         to close the handles.
21235
21236         * icall.c: added System.Threading.Thread::Thread_free_internal
21237
21238 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21239
21240         * icall.c: support Environment.Exit, CommandLineArgs().
21241
21242 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
21243
21244         * object.c, object.h: added mono_runtime_run_main () and
21245         mono_runtime_get_main_args () for use in System.Environment.
21246
21247 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
21248
21249         * gc.c: fix thinko, enable actual finalization since the jit is now
21250         fixed.
21251
21252 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
21253
21254         * gc.c, object.c: take into account that an object may be offset wrt the address
21255         returned by GC_malloc().
21256
21257 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
21258
21259         * image.c: handle files without entries in the assembly table (modules).
21260
21261 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
21262
21263         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
21264         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
21265         allowed to be null when it's System.Object class setup.
21266
21267 2002-04-27  Martin Baulig  <martin@gnome.org>
21268
21269         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
21270         if `tb->parent == NULL' rather than crashing.
21271
21272 2002-04-28  Nick Drochak  <ndrochak@gol.com>
21273
21274         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
21275         calling acos() where asin() should have been called.
21276
21277 2002-04-26  Martin Baulig  <martin@gnome.org>
21278
21279         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
21280         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
21281         there's a subdirectory called `System', but we don't want to read that
21282         subdirectory as an assembly.
21283
21284 2002-04-25  Martin Baulig  <martin@gnome.org>
21285
21286         * debug-symfile.c: Reflect latest MonoString changes.
21287
21288 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
21289
21290         * rand.c, rand.h: instance method icalls need to have an explicit
21291         this pointer as first argument in the C implementation.
21292
21293 2002-04-25  Nick Drochak <ndrochak@gol.com>
21294
21295         * icall.c: Fix typo in map for GetNonZeroBytes
21296
21297 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
21298
21299         * string-icalls.c : String does now passes unit tests without any 
21300         errors, the following changes has been made:
21301         
21302         Implemented replace methods.
21303         Renaming of methods to (try) follow the standard.
21304         Fixed compare ordinal
21305         Made all memory allocated directly to function instead of via icall function.
21306         Small performance fix in is_in_array function
21307                         
21308  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
21309
21310         c (mono_string_Internal_ctor_charp_int_int):
21311         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
21312         sindex < 0, throw ArgumentOutOfRangeException instead of
21313         ArgumentNullException.
21314
21315         Added new check for length == 0, however
21316         I need to make it return String.Empty from the C code.
21317         
21318         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
21319         that calculate the length for us here.
21320         
21321         (mono_string_Internal_ctor_sbytep_int_int): Replaced
21322         mono_string_new_utf16 with mono_string_new, since value is utf8.
21323
21324 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
21325
21326         * object.c: register the object for finalization if needed.
21327         Allocate one more char in the string for the terminating 0 char.
21328
21329 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
21330
21331         * class.c, class.h, image.c: check if a type implemenst a destructor.
21332         Use the proper key for array class lookups.
21333         * icall.c: register the icalls in the System.GC class.
21334         * gc.c, gc.h: GC-related functions and icalls.
21335
21336 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21337
21338         * icall.c:
21339         * socket-io.c:
21340         * unicode.c: free some strings gotten from mono_string_to_utf8 and
21341         changed a couple of free () by g_free ().
21342
21343         * decimal.c: one-liner in the comments for decimal2string ().
21344
21345 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
21346
21347         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
21348
21349 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
21350
21351         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
21352         * object.c (mono_runtime_invoke_array) : handle null in params
21353
21354 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
21355
21356         * string-icalls.c: fixed bug in split (one off bug)
21357
21358 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
21359
21360         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
21361         * icalls.c: added String::Equals as internal method
21362
21363 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
21364
21365         * threads.c: fixed bug in the double interlocked functions
21366
21367 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
21368
21369         * threads.c: implemented all of the new interlocked icalls.
21370         * string-icalls.c: fix a bug in insert.
21371         * icalls.c: added the icalls for interlocked, removed old string functions.
21372         
21373 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
21374
21375         * loader.c: fix off-by-one error when reading argument names.
21376
21377 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21378
21379         * profiler.c: win32 counter implementation (untested).
21380         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
21381         (the latter needs testing and more complete impl. from win32 folks).
21382
21383 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
21384
21385         * object.c: mono_array_new_full workaround mono_array_class_get
21386         problem.
21387
21388 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
21389
21390         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
21391         * object.h (mono_string_chars): Changed casting type.
21392
21393 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
21394
21395         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
21396                            method signatures to use gunichar2 instead of gint16.
21397
21398 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
21399
21400         * object.h, object.c: domain-specific versions of mono_object_new and
21401         mono_array_new.
21402
21403 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
21404
21405         * object.c: changed String layout
21406
21407         * string-icalls.c (mono_string_Internal_ctor_chara): added
21408         internal string constructors.
21409
21410 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
21411
21412         * threads.c: pass 'this' to the thread start routine.
21413
21414 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21415
21416         * string-icalls.c: fix IndexOf and LastIndexOf. Now
21417         InternalCompareStr don't call twice mono_string_cmp_char for the last
21418         character. Improved performance in mono_string_cmp_char.
21419
21420 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
21421
21422         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
21423         code into its own library: libmonoruntime.
21424
21425 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
21426
21427         * object.h, object.c: changed array format so that szarrays do not
21428         require a bounds structure.
21429         * icall.c, appdomain.c: support for new szarray format.
21430
21431 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
21432
21433         * metadata.c: compare also the retuns type when comparing signatures:
21434         we didn't do this as an optimization since really overloaded methods
21435         must differ also in the arguments, but this doesn't work with
21436         low-level IL code (or when using explicit conversion operators: see
21437         bug#23498 for an example).
21438
21439 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
21440
21441         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
21442
21443 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
21444
21445         * icall.c: make MonoType::GetElementType its own icall.
21446
21447 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
21448
21449         * icall.c: remove MonoMethod_get_Name().
21450         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
21451         object.
21452
21453 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
21454
21455         * string-icalls.c: optimized a few methods.
21456
21457 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
21458
21459         * icall.c: added all new string internal calls
21460         * string-icalls.c: added, new string internal call implementation.
21461         * object.c: added mono_string_new_size for allocating a string a size
21462
21463 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
21464
21465         * object.c (mono_object_isinst): use the same code as in the
21466         optimized x86 version.
21467
21468 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
21469
21470         * profiler.c: TSC-based timer code (faster and more accurate).
21471         Not hooked up in configure, yet (set USE_X86TSC to 1).
21472
21473 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
21474
21475         * profiler.c, profiler.h: track time spent compiling methods.
21476         * threads.c: track thread creation/destruction.
21477
21478 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
21479
21480         * profiler.c, profiler.h, profiler-private.h: profiling interface
21481         and sample implementation. Moved here so that it can be used also by
21482         the jit.
21483
21484 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
21485
21486         * reflection.c, reflection.h: keep types and other handles separate in
21487         the hash tables for referred tokens. Add guid for modules.
21488
21489 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
21490
21491         * assembly.c: fix bugs found with valgrind.
21492         * metadata.h, metadata.c: added mono_metadata_guid_heap().
21493
21494 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
21495
21496         * threads: added icall support for getting current domain for
21497                    the thread.
21498  
21499 2002-04-13  Martin Baulig  <martin@gnome.org>
21500
21501         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
21502         (MonoDebugVarInfo): Added `index' field for register based addresses.
21503         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
21504         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
21505         `MonoDebugVarInfo *params' and `guint32 this_offset' with
21506         `MonoDebugVarInfo *this_var'.
21507
21508         * debug-symfile.c (relocate_variable): New static function to write
21509         a location description for a local variable or method parameter.
21510
21511 2002-04-12  Martin Baulig  <martin@gnome.org>
21512
21513         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
21514         stack offset and begin/end scope address of a local variable.
21515         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
21516         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
21517         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
21518
21519         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
21520         Added new relocation types for start/end scope of a local variable.
21521
21522 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
21523
21524         * object.h: add mono_object_domain() macro.
21525         * reflection.c: handle typespecs.
21526         * icall.c: MonoMethod::get_Name() implementation.
21527
21528 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21529
21530         * icall.c: String::GetHashCode() icall implementation.
21531
21532 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21533
21534         * icall.c: String::IndexOfAny icall.
21535         * object.c, object.h: make array->max_length more useful.
21536         Intrduced mono_object_class() and mono_string_length() macros.
21537
21538 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
21539
21540         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
21541         instead of g_unichar_isdigit.
21542
21543 2002-04-11  Nick Drochak  <ndrochak@gol.com>
21544
21545         * icall.c: Implement a simple Double.ToString().
21546
21547 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
21548
21549         * appdomain.h: only io-layer.h is supposed to be included.
21550         * icall.c: explicitly import environ. Fix warning.
21551
21552 2002-04-10  Nick Drochak  <ndrochak@gol.com>
21553
21554         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
21555                 return true even if it's not Daylight Savings time.
21556                 Only return false for the case where the function isn't
21557                 implemented for a plaform (read Windows).
21558
21559 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
21560
21561         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
21562         data with a mutex.
21563
21564 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
21565
21566         * mempool.c (mono_mempool_alloc): only use g_malloc when
21567         absolutely necessary.
21568
21569 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
21570
21571         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
21572
21573         * class.c (mono_class_vtable): use domain mempool to allocate vtable
21574         (mono_class_proxy_vtable): use domain mempool
21575
21576 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
21577
21578         * appdomain.h, appdomain.c: split initialization that requires the
21579         execution engine support into mono_runtime_init().
21580
21581 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
21582
21583         * class.c (mono_class_init): don't include vtable inside MonoClass
21584         to save some memory, gather some statistics.
21585         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
21586
21587 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
21588
21589         * icall.c: internalcall implementation for ValueType.Equals().
21590
21591 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
21592
21593         * object.c (mono_message_init): moved 
21594         (mono_runtime_exec_main): new arch. independent impl.
21595         (mono_runtime_invoke_array): new method - like
21596         mono_runtime_invoke, but you can pass an array of objects.
21597         (mono_remoting_invoke): new arch. independent impl.
21598         (mono_message_invoke): new arch. independent impl.
21599         (mono_runtime_class_init): new arch. independent impl.
21600         (mono_runtime_object_init): new arch. independent impl.
21601
21602 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
21603
21604         * metadata.c, object.c, reflection.c: documented the exported
21605         functions.
21606
21607 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
21608
21609         * icall.c: simpler code to pass the assembly builder data to corlib.
21610         Implement GetNestedTypes() internalcall.
21611
21612 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
21613
21614         * class.c: warn if a type can't be loaded.
21615
21616 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
21617
21618         * image.h: typedef MonoImageOpenStatus
21619         * types.h: removed unused file
21620         
21621 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
21622
21623         * icall.c: Enum_ToObject accepts enum value arguments.
21624
21625 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
21626
21627         * class.c: move initialization of properties, events and nested
21628         classes, so that they happen for interfaces, too.
21629
21630 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
21631
21632         * icall.c: cleanup some ugly casts in Array_SetValue*.
21633
21634 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
21635
21636         * icall.c: the values array fro enums is of the correct type, now.
21637         Implement (correctly) getFullName instead of assQualifiedName for
21638         MonoType.
21639         * reflection.h, reflection.c: added mono_type_get_name ().
21640
21641 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
21642
21643         * assembly.c, image.h: for each MonoImage, record from wich assembly
21644         it was loaded.
21645         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
21646         Make Type.Assembly work.
21647
21648 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
21649
21650         * debug-symfile.h: use char* instead of gpointer to avoid
21651         unnecessary casts.
21652
21653         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
21654
21655         * icall.c (ves_icall_InternalExecute): impl. FielSetter
21656         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
21657
21658 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
21659
21660         * icall.c (mono_message_init): impl. (code cleanup)
21661         (ves_icall_InternalExecute): impl. FieldGetter
21662
21663         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
21664         defined we call all (non-static)methods through the vtable. 
21665
21666 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
21667
21668         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
21669         finalizer even though the memory is still referenced (and the chunk of
21670         memory is not freed).
21671
21672 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
21673
21674         * assembly.c: fix brokeness.
21675
21676 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
21677
21678         * class.c: kill some warnings. Check explicit interface method
21679         implementation also without considering the namespace.
21680         Load also literal strings in static class data.
21681
21682 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
21683
21684         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
21685         (default_assembly_name_resolver): Make the resolver take the
21686         "base" directory where the assembly was originally defined, so we
21687         can load DLLs that are in the same directory as the assembly that
21688         is being referenced.
21689
21690 2002-03-28  Dick Porter  <dick@ximian.com>
21691
21692         * file-io.h: 
21693         * file-io.c:
21694         * socket-io.c: 
21695         * unicode.h: 
21696         * unicode.c: Warning cleanups
21697
21698 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
21699
21700         * object.h, reflection.h: use the correct type instead of MonoObject.
21701
21702 2002-03-28  Martin Baulig  <martin@gnome.org>
21703
21704         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
21705         (mono_debug_update_symbol_file): Initialize classes if necessary.
21706
21707 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
21708
21709         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
21710         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
21711
21712 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
21713
21714         * assembly.h: fix function prototype.
21715         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
21716         * mono-endian.h: use const cast.
21717
21718 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
21719
21720         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
21721
21722 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
21723
21724         * loader.c: don't assert when a typeref can't be loaded, give
21725         a chance to the runtime to trow an exception instead.
21726         * loader.h: fix warning.
21727
21728 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
21729
21730         * class.c (mono_class_proxy_vtable): added proxy support
21731
21732 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
21733
21734         * icall.c: removed last of PAL calls, added System.Environment
21735         * file-io.h, file-io.c: MonoIO implementation
21736         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
21737
21738 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
21739
21740         * appdomain.c: do not use the byte marker in ldstr table lookup.
21741         * debug-helpers.c: allow two ':' to separate class and method name.
21742         * object.c: allocate arrays bounds with the GC, too.
21743         * verify: add a few more checks.
21744
21745 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
21746
21747         * reflection.c: output also literal strings. Allocate parameter data
21748         with GC_malloc() (thanks, Martin, for catching this!).
21749
21750 2002-03-26  Martin Baulig  <martin@gnome.org>
21751
21752         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
21753         include the `this' offset in the `param_offsets'.
21754
21755 2002-03-25  Martin Baulig  <martin@gnome.org>
21756
21757         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
21758         mono_debug_get_class() function to get the classes. Added new
21759         relocation types for arrays and strings.
21760         (mono_debug_get_class): New static function to search in all
21761         referenced assemblies for a metadata token.
21762
21763         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
21764
21765 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
21766
21767         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
21768         hold gc-allocated objects. Make the string heap a stream like the
21769         others. Removed duplicated code when writing stream info.
21770         Added asserts to catch possible buffer overflows. Set the sorted map
21771         for tables that need sorting. Added some documentation.
21772
21773 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
21774
21775         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
21776         for interned strings and vtables.
21777
21778 2002-03-24  Martin Baulig  <martin@gnome.org>
21779
21780         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
21781         it in the array since it was created with g_slist_prepend().
21782
21783 2002-03-24  Martin Baulig  <martin@gnome.org>
21784
21785         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
21786         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
21787         (mono_debug_method_from_token): Renamed to
21788         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
21789         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
21790
21791         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
21792         relocation types.
21793
21794         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
21795
21796 2002-03-24  Martin Baulig  <martin@gnome.org>
21797
21798         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
21799         (mono_debug_method_from_token): New func.
21800
21801         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
21802         New interncall, calls mono_debug_local_type_from_signature().
21803         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
21804         calls mono_debug_method_from_token().
21805
21806 2002-03-23  Martin Baulig  <martin@gnome.org>
21807
21808         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
21809         specifies the number of bytes to be converted, not the array size.
21810         Return the number of chars, not the number of bytes.
21811         (ves_icall_iconv_get_chars): The `byteCount' argument
21812         specifies the number of bytes to be converted, not the array size.
21813
21814 2002-03-23  Martin Baulig  <martin@gnome.org>
21815
21816         * reflection.h (MonoReflectionSigHelper): New type.
21817
21818         * reflection.c (mono_reflection_sighelper_get_signature_local),
21819         (mono_reflection_sighelper_get_signature_local): New functions.
21820
21821         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
21822         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
21823         interncalls.
21824
21825 2002-03-23  Martin Baulig  <martin@gnome.org>
21826
21827         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
21828         is_writeable is set.
21829         (mono_raw_buffer_update): New function to write the modified map
21830         back to disk.
21831
21832         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
21833
21834         * debug-symfile.c (mono_debug_update_symbol_file): Call
21835         mono_raw_buffer_update() when done writing.
21836
21837 2002-03-23  Martin Baulig  <martin@gnome.org>
21838
21839         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
21840
21841         * debug-symfile.c: Added support for arguments and local variables.
21842
21843 2002-03-23  Dick Porter  <dick@ximian.com>
21844
21845         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
21846         protected by ifdefs, hence breaking the w32 build.
21847
21848 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
21849
21850         * object.c: implement is_interned() the right way.
21851
21852 2002-03-21  Martin Baulig  <martin@gnome.org>
21853
21854         * debug-symfile.[ch]: New files to handle debugging information
21855         files. There's also support to dynamically update these symbol
21856         files to include machine dependent information.
21857
21858 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
21859
21860         * threads.c (mono_thread_create): new function to create thread
21861         from C
21862
21863 2002-03-20  Martin Baulig  <martin@gnome.org>
21864
21865         * icall.c (ves_icall_InternalInvoke): Create a new object if the
21866         method is a constructor.
21867         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
21868         points to ves_icall_InternalInvoke().
21869
21870 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
21871
21872         * file-io.c: Flush shouldn't throw exceptions.
21873
21874 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
21875
21876         * file-io.c: FileStream flush support; FileSetLength now
21877         restores file pointer.
21878
21879 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
21880
21881         * class.c: set image for pointer classes.
21882
21883 2002/03/19  Nick Drochak <ndrochak@gol.com>
21884
21885         * sysmath.c: Forgot one.
21886
21887 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
21888
21889         * sysmath.c: Avoid redefining existing names.
21890
21891 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
21892
21893         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
21894         handled by runtime as icall rather than dllimport from libm.so
21895         * file-io.c, file-io.h: fixed handle argument type.
21896
21897 2002-03-18  Dick Porter  <dick@ximian.com>
21898
21899         * reflection.c (mono_image_get_type_info): rename interface to
21900         iface, because of "#define interface struct" on windows.
21901
21902 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
21903
21904         * class.c, class.h: rename and export mono_ptr_class_get().
21905         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
21906         * reflection.c, reflection.h, icall.c: better/saner type name
21907         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
21908         method signatures.
21909
21910 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
21911
21912         * class.c (mono_class_init): removed hardcoded GHC_SLOT
21913
21914         * icall.c (ves_icall_InternalInvoke): impl.
21915
21916 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
21917
21918         * reflection.c: output the interface map table, too.
21919
21920 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21921
21922         * class.c (class_compute_field_layout): separate computation of 
21923         static field layout
21924
21925 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
21926
21927         * icall.c: added System.Buffer support.
21928         * file-io.c: moved file icalls from PAL to FileStream.
21929
21930 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
21931
21932         * icall.c (ves_icall_System_Object_GetHashCode): impl.
21933
21934 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
21935
21936         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
21937
21938 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
21939
21940         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
21941
21942 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
21943
21944         * debug-helpers.{c,h}: moved here from monograph some useful functions
21945         to locate a method by name/signature in a class or image. Included
21946         also a small and flexible IL disassembler.
21947
21948 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
21949
21950         * reflection.c: fixup tokens in methods with small header size, too.
21951
21952 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
21953
21954         * object.c (mono_string_to_utf8): remove assert(!error), instead
21955         print a warning. 
21956
21957 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
21958
21959         * icall.c: update to the new mono_Array_class_get interface.
21960
21961 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
21962
21963         * appdomain.c, object.c: Boehm-GC enable.
21964         * icall.c: make get_data_chunk() support split data requests.
21965         Ensure a class is initialized in more cases. Return only the first
21966         property found in GetProperties() or the compiler gets confused. 
21967         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
21968         * reflection.h, reflection.c: add fixup mechanism for field and method
21969         tokens. Initialize assembly->typeref in a single place. Output
21970         properties after events. Support custom attributes for events, too.
21971         Typo fix for paramter custom attrs.
21972
21973 2002-03-07  Martin Baulig  <martin@gnome.org>
21974
21975         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
21976
21977 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
21978
21979         * class.c (mono_array_class_get): fix. for multi. dim. arrays
21980
21981 2002-03-06  Martin Baulig  <martin@gnome.org>
21982
21983         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
21984         non-zero lower bounds. See testcases #F10-#F13.
21985
21986 2002-03-05  Martin Baulig  <martin@gnome.org>
21987
21988         * exception.c (mono_get_exception_argument_out_of_range): New exception.
21989
21990         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
21991         ves_icall_System_Array_GetValue(), only calculate the absolute array position
21992         here.
21993         (ves_icall_System_Array_SetValue): Likewise.
21994         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
21995         as argument and does the actual work. This function is used when copying a
21996         multi-dimensional array.
21997         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
21998         now do all the widening conversions of value types.
21999         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
22000
22001 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
22002
22003         * class.c: remove some magic numbers and use the smbolic names,
22004         instead. Added init_events() to load event info at class init time.
22005         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
22006         and mono_metadata_methods_from_event().
22007         * reflection.h, reflection.c: added support for writing out the evnets
22008         related information.
22009
22010 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
22011
22012         * reflection.h, icall.c: use a different method (GetInterfaces)
22013         to gather interface info and add isbyref, isprimitive and
22014         ispointer to the ves_icall_get_type_info() return value.
22015
22016 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
22017
22018         * class.h: stared adding support for events.
22019         * icall.c: split find_members implementation. Added debug icall to get
22020         the address of an object.
22021         * reflection.c: handle TypeBuilders in mono_type_get_object().
22022
22023 2002-03-01  Martin Baulig  <martin@gnome.org>
22024
22025         * icall.c (ves_icall_System_Array_GetLength): This must throw an
22026         ArgumentOutOfRangeException(), not an ArgumentException().
22027         (ves_icall_System_Array_GetLowerBound): Likewise.
22028         (ves_icall_System_Array_GetValue): Improved argument checking.
22029         (ves_icall_System_Array_SetValue): Improved argument checking.
22030
22031 2002-03-01  Martin Baulig  <martin@gnome.org>
22032
22033         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
22034         called with invalid arguments rather than just dying with g_assert().
22035         (ves_icall_System_Array_SetValue): Likewise.
22036         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
22037         raise a NotImplementedException instead.
22038         (ves_icall_System_Array_GetLength): Added argument checking.
22039         (ves_icall_System_Array_GetLowerBound): Added argument checking.
22040
22041 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
22042
22043         * object.h (mono_assert): new macros mono_assert and
22044         mono_assert_not_reached
22045
22046 2002-02-28  Martin Baulig  <martin@gnome.org>
22047
22048         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
22049         and "System::String::IsInterned" to "System::String::_IsInterned".
22050
22051 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
22052
22053         * icall.c: remove hacks for typebuilder. Added icall to create a
22054         modified type from a tybebuilder.
22055         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
22056         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
22057         to create a backing MonoClass for a TypeBuilder.
22058
22059 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
22060
22061         * class.c, class.h: more refactoring of class init.
22062         Export mono_class_setup_mono_type() and mono_class_setup_parent().
22063
22064 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
22065
22066         * marshal.c, marshal.h: start of marshaling interface.
22067
22068 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
22069
22070         * icall.c: fix order in assembly qualified name icall.
22071
22072 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
22073
22074         * class.c: do not free str, since we store it in the hash table.
22075         * reflection.h: add label field to MonoILExceptionInfo.
22076         * reflection.c: handle references to more than one assembly. Handle
22077         case when there isn't a module created in the assembly.
22078
22079 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
22080
22081         * class.c: Fix typo. Start refactoring of class init code.
22082
22083 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
22084
22085         * appdomain.c: exit with 1 on error.
22086         * class.c: we already have the name in MonoClassField.
22087         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
22088         MonoStreamHeader instead of an offset of image->raw_metadata.
22089
22090 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
22091
22092         * appdomain.c (mono_init): Be even more descriptive about the error.
22093
22094 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
22095
22096         * appdomain.c: give the user an informative message when corlib can't
22097         be loaded.
22098
22099 2002-02-26  Martin Baulig  <martin@gnome.org>
22100
22101         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
22102         New icall to get the time zone data.
22103
22104 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
22105
22106         * reflection.c: set virtual and raw size of section correctly.
22107         * threads.c: transfer domain information to newly created threads.
22108
22109 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
22110
22111         * class.c: when instancing a class in a domain, load the default
22112         vaules for static fields from the constant table. Fix System.Enum to
22113         not be an enum.
22114         * icall.c: implement Object::GetType() internalcall. Implemented
22115         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
22116         Fixed checking of binding flags in find_members().
22117         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
22118         * reflection.c: handle enumerations when writing to the constant
22119         table. Use a different object cache for types.
22120
22121
22122 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
22123
22124         * object.c (mono_object_isinst): fix for arrays
22125
22126         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
22127
22128 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
22129
22130         * object.c: don't use mprotect ()  and fix intern pool hash table
22131         lookup for big endian systems.
22132
22133 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
22134
22135         * icall.c: change type_is_subtype_of () signature.
22136
22137 2002-02-21  Mark Crichton  <crichton@gimp.org>
22138
22139         * rand.c, rand.h: Added random number generator for
22140         System.Security.Cryptography classes.
22141
22142         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
22143
22144         * icall.c: Added System.Security.Cryptography calls.
22145
22146 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
22147
22148         * class.c, icall.c, metadata.c: better support for pointer types.
22149         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
22150         * reflection.c: Add support for getting custom attrs for properties
22151         and simplify some code.
22152
22153 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
22154
22155         * icall.c: change getToken () and add custom attribute GetBlob()helper
22156         method.
22157         * reflection.h: add custom attrs array to the reflection builder structures.
22158         * reflection.c: encode and emit custom attributes for all the relevant
22159         reflection objects. Cache fieldref and methodref tokens. Change
22160         mono_image_create_token() interface to take a MonoDynamicAssembly.
22161         More complete custom attributes decoder. Load custom attributes for
22162         Assembly, Field, Method and Constructor objects, too. Make the
22163         returned array an Attribute[] one, not object[]. Added
22164         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
22165         custom attribute constructor.
22166
22167 2002-02-20  Dick Porter  <dick@ximian.com>
22168
22169         * icall.c:
22170         * rawbuffer.c:
22171         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
22172         problem code out for now).
22173
22174 2002-02-19  Radek Doulik  <rodo@ximian.com>
22175
22176         * object.c (mono_ldstr): use hash table to avoid multiple swapping
22177
22178 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
22179
22180         * icall.c: register the GetCustomAttributes method.
22181         * object.c, object.h: add mono_string_new_len ().
22182         * reflection.h, reflection.c: added mono_runtime_invoke(),
22183         mono_install_runtime_invoke(). Added
22184         mono_reflection_get_custom_attrs () to load custom attributes and
22185         create the attribute objects.
22186
22187 2002-02-19  Dick Porter  <dick@ximian.com>
22188         * threads-dummy-types.c:
22189         * threads-dummy-types.h:
22190         * threads-dummy.c:
22191         * threads-dummy.h:
22192         * threads-pthread-types.c:
22193         * threads-pthread-types.h:
22194         * threads-pthread.c:
22195         * threads-pthread.h:  Deleted obsolete files
22196
22197 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
22198
22199         * class.c (mono_class_vtable): runtime init the class when we
22200         allocate static class data.
22201
22202         * icall.c (ves_icall_System_Array_SetValue): check for null values.
22203
22204         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
22205         and String - but we will need generic marshalling support in the
22206         future. 
22207         (mono_init): set the domain name in a ms compatible way
22208
22209         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
22210         String[].
22211
22212 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
22213
22214         * object.c (mono_array_clone): use alloca() instead of g_malloc  
22215         for sizes
22216
22217         * appdomain.c (mono_domain_unload): impl.
22218
22219 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
22220
22221         * appdomain.c, object.c: fix intern pool implementation.
22222         * class.c: fix alignment code.
22223
22224 2002-02-16  Radek Doulik  <rodo@ximian.com>
22225
22226         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
22227         and s2 > s1, just copy lower bytes to be compatible with little
22228         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
22229         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
22230
22231         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
22232         force big_endian to be 1 for big endian machines 
22233         (ves_icall_iconv_new_decoder): ditto
22234
22235 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
22236
22237         * socket-io.c (convert_sockopt_level_and_name): If the system
22238         doesn't define SOL_IP or SOL_TCP, get them by hand using
22239         getprotobyname() and caching the values (because this could be a
22240         slow operation).
22241         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
22242         Use the appropriate struct when the system does support it. Ie,
22243         not all systems have struct ip_mreqn so use struct ip_mreq when
22244         appropriate.
22245
22246 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
22247
22248         * reflection.c: handle finally clauses.
22249
22250 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
22251
22252         * socket-io.c: use g_snprintf() instead of snprintf.
22253
22254 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
22255
22256         * reflection.c (mono_param_get_objects): Cast second argument to
22257         mono_method_get_param_names to a const char** to silence the
22258         compiler warning.
22259
22260         * appdomain.c (mono_domain_assembly_open): Put parens around the
22261         truth statement in the for-loop.
22262
22263         * unicode.c (iconv_convert): Got rid of a compiler warning about
22264         int i being unused when the system has a new iconv.
22265         (iconv_get_length): Same.
22266
22267         * image.c (load_class_names): Cast the second argument to
22268         g_hash_table_insert() to char* to hush compiler warnings about the
22269         arg being a const.
22270         (mono_image_open): Same here.
22271
22272         * socket-io.c: Don't conditionally include sys/filio.h or
22273         sys/sockio.h here anymore since we now get them from
22274         io-layer/io-layer.h
22275         (inet_pton): If the system doesn't support inet_aton, implement
22276         using inet_addr and also #define INADDR_NONE if it isn't defined
22277         by the system.
22278
22279 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
22280
22281         * metadata.c, metadata.h: added function to get packing and size info
22282         of a typedef.
22283         * reflection.h, reflection.c: handle field RVA data. Save info about
22284         the table layout if needed. Assign typedef indexes to all the types
22285         before dumping the info about them to avoid forward reference problems.
22286
22287 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
22288
22289         * socket-io.c (convert_sockopt_level_and_name): ifdef
22290         SO_ACCEPTCONN because it is not defined on my system (old debian)
22291
22292 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
22293
22294         * opcode.c: use stddef.h to get NULL.
22295
22296 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
22297
22298         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
22299         for FIONBIO, FIONREAD and SIOCATMARK.
22300         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
22301         define INADDR_NONE and besides, inet_addr() is deprecated and
22302         should not be used. Use inet_pton() instead - it also has the
22303         added bonus that it can easily handle IPv6 addresses as well.
22304         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
22305
22306 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
22307
22308         * decimal.c: remove _MSC_VER conditional.
22309
22310 2002-02-13  Dick Porter  <dick@ximian.com>
22311
22312         * socket-io.c: 
22313         * icall.c: Internal calls for Blocking, Select, Shutdown,
22314         GetSocketOption and SetSocketOption
22315
22316 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
22317
22318         * assembly.cs: better resolver: use it instead of some kludgy
22319         code.
22320
22321 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
22322
22323         * reflection.c: the best way to speed-up the compiler is to avoid
22324         infinite loops.
22325
22326 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
22327
22328         * class.c (mono_class_vtable): changed the object layout
22329         (obj->vtable->class). 
22330         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
22331
22332 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
22333
22334         * assembly.c: look for assemblies in the assembly dir, too.
22335
22336 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
22337
22338         * class.c: fix thinko in mono_class_from_type().
22339
22340 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
22341
22342         * exception.h, exception.c: added TypeLoadException.
22343         * object.h, object.c: added mono_array_clone ().
22344         * icall.c: handle throwOnError in AssemblyGetType().
22345         Added Array.Clone().
22346         * opcode.h, opcode.c: use a single value for the opcode val.
22347         Compile fix for non-gcc compilers.
22348
22349 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
22350
22351         * opcodes.c, opcodes.h: export interesting info about opcodes.
22352
22353 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
22354
22355         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
22356         icalls. 
22357
22358         * class.c (class_compute_field_layout): set element_class for enums
22359         (mono_class_create_from_typedef): set element_class for normal classes
22360
22361         * icall.c (ves_icall_System_Enum_get_value): impl.
22362
22363         * class.c (mono_class_create_from_typedef): do not set valuetype
22364         flag for System.ValueType and System.Enum
22365
22366 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
22367
22368         * unicode.c (iconv_convert): fix big endian problem.
22369
22370 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
22371
22372         * class.c: add asserts if we are ever going to scribble over memory.
22373         * socket-io.c: not all systems have AF_IRDA defined.
22374
22375 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
22376
22377         * class.c (class_compute_field_layout): do not consider static
22378         fields to compute alignment
22379
22380 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
22381
22382         * appdomain.c (mono_appdomain_get): impl.
22383         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
22384
22385 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
22386
22387         * icall.c: ignore "file://" prefix when loading an assembly.
22388
22389 2002-01-23  Dick Porter  <dick@ximian.com>
22390
22391         * socket-io.c:
22392         * icall.c:
22393         * Makefile.am: Added socket support
22394
22395 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
22396
22397         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
22398         code back.  This should return the assemblies that are loaded by
22399         the runtime on behalf of an application domain. 
22400
22401         The current implementation is still broken, it just returns every
22402         assembly loaded, but until we get real applications domain this
22403         will do.
22404
22405 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
22406
22407         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
22408         AppDomain object.
22409
22410 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
22411
22412         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
22413         the mono_class_from_name lookup.
22414         (ves_icall_get_parameter_info): ditto.
22415         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
22416         method.
22417         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
22418
22419 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
22420
22421         * class.c: load also nested classes on class init.
22422         System.ValueType instance methods gets passed boxed
22423         values, unless methods in derived classed that get a pointer to the
22424         data.
22425         * icall.c: use better name parsing code in GetType().
22426         * image.c, image.h: add mono_image_loaded ().
22427         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
22428         * reflection.c, reflection.h: added mono_reflection_parse_type().
22429
22430 2002-01-22  Veronica De Santis <veron78@interfree.it>
22431
22432         * icall.c : Added mapping of internal calls for Manual and Auto reset events
22433         * threads.c : Added the implementation of internal calls for events
22434         * threads.h : Added prototypes of internal calls for events
22435         
22436 2002-01-21  Radek Doulik  <rodo@ximian.com>
22437
22438         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
22439
22440 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
22441
22442         * class.c (mono_class_init): set min_align to 1 (instead of 0)
22443         (mono_class_value_size): use min_align
22444
22445 2002-01-20  Dick Porter  <dick@ximian.com>
22446
22447         * threads.h:
22448         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
22449         so it compiles on w32.
22450
22451 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
22452
22453         * metadata.c (mono_type_stack_size): impl.
22454
22455         * class.c (mono_class_get_field): impl. memberref token
22456
22457 2002-01-16 Veronica De Santis <veron78@@interfree.it>
22458
22459         * icall.h : Added the internal calls mapping for CreateMutex_internal
22460                     and ReleaseMutex_internal.
22461         * threads.h : Added the prototype of mutexes internal calls.
22462         * threads.c : Added the implementations of mutexes internal calls.
22463
22464 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
22465
22466         * metaparse.h: removed unused file.
22467         * reflection.c, reflection.h: added stream_data_align () function 
22468         to align data in streams and keep stream aligned. Add support for
22469         exception support in method headers.
22470
22471 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
22472
22473         * unicode.c: make iconv_convert () return the number of bytess written
22474         in the output buffer.
22475
22476 2002-01-15  Dick Porter  <dick@ximian.com>
22477         * threads.c: Make the runtime's idea of infinite timeouts coincide
22478         with the class library's
22479
22480         Fix a particularly egregious bug in mono_thread_cleanup(). That
22481         code was so utterly bogus it must have been written on a Monday.
22482
22483 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
22484
22485         * reflection.h: add subtypes field to TypeBuilder.
22486         * reflection.c: encode constants for literal fields.
22487         Handle subtypes. Fix user string token (and add a zero byte)
22488         at the end.
22489         
22490 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
22491
22492         * class.c (mono_class_init): bug fix: assign slot numbers for
22493         abstract methods.
22494
22495 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
22496
22497         * reflection.c: don't try to output a code RVA for abstract methods.
22498         Small fixes for method header format. Output parameter info to the
22499         ParamDef table. Save method overriding info to MethodImpl table.
22500         Fix property support. Allow typedef.extends to be a type in the
22501         building assembly.
22502         * verify.c: fix off-by-one error.
22503
22504 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
22505
22506         * class.c: fix mono_class_from_mono_type () for szarray types.
22507         Remove unused cache check in mono_class_from_type_spec().
22508         * icall.c: *type_from_name () functions handle simple arrays and byref.
22509         * reflection.c: handle byref and szarray types. Handle methods without
22510         body (gets P/Invoke compilation working). Handle types and fields in
22511         get_token ().
22512         * reflection.h: add rank to MonoTypeInfo.
22513
22514 2002-01-10  Dick Porter  <dick@ximian.com>
22515
22516         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
22517         internal calls
22518
22519 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
22520
22521         * icall.c: initialize class in type_from_handle ().
22522         Loop also in parent classes for get_method ().
22523         * reflection.c: properly encode class and valuetype types.
22524         Start on encoding TypeBuilder types. Handle fieldrefs.
22525         Use correct length when registering a user string.
22526         Handle ConstructorBuilder and MonoMethod in get_token ().
22527         Make mono_type_get_object () aware of cached types.
22528         * object.c: back out change to mono_string_new ().
22529
22530 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
22531         * object.c: mono_string_new should return a NULL when the string 
22532         passed in is NULL -- not try to deference it.
22533         
22534 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
22535
22536         * icall.c: hack to make IsSubType work for TypeBuilders.
22537         * reflection.c: emit constructors before methods.
22538         Retrieve param names in mono_param_get_objects().
22539
22540 2002/01/05  Nick Drochak  <ndrochak@gol.com>
22541
22542         * Makefile.am: fix list of headers and sources so automake 1.5
22543         doesn't complain. Removed \# at end of list.
22544
22545 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
22546
22547         * reflection.c: get token for a method ref. Set return type of
22548         constructor to void.
22549         * loader.c: debug message.
22550         * class.c: typo fix.
22551
22552 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
22553
22554         * icall.c: fix array init with rank > 1. FindMembers
22555         loops in parent class as well.
22556         * image.c: do not insert nested types in name cache.
22557         * reflection.c: warning fix.
22558         * reflection.h: add override method (for interface impl).
22559
22560 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
22561
22562         * metadata.c: fix customattr decoding.
22563
22564 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
22565
22566         * rawbuffer.cs: Added native Win32 implementation, avoids using
22567         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
22568
22569 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
22570
22571         * class.c: make the low-level routines handle the cache.
22572
22573 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
22574
22575         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
22576
22577 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
22578
22579         * class.c: fix mono_array_element_size() for objects.
22580         * class.h, class.c: add properties to MonoClass and load them
22581         at init time.
22582         * icall.c: check with isinst() when assigning a value to an array
22583         instead of requiring the classes to match exactly.
22584         Implemented icall for System.Type::GetType().
22585         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
22586         enums. Handle bindingflags when looking for methods and fields.
22587         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
22588         and mono_metadata_methods_from_property().
22589         * reflection.h, reflection.c: added structures for propreties,
22590         parameters and enums. Implemented mono_property_get_object() and
22591         mono_param_get_objects().
22592
22593 2001-12-18  Dick Porter  <dick@ximian.com>
22594
22595         * file-io.c: Use mono_string_to_utf16() instead of
22596         mono_string_chars()
22597
22598         * object.c: Added mono_string_to_utf16(), which copies the non
22599         NULL-terminated MonoString into a new double-null-terminated
22600         buffer.
22601
22602 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
22603
22604         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
22605
22606 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
22607
22608         * file-io.c: raise exceptions if handle is invalid.
22609
22610 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
22611
22612         * assembly.c: yet another check for mscorlib.
22613         * class.c, class.h: load nesting info for classes.
22614         * icall.c: many new functions to support the Reflection classes.
22615         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
22616         * reflection.h, reflection.c: mono_image_create_token(),
22617         mono_assembly_get_object(), mono_type_get_object(),
22618         mono_method_get_object(), mono_field_get_object(): methods to return
22619         objects that parallel the C representation of assemblies, types,
22620         methods, fields.
22621
22622 2001-12-11  Dick Porter  <dick@ximian.com>
22623
22624         * icall.c:
22625         * file-io.c: Internal calls for file IO.
22626
22627 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
22628
22629         * tabledefs.h: missing FileAttributes.
22630         * verify.h, verify.c: use is_valid_string () to simplify and check for
22631         valid strings more correctly. Fix warnings and speeling.
22632         Check more tables: Filed, File, ModuleRef, StandAloneSig.
22633         Check code: branches, maxstack, method calls.
22634
22635 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
22636
22637         * object.c (mono_object_allocate): removed static, so that the jit
22638         can allocate value types.
22639
22640         * icall.c (ves_icall_System_DateTime_GetNow): impl.
22641
22642 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22643
22644         * class.c: init enum types right away and register the
22645         token->MonoClass map in mono_class_create_from_typedef ().
22646         * verify.h, verify.c: first cut of the verifier.
22647         * pedump.c: add --verify switch to verify metadata tables.
22648         * tabledefs.h: add some missing enums.
22649
22650 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
22651
22652         * class.c (mono_install_runtime_class_init): impl.
22653         (mono_class_init): renamed mono_class_metadata_init to
22654         mono_class_init, also removed the metadata_inited flag
22655
22656         * object.c (mono_object_isinst): use faster algorithm
22657
22658 2001-11-30  Radek Doulik  <rodo@ximian.com>
22659
22660         * mono-endian.h: reverted last change
22661         added function prototypes
22662
22663         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
22664         add mono-endian.c back
22665
22666         * mono-endian.c: returned back, as Paolo pointed out, it's needed
22667         for unaligned access, I've mistaked it with endianess. I am
22668         sorry.
22669         (mono_read16): fix reverted endianess
22670         (mono_read64): ditto
22671         (mono_read32): ditto
22672
22673 2001-11-30  Dick Porter  <dick@ximian.com>
22674
22675         * exception.c: Implement mono_exception_from_name()
22676
22677 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
22678
22679         * metadata.h, metadata.c: remove params_size and locals_size and their
22680         calculation from the metadata code: they are only usefult to the
22681         interp.
22682
22683 2001-11-29  Radek Doulik  <rodo@ximian.com>
22684
22685         * object.c (mono_ldstr): swap bytes here, it's probably not the
22686         best place, but works for me now, I'll redo it once I know mono
22687         better, also note that I add PROT_WRITE and don't reset back, also
22688         note that it's only affects big endians, so x86 should be OK
22689
22690         * mono-endian.h (read16): use just glib macros for both endians
22691
22692         * mono-endian.c: removed as glib macros are used in in
22693         mono-endian.h so we don't need to care about endianess for read
22694         macros as glib does that for us already
22695
22696 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
22697
22698         * class.h, class.h: take minimum alignment into consideration so
22699         that the fields of a class remain aligned also when in an array.
22700
22701 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22702
22703         * loader.h, loader.c: add mono_method_get_param_names().
22704         * class.c: 0-init class fields.
22705
22706 2001-11-26  Dick Porter  <dick@ximian.com>
22707
22708         * icall.c:
22709         * threads-types.h:
22710         * threads.c: New file that handles System.Threading on all platforms
22711
22712         * object.c: 
22713         * object.h: Remove the synchronisation struct from MonoObject,
22714         replace it with a pointer that gets initialised on demand
22715
22716         * Makefile.am: Replace all the system-specific threading code with
22717         a single file that uses the new wrapper library
22718
22719 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
22720
22721         * class.c, class.h: add mono_install_trampoline() so that the runtime
22722         can register a function to create a trampoline: removes the ugly
22723         requirement that a runtime needed to export arch_create_jit_trampoline.
22724         * object.h, object.c: added mono_install_handler() so that the runtime
22725         can install an handler for exceptions generated in C code (with
22726         mono_raise_exception()). Added C struct for System.Delegate.
22727         * pedump.c: removed arch_create_jit_trampoline.
22728         * reflection.c: some cleanups to allow registering user strings and
22729         later getting a token for methodrefs and fieldrefs before the assembly
22730         is built.
22731         * row-indexes.h: updates and fixes from the new ECMA specs.
22732
22733 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
22734
22735         * class.h, class.c: add enum_basetype field to MonoClass.
22736         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
22737         to get index in the constant table reated to a field, param or
22738         property.
22739         * reflection.h, reflection.c: handle constructors. Set public-key and
22740         version number of the built assembly to 0.
22741         * row-indexes.h: update from new ECMA spec.
22742
22743 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
22744
22745         * class.h, class.c: add a max_interface_id to MonoClass.
22746         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
22747         since it's used to do that. Added mono_type_type_from_obj().
22748         Make GetType() return NULL instead of segfaulting if the type was not
22749         found. Handle simple arrays in assQualifiedName.
22750         * object.h: add a struct to represent an Exception.
22751         * reflection.c: output call convention in method signature.
22752         Add code to support P/Invoke methods and fixed offsets for fields.
22753
22754 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
22755
22756         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
22757         the value.
22758         * icall.c: use mono_array_addr instead of array->vector: fixes the
22759         reflection image writing.
22760         * reflection.c: init call convention byte to 0 in method signature.
22761         Encode the property signature. Don't output property-related methods
22762         twice. Really process the properties for a type (don't cast a field to
22763         a property, my mom always told me that).
22764         Fix 64 bit issues in pointer alignment in a different and more
22765         readable way.
22766
22767 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
22768
22769         * loader.h: Removed type class from MonoDefaults, added monotype
22770
22771         * loader.c: Loaded MonoType, removed loading of Type
22772
22773         * icall.c (my_mono_new_object): Now returns a System.MonoType,
22774         and fills in System.Type._impl with a RuntimeTypeHandle rather
22775         than the actual MonoClass *
22776
22777         (ves_icall_type_from_handle): change from type_class to
22778         monotype_class
22779
22780         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
22781         implemented
22782
22783         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
22784         implemented
22785
22786         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
22787
22788         (ves_icall_System_Reflection_Assembly_GetType): implemented
22789
22790         (ves_icall_System_MonoType_assQualifiedName): implemented
22791
22792         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
22793
22794 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
22795
22796         * assembly.c (mono_assembly_open): Implement a cache for the
22797         assemblies. 
22798
22799         (mono_assembly_close): only destroy the assembly when the last
22800         reference is gone.
22801         
22802 2001-11-09  Dick Porter  <dick@ximian.com>
22803
22804         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
22805
22806 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
22807
22808         * class.c (mono_class_metadata_init): bug fix: compute the right slot
22809
22810 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
22811
22812         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
22813         from Martin Weindel.
22814         * object.h: add mono_string_chars ().
22815
22816 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
22817
22818         * reflection.c (build_compressed_metadata): Eliminates warnings
22819         and uses 64-bit clean code.
22820
22821         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
22822         (mono_type_equal): Change signature to eliminate warnings.
22823
22824 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
22825
22826         * icall.c, loader.c: remove the internalcall array constructors.
22827         Changes to match the new MonoArray structure.
22828         * object.h, object.c: an array object doesn't allocate an extra
22829         vector. Add mono_array_new_full () to create jagged arrays easily.
22830
22831 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
22832
22833         * metadata.h, metadata.c: add mono_metadata_field_info () to
22834         retreive all the info about a field from vairous tables.
22835         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
22836         * class.h, class.c: augment MonoClassField with more info.
22837         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
22838         policy and load a field's RVA if needed.
22839
22840 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
22841
22842         * class.c (mono_class_metadata_init): create a trampoline for all
22843         virtual functions instead of actually compiling them.
22844
22845 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
22846
22847         * class.h, class.c: include name in MonoClassField.
22848         * class.c: fix fundamental type of System.Object and System.String.
22849         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
22850         tokens in ldtoken.
22851         * icall.c: remove internalcalls for the Reflection stuff that is now
22852         done in C# code.
22853         * loader.c: mono_field_from_memberref () implementation.
22854         * mono-endian.c: thinko (s/struct/union/g).
22855         * object.c, object.h: make the mono_string_* prototypes actually use
22856         MonoString instead of MonoObject.
22857         * reflection.c, reflection.h: updates for changes in the reflection
22858         code in corlib: we use C structures that map to the actual C# classes.
22859         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
22860         fat method header if needed and use the info from the ILGenerator for
22861         methods. Handle fields in types. Misc fixes.
22862
22863 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
22864
22865         * class.c (mono_class_metadata_init): bug fix: always allocate
22866         space for static class data
22867
22868 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
22869
22870         * class.c (mono_compute_relative_numbering): use relative
22871         numbering to support fast runtime type checks.
22872
22873 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
22874
22875         * class.c (mono_class_create_from_typeref): added debugging output
22876         to print class name when MonoDummy is returned instead of real class
22877
22878 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
22879
22880         * class.c (mono_class_metadata_init): interface offset table now
22881         contains pointers into the vtable - this is more efficient for the jit
22882
22883 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
22884
22885         * class.c (mono_class_metadata_init): use a temporary vtable (the
22886         old algorithm only worked for the interpreter, but not for the jit)
22887
22888 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
22889
22890         * loader.c (method_from_memberref): use mono_class_get to get the
22891         class of an array instead of using System.Array directly.
22892         (mono_get_method): also add MEMBERREF methods to the method cache
22893         which usefull for arrays.
22894
22895 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
22896
22897         * pedump.c (arch_compile_method): added to compute vtable entry
22898
22899         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
22900         number of interfaces.
22901         
22902         * class.h: merged MonoArrayClass into MonoClass
22903
22904         * class.c (mono_class_create_from_typedef): compute the vtable size and
22905         allocate space to include the vtable inside MonoClass
22906         (mono_class_metadata_init): initialize the vtable
22907
22908 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
22909
22910         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
22911         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
22912         * image.c: endian fixes by Laurent Rioux.
22913         * object.h, object.c: rename MonoStringObject to MonoString and
22914         MonoArrayObject to MonoArray. Change some function names to conform to
22915         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
22916         guint16* as first argument, so don't use char*.
22917         Provide macros to do the interesting things on arrays in a portable way.
22918         * threads-pthread.c: updates for the API changes and #include <sched.h>
22919         (required for sched_yield()).
22920         * icall.c: updates for the API changes above.
22921         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
22922         platforms that need them.
22923
22924 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
22925
22926         * class.c: set the correct type for all the fundamental
22927         type when loading the class.
22928
22929 2001-10-05  Dick Porter  <dick@ximian.com>
22930
22931         * threads-pthread.c (pthread_mutex_timedlock): Simple
22932         compatibility version for C libraries that lack this call.
22933
22934 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
22935
22936         * class.c: MonoTypes stored in MonoClass are stored as
22937         fundamental MonoTypes when the class represents a
22938         fundamental type (System.Int32, ...).
22939         The TypeHandle return by ldtoken is a MonoType*.
22940         * icall.c: ves_icall_get_data_chunk () write out all the
22941         PE/COFF stuff. Implement ves_icall_define_method (),
22942         ves_icall_set_method_body (), ves_icall_type_from_handle ().
22943         * image.c: properly skip unknown streams.
22944         * loader.h, loader.c: add type_class to mono_defaults.
22945         * metadata.c, metadata.h: export compute_size () as
22946         mono_metadata_compute_size () with a better interface.
22947         Typo and C&P fixes.
22948         * pedump.c: don't try to print the entry point RVA if there is no entry point.
22949         * reflection.c, reflection.h: many cleanups, fixes, output method
22950         signatures and headers, typedef and typeref info, compress the metadata
22951         tables, output all the heap streams, cli header etc.
22952         * row-indexes.h: typo fixes.
22953
22954 2001-10-04  Dick Porter  <dick@ximian.com>
22955
22956         * object.h: Add a synchronisation mutex struct to MonoObject
22957
22958         * object.c (mono_new_object): Initialise the object
22959         synchronisation mutexes
22960
22961         * icall.c: System.Threading.Monitor internal calls
22962         
22963         * threads-pthread.h:
22964         * threads-pthread.c: System.Threading.Monitor internal calls
22965
22966         * threads-types.h: New file, includes the system-specific thread
22967         structures
22968         
22969         * threads-pthread-types.h:
22970         * threads-pthread-types.c: New files, handle pthread-specific
22971         synchronisation types
22972
22973         * threads-dummy-types.h: 
22974         * threads-dummy-types.c: New files of dummy support for
22975         thread-specific types
22976
22977         * metadata.c:
22978         * image.c:
22979         * pedump.c: include mono-endian.h not endian.h
22980         
22981         * Makefile.am: More threads files.
22982         Name mono-endian.h not endian.h
22983
22984 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
22985
22986         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
22987         stuff and implement a few more bits.
22988         * icall.c: a field needs to be dereferenced twice. Do not use the same
22989         name for two variables in the same scope.
22990         * image.c, image.h: cleanups.
22991
22992 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
22993
22994         * class.c (mono_class_metadata_init): bug fix: compute the right size
22995
22996 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
22997
22998         * icall.c: implemented some of the Reflection internalcalls.
22999         * image.c, image.h: start writing out the PE/COFF image.
23000         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
23001         that does the reverse than decode_blob_size ().
23002         * object.c: use mono_metadata_encode_value (). Move here
23003         temporary implementation of mono_string_to_utf8 ().
23004         * rawbuffer.c: make malloc_map static.
23005
23006 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
23007
23008         * metadata.c: fix type comparison for arrays.
23009         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
23010         Added a couple of new classes to monodefaults.
23011         * icall.c: added a couple of Reflection-related internalcalls.
23012         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
23013         Added a byval_arg MonoType to MonoClass.
23014
23015 2001-09-28  Dick Porter  <dick@ximian.com>
23016
23017         * icall.c:
23018         * threads-pthread.h: 
23019         * threads-pthread.c: Implemented internal calls for
23020         LocalDataStoreSlot operations.  Applied mutexes around all shared
23021         data.  Reworked the thread creation and Start() operations to
23022         avoid a race condition.
23023         
23024         * threads-dummy.h:
23025         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
23026
23027 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
23028
23029         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
23030
23031 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
23032
23033         * class.c, loader.c: warn and return NULL instead of erroring out.
23034         * icall.c: added System.AppDomain::getCurDomain().
23035         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
23036
23037 2001-09-25  Dick Porter  <dick@ximian.com>
23038
23039         * threads-pthread.h:
23040         * threads-pthread.c: Implemented timed thread joining and added
23041         System.Threading.Thread::Join_internal internal call
23042
23043         * icall.c: Added System.Threading.Thread::Join_internal internal call
23044
23045         * threads-dummy.h:
23046         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
23047
23048 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
23049
23050         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
23051         mono_string_intern () to implement the semantics of the ldstr opcode
23052         and the interning of System.Strings.
23053         * icall.c: provide hooks to make String::IsIntern and String::Intern
23054         internalcalls.
23055
23056 2001-09-23  Dick Porter  <dick@ximian.com>
23057
23058         * threads-dummy.c: 
23059         * threads-dummy.h: New files of dummy threading routines
23060
23061         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
23062         support code based on system specifics
23063
23064         Rename PTHREAD_LIBS to THREAD_LIBS
23065         
23066 2001-09-23  Dick Porter  <dick@ximian.com>
23067
23068         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
23069         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
23070         internal calls.
23071         (mono_thread_init): Set up a Thread object instance to return when
23072         the main thread calls Thread.CurrentThread
23073         (mono_thread_cleanup): Wait for all subthreads to exit
23074
23075         * icall.c: New internal calls for System.Threading.Thread::Sleep
23076         (including Schedule) and CurrentThread
23077
23078         * threads.h: New file, to insulate thread-specific stuff from the
23079         rest of the code
23080
23081 2001-09-21  Dick Porter  <dick@ximian.com>
23082
23083         * threads-pthread.h: 
23084         * threads-pthread.c: New file, for handling pthreads-style
23085         threading support.  Start() now starts a new thread and executes
23086         the ThreadStart delegate instance.
23087
23088         * icall.c: Added the internalcall for
23089         System.Threading.Thread::Start_internal
23090
23091         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
23092
23093 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
23094
23095         * loader.c: work around the different signatures for delegates
23096         constructors csc generates in compiled code vs the ones compiled in mscorlib.
23097
23098 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
23099
23100         * class.h, class.c: add mono_class_get_field_from_name ().
23101         * *: Fix C comments and other ANSI C issues.
23102
23103 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
23104
23105         * endian.h, assembly.c: fix some endianness issues.
23106
23107 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
23108
23109         * loader.h, load.c: add delegate_class to mono_defaults.
23110         Handle runtime provided methods in mono_get_method ().
23111
23112 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
23113
23114         * loader.c (mono_get_method): use pinvoke for internal call
23115
23116         * icall.c: use pinvoke for internal call
23117
23118         * loader.c (method_from_memberref): set the method name
23119
23120 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
23121
23122         * metadata.c: help the compiler generate better code for
23123         mono_class_from_mono_type ().
23124
23125 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
23126
23127         * class.c (mono_class_metadata_init): delayed computing of the
23128         class size to mono_class_metadata_init ()
23129
23130 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
23131
23132         * class.c, class.h: add an interfaces member to MonoClass.
23133         * image.c, image.h: add assembly_name field to MonoImage
23134         from the assembly table.
23135         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
23136
23137 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
23138
23139         * class.c: Handle Array in mono_class_from_mono_type ().
23140         * metadata.c, pedump.c: some endian fixes.
23141
23142 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
23143
23144         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
23145         * metadata.c: fix small problem introduced with the latest commit.
23146
23147 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
23148
23149         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
23150         We don't need a MonoMetadata pointer anymore to compare signatures in
23151         mono_metadata_signature_equal (), update callers.
23152         Reduced memory usage an number of allocations for MonoMethodHeader and
23153         MonoMethodSignature.
23154
23155 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
23156
23157         * metadata.c: added compare for szarray.
23158
23159 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
23160
23161         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
23162         and add a couple more types to it and mono_defaults. Give an hint on
23163         classes that need implementing in our corlib and are referenced
23164         in mscorlib.
23165
23166 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
23167
23168         * class.h, class.c: keep track if a class is also an Enum.
23169         * loader.c: Implement a couple more types for use in libffi
23170         marshalling. Gives better diagnostics when failing to dlopen
23171         a library. Set method->klass for P/Invoke methods, too.
23172
23173 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
23174
23175         * class.c, class.h: add a MonoType this_arg to MonoClass that
23176         represents a pointer to an object of the class' type that
23177         can be used by the interpreter and later the type cache.
23178         Add best guess alignment info for valuetype objects.
23179
23180 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
23181
23182         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
23183         into MonoType: one less level of indirection and allocation and
23184         simplifies quite a bit of code. Added cache for MonoTypes that are
23185         used frequently, so that we don't need to allocate them all the time.
23186
23187 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
23188
23189         * class.c (mono_class_create_from_typedef): System.Enum is also a
23190         value type, although it does not derive from System.ValueType
23191         (maybe a bug in the ms compiler?)
23192
23193         * metadata.c (mono_type_size): return the right size for value types
23194
23195         * loader.c (mono_get_method): only initialize method header if not abstract
23196
23197         * class.c (mono_class_from_mono_type): use mono_default values. 
23198
23199 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
23200
23201         * *: use MonoClass pointers instead of <type_tokens>
23202         
23203         * class.h: new flag: metadata_inited.
23204
23205         * class.c (mono_class_metadata_init): impl.
23206         (mono_class_instance_size): impl.
23207         (mono_class_data_size): impl.
23208
23209 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
23210
23211         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
23212         MonoClass now has the name and name_space fields. 
23213         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
23214         mono_get_method () takes and optional MonoClass as argument.
23215         Removed mono_typedef_from_name() and added mono_class_token_from_name()
23216         instead that takes advantage of a map from class names to typedef
23217         tokens in MonoImage.
23218
23219 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
23220
23221         * metadata.c: zero is not a valid alignment boundary.
23222         Merge MONO_TYPE_VOID in default decoding code.
23223
23224 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
23225
23226         * image.h: merged MonoMetadata into MonoImage
23227
23228         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
23229         identify the type of elements.
23230
23231 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
23232
23233         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
23234         * cil-coff.h: split MonoMSDOSHeader and add size info.
23235         * image.c: add some consistency checks.
23236         * metadata.c: fix row size computation: one programmer
23237         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
23238         add explanation for the locator routine.
23239         Fix decoding of size in method header.
23240         
23241 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
23242
23243         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
23244         (g_concat_dir_and_file): Bring g_concat_dir_and_file
23245         function from gnome-libs.  This uses the right path separator
23246         based on the OS, and also works around a bug in some systems where
23247         a double slash is not allowed. 
23248         (default_assembly_name_resolver): Use g_concat_dir_and_file
23249         (mono_assembly_open): ditto.
23250
23251 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
23252
23253         * metadata.c (mono_metadata_signature_equal): impl.
23254
23255         * *: void is now a realy MonoType (instead of using NULL)
23256         
23257         * metadata.c (do_mono_metadata_parse_type): use
23258         mono_metadata_parse_type to parse void value.
23259
23260 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
23261
23262         * metadata.c, metadata.h: in the signature and method header store
23263         only the space required for holding the loca vars and incoming arguments.
23264
23265 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
23266
23267         * metadata.c (do_mono_metadata_parse_type): treat void like any
23268         other type (instead of assigning NULL);
23269
23270 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
23271
23272         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
23273
23274 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
23275
23276         * image.c (do_mono_image_open): added a cache for arrays.
23277
23278 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
23279
23280         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
23281         decode a single column from a row in a metadata table and changes
23282         to take advantage of it in the typedef locator (gives a nice speed up).
23283         Store offset info for function params.
23284
23285 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
23286
23287         * image.h (MONO_IMAGE_IS_CORLIB): removed 
23288
23289 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
23290
23291         * assembly.c: how could mono_assembly_close () had ever worked?
23292         * metadata.c, metadata.h: provide offset info for local vars.
23293         Implement mono_type_size () to take care of alignment as well
23294         as size (it was mono_field_type_size in cli/class.c before).
23295
23296 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
23297
23298         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
23299
23300         * assembly.h (CORLIB_NAME): set to corlib.dll
23301
23302         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
23303
23304 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
23305
23306         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
23307         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
23308         tokentype.h: massive namespace cleanup.
23309
23310 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
23311
23312         * metadata.h, metadata.c: decode exception clauses when parsing method header.
23313
23314 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
23315
23316         * metadata.c (mono_metadata_free_type): added check for type !=
23317         NULL (void) before calling mono_metadata_free_type()
23318
23319 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
23320
23321         * metadata.h, row_indexes.h: added header with enumerations to use
23322         to index in the columns from tables in metadata and to decode coded
23323         tokens: we should start using this instead of embedding magic numbers
23324         all over the code.
23325
23326 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
23327
23328         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
23329         Move metadata_t info from cli_image_info_t to MonoImage, where
23330         it's easily accessible. Changed all the uses accordingly.
23331         Added the method and class caches to MonoImage.
23332         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
23333         and mono_metadata_decode_value () signature to be more consistent
23334         with the other parse functions (and simplify code). Taken advantage
23335         of zero-length array allocation with GCC. Removed reduntant (and
23336         wrong) MonoFieldType struct and use MonoParam instead. Changed
23337         mono_metadata_parse_field_type () to use common code for parsing.
23338         Added mono_metadata_typedef_from_field () and
23339         mono_metadata_typedef_from_method () to lookup a typedef index from a
23340         field or method token.
23341         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
23342
23343 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
23344
23345         * metadata.c (mono_metadata_parse_field_type): Implement. 
23346         (do_mono_metadata_parse_type): Split engine from
23347         mono_metadata_parse_type, so that we can create smaller structures
23348         for things that just have one pointer to the MonoType (look at
23349         the MonoFieldType)
23350
23351 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
23352
23353         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
23354         as Jan Gray found out, it is incorrect. 
23355
23356 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
23357
23358         * assembly.c: Implement asssembly loading.  This loads an image
23359         and loads all the referenced assemblies.  Come to think of it, we
23360         could always do lazy loading of the assemblies. 
23361
23362         * image.c (mono_image_open): Keep loaded images in a hashtable.
23363
23364         * image.h (MonoImage): Add reference count.
23365
23366 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
23367
23368         * assembly.c (mono_assembly_open): Keep track of the file name in
23369         case the assembly has no ASSEMBLY table.
23370
23371         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
23372         from get.c here.
23373
23374 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
23375
23376         * metadata.c, metadata.h: decode local vars in method header
23377         parse function. Change callers accordingly.
23378
23379 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
23380
23381         * metadata.h, cil-coff.h: protect against multiple inclusion.
23382         Added some new structures to hold information decoded from metadata:
23383         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
23384         and relevant decoding/free functions.
23385         * metadata.c: implement decoding functions. Add warning for out of bounds
23386         index in mono_metadata_locate(). Implement mono_get_method () to retreive
23387         all the info about a method signature and invocation. Remove check on
23388         uninitialized local var in parse_mh() and fix memory leak.
23389
23390 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
23391
23392         * metadata.h: More macros.
23393
23394         * tokentype.h: New file.
23395
23396 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
23397
23398         * assembly.c: added a consistency check and initialize
23399         some structures with g_new0().
23400         * metadata.c: fixed a couple more bugs in table size computation
23401         and add other checks for out-of bound access to metadata.
23402
23403 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
23404
23405         * metatada.c: fix bugs computing table sizes. Spew a
23406         warning when index in string heap is out of bounds.
23407
23408 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
23409
23410         * metadata.h: Add a couple of macros to manipulate tokens. 
23411
23412 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
23413
23414         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
23415         cli_section_tables).
23416
23417 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
23418
23419         * metadata.c (mono_metadata_user_string): New function, provides
23420         access to the UserString heap. 
23421
23422 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
23423
23424         * metadata.c: Add inline documentation.
23425
23426 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
23427
23428         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
23429         files. 
23430
23431 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
23432
23433         * typeattr.h: New file, TypeAttribute flags. 
23434
23435 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
23436
23437         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
23438         mono_assembly_ensure_section): Section loading code.
23439         (load_section_tables): Load the sections.
23440
23441         * mono/metadata/metadata.c (mono_metadata_locate_token,
23442         mono_metadata_locate): Functions to locate the information
23443         definition given a token or a table and an index.
23444         (mono_metadata_compute_table_bases): New.
23445         (compute_size): New function to compute the sizes of the various
23446         tables.
23447
23448         * mono/metadata/metadata.h: Finish listing the different index
23449         types. 
23450
23451         * mono/metadata/pedump.c: Improve to dump new information.
23452
23453 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
23454
23455         * mono/metadata/metadata.c: Entered all the tables matching
23456         Beta2. 
23457
23458         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
23459
23460
23461