2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
[mono/afaerber.git] / mono / metadata / ChangeLog
blob7d7563a16003118d73fad1e420dbe833e73255e6
1 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3         * threadpool.c: actually use the minimum number of 'completion ports'
4         (for us is just a potential worker thread).
6 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
8         * threadpool.c: remove ares_htable. It does not make sense any more
9         since the same objects are now stored in GC-tracked arrays while they are
10         in the queue.
12 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
14         * threadpool.c: increase the minimum length of the queues to 128.
15         Remove warning.
17 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
19         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
20         return the modified signature used by string ctors.
22 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
24         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
25         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
26         method, to be used by full-aot.
28 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
30         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
31         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
32         be known to be good.
34         * class.c (mono_class_init): Fail array types if their element type fails initialization
35         as well.
37         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
38         initialization, additionally we request the element_type vtable to be initialized as well.
40         This is fine and should not increase the working set in any meaningful way since it's reasonable
41         to assume       that most code will create an array and eventually populate it, which will require the
42         type's vtable to be initialized.
44         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
46 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
48         * normalization-tables.h : regenerated.
50 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
52         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
53         a leb128 encoding can take up to 5 bytes.
55 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
57         * class.c (verify_class_overrides): Remove useless argument.
59         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
60         before interface enumeration as this is no longer required.
62 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
64         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
65         used under mono_class_init context. This functions avoid any code path that
66         calls mono_class_init, which leads it to be slow as some things like the interface
67         bitmap are not available.
69         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
70         of it's own broken version. Fixes the verifier part of #538588.
72         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
73         API.
75 2009-09-15  Mark Probst  <mark.probst@gmail.com>
77         * class.c (mono_class_init): Always set an exception in a class if
78         vtable setup fails.  Fixes #538577.
80         * generic-sharing.c: Raise an exception if mono_class_vtable()
81         returns NULL.
83 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
85         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
86         methods of vtypes, as they could be incorrectly shared with static methods
87         taking an IntPtr argument.
89 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
91         * domain.c:
92         * object.c:
93         * class-internals.h: renamed waithandle_class to
94         manualresetevent_class.
95         * marshal.c: propagate the exception if a remoting BeginInvoke call
96         fails.
98 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
100         * object.c: Properly handle vtable failures.
102 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
104         * socket-io.c: Assert on vtable failure.
106         * mono-mlist.c: Assert on vtable failure.
108 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
110         * marshal.c: Assert on vtable failure.
112 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
114         * icall.c: Properly handle vtable failures.
116 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
118         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
120 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
122         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
124         * console-unix.c (do_console_cancel_event): Same.
126 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
128         * class-internals.h: Add mono_class_vtable_full function that allows control
129         if an exception should be raised or not.
131         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
132         to do what its documentation say, that is to return NULL and set exception_type on
133         failure.
135         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
136         and change the code to honor it.
138 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
140         * verify.c: Fix typo in error message.
142 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
144         * security-core-clr.c: Fix default_platform_check so it can run
145         the runtime coreclr tests (without an infinite recursion when
146         throwing an exception).
148 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
150         object.c (mono_delegate_ctor_with_method): Guard against null method.
152 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
154         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
155         that should be replaced with error handling later.
157 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
159         * marshal.c (mono_delegate_end_invoke): Fix warning.
161 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
163         * loader.c (mono_field_from_token): Properly handle invalid
164         dynamic tokens.
166 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
168         * pedump.c (verify_image_file): Skip types that can't be
169         decoded.
171 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
173         * verify.c: Look for recursive valuetypes only against the
174         type been initialized as this is a lot simpler and works.
176 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
178         * verify.c: Ensure that fields are properly loaded before
179         checking them.
181 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
183         * object.c (mono_object_get_virtual_method) : Call 
184           mono_cominterop_get_invoke if the object is a COM object.
186         Code is contributed under MIT/X11 license.
188 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
190         * verify.c: Check for recursive valuetype definitions.
192 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
194         Use inheritance-aware interface offsets. Inherited types use the same offsets
195         of their parents. This reduce offset duplication in case more than one type in
196         the inheritance tree explicitly implements the same interface.
198         This also removes a source of vtable bubbles found in #532409. An abstract type
199         isn't required to provide abstract methods to all interfaces it implements, which
200         resulted in a bubble with the previous scheme as the child would get a non-full
201         vtable from its parent. We fail all concrete types with vtable bubbles, so this
202         should be fixed.
204         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
205         it's expected to not cause any significant increase beyond that.
207         * class.c (setup_interface_offsets): Compute super class iface offsets
208         first to force sharing.
210         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
211         dumping only the relevant ones.
213         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
214         methods a new slot regardless if they belong to an interface or not. This allows
215         an inherited type to override the iface method separately from the class one.
217 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
219         * threadpool.c: make the Sleep() alertable to prevent delays exiting
220         applications that take less than 2s to execute.
221         Bug #524984 fixed.
223 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
225         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
227         * object.c (mono_get_runtime_callbacks): New helper function to return
228         the runtime callbacks.
230         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
231         mono_get_runtime_build_info () as the display name.
232         
233 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
235         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
236         argument, since NEWARR expects a native int. Fixes #481559.
238 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
240         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
241         against broken SRE methods.
243 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
245         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
246         a NULL variable. Abort early on failure.
248 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
250         * class.c (can_access_type): Fail visibility test for non nested
251         types with nested visibility.
253 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
255         * assembly.c (parse_public_key): Avoid allocating (and not 
256         freeing) the public key array when it's not requested by the 
257         caller.
258         * threads.c (mono_thread_manage, mono_thread_create_internal, 
259         ves_icall_System_Threading_Thread_Thread_internal): Free 
260         allocated memory on error.
262 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
264         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
266 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
268         * class.c (mono_class_setup_fields): Remove duplicated local variable
269         named gklass.
270         Rename gklass to gtd to reflect the fact that it points to the generic
271         type definition.
272         Remove the duplicated call to mono_class_setup_fields on gtd and move
273         the error check to the beginning.
275 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
277         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
278         Remove cruft of the previous patch.
280 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
282         * metadata-verify.c (verify_method_table): Check for abstract + final.
283         Fixes #534175.
285 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
287         * verify.c (verify_class_fields): Check for duplicate fields.
289 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
291         * metadata-verify.c: Verify the typeref table for duplicates.
293 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
295         This reverts r140936 and properly handles interfaces with static methods. The
296         right fix is to ensure vtables without bubles which is an easier to verify
297         constraint. We should avoid such special cases as of the reverted patch as those
298         only make the runtime more brittle.
300         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
301         static methods on interfaces.
303         * class.c (setup_interface_offsets): Use the number of virtual methods when
304         calculating interface offsets instead of the number of methods. This way we
305         avoid bubles on the layout.
307 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
309         * metadata-verify.c (verify_metadata_header): Some very smart
310         obfuscators like to add extra stream headers. Ignore them.
312 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
314         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
315         methods correctly.
317 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
319         * metadata-verify.c: Verify for duplicated types.
321 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
323         * metadata-verify.c (verify_typedef_table): Verify for nested types
324         without an entry on the nested class table.
326 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
328         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
329         <tom_hindle@sil.org>. Add locking around hash table accesses.
331 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
333         * verify.c (mono_verifier_verify_class): Verify all interface if
334         really are interfaces. Fixes #534184.
336 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
338         * pedump.c: Initialize all types during metadata validation so we report
339         errors only detected as part of class initialization.
341 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
343         * metadata-verify.c (verify_method_table): PInvoke requires method to
344         be static. Fixes #534189
346 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
348         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
349         being NULL.
351 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
353         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
354         for holes or bad methods. Fixes #525314.
356 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
358         * class.c (setup_interface_offsets): Don't allocate slot
359         for the same interface multiple times. This creates bubbles
360         that waster space and make vtable verification harder.
362         The same interface get a slot multiple times since we need
363         to get the closure of all implemented interfaces, which means
364         the same interface is reported multiple times.
366 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
368         * verify.c (mono_verifier_verify_class): Don't check the fields
369         of generic instances since the context on which they got expanded
370         might lead to false positives.
372         Such thing happens when a generic type is inflated in the context
373         of a generic method and the inflated type of a field turns into a
374         generic method argument, which causes the checking code to think
375         it's an invalid class when it's not.
377 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
379         * verify.c (mono_type_is_valid_in_context): Verify if type
380         is NULL and remove duplicate test.
382 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
384         * verify.c (mono_verifier_verify_class): Check fields for
385         invalid generic arguments.
387 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
389         * class.c (verify_class_overrides): Verify if for static
390         and non virtual methods.
392 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
394         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
395         Check for errors after retrieving the vtable.
397 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
399         * class.c (mono_class_setup_vtable_general): Verify
400         if method overrides are valid before processing them.
402 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
404         * marshal.c (mono_array_to_lparray): Fix minimal build with
405         cominterop disabled.
407         * marshal.c (mono_free_lparray): Same.
409 2009-08-21  Mark Probst  <mark.probst@gmail.com>
411         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
412         the hash function for the ares_htable.
414 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
416         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
417         bit for assembly flags. MS is ok with it but there is no spec anywhere
418         on its mean
420 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
422         * class.c (mono_class_create_from_typedef): Emit profiler events
423         in all cases.
425 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
427         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
428         Release memory on failure.
430 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
432         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
433         to the internal API.
435         * metadata.c (get_constraints): Use a single-linked table as we don't
436         traverse it backward. Fail and return FALSE if only of the contraint types
437         is not found.
439         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
440         to mono_metadata_load_generic_param_constraints except for having a return value.
441         This has to be done since the later is part of the public API.
443         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
444         and fail the type.
446         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
447         and fail the method.
449 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
451         * metadata-verify.c (is_valid_method_header): Add work-around to deal
452         with MS broken behavior of emmitting EH section sizes without the
453         header size added.
455 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
457         * metadata.c (mono_type_create_from_typespec): Don't allocate image
458         memory until we're sure that we'll need it. This avoids leaking for
459         broken types or duplicated instantiation.
461 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
463         * metadata-verify.c (is_valid_method_header): Fix stupid formating
464         mistake.
466 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
468         * metadata-verify.c (is_valid_method_header): Fix number of clauses
469         and expected size calculation.
471 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
473         * class.c (mono_class_get_field_idx): Add fixme for broken
474         behavior for types with multiple fields with the same name.
475         I would rather fix it, but have no idea on how to generate
476         such artifact for testing.
478 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
480         * verify.c (verifier_load_field): We should allow references to
481         fields to be made using the generic type definition. It's up to
482         the loader system to fail invalid ops.
484         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
485         are invalid.
487 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
489         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
491         * metadata-internals.h: Fix declaration of 
492         mono_metadata_interfaces_from_typedef_full.
494         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
495         heap_alloc_result parameter that controls if the result should be
496         g_malloc'd.
498         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
499         array be g_malloc'd and properly document this public API function.
501 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
503         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
504         remove METHOD_HEADER_TINY_FORMAT1.
506         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
508         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
510         Both spec and MS uses only 2 bits to enumerate the kind of header.
511         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
512         is superfluous, only used for tiny headers with odd code lengths.
514         This change also make sure that mono doesn't wronly interpret bit 2
515         of fat header flags, which is currently reserved.
517 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
519         * metadata.c (do_mono_metadata_parse_type): Do error
520         checking for element types. Don't abort if presented
521         with a broken type kind.
523 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
525         * metadata.c (mono_metadata_parse_method_signature_full):
526         Gracefully fail bad vararg signatures.
528 2009-08-18  Christian Hergert  <chris@dronelabs.com>
530         * profiler.c:
531         * class.c: Fix warnings for uninitialized variables.
533 2009-08-18  Christian Hergert  <chris@dronelabs.com>
535         * icall.c: Fix _NSGetEnviron method declaration warning.
537 2009-08-18  Christian Hergert  <chris@dronelabs.com>
539         * icall.c:
540         * reflection.c: Make bitwise checks explicit.
542 2009-08-18  Christian Hergert  <chris@dronelabs.com>
544         * debug-helpers.c:
545         * marshal.c: Fix printf warnings.
547 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
549         * reflection.c (encode_cattr_value): Fix a warning.
551 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
553         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
554         of array bounds.
556 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
558         * loader.c (mono_method_signature): Don't assert on broken
559         signature. Print a more useful error message.
561 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
563         * loader.c (mono_method_get_marshal_info): Assert if
564         signature is invalid. Bounds check stores to the
565         mspecs array;
567 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
569         * loader.c (field_from_memberref): Fix warning.
571 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
573         * loader.c (mono_method_get_param_names): Check if signature
574         is null. Don't store beyond the size of the name array.
576 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
578         * loader.c (mono_get_method_constrained): Check if signature
579         is null.
581 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
583         * loader.c (mono_loader_set_error_bad_image): Improve
584         error messages.
586 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
588         * loader.c (mono_get_method_full): Convert an assertion
589         into a loader error.
591 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
593         * class-internals.h, class.c: Better naming and documentation.
595 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
597         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
598         obj is NULL.
600 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
602         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
603         parsing fails.
605 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
607         * loader.c (mono_loader_error_prepare_exception): Handle missing field
608         errors with no class set.
610         * loader.c (field_from_memberref): If the field signature is of the wrong
611         type fail with a MissingFieldException instead of a BadImageException as
612         this is the behavior observed on MS. 
614 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
616         * loader.c (field_from_memberref): Don't crash if either the field
617         signature or the typespec class are invalid.
619 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
621         * verify.c (verifier_load_field): Don't allow field related
622         ops to reference fields on generic type definition.
624 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
626         * metadata-verify.c: Add new warning level for errors specified
627         by ECMA 335 but that MS ignores.
629         * metadata-verify.c (verify_method_table): Make compiler controled
630         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
631         this check is safe because the end result will only be some visibility
632         exceptions been thrown.
634 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
636         * verify.c (get_boxable_mono_type): Don't allow the
637         use of the generic type definition on boxed type positions.
639         Fixes #531237.
641 2009-08-14  Mark Probst  <mark.probst@gmail.com>
643         * threadpool.c: Make sure no cross-domain references remain in
644         ares_htable or the arrays that are thrown away when resizing.
646 2009-08-14  Mark Probst  <mark.probst@gmail.com>
648         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
649         list of classes for which we have to unregister reflection_info
650         with the GC and which are not in the namespace cache.
652         * reflection.c (mono_reflection_initialize_generic_parameter): Add
653         the class to the list.
655 2009-08-14  Mark Probst  <mark.probst@gmail.com>
657         * domain.c (mono_domain_free): Unregister the GC roots in
658         MonoDomain.
660 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
662         * reflection.c (mono_reflection_type_get_handle): Fix typo.
664 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
666         * class.c: Add mono_class_get_field_from_name_full which does
667         the same as mono_class_get_field_from_name but does check field
668         signature as well.
670         * class-internals.h: Export mono_class_get_field_from_name_full as
671         part of the internal API.
673         * loader.c (field_from_memberref): Search fields by name and signature
674         as it's valid to have two fields with same name but different types.
676         Fixes #528055.
678 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
680         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
682         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
684         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
685         System.Type.
687 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
689         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
691         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
693 2009-08-12  Mark Probst  <mark.probst@gmail.com>
695         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
696         to sgen-scan-object.h, which can be included and parameterized via
697         macros.
699         * Makefile.am: sgen-scan-object.h added.
701 2009-08-12  Mark Probst  <mark.probst@gmail.com>
703         * gc.c: #define GC_dont_gc if we're compiling with SGen.
705 2009-08-12  Mark Probst  <mark.probst@gmail.com>
707         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
708         before clearing a domain in the GC.
710 2009-08-12  Mark Probst  <mark.probst@gmail.com>
712         * exception.c (mono_exception_from_name_domain): Actually create
713         the exception in the specified domain.
715         * appdomain.c (mono_domain_create_appdomain_internal): Create the
716         OutOfMemoryException a bit later so that the domain is inialized
717         "enough" that it works.
719 2009-08-12  Mark Probst  <mark.probst@gmail.com>
721         * threads.c (thread_cleanup): Clean up the cached_culture_info
722         array to prevent cross-domain references.
724 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
726         * metadata.c: more documentation for MonoType accessors.
728 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
730         Fix incorrect size definitions where the tail array isn't a list
731         of pointers
732         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
733         define size.
734         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
735         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
736         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
738 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
740         * reflection.h:
741         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
743 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
745         * metadata.c:
746         * loader.c:
747         * metadata-internals.h:
748         * method-builder.c:
749         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
751 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
753         * cominterop.c:
754         * metadata.c:
755         * metadata.h:
756         * loader.c:
757         * marshal.c:
758         * reflection.c: #define for sizeof in MonoType and
759         MonoMethodSignature.
761 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
763         * domain.c:
764         * domain-internals.h: add and use #define's instead of sizeof()
765         for MonoJitInfo and MonoJitInfoTable.
767 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
769         * object.c:
770         * class.h: use #define instead of sizeof() for MonoRemoteClass.
772 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
774         * metadata.c:
775         * metadata.h:
776         * object.c:
777         * class-internals.h:
778         * generic-sharing.c:
779         * marshal.c: use a #define instead of sizeof() for a few
780         structures that use a zero-length array.
782 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
784         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
785         to handle inflated generic methods.
787         * appdomain.c: Bump corlib version.
789         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
790         instances.
792         * reflection.c (fixup_method): Same
794         * reflection.c (resolve_object): Same.
796         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
797         g_error and a decent message.
799 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
801         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
802         from the object because it could not yet be available globally
803         (it happens if the profiler tries to create a gchandle on the
804         MonoThread object of a thread that is still registering itself
805         with the runtime).
807 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
809         * reflection.c (mono_generic_class_get_object): Initialized the
810         managed type arguments array.
812         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
814         * appdomain.c: Bump corlib version.
816 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
818         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
819         #527902.
821 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
823         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
824         Avoid a crash if synch_cs is not set.
825         
826         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
827         Handle the case when the handle is 0.
829         * appdomain.c: Bump corlib version.
831 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
833         * reflection.c (mono_type_get_object): Fix a warning.
835 2009-08-01  Mark Probst  <mark.probst@gmail.com>
837         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
838         descriptor here.  We assume it's already been computed.
840         * generic-sharing.c (instantiate_other_info): Compute the GC
841         descriptor for info type MONO_RGCTX_INFO_KLASS.
843 2009-08-01  Mark Probst  <mark.probst@gmail.com>
845         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
846         type, so don't use MONO_OBJECT_SETREF to set a field.
848 2009-08-01  Mark Probst  <mark.probst@gmail.com>
850         * gc.c: We were missing one case where invoking a finalizer would
851         not reset the domain.  Also, in the finalizer thread loop, assert
852         that we're in the root domain.
854 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
856         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
857         if the type is not an array.
859 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
861         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
862         method bound to the declaring type of the method. Raise an exception
863         if the type is not a generic param.
865 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
867         * class.c (print_unimplemented_interface_method_info): Print the
868         full type name.
870         * class.c (mono_class_setup_vtable_general): When dealing with a
871         generic instance first check if the generic type definition is
872         not broken.
874 2009-02-11 Tom Hindke <tom_hindle@sil.org>
876         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
878         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
880         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
882         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
884         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
886         Code is contributed under MIT/X11 license
888 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
890         * verify.c: Fix naming of stelem and ldelem.
892 2009-07-30  Mark Probst  <mark.probst@gmail.com>
894         * generic-sharing.c: Replace the templates lock with the loader
895         lock because of very hard to resolve deadlock issues.
897 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
899         * icall.c (ves_icall_Type_GetMethodsByName): Use 
900         mono_class_get_vtable_size () instead of accessing klass->vtable_size
901         directly. Fixes #525338.
903         * class.c (mono_class_get_vtable_size): New helper function.
905         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
906         the field belongs to the type. Fixes #525733.
908 2009-07-30  Mark Probst  <mark.probst@gmail.com>
910         * sgen-gc.c: When we stop a thread and its stack top is not within
911         its allocated stack (because it's in an altstack signal handler),
912         restart it and stop it again, until it is.
914 2009-07-30  Mark Probst  <mark.probst@gmail.com>
916         * sgen-gc.c: Take a thread's stack top and registers from the
917         sigcontext in the suspend signal handler.
919         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
920         stuff to sgen-archdep.h.
922         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
923         caller, because have code in sgen-archdep.h to acquire that data.
925 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
927         * profiler.c, profiler.h, profiler-private.h:
928         Added support for keeping track of code chunks and buffers.
930 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
932         * metadata-verify.c: Fix endianness problems on decoding functions.
933         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
935 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
937         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
938         schema for vectors and one dimension SZARRAY.
940 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
942         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
943         schema for vectors and one dimension SZARRAY.
945 2009-07-27  Mark Probst  <mark.probst@gmail.com>
947         * icall-def.h, thread-types.h, threads.c: New separate icalls for
948         Interlocked.(Compare)Exchange with object arguments, which invoke
949         write barriers.
951 2009-07-26  Miguel de Icaza  <miguel@novell.com>
953         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
954         passed invalid arguments.   Fixes another crasher in the
955         Silverlight test suite.
957         * class.c (mono_class_array_element_size): Return 0 for the size
958         of the class;  This fixes the crasher exposed by :
960         typeof (void).MakeArrayType ();
962         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
963         if there is no method to dereference.    Put all the code that
964         depends on this inside the if (method) block.
966         This fixes the crasher exposed by Microsoft's Silvelright CLR test
967         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
969         With this change, we pass the test.
970         
971         * reflection.c (mono_reflection_sighelper_get_signature_local):
972         Only dereference the assembly if it has been set.    Fixes a
973         crasher exposed by #525328
975 2009-07-25  Mark Probst  <mark.probst@gmail.com>
977         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
978         don't perform the store in mono_gc_wbarrier_generic_nostore().
979         Remove the second argument (value), which is not needed.
981 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
983         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
984         the build.
986         * boehm-gc.c: Ditto.
987         
988 2009-07-24  Mark Probst  <mark.probst@gmail.com>
990         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
991         not perform the store itself.  Introduce
992         mono_gc_wbarrier_generic_nostore(), which is the same as
993         mono_gc_wbarrier_generic_store(), except it doesn't perform the
994         store.
996 2009-07-24  Mark Probst  <mark.probst@gmail.com>
998         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
999         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
1000         we still need the memcpy().
1002 2009-07-22  Mark Probst  <mark.probst@gmail.com>
1004         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
1005         so that big arrays are handled correctly.  Always use
1006         safe_object_get_size() to calculate array object sizes, which
1007         takes bounds into account.
1009 2009-07-22  Mark Probst  <mark.probst@gmail.com>
1011         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
1012         GC descriptor is computed before we use it.
1014 2009-07-22  Mark Probst  <mark.probst@gmail.com>
1016         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
1017         write barrier if necessary.
1019 2009-07-22  Mark Probst  <mark.probst@gmail.com>
1021         * icall-def.h, icall.c, thread-types.h: New separate icall for
1022         VolatileWrite(object&,object) that uses a write barrier.
1024         * console-unix.c, file-io.c, icall.c, threads.c: Use write
1025         barriers in icalls which write to "ref" or "out" arguments.
1027 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
1029         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
1030         handler in a separate icall, to reduce the size of the wrappers.
1032 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
1034         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
1036 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
1038         * metadata-verify.c (parse_field): Allow byref field.
1040         * metadata-verify.c (parse_locals_signature): Allow byref locals.
1042         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
1044 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
1046         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
1047         Fixes #522784.
1049 2009-07-20  Robert Jordan  <robertj@gmx.net>
1051         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
1052         Fix invalid IL in valuetype handling (STOBJ must push the
1053         corresponding class). Fixes bug #523149.
1055         Code is contributed under MIT/X11 license.
1057 2009-07-20  Geoff Norton  <gnorton@novell.com>
1059         * gc.c: Use proper semaphores where available on posix and darwin.
1061 2009-07-19  Geoff Norton  <gnorton@novell.com>
1063         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
1065 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
1067         * refletion.c (is_sre_usertype): Change name to is_usertype and
1068         invert it's result so it returns true if the type is an user type
1069         and not the opposite.
1071         * reflection.c (is_*_type): Change all of those to use new macro
1072         check_corlib_type_cached that cached the type lookup so we don't
1073         need to do string comparisons all the type. Changed the signature
1074         to take a MonoClass instead.
1076         * reflection.c: Change mono_image_create_token and resolve_object
1077         to use is_sre_* functions.
1079 2009-07-18  Mark Probst  <mark.probst@gmail.com>
1081         * sgen-gc.c: Check for writes to the stack in the managed
1082         wbarrier as well.
1084 2009-07-18  Mark Probst  <mark.probst@gmail.com>
1086         * sgen-gc.c: When a thread is unregistered, don't free its remsets
1087         but put them on a list which is processed with the other thread's
1088         remsets.
1090 2009-07-18  Mark Probst  <mark.probst@gmail.com>
1092         * sgen-gc.c: Fix and enable the internal allocator instead of
1093         using malloc/free (which causes deadlocks).
1095 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
1097         * refletion.c: Fix builds with SRE disabled by adding a minimal
1098         implementation of mono_reflection_type_get_handle.
1100 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
1102         * refletion.c: Make mono_reflection_type_get_handle non static.
1104         * object-internals.h: Export mono_reflection_type_get_handle.
1106         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
1107         unmanaged handle using mono_reflection_type_get_handle.
1109 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
1111         * refletion.c: Replace all reads of MonoReflectionType::type with
1112         calls to mono_reflection_type_get_handle. Only the functions that
1113         deal with constructing TypeBuilder::type have not been changed
1114         because they have to deal with NULL values.
1116         This is a first step into supporting reflection types that don't
1117         map directly into their unmanaged counterpart.
1119 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
1121         * metadata-verify.c (parse_locals_signature): Don't complain
1122         on signature with zero locals since MS generates it and doesn't
1123         bother with.
1125 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
1127         * reflection.c (mono_image_get_array_token): Resolve return
1128         type using mono_reflection_type_get_handle.
1130         * reflection.c (mono_image_get_array_token): Resolve array method
1131         parent type using mono_reflection_type_get_handle.
1133 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
1135         * reflection.c (mono_image_basic_init): Applied patch from
1136         <Dax@daxxfiles.net>. Set the public key token from the assembly
1137         builder. Fixes #518909.
1139         * appdomain.c: Bump corlib version.
1141 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
1143         * class.c (mono_class_needs_cctor_run): Make this return false if
1144         the class has no cctor.
1146 2009-07-13  Mark Probst  <mark.probst@gmail.com>
1148         * sgen-gc.c: When the minor GC needs to allocate a new section,
1149         invoke the major GC afterwards.
1151 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
1153         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
1154           Applying the window_style field to the SHELLEXECUTEINFO struct.
1156         Code is contributed under MIT/X11 license.
1158 2009-07-13  Mark Probst  <mark.probst@gmail.com>
1160         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
1161         locking earlier.  Fix it in the managed allocator by making sure
1162         that no thread is stopped there before the GC runs.  If we do stop
1163         a thread there, we restart it and let it run a but, until it stops
1164         somewhere else.
1166         * gc-internal.h, gc.c: Function for getting the IP from a signal
1167         context via a function registered by mini.
1169 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
1171         * object-internals.h (MonoIntPtr): New structure describing a boxed
1172         IntPtr.
1174         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
1175         returns. Fixes #519953.
1177         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
1179 2009-07-09  Mark Probst  <mark.probst@gmail.com>
1181         * class-internals.h, generic-sharing.c: New RGCTX info type for
1182         getting a remoting invoke with check wrapper.
1184 2009-07-07  Geoff Norton  <gnorton@novell.com>
1186         * icall-def.h: Fix the enable-minimal build.
1188 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
1190         * object-internals.h: Add MonoReflectionDerivedType.
1192         * reflection.c: Implement support for PointerType.
1193         Fixed tons of warnings.
1195 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
1197         * object-internals.h: Add MonoReflectionByRefType.
1199         * reflection.c: Implement support for ByRefType.
1201 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
1203         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
1205         * object-internals.h: Add MonoReflectionArrayType and
1206         mono_reflection_create_unmanaged_type.
1208         * reflection.c: Implement support for ArrayType.
1210 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
1212         * metadata-verify.c (is_valid_method_header): Parse EH block
1213         flags correctly.
1215 2009-07-03  Mark Probst  <mark.probst@gmail.com>
1217         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
1218         processing the disappearing links, and process disappearing links
1219         in a loop until no new objects are copied.
1221 2009-07-03  Mark Probst  <mark.probst@gmail.com>
1223         * object.c (handle_enum): Invoke the write barrier when copying
1224         value type instances.
1226         * sgen-gc.c: Register remsets for unmanaged write barriers only
1227         when the address written to is actually on the heap.  This makes
1228         set_value() in object.c work without requiring that the result be
1229         on the heap.
1231 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
1233         The runtime wrappers are all bound to a given type that must
1234         exist in the same image. For regular images we use the <Module>
1235         type, which is required to exist for all images.
1237         The <Module> type can't be used for dynamic images because it
1238         might not exist at the time the wrapper is required, so we create
1239         a synthetic type to use instead.
1241         The current code works because of the 2 stage setup of MonoClass,
1242         but once this is gone it will no longer work.
1244         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
1246         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
1248         * object-internals.h: Export mono_image_set_wrappers_type icall
1249         as part of the internal API.
1251         * marshal.c (get_wrapper_target_class): If the image is dynamic,
1252         use MonoDynamicImage::wrappers_type instead of the <Module> type.
1254         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
1255         image wrappers_type to the provided value.
1257 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
1259         * appdomain.c (deregister_reflection_info_roots): No need
1260         to use the image lock here.
1262 2009-07-02  Mark Probst  <mark.probst@gmail.com>
1264         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
1266 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
1268         * threads.c: Store the thread start argument in a hash table instead of
1269         registering it as a root, as libgc doesn't support unregistering roots
1270         under windows, leading to 'too many root sets' errors when many threads
1271         are created.
1273         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
1274         shutdown, they can still be referenced by the other dying objects.
1275         Fixes #514506.
1277 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
1279         * socket-io.c: DontLinger does not allow LingerOptions.
1281 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
1283         * metadata-verify.c: The spec doesn't mention that it's possible to add
1284         custom attribute to a generic parameter. Fixed.
1286 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
1288         * class.c (inflate_generic_type): Don't crash while trying to output a message
1289         on why we're aborting.
1291 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
1293         * socket-io.c: DontLinger can take an int or a boolean too.
1295 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
1297         * gc.c: check for a null argument to SuppressFinalize () and
1298         ReRegisterForFinalize ().
1300 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
1302         * loader.c (method_from_methodspec): Call into the verifier to check
1303         the signature.
1305         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
1307         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
1308         part of the internal API.
1310 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
1312         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
1313         the signature.
1315         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
1317         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
1318         part of the internal API.
1320 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
1322         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
1323         the signature.
1325         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
1326         blob verification.
1328         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
1329         part of the internal API.
1331 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
1333         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
1334         when doing basic verification. 
1336         This check must be done since the runtime peeks into signatures in much
1337         more places than it does decoding so it makes sense to ensure that all
1338         pointers to blob objects are well formed.
1340 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
1342         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
1343         Use proper overflow dectection. Fix usage of it.
1345 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
1347         * loader.c (field_from_memberref): Call into the verifier to check
1348         the signature.
1350         * loader.c (mono_method_get_signature_full): Same.
1352         * loader.c (method_from_memberref): Same.
1354         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
1356         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
1357         part of the internal API.
1359 2009-06-25  Mark Probst  <mark.probst@gmail.com>
1361         * threadpool.c (mono_thread_pool_add): If the domain is unloading
1362         or unloaded, still return an AsyncResult, but don't add it to the
1363         threadpool.
1365 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
1367         * threads.c: fix missing colon when DEBUG is defined.
1369 2009-06-25  Mark Probst  <mark.probst@gmail.com>
1371         * threadpool.c: Don't add new calls to a threadpool if the domain
1372         of the call is unloading or unloaded.  When dequeuing a job, null
1373         the reference in the queue.
1375 2009-06-25  Mark Probst  <mark.probst@gmail.com>
1377         * sgen-gc.c (null_link_in_range): Add the dislink for the old
1378         generation if an object was moved.
1380 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
1382         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
1383           parameters of type SAFEARRAY[VARIANT].
1385         * reflection.c (encode_marshal_blob): Properly generate element type
1386           (SafeArraySubType marshal attribute option).
1388         Code is contributed under MIT/X11 license.
1390 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
1392         * reflection.c: in mono_method_clear_object () really ensure all the
1393         objects are removed.
1395 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
1397         * loader.c (mono_method_signature): Call into the verifier to check
1398         the method signature.
1400         * metadata-verify.c (verify_method_table): Move signature verification
1401         to verify_method_table_full.
1403         * metadata-verify.c: Add mono_verifier_verify_method_signature.
1405         * verify-internals.h: Export mono_verifier_verify_method_signature as
1406         part of the internal API.
1408 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
1410         * loader.c (mono_method_get_header): Call into the verifier to
1411         check the method header.
1413         * metadata-verify.c: Add mono_verifier_verify_method_header.
1415         * verify-internals.h: Export mono_verifier_verify_method_header as
1416         part of the internal API.
1418 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
1420         * class.c (mono_class_find_enum_basetype): Call into the verifier to
1421         check the field signature. Replace an assert with an explicit check.
1423         * class.c (mono_class_setup_fields): Call into the verifier to check
1424         the field signature.
1426         * metadata-verify.c: Add mono_verifier_verify_field_signature.
1428         * verify-internals.h: Export mono_verifier_verify_field_signature as
1429         part of the internal API.
1431 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
1433         * class.c (mono_class_find_enum_basetype): Simplify this function
1434         by moving code outside of the loop and not decoding static fields.
1436 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
1438         * metadata-verify.c (verify_typedef_table): Check the extends
1439         token here. Move to here a flags check from verify_typedef_table_full.
1441 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
1443         * metadata-verify.c (is_valid_method_header): Fix a warning.
1445         * metadata-internals.h (MonoImage): Remove the unused 
1446         static_rgctx_invoke_wrapper_cache.
1448         * image.c marshal.c: Ditto.
1450 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
1452         * image.c (do_mono_image_load): Enable table data verification.
1454 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
1456         * metadata-verify.c (is_valid_constant): Fix nullref check.
1458 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
1460         * metadata-verify.c (is_valid_constant): Fix string bounds check.
1462 2009-06-22  Mark Probst  <mark.probst@gmail.com>
1464         * sgen-gc.c: Managed allocation with pthreads TLS.
1466         * threads.c, threads-types.h: Functions for the JIT to tell the
1467         runtime whether it supports the MONO_TLS opcode.
1469 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
1471         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
1472         without methods.
1474 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
1476         * metadata-verify.c (is_valid_constant): Fix the string length check.
1477         Use safe overflow checking. Add decent error messages.
1479 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
1481         * metadata-verify.c: Move remaininh blob checks to the offline
1482         verification path.
1484 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
1486         * metadata-verify.c: Move more blob checks to the offline verification
1487         path.
1489 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
1491         * object-internals.h : Adding interrupt_on_stop field.
1493         * threads.c (mono_thread_request_interruption) : On Windows exit the
1494           thread if interrupt_on_stop is set.
1496         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
1497          Removing old interrupt logic and setting the interrupt_on_stop for the
1498          thread when calling accept.
1500         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
1501          setting the interrupt_on_stop for the thread when calling accept.
1503         Contributed under MIT/X11 license.
1505 2009-06-20  Martin Baulig  <martin@ximian.com>
1507         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
1509 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
1511         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
1512         running in no-exec mode.
1514 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
1516         * metadata-verify.c (verify_method_table): Move header
1517         checking to verify_method_table_full.
1519         * metata-verify.c (mono_verifier_verify_full_table_data):
1520         Call verify_method_table_full.
1522 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
1524         * metadata-verify.c (verify_field_table): Move signature
1525         checking to verify_field_table_full.
1527         * metata-verify.c (mono_verifier_verify_full_table_data):
1528         Call verify_field_table_full.
1530 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
1532         * metadata-verify.c (verify_typedef_table): Move remaining
1533         stuff to verify_typedef_table_full.
1535 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
1537         * metadata-verify.c: Kill is_corlib from VerifyContext.
1538         It is only used by the offline mode.
1539         So we better remove it from the runtime path.
1541 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
1543         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
1544         function that perform the offline metadata verification steps.
1546         * metadata-verify.c (verify_typedef_table): Move some checks to
1547         verify_typedef_table_full and make it been called by new function
1548         mono_verifier_verify_full_table_data.
1550         * pedump.c: Call mono_verifier_verify_full_table_data.
1552         * verify-internals.h: Export mono_verifier_verify_full_table_data as
1553         part of the internal API.
1555 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
1557         * metadata-verify.c (typedef_is_system_object): Fix System.Object
1558         check.
1560         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
1561         flags bits. SupportLastError was confused as bit 7 instead of 6.
1563         * metadata-verify.c (verify_implmap_table): Fix import scope verification
1564         to check against the module ref table instead of module.
1566         * metadata-verify.c (verify_implmap_table): Fix corlib check.
1568         * pedump.c: Call mono_image_load_names.
1570 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
1572         * image.c: Extract mono_image_load_names from do_mono_image_load.
1574         * metadata-internals.h: Export mono_image_load_names as part of
1575         the internal API.
1576         
1577 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
1579         * metadata.c (mono_metadata_cleanup): Free the generic method cache
1580         first, as it could reference data in the other caches.
1582 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
1584         * metadata-verify.c: Finished with method header verification.
1586 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
1588         * metadata-verify.c: Added more header verification code.
1589         Now only EH clauses are missing.
1591 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
1593         * marshal.c (get_runtime_invoke_type): Don't share primitive types
1594         for return values.
1596 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
1598         * metadata-verify.c: Initial method header verification.
1600 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
1602         * metadata-verify.c (verify_import_table): The IAT contents
1603         might end been patched by the windows DL when running with
1604         coree enabled.
1606 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
1608         * class.c (mono_class_from_typeref): If the enclosing type is not
1609         found return null instead of crashing. Fixes #508487.
1611 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
1613         * normalization-tables.h : updated to the latest unicode charcter
1614           data.
1615         * appdomain.c : bump corlib version.
1617 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
1619         * class.c (mono_class_from_name): Fix support for assembly references
1620         in the EXPORTEDTYPE table. Fixes #511704.
1622 2009-06-13  Geoff Norton  <gnorton@novell.com>
1624         * domain.c: Ensure that mono_domain_assembly_open actually opens the
1625         assembly in the target domain.
1627 2009-06-12  Robert Jordan  <robertj@gmx.net>
1629         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
1630         because "this" of the managed signature has become an
1631         ordinary parameter in the unmanaged signature.
1633 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
1635         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
1636         field for owner-less generic containers.
1638         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
1639         image field of the owner-less generic containers created here.
1641         * metadata.c (mono_metadata_load_generic_params): Ditto, the
1642         contain is ownerless until the caller sets its owner.
1644         * metadata.c (type_in_image): Handle owner-less generic containers
1645         correctly.
1646         
1647 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
1649         * image.c (mono_image_close): Support debug_assembly_unload for
1650         dynamic images too.
1652 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
1654         * class.c: Fix some typos in comments.
1656 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
1658         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
1660         * threads.c (mono_thread_execute_interruption): Avoid creating the
1661         abort exception object while holding the synch_cs lock.
1663 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
1665         * metadata-verify.c: Verify basic cattr content.
1667 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
1669         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
1670         nested types.
1671         
1672         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
1673         support for nested types. Fixes #511704.
1675 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
1677         * metadata-verify.c: Verify methodspec signatures.
1679 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
1681         * metadata-verify.c: Verify typespec signatures.
1683 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
1685         * metadata.c (free_inflated_method): Call 
1686         mono_marshal_free_inflated_wrappers (), which was missed earlier.
1688 2009-06-08  Miguel de Icaza  <miguel@novell.com>
1690         * mono-config.c: Small change to report the PPC64/ILP32 model.
1692 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
1694         * metadata-verify.c (parse_type): Check szarray.
1696 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
1698         * metadata-verify.c (parse_type): Check fnptr.
1700 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
1702         * metadata-verify.c (parse_type): Check generic instances.
1704 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
1706         * metadata-verify.c (parse_type): Check array shape.
1708 2009-06-05  Robert Jordan  <robertj@gmx.net>
1710         * class.c (mono_class_create_from_typedef): Check only for
1711         mscorlib's System.Array.
1713 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
1715         * metadata-verify.c (parse_type): Check pointer, class/valuetype
1716         and generic params. 
1718         * metadata-verify.c (parse_field): Check the signature.
1720 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
1722         * metadata-verify.c: Implement locals signature check.
1724 2009-06-04  Marek Safar  <marek.safar@gmail.com>
1726         * domain.c: Add .NET 4.0 Beta 1 version.
1728 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
1730         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
1731           For QueryInterface on CCWs consider the base class
1732           interfaces as well.
1734         Code is contributed under MIT/X11 license.
1736 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
1738         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
1740         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
1741         used.
1743         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
1744         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
1746         * generic-sharing.c (inflate_other_data): Ditto.
1747         
1748 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
1750         * metadata-verify.c: Implement property signature check.
1752 2009-06-04  Mark Probst  <mark.probst@gmail.com>
1754         * sgen-gc.h: Register saving support for PPC.
1756 2009-06-04  Mark Probst  <mark.probst@gmail.com>
1758         * sgen-gc.c: Fixed a pthread TLS screwup.
1760 2009-06-04  Mark Probst  <mark.probst@gmail.com>
1762         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
1763         supported.
1765 2009-06-04  Mark Probst  <mark.probst@gmail.com>
1767         * sgen-gc.c: Disable TLA and managed allocation if the __thread
1768         keyword is not supported.
1770 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
1772         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
1773         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
1774         the inflated method is freed. Fixes #508389.
1776         The code is contributed under the MIT/X11 license.
1777         
1778 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
1780         * marshal.c (get_wrapper_target_class): New helper function.
1781         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
1782         the <Module> class of the image. Fixes #509049.
1784 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
1786         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
1787         Check if the thread was interrupted and proccess it straight away.
1788         Makes abortion much more responsive.
1790 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
1792         * threads.c (mono_thread_execute_interruption): Use atomic cas with
1793         MonoThread::interruption_requested to match it's counterpart.
1795         Fixes a hang in abort-stress-1 on a 2 core x86.
1797         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
1798         Fix warning.
1800 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
1802         Change MonoImage::name_cache to be protected by the image lock
1803         instead of the loader lock.
1805         * appdomain.c (deregister_reflection_info_roots): Protect access
1806         to name_cache.
1808         * class.c (mono_image_init_name_cache): Change from the loader lock
1809         to the image lock. Check if the cache wasn't already created.
1811         * class.c: Change from the loader to the image lock.
1813         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
1814         the code to hold the image lock while iterating over name_cache and
1815         not go into mono_array_new holding it.
1817         * metadata-internals.h: Add a comment about this change.
1819 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
1821         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
1822         Under the 2.0 profile raise the loader error.
1824         Fixes #508532.
1826 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
1828         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
1829         of ldind opcode for generic instances so we don't fail for direct wrappers.
1830         This only affect direct calls.
1832 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
1834         * reflection.c (create_dynamic_mono_image): Fix warnings.
1836         * generic-sharing.c (other_info_equal): Ditto.
1837         
1838 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
1840         * metadata-verify.c: Implement field signature check.
1842 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
1844         * metadata-verify.c: Implement standalone signature check.
1846 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
1848         * metadata-verify.c: Implement methodref signature check.
1850 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
1852         * object-internals.h (MonoRuntimeCallbacks): New structure containing
1853         callbacks supplied by the runtime.
1855         * object.c (mono_install_callbacks): New internal function to install
1856         the callbacks.
1858         * object.c (mono_create_ftnptr): Move the implementation of this to
1859         mini/.
1861         * object.c (mono_get_addr_from_ftnptr): Ditto.  
1863 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
1865         * metadata-verify.c (parse_return_type): Proper byref check.
1866         * metadata-verify.c (is_valid_method_signature): Check for zero arity
1867         generic signatures and method params.
1869 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
1871         * metadata-verify.c (decode_signature_header): Fix bounds check.
1873         * metadata-verify.c (parse_custom_mods): Check custom mods.
1875         * metadata-verify.c (parse_type): Do initial basic verification
1876         of valid values.
1877         
1878         * metadata-verify.c (is_valid_method_signature): Parse the generic
1879         param count.
1881 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
1883         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
1884         discarded based on their most specific definition so we set the method_slots
1885         array before checking if the method is acceptable or not.
1887         Fixes #506757.
1889 2009-05-26  Mark Probst  <mark.probst@gmail.com>
1891         * icall.c: Free the old array when resizing a mono_ptr_array.
1893 2009-05-26  Mark Probst  <mark.probst@gmail.com>
1895         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
1896         for the hashes whose keys are managed objects.
1898 2009-05-26  Mark Probst  <mark.probst@gmail.com>
1900         * object-internals.h, threads.c: Set the execution context on
1901         thread start here, not in corlib.
1903         * appdomain.c: Bump corlib version.
1905 2009-05-27  Martin Baulig  <martin@ximian.com>
1907         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
1908         if `_mono_debug_using_mono_debugger' is set to make things work
1909         properly when embedding Mono.
1911 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
1913         * class.c (mono_class_setup_fields): Don't mark simd types as having
1914         16 bytes alignment as the whole runtime doesn't support.
1916 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
1918         * metadata-verify.c (safe_read): Use endian safe read macros.
1920 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
1922         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
1923         it is read-only when using full aot.
1925 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
1927         * metadata-verify.c (is_valid_method_signature): Verify parts
1928         of the return type. Provide an error message in case of failure.
1930 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
1932         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
1934 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
1936         * metadata-verify.c: Include the size prefix in the bounds check.
1938 2009-05-22  Miguel de Icaza  <miguel@novell.com>
1940         * icall.c: Remove warnings.
1942         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
1943         prevent auto-detection based on GCC defines.
1945         Add PS3
1947         * metadata-verify.c: Do not include signal.h
1949         * generic-sharing.c, marshal.c: Add returns to avoid some warning
1950         messages.  Not sure why the g_assert_not_reached is not enough to
1951         quiet the compiler.
1952         
1954         * appdomain.c: Remove code that is not used when
1955         DISABLE_SHADOW_COPY is set.
1957         * image.c: use g_getenv
1959 2009-05-21  Miguel de Icaza  <miguel@novell.com>
1961         * reflection.c: Remove code that it not used with
1962         DISABLE_REFLECTION_EMIT is defined.
1964 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
1966         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
1967         invoke wrappers.
1969 2009-05-20  Miguel de Icaza  <miguel@novell.com>
1971         * socket-io.c
1972         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
1973         the ifdef here and instead put that on io-layer
1975 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
1977         * metadata-verify.c: Verify the generic param constraint table.
1979 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
1981         * metadata-verify.c (verify_generic_param_table): Fix
1982         thinko on the valid flags bits for generic params.
1984 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
1986         * metadata-verify.c: Verify the methodspec table.
1988 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
1990         * metadata-verify.c: Verify the generic param table.
1992 2009-05-19  Mark Probst  <mark.probst@gmail.com>
1994         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
1996 2009-05-19  Mark Probst  <mark.probst@gmail.com>
1998         * sgen-gc.c: Use generation enum more consistently and use the
1999         correct generation in mono_gc_register_for_finalization().
2001 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
2003         * metadata-verify.c: Verify the nested class table.
2005 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
2007         * metadata-verify.c: Verify the manifest resource table.
2009 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
2011         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
2013 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
2015         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
2016         wrappers, this is now done in the JIT.
2017         
2018         * class.c (mono_set_generic_sharing_supported): New internal function.
2019         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
2021 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
2023         * metadata-verify.c: Verify the exported type table.
2025 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
2027         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
2029 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
2031         * metadata-verify.c: Verify the file table.
2033 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
2035         * metadata-verify.c (verify_assembly_table): Fix an error message.
2037         * metadata-verify.c: Verify the assemblyref table.
2039 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
2041         * metadata-verify.c (verify_assembly_table): Fix the valid
2042         bits mask for flags.
2044 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
2046         * debug-helpers.c (mono_method_full_name): Print generic parameters of
2047         generic methods as well.
2049 2009-05-15  Geoff Norton  <gnorton@novell.com>
2051         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
2052         use-case and is significantly more performant than the wapi layer.
2054 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
2056         * metadata-verify.c: Verify the assembly table.
2058 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
2060         * metadata-verify.c: Fix rows limit check.
2062 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
2064         * metadata-verify.c: Verify the fieldrva table.
2066 2009-05-13  Mark Probst  <mark.probst@gmail.com>
2068         * sgen.c: Speed up weak links and finalizers by grouping them by
2069         generation.
2071 2009-05-13  Mark Probst  <mark.probst@gmail.com>
2073         * marshal.c (delegate_hash_table_add): When overwriting an entry,
2074         free the old GCHandle (only applies to SGen).
2076 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
2078         * loader.c (mono_get_method_from_token): Avoid the expensive call to
2079         mono_metadata_load_generic_params () for non-generic methods.
2081 2009-05-12  Mark Probst  <mark.probst@gmail.com>
2083         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
2084         New function for returning a monitor's weak link if it has one.
2086         * sgen-gc.c: Remove an object's monitor's weak link (if it has
2087         one) when clearing a domain.  These can still be around because
2088         the object might not have been collected.
2090 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
2092         * gc.c: Fix a warning.
2094 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
2096         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
2097         prevous wait that resulted in a deadlock on Windows when initializing
2098         the runtime form DllMain. Also results in improved startup time.
2099         (finalizer_thread): Get rid of thread_started_event.
2100         * threads.c, threads-types.h (mono_thread_create_internal): Return the
2101         resulting MonoThread.
2103         Contributed under MIT/X11 license.
2105 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
2107         * metadata-verify.c: Verify the implmap table.
2108         Don't require that #US and #Strings be present.
2110 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
2112         * security-core-clr.c: Delegate checks are done at creation time,
2113         not a invocation time. Fix exception for Telerik Silverlight demo
2115 2009-05-11  Mark Probst  <mark.probst@gmail.com>
2117         * sgen-gc.c (need_remove_object_for_domain): Remove the special
2118         case for the Thread class.
2120         * threads.c: Do clean-up of abort exception/state in
2121         thread_cleanup() instead of Thread.free_internal().  Also clean up
2122         current_appcontext.  The reason we have to do that is because
2123         those references might point into another domain and if that
2124         domain is unloaded before the thread is finalized, they point to
2125         invalid data.
2127 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
2129         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
2130         stub signatures.
2131         
2132         Contributed unter MIT/X11 license.
2134 2009-05-09  Miguel de Icaza  <miguel@novell.com>
2136         * verify.c, metadata-verifier.c: Add support for disabling the
2137         verifier in some builds.
2139         [ Sorry, my previous commit accidentally commited some work in
2140         progress ]
2142 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
2144         * class.c (mono_class_setup_fields): Set class->field.first for
2145         generic instances.
2147 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
2149         * metadata-verify.c: Verify the typespec table.
2151 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
2153         * metadata-verify.c: Verify the module table.
2155 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
2157         * metadata-verify.c: Verify the methodimpl table.
2159 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
2161         * metadata-verify.c: Verify the property table.
2163 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
2165         * debug-helpers.c (mono_method_desc_match): Add support for generic
2166         glob patterns.
2168 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
2170         * metadata-verify.c: Verify the propertymap table.
2172 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
2174         * metadata-verify.c: Verify the event table.
2176         * metadata-verify.c (search_sorted_table): Fix offset
2177         calculation.
2179 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
2181         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
2183 2009-05-01  Mark Probst  <mark.probst@gmail.com>
2185         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
2186         because mono_delegate_free_ftnptr() needs it.
2188 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
2190         * metadata-verify.c: Verify the eventmap table.
2192 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
2194         * metadata-verify.c: Verify the standalonesig table.
2196 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
2198         * metadata-verify.c: Verify the field layout table.
2200 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
2202         * class.c (mono_type_get_name_recurse): Don't crash
2203         for ownerless generic params.
2205         * debug-helpers.c (mono_type_get_desc): Correct the format
2206         for ownerless generic params.
2208 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
2210         * metadata-verify.c: Verify the class layout table.
2212 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
2214         * metadata-verify.c: Verify the decl security table.
2216 2009-04-30  Mark Probst  <mark.probst@gmail.com>
2218         * domain.c (mono_domain_set_internal_with_options): Don't do
2219         anything if the old domain is the same as the old one.  Fixes
2220         #499326.
2222 2009-04-30  Mark Probst  <mark.probst@gmail.com>
2224         * appdomain.c: Deregister the reflection_info roots when unloading
2225         a domain.
2227         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
2228         memory allocated by a domain and frees its disappearing links.
2230         * boehm-gc.c, null-gc.c: Empty implementation of
2231         mono_gc_clear_domain().
2233 2009-04-30  Mark Probst  <mark.probst@gmail.com>
2235         * appdomain.c (clear_cached_vtable): Free the static fields memory
2236         block.
2238 2009-04-30  Mark Probst  <mark.probst@gmail.com>
2240         * gc.c: Set the correct domain when invoking finalizers.
2242         * appdomain.c: Set the correct domain when creating threads.
2244 2009-04-30  Mark Probst  <mark.probst@gmail.com>
2246         * sgen-gc.c: Fix skip size for vectors.
2248 2009-05-03  Martin Baulig  <martin@ximian.com>
2250         * mono-debug-debugger.c
2251         (mono_debugger_check_breakpoints): Check class init handlers even
2252         if we don't have any method load handers.
2254 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
2256         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
2257         returning refonly assemblies if refonly is FALSE. Fixes #499013.
2259 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
2261         * metadata-verify.c: Verify the field marshal table.
2263 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
2265         * metadata-verify.c: Verify the custom attribute table.
2267 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
2269         * metadata-verify.c: Verify the constant table.
2271 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
2273         * metadata-verify.c: Verify the memberef table.
2275 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
2277         * metadata-verify.c (get_coded_index_token): Remove
2278         dead argument.
2280 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
2282         * metadata-verify.c: Verify the interfaceimpl table.
2284 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
2286         * verify.c: Improve error message.
2288         * debug-helpers.c (mono_type_get_desc): Harden the code that
2289         deals with VAR and MVAR.
2291 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
2293         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
2294         part of #498692.
2296 2009-04-23 Tom Hindle <tom_hindle@sil.org>
2298         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
2299         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
2301 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
2303         * security-core-clr.c: Avoid redundant checks for platform code, 
2304         e.g. check for method and for class (very common) and check
2305         for class and outer class (less common)...
2307 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
2309         * reflection.c: Avoid returning random cattrs for synthetic methods.
2310         Fixes #498545.
2312 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
2314         * assembly.c: assemblies in the GAC should never be shadow-copied.
2316 2009-04-26  Mark Probst  <mark.probst@gmail.com>
2318         * domain.c, domain-internals.h: Disable
2319         track_resurrection_{objects,handles}_hash in MonoDomain if using
2320         SGen.
2322 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
2324         * metadata-verify.c: Verify the param table.
2326 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
2328         * metadata-verify.c (verify_typedef_table): Range check FieldList and
2329         MethodList.
2331         * metadata-verify.c (verify_method_table): Proper check the ParamList
2332         field.
2334 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
2336         * metadata-verify.c (verify_method_table): Check for runtime
2337         implemented functions such as delegate .ctors. Remove spurious
2338         printf.
2339         
2340 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
2342         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
2344 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
2346         Don't allocate MonoGenericInfo for ownerless generic params.
2347         * class-internals.h (MonoGenericParam::info): Move field to ...
2348         (MonoGenericParamFull): ... this.  New struct.
2349         (MonoGenericContainer::type_params): Change type to
2350         MonoGenericParamFull.
2351         (MonoGenericParam, MonoGenericContainer): Update accessors.
2352         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
2353         'info' field for ownerless generic param.
2354         (mono_metadata_load_generic_params): Update to changes.
2355         * reflection.c (mono_reflection_create_generic_class): Likewise.
2356         (reflection_methodbuilder_to_mono_method): Likewise.
2357         (mono_reflection_initialize_generic_parameter): Likewise.
2359 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
2361         Don't use MonoGenericParamInfo for ownerless generic params.
2362         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
2363         use ParamInfo class at all.
2364         (mono_class_from_generic_parameter): Use them.
2365         (make_generic_param_class): Fix a couple of instances where 'pinfo
2366         == NULL' wasn't handle.
2368 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
2370         * class.c (make_generic_param_class): Carve out of ...
2371         (mono_class_from_generic_parameter): ... here.
2373 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
2375         Simplify mono_class_from_generic_parameter
2376         * class-internals.h (MonoGenericParamInfo::token): New field.
2377         * metadata.c (mono_metadata_load_generic_params): Initialize it
2378         from metadata.
2379         * class.c (mono_class_from_generic_parameter): Use it instead of
2380         searching through metadata.
2382 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
2384         * metadata-verify.c: Add verification of the method table.
2386 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
2388         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
2389         Delegate::Invoke optimization.
2391 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
2393         * appdomain.c (mono_domain_create_appdomain_internal): Free the
2394         string returned by get_shadow_assembly_location_base.
2396         * appdomain.c (get_shadow_assembly_location_base): Add a comment
2397         about caller's ownership.
2399 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
2401         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
2402         reflection memory on domain unload.
2404         * domain.c (mono_domain_free): Don't free refobject_hash, let the
2405         reflection cleanup code do it.
2407         * domain-internals.h: Add mono_reflection_cleanup_domain.
2409         This fixes a memory leak for managed mirrors of reflection objects
2410         on domain unload. 
2412 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
2414         * metadata-verify.c: Implement more verification of the field table.
2416 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
2418         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
2419         doesn't try to parse the input assembly, which can be broken.
2421 2009-04-23  Mark Probst  <mark.probst@gmail.com>
2423         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
2424         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
2425         by using the lowest bit in the link to store whether the link is
2426         tracked.  Move the track_resurrection hashes into boehm-gc.c.
2428 2009-04-22  Miguel de Icaza  <miguel@novell.com>
2430         * Makefile.am: Split the console support in platform specific code
2431         and put together a framework for making this easy in the future so
2432         that we can start splitting code instead of having a mess of PLATFORM_WIN32
2434 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
2436         * pedump.c: Fix a warning.
2438 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
2440         * verify.c (mono_delegate_type_equal): Compare valuetypes using
2441         mono_class_from_mono_type to avoid bad interactions with the dual representation
2442         of the generic type definition.
2444 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
2446         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
2447         get the MonoClass for the call context type as it might be a generic
2448         instance.
2450         Fixes #491483.
2452 2009-04-21  Mark Probst  <mark.probst@gmail.com>
2454         * object-internals.h: The Thread object has no execution_context
2455         member anymore.
2457         * threads.c, threadpool.c, threads-types.h: Accessor functions for
2458         the execution context.
2460         * appdomain.c: Bump corlib version.
2462 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
2464         * verify.c (do_newobj): Improve error message.
2466 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
2468         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
2469         is nested in the filter block.
2471         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
2472         block is not fully nested.
2474         Fixes #495656.
2476 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
2478         * verify.c (verify_type_compatibility_full): Compare MonoClass and
2479         not MonoType to check for equality of valuetypes as the generic type
2480         definition allows for two different encodings: the generic type definition
2481         class or a generic instance over the GTD arguments.
2483         Fixes #496175.
2485 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
2487         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
2489         * verify.c (do_initobj): Improve error message.
2491 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
2493         * metadata-verify.c: Enable pe verification as the issue with #496453
2494         is that the authenticode data directory have a different unspecified
2495         format. Ignore it for now.
2497         * pedump.c: Run the metadata verifier together with the IL verifier.
2499         Fixes ##496453.
2501 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
2503         * metadata-verify.c: Temporarily disable pe verification due to #496453.
2505 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
2507         * class.c (can_access_type): Check visibility against
2508         the element type for pointers and arrays.
2510         Fixes #496150.
2512 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
2514         * metadata-verify.c: Fix cli and table verification to use information
2515         from the MonoImage. A lot of duplicated code got killed.
2517 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
2520         This patch starts to integrate the metadata verifier with the runtime code.
2522         This patch causes major regression in functionality for the metadata verifier
2523         as cli and table verification are disabled since they require to be ported to
2524         use MonoImage information.
2526         * image.c (do_mono_image_load): Split the code in this function
2527         into mono_image_load_pe_data and mono_image_load_cli_data.
2528         Add     care_about_pecoff parameter to not load pecoff data.
2529         Call into the metadata verifier for pecoff and cli verification.
2531         * image.c (mono_image_open_raw): New function that doesn't perform
2532         any parsing of the image contents.
2533         
2534         The reason for the 3 new functions is to give pedump better control
2535         into the interaction with the verifier.
2537         * metadata-internals.h: Add new functions from image.c as part of the
2538         internal mono API.
2540         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
2541         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
2542         to make those functions work together with the runtime.
2544         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
2545         true if the image needs to be verified.
2547         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
2549         * pedump.c: Use new metadata verifier API.
2551 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
2553         * object.c (mono_install_vtable_trampoline): Make this receive a
2554         trampoline creation function instead of trampoline, allowing the JIT
2555         to use a different trampoline for each vtable.
2557 2009-04-18  Mark Probst  <mark.probst@gmail.com>
2559         * object.c (mono_raise_exception): Don't reset the thread abort
2560         exception state here.
2562 2009-04-18  Mark Probst  <mark.probst@gmail.com>
2564         * icall-def.h: New icall for getting the thread abort exception
2565         state for a thread.
2567         * object.c, thread.c, object-internals.h: A thread's abort
2568         exception state is now a GC handle.  To get the object it stands
2569         for, we must move it into the current app domain, if it's
2570         different than the one where it originated from.
2572         * appdomain.c: Bump corlib version.
2574         * domain.c, domain-internals.h: New function for setting the
2575         domain and migrate the thread abort exception or not.
2577 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
2579         * metadata-verify.c: Add initial verification of the
2580         field table.
2582 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
2584         * metadata-verify.c: Add a macro to conditionally enable
2585         dumping of verification information. Add  make_coded_token
2586         and search_sorted_table to enable search sorted tables
2587         by a given coded token.
2589 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
2591         * metadata-verify.c: Add array mapping from table index
2592         to description offset. Add get_col_offset and get_col_size
2593         functions.
2595 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
2597         * metadata-verify.c: Add remaining table descriptions offsets.
2598         Add remaining coded index descriptions.
2600 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
2602         * metadata-verify.c: Fixed constant table description.
2603         Fixed calculation of HasCustomAttribute coded index size.
2604         Fixed calculation of size for many table indexes. 
2606 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
2608         * pedump.c (dump_metadata): Dump table offset instead
2609         of useless pointer in memory.
2611 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
2613         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
2615 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
2617         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
2618         a missing of for interface types.
2620 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
2622         * metadata-verify.c (verify_pe_optional_header): Add comment of why
2623         the code is commented.
2625         * metadata-verify.c (verify_resources_table): Remove spurious printf
2626         and don't fail if there are unmanaged resources. Gmcs generates a useless
2627         one     for all assemblies - I bet it's some MS compatibility junk.
2629 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
2631         * metadata-verify.c (verify_typedef_table): Verify the extends field.
2633         * metadata-verify.c (mono_image_verify): Add a is_corlib.
2635         * verify-internals.h: Same.
2637         * pedump.c: Fix for mono_image_verify new signature.
2639 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
2641         * metadata-verify.c (verify_typedef_table): Verify for some invalid
2642         flags combinations.
2644 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
2646         * metadata-verify.c (verify_module_table): Ignore the generation field.
2648 2009-04-15  Martin Baulig  <martin@ximian.com>
2650         * debug-mono-symfile.c
2651         (mono_debug_symfile_lookup_location): Don't print a warning for
2652         unknown extended opcodes if they're within 0x40 and 0x7f.
2654 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
2656         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
2657         invoke signatures returning an enum. Fixes #494847.
2659 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
2661         * metadata-verify.c: Initial code to verify the typedef table.
2663 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
2665         * verify.c (mono_method_verify): Don't fail if an unconditional branch
2666         with non empty stack happens before the beginning of a try block.
2668         Fixes #494812.
2670 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
2672         * metadata-verify.c: Verify typename and typenamespace fields of
2673         the typeref table.
2675 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
2677         * metadata-verify.c: Initial code to verify the typeref table.
2679 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
2681         * verify.c (verify_delegate_compatibility): Fix error message.
2683 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
2685         * security-core-clr.c: Fix typo
2687 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
2689         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
2690         a MonoGHashTable to keep its values alive.
2691         (emit_marshal_boolean): Fix a warning.
2693 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
2695         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
2696         not have any interface configured for IPv4/IPv6.
2698 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
2700         * assembly.c: fix typo in error message.
2702 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
2704         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
2705         allocating the location holding the this argument to prevent
2706         'too many root sets' errors.
2708         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
2709         to mark fields as special static.
2710         (mono_field_static_get_value): Handle special static fields.
2711         (mono_field_static_set_value): Ditto.
2713         * class-internals.h (struct _MonoClassField): Document this.
2715 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
2717         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
2718           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
2719           case.  This will handle when managed code returns null to native code.
2721         Code is contributed under MIT/X11 license.
2723 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
2725         * object.c (build_imt_slots): Changing a free to a g_free to match
2726           the g_malloc0 in add_imt_builder_entry that allocated this memory.
2728         Code is contributed under MIT/X11 license.
2730 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
2732         * marshal.c (emit_marshal_boolean): Adding code to ensure that
2733           the correct TRUE value is passed through the marshaling layer.
2735         Code is contributed under MIT/X11 license.
2737 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
2739         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
2740         correctly. Fixes #492330.
2741         
2742         * marshal.c: Fix the embedding of object pointers into JITted code in
2743         the native-to-managed wrappers by allocating some GC tracked memory, and
2744         embedding the address of that.
2746 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
2748         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
2749         pointers into the vtable.
2751 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
2753         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
2755         * verify.c (verify_ldftn_delegate): Improve error message.
2757 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
2759         * reflection.c (my_mono_class_from_mono_type): Remove.
2761 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
2763         Prepare to reduce memory usage of owner-less generic parameters (1/n)
2764         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
2765         and constraints fields into ...
2766         (MonoGenericParamInfo): ... this.
2767         (mono_generic_param_info, mono_generic_container_get_param_info):
2768         New accessors.
2769         * class.c, debug-helpers.c, icall.c: Update to changes.
2770         * metadata.c, reflection.c, verify.c: Likewise.
2772 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
2774         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
2776         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
2777         
2778         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
2779         booleans with sbytes.
2781 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
2783         * class.c (can_access_instantiation): Verify accesibility of element types
2784         for arrays and pointers.
2786         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
2788         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
2790         Fixes #493068.
2792 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
2794         * verify.c (do_invoke_method): Improve error messages.
2796 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
2798         * verify.c:  Fixing the MSVC build.
2800         Code is contributed under MIT/X11 license.
2802 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
2804         * security-core-clr.c: Simplify get_reflection_caller not to call
2805         mono_method_get_last_managed (another stack walk) and adjust the
2806         callers to handle a (should not happen) NULL return value.
2808 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
2810         Add accessors to some MonoGenericParam fields
2811         * class-internals.h (mono_generic_param_owner): New accessor.
2812         (mono_generic_param_num): Likewise.
2813         (mono_type_get_generic_param_owner): New helper.
2814         (mono_type_get_generic_param_num): New helper.
2815         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
2817 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
2819         * class-internals.h (mono_generic_container_get_param): New wrapper.
2820         * class.c, icall.c, metadata.c, verify.c: Use it.
2822 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
2824         Fix gtest-252.cs
2825         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
2826         the standard case/loop.  In particular, don't complain about
2827         references to generic type definitions.
2829 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
2831         * debug-helpers.c (dis_one): Decode string arguments.
2833 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
2835         * pedump.c (dump_verify_info): Dump type name correctly.
2837 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
2839         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
2840         are larger than code size.
2842         This can happen in valid code if the try/catch block is not followed by any instruction
2843         and do a backward branch on the leave instruction.
2845         Fixes #492494.
2847 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
2849         * security-core-clr.c: Fix typo while comparing second method names
2850         in can_avoid_corlib_reflection_delegate_optimization
2852 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
2854         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
2856         Fixes #487738.
2858 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
2860         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
2861         a MVAR using a class context.
2863         Fixes #490335.
2865 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
2867         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
2869         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
2871         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
2872         functions supplied by the JIT for the SGEN GC.
2874         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
2875         
2876 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
2878         monitor.c (mono_monitor_try_enter_internal):
2879         Added calls to profile monitor contentions.
2880         Also duplicated a small piece of code (the "get the monitor" logic)
2881         from the fast path to the slow path, and changed the relevant goto
2882         statements, so that monitor acquisition events can be emitted from the
2883         slow path (this is by Paolo Molaro).
2885 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
2887         * profiler.c, profiler.h, profiler-private.h:
2888         Added support for profiling monitor contentions.
2890 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
2892         * metadata-verify.c: Verify the modules table.
2894 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
2896         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
2897         using the context of the method been verifier and not of the method been called.
2899         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
2900         safely inflate generic types. 
2902 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
2904         * security-core-clr.c: Change the strategy for checking the 
2905         "reflection using delegates optimization" to avoid unneeded 
2906         attributes in multiple class libraries.
2908 2009-04-02  Mark Probst  <mark.probst@gmail.com>
2910         * sgen-gc.c: Remove object element in the disappearing link struct
2911         by storing the object pointer in the link.
2913 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
2915         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
2917 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
2919         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
2921         * verify.c (mono_method_verify): Do proper bounds checking of exception
2922         clause ranges.
2924 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
2926         * loader.c (mono_field_from_token): Don't crash if the field parent could
2927         not be decoded.
2929 2009-03-31  Mark Probst  <mark.probst@gmail.com>
2931         * sgen-gc.c: Execute critical finalizers after ordinary
2932         finalizers.
2934         * class-internals.h, domain.c: Add CriticalFinalizerObject to
2935         mono_defaults.
2937 2009-03-31 Jb Evain <jbevain@novell.com>
2939         * verify.c (do_ldstr): don't check if a string is in the user strings
2940         heap if the current image is dynamic.
2942 2009-03-31  Mark Probst  <mark.probst@gmail.com>
2944         * sgen-gc.c: Wait until the last finalizer has executed when
2945         returning from WaitForPendingFinalizers.
2947 2009-03-31  Martin Baulig  <martin@ximian.com>
2949         * mono-debug-debugger.h (MonoDebuggerEvent): Add
2950         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
2951         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
2952         (mono_debugger_event_create_appdomain): New function.
2953         (mono_debugger_event_unload_appdomain): New function.
2955         * appdomain.c (mono_domain_create_appdomain_internal): Call
2956         mono_debugger_event_create_appdomain().
2958 2009-03-31  Martin Baulig  <martin@ximian.com>
2960         * mono-debug-debugger.c
2961         (mono_debugger_register_class_init_callback): Also register the
2962         class init callback if the class is already initialized to make
2963         things work with shadow copied assemblies.
2965 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
2967         * security-core-clr.c
2968         (mono_security_core_clr_ensure_reflection_access_field): Let 
2969         critical code access the field (just like we do for methods). Use
2970         check_field_access helper.
2971         (mono_security_core_clr_ensure_reflection_access_method): Use 
2972         check_field_access helper.
2974 2009-03-31  Mark Probst  <mark.probst@gmail.com>
2976         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
2977         call the run-finalize function directly.
2979         * gc.c, gc-internal.h: Make run_finalize() non-static.
2981 2009-03-31  Mark Probst  <mark.probst@gmail.com>
2983         * sgen-gc.c: Use a separate struct for disappearing links.
2985 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
2987         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
2988         * MaxIOVectorLength enabled, just ignore them.
2989         Fixes bug #349688.
2991 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
2993         * metadata-verify.c: Fix eglib build.
2995 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
2997         * threads-types.h: Fix the win32 build.
2999 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
3001         * class.c: move coreclr inheritance/override checks to 
3002         security-core.clr.c
3003         * security-core.clr.c|h: add code from class.c with additional
3004         documentation. Fix override check when the method is not critical.
3006 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
3008         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
3009         (match_class): Ditto.
3011 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
3013         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
3015         * metadata-verify.c: Implement table layout row size calculation. Verify
3016         the total size of the tables.
3018 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
3020         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
3022 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3024         * appdomain.c:
3025         * console-io.[ch]: added new mono_console_init() to make sure that
3026         file descriptors 0, 1 and 2 are opened.
3027         Bug #489019 fixed.
3029 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
3031         * appdomain.h: Export a new callback type and a new function to
3032         set this callback. This allow a mono host to provide it's own
3033         definition for "platform code".
3034         * metadata-internals.h: Add a core_clr_platform_code flag on 
3035         _MonoImage to (cache and) know if it is representing platform 
3036         code.
3037         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
3038         on platform code images.
3039         * security-core-clr.c|h 
3040         (mono_security_set_core_clr_platform_callback): Allow the host
3041         to provide it's own platform check definition.
3042         (mono_security_core_clr_determine_platform_image): Detect if an 
3043         image is platform code (using the specified callback).
3044         (mono_security_core_clr_is_platform_image): Return cached value 
3045         for platform code.
3047 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
3049         * threads.c (mono_create_thread): New helper function to wrap CreateThread
3050         which has different parameter types for the 'tid' argument in windows and
3051         the io-layer.
3053         * appdomain.c attach.c threads.c: Use the new helper.
3055 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
3057         * metadata-verify.c: Verify valid table bits.
3059 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
3061         * metadata-verify.c (verify_metadata_header): Store size in the size field.
3063         * metadata-verify.c: Add initial table schema verification.
3065 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
3067         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
3068         obtain the refclass argument needed by mono_param_get_objects (). Fixes
3069         #488383.
3071         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
3073         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
3075 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
3077         * security-core-clr.c: Add/update documentation
3079 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
3081         * marshal.c (emit_marshal_object): Generate code to throw an exception
3082         instead of throwing it. Fixes #488670.
3084 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
3086         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
3087         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
3088         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
3089         and add a call to mono_security_core_clr_ensure_delegate_creation
3090         to do the extra checks required by CoreCLR.
3091         * security-core-clr.c|h: Add function to check delegate creation,
3092         both in the binding and accessibility, under CoreCLR.
3094 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
3096         * reflection.c (mono_reflection_create_dynamic_method): when 
3097         coreclr is enabled make sure that every resolved object are
3098         checked (e.g. field and method access).
3099         * security-core-clr.c|h: Add function to check objects resolved
3100         when a dynamic method is created.
3102 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
3104         * metadata-verify.c: Cache directory rva translations.
3106         * metadata-verify.c: Add cli-header and streams verification.
3108 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
3110         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
3111         the wrong offset (8 instead of 6).
3113 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
3115         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
3116         methods, return the native function address itself. Fixes
3117         #487758.
3119 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
3121         * console-io.c: some of the values for control characters might not be
3122         present.
3124 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
3126         * exception.c|h: Add helpers to create [Field|Method]AccessException
3127         * icall.c: Add required coreclr check calls for field reflection.
3128         Move the existing (method) check logic into security-core-clr.c
3129         * security-core-clr.c: Add functions to check if the access of a
3130         field or method is allowed when reflecting under coreclr. This is
3131         mostly done using a stack walk to find the "real" caller: i.e. the
3132         code that is calling the reflection
3134 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
3136         * gc-internal.h: Change location of gc_wrapper.h
3138 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
3140         * class.c: Simplification to coreclr checks for overrides that
3141         makes it easier to set breakpoints.
3143 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
3145         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
3146         mono_security_core_clr_method_level): Avoid potential 
3147         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
3148         user/application code) and make it easier to set breakpoints
3150 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
3152         * metadata-verify.c: Reject cli header tables that mono don't handle.
3154 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
3156         * pedump.c: Fix CLI header dumping.
3158 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
3160         * metadata-verify.c: More CLI header verification.
3162 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
3164         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
3166 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
3168         * metadata-verify.c: Initial verification of the CLI header.
3170 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
3172         * metadata-verify.c (verify_resources_table): Fix verification of zero
3173         sized resource section and id entries count.
3175 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
3177         * icall.c: Handle user types in many Type icalls. Fixes #486303.
3179 2009-03-17  Jb Evain  <jbevain@novell.com>
3181         * profiler.c: call mono_gc_base_init from mono_profiler_load.
3183 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
3185         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
3186         (mono_gc_make_descr_for_array): Ditto.
3188 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
3190         * verify.c (mono_verifier_is_class_full_trust): Add support for
3191         CoreCLR security mode where trusted assemblies are defined as
3192         "platform code".
3194 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
3196         * metadata-verify.c: Add minimal PECOFF resource verification.
3198 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
3200         * metadata-verify.c: Be less restrictive with some coff fields.
3202 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
3204         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
3205         params as boxed values on stack. Fixes #485706.
3207 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
3209         * console-io.c: the termios values may vary in different flavors of unix.
3211 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
3213         * console-io.[ch]: return the entire set of control characters when
3214         initializing the terminal.
3215         * appdomain.c: bump corlib version.
3217 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
3219         * mono-perfcounters.c: added support for in-process custom
3220         performance counters.
3222 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
3224         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
3226 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
3228         * metadata-verify.c: Verify the data pointed by the import table. 
3230 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
3232         * metadata-verify.c (load_data_directories): Store data
3233         directory contents.
3235         * metadata-verify.c: Verify the import table. 
3237 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
3239         * metadata-verify.c: Verify data directories.
3241 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
3243         * metadata-verify.c: Check section header flags.
3245 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
3247         * appdomain.c: if the assembly name is a shadow-copied file, return
3248         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
3249         in mono_make_shadow_copy.
3250         * icall.c: if the assembly name is a shadow-copied file, replace it
3251         with the original assembly path.
3253         Bug #484244 fixed. NUnit tests for corlib can be run without
3254         --noshadow now.
3256 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
3258         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
3259         entries when the table is reallocated.
3261         * icall.c: Allocate the memory used by the mono_ptr_array macros using
3262         mono_gc_alloc_fixed () since it contains GC refs.
3264 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
3266         * reflection.c (ensure_complete_type): New helper function to call
3267         type resolve handlers for unfinished dynamic types.
3268         (resolve_object): Call it for MonoClassFields. Fixes #483852.
3270 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
3272         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
3273         #483247.
3275 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
3277         * appdomain.c (get_shadow_assembly_location): Fix memleak.
3279 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
3281         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
3282         between GCHandles of type WeakTrackResurrection and the objects they
3283         point to.
3285         * gc.c: Partly implement the sematics of GCHandles of type 
3286         WeakTrackResurrection: these handles should only be cleared after the
3287         finalizer of the object they are pointing to has ran.
3289 2009-03-06  Mark Probst  <mark.probst@gmail.com>
3291         * icall.c: Partially revert r126631 because using the jump
3292         trampolines for generic shared methods makes it superfluous.
3294 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
3296         * threads.c (handle_store): Create the 'threads' hash table with the proper
3297         MONO_HASH_VALUE_GC type.
3299 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
3301         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
3302         FIRST_GC_TRACKED.
3304         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
3305         and LAST_GC_TRACKED as a GC root.
3307         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
3309         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
3310         the static data even if it consists of 1 reference.
3312         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
3313         if there is a GC descriptor.
3315         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
3316         instead of through the GC since they contain no object references.
3318 2009-03-05  Mark Probst  <mark.probst@gmail.com>
3320         * generic-sharing.c (instantiate_other_info): Always return a jump
3321         trampoline for method code.
3323 2009-03-05  Marek Habersack  <mhabersack@novell.com>
3325         * culture-info-tables.h: generated to include the en-tt culture.
3327 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
3329         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
3330         capture the thread context.
3332         * object.c (mono_async_result_new): Cache the invoke wrappers to
3333         ExecutionContext::Capture.
3335 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
3337         * marshal.h: Add a prototype for what mono_compile_method returns
3338         for invoke wrappers.
3340         * gc.c: Use the new prototype declaration.
3342 2009-03-04  Geoff Norton  <gnorton@novell.com>
3344         * boehm-gc.c: Add some MONO_LOG tracing for the GC
3345         * gc-internal.h:
3346         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
3348 2009-03-04  Martin Baulig  <martin@ximian.com>
3350         * mono-debug.h
3351         (mono_debugger_runtime_invoke): Removed.
3353         * mono-debug-debugger.c
3354         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
3356 2009-03-02  Martin Baulig  <martin@ximian.com>
3358         * mono-debug.h
3359         (mono_debugger_unhandled_exception): Removed.
3360         (mono_debugger_handle_exception): Removed.
3361         (mono_debugger_throw_exception): Removed.
3363         * mono-debug.c
3364         (mono_debug_debugger_version): Bump to 5.
3366         * mono-debug-debugger.c: Moved the exception handling code to
3367         ../mini/debug-mini.c
3369 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
3371         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
3372         finalize_objects_hash.
3374         * gc.c: Use the separate lock to access the finalize_objects_hash field.
3375         
3376         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
3377         field.
3379         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
3380         cache.
3382         * image.c (mono_image_close): Free it.
3383         
3384         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
3385         allowing a creation of a wrapper which invokes its method using a CALLVIRT
3386         on the this argument.
3388         * gc.c (run_finalize): Optimize the calling of the finalizers.
3390 2009-03-03  Martin Baulig  <martin@ximian.com>
3392         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
3393         of the `MonoGenericInst' changes.
3395 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
3397         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
3398         mono_array_class_get_cached to reduce locking contention. Extract
3399         a domain var.
3401         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
3402         intermediary managed arrays. Use caching version of mono_array_new
3403         to allocate the result array.
3405         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
3407         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
3409         * locales.c (create_names_array_idx):  Use mono_array_new_cached
3410         to reduce locking contention.
3412 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
3413                 
3414         * object.c (mono_method_add_generic_virtual_invocation): Put back the
3415         thunk builder code for the non-interface case.
3417 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
3419         * object.c (get_generic_virtual_entries): New helper function to collect
3420         the virtual generic method instances which need to be added to an IMT
3421         thunk.
3422         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
3423         Instead of creating a new IMT thunk, reset the vtable slot to the
3424         trampoline, the thunk will be created the next time the trampoline is called.
3425         (build_imt_slots): Add support for virtual generic methods in interfaces by
3426         adding to the IMT thunk all the methods registered using 
3427         mono_method_add_generic_virtual_invocation ().
3429         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
3430         (struct _MonoIMTCheckItem): Ditto.
3432         * object.c (mono_method_add_generic_virtual_invocation): Take a
3433         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
3434         the IMT thunk to include all items.
3435         
3436         * object.c (mono_class_create_runtime_vtable): Add a missing
3437         mono_loader_unlock ().
3439 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
3441         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3443         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
3445 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
3447         * object-internals.h: Rename _MonoReflectionEvent to
3448         MonoReflectionMonoEvent so it reflects the right managed type.
3449         Add a MonoReflectionEvent that correctly represents System.EventInfo.
3451         * icall.c:
3452         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
3453         type.
3455 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
3457         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
3458         intermediary managed arrays. Use caching version of mono_array_new
3459         to allocate the result array.
3461 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
3463         * reflection.c: Use cached version of mono_array_new alongside
3464         the mono_reflection_get_custom_attrs_by_type call path.
3466 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
3468         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
3469         intermediary managed arrays. Use caching version of mono_array_new
3470         to allocate the result array.
3472         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
3474 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
3476         * icall.c: Add small implementation of a growable stack bound array.
3478         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
3480         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
3481         intermediary managed arrays. Use caching version of mono_array_new
3482         to allocate the result array.
3484 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
3486         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
3487         helps Enum::CompareTo to be implemented without reboxing all enums
3488         to their underlying type.
3489 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
3491         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
3492         since it acquires a global lock leading to scalability problems.
3494         * profiler.c: Make the stat profiler work with multiple appdomains, this
3495         currently only works when no appdomains are unloaded.
3497 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
3499         * appdomain.c: make the check to avoid copying when the assembly is
3500         already shadow copied actually work.
3502 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
3504         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3506         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
3507         changes to the managed side.
3509 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
3511         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
3512         classes + a separate lock for it, as it is used frequently at runtime, not
3513         just during metadata loading/JIT compilation.
3515         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
3516         for szarrays.
3517         
3518         * object-internals.h (mono_class_from_name_cached): New macro to cache
3519         the results of the lookup locally without having to declare a static
3520         variable to hold it.
3521         (mono_class_get_field_from_name_cached): Ditto.
3522         (mono_array_class_get_cached): Ditto.
3524         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
3525         the new macros.
3526         
3527         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
3528         slower search in metadata.
3530         * pedump.c: Fix a warning.
3532 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
3534         * reflection.c (encode_locals): Add checks for user types.
3535         (method_encode_clauses): Ditto.
3536         (method_encode_code): Ditto.
3537         (mono_image_create_token): Ditto.
3539         * object-internals.h: Change the type of more fields from MonoReflectionType*
3540         to MonoObject*.
3542 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
3544         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
3545         the a thread does not suspend within 100ms.
3547         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
3548         in addition to StopRequested as well.
3550         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
3552         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
3553         search the method_hash before inserting a new entry, to avoid crashes when
3554         the same method is inserted multiple times, causing the old 
3555         MonoDebugMethodInfo structure to be freed by the value dtor function.
3557 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
3559         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
3560         SO_EXLUSIVEADDRUSE where available.
3562 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
3564         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
3565         runtime invoke wrappers, this time it is string ctor wrappers, which
3566         pass a dummy string as 'this' instead of their obj argument. Fixes
3567         #478473.
3569 2009-02-21  Jb Evain  <jbevain@novell.com>
3571         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
3572         only get create_culture once.
3574 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
3576         * reflection.c (mono_reflection_setup_internal_class): Move the user type
3577         check before the locking.
3578         
3579         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
3580         (mono_reflection_create_runtime_class): Ditto.
3581         (mono_reflection_sighelper_get_signature_local): Ditto.
3582         (mono_reflection_sighelper_get_signature_field): Ditto.
3584         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
3585         is a System.MonoType object or similar.
3586         (monotype_cast): New helper function to cast a MonoObject to a 
3587         MonoReflectionType object.
3589         * object-internals.h: Change MonoReflectionType* members in structures to
3590         MonoObject* members to force the usage of the monotype_cast () function.
3592         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
3593         structures/arrays. This causes us to assert instead of crashing when 
3594         instances of user defined subclasses of System.Type are encountered.
3596 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
3598         * cil-coff.h:
3599         * icall-def.h:
3600         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
3601         win32 resource loaded from a PE file.
3603         * image.c: fix mono_image_lookup_resource.
3605 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
3607         * icall-def.h:
3608         * threads-types.h:
3609         * threads.c: added internal call for WaitHandle.SignalAndWait.
3611 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
3613         * cominterop.c : Adding cominterop_type_from_handle and 
3614           registering it as an icall.  Replacing all references
3615           to type_from_handle.
3617         Code is contributed under MIT/X11 license.
3619 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
3621         * Makefile.am: Add lock-tracer.h and lock-trace.c.
3623         * appdomain.c: Call the tracer init function.
3625         * domain-internals.h: Enable the tracer for the domain locks.
3627         * image.c: Enable the tracer for image locks.
3629         * loader.c: Enable the trace for the loader lock.
3631         * lock-tracer.h:
3632         * lock-tracer.c: Initial implementation of the lock trace utility.
3633         The tracer requires a compile time define to be enabled and a env var
3634         to be enabled at runtime.
3636 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
3638         * domain.c (mono_domain_code_foreach): Improve documentation.
3640 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
3642         * appdomain.c:
3643         * generic-sharing.c:
3644         * object.c:
3645         * reflection.c:  Adjust locking order to the new semantics where the loader lock
3646         comes first.
3648 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
3650         * domain.c: Add mono_domain_code_* functions that perform locking
3651         around the domain codeman.
3653         * domain-internals.h: Export those functions.
3655         * object.c: Use new functions instead of acquiring the domain lock.
3657 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
3659         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
3660         delegate. Fixes #477396.
3662 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
3664         * reflection.c (create_custom_attr): Get rid of alloca.
3666 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
3668         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
3669           Adding exception handling for all CCW calls.
3671         Code is contributed under MIT/X11 license.
3673 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
3675         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
3677         * marshal.c (emit_marshal_boolean): Add null checks to the new 
3678         native->managed marshalling code. Fixes #476247.
3680 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
3682         * class.c (mono_class_get_vtable_entry): Move the addition of
3683         static rgctx invoke wrappers for vtable methods here, this simplifies
3684         a lot of code and causes fewer rgctx wrappers to be created.
3686         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
3687         name of the statistics to begin with an uppercase.
3689 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
3691         * reflection.c: Revert previous change as it breaks the build.
3692         
3693 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
3695         * verify.c: Properly handle SZARRAY element type.
3697         Fixes #474271.
3699 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
3701         * reflection.c (mono_image_create_method_token): Correctly encode
3702         MethodDef MemberRefParent token.
3704         Fixes #472845.
3706 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
3708         * image.c (mono_image_close): Delete the critical section before
3709         freeing the memory holding it.
3711 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
3713         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
3714         Fixes #476257.
3716 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
3718         * pedump.c (main): Call mono_marshal_init so pedump
3719         doesn't crash.
3721 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
3723         * loader.c (method_from_memberref): Properly fix #474271 and
3724         don't break the runtime bad.
3726 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
3728         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
3729         (mono_domain_alloc0): Ditto.
3731 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
3733         * loader.c (method_from_memberref): Don't abort if the array
3734         method is not found. A regular loader failure is more informative
3735         and correct.
3737         Fixes #474271.
3739 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
3741         *loader.c: Guard MonoImage::method_cache/methodref_cache
3742         using the image lock instead of the loader lock.
3744         * metadata.h: Add comments about which fields are protected by
3745         the image lock.
3747 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
3749         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
3751         * generic-sharing.c (mono_method_construct_object_context): Remove the
3752         wrapper_type == NONE assert, it is not needed.
3754 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
3756         * reflection.c (clear_cached_object): New helper function.
3757         (mono_method_clear_object): New function to clear the cached reflection
3758         objects for a dynamic method.
3760         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
3761         Partly fixes # 463323.
3762         
3763 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
3765         * class.c:
3766         * loader.c:
3767         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
3769 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
3771         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
3772         take the image lock instead of the loader lock.
3774         * metadata-internals.h: Export new functions.
3776 2009-02-12  Miguel de Icaza  <miguel@novell.com>
3778         * domain.c (app_config_parse): Remove another use of stat that is
3779         not necessary as g_file_get_contents already does the presence
3780         check. 
3782 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
3784         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
3786         * marshal.c: Move the bstr handling code to cominterop.c.
3788         * marshal.c: Remove some COM interop code missed previously.
3790 2009-02-12  Miguel de Icaza  <miguel@novell.com>
3792         More Paolo patches from the Wii port:
3793         
3794         * security.c: Remove ves_icall_System_Environment_get_UserName
3795         from here.
3797         * icall.c: And put ves_icall_System_Environment_get_UserName
3798         here. 
3800         * appdomain.c (mono_set_private_bin_path_from_config): Remove
3801         redundant call to stat that was only used to test for the file
3802         existence.   Patch from Paolo.
3804         * gc.c (run_finalize): If COM is disabled, do not link in
3805         mono_marshal_free_ccw.
3807         * generic-sharing.c: Use alloca.h here as well.
3809 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
3811         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
3813 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
3815         * cominterop.c cominterop.h: New files.
3817         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
3818         function/typedefs which are needed by cominterop.c global.
3820 2009-02-12  Mark Probst  <mark.probst@gmail.com>
3822         * generic-sharing.c: Don't take the loader lock to guard image
3823         mempool allocs.
3825 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
3827         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
3828         called without the loader lock which is required to guard MonoImage:tokens.
3830 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
3832         * class.c:
3833         * metadata.c:
3834         * method-builder.c:
3835         * marshal.c:
3836         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
3838 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
3840         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
3841         Rework the code to use regular mono_image_alloc/0.
3843         * loader.c: Rework the code to use regular mono_image_alloc/0.
3845         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
3847 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
3849         * object-internals.h : Fixing a typo in the 
3850           MonoReflectionComVisibleAttribute struct.
3852         * marshal.c (cominterop_com_visible): Check the implemented 
3853           interfaces for ComImport.
3855         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
3856           assume that bools should be treated as VARIANTBOOLs.
3858         * marshal.c (emit_marshal_boolean): Adding cases for 
3859           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
3861         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
3862           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
3864         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
3865           should be treated as VARIANTBOOLs.    
3867         Code is contributed under MIT/X11 license.
3869 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
3871         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
3872         allocation with the image lock.
3874 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
3876         This patch is the last of a series to remove explicit reference of MonoImage::mempool
3877         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
3879         * object.c: Add mono_string_to_utf8_image.
3881         * object-internals.h: Export mono_string_to_utf8_image.
3883         * reflection.c: Rework all explicit references to the the image mempool to go thought
3884         the mono_image_alloc set of functions.
3886 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
3888         This patch is the third of a series to remove explicit reference of MonoImage::mempool
3889         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
3890         and generics-sharing.c.
3892         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
3893         as first argument. Note that this function remains broken as it doesn't perform locking around the
3894         mempool allocation.
3896         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
3898         * image.c: Add g_slist_append_image.
3900         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
3901         the supplied image for allocation. Move code into mono_metadata_field_info_full.
3903         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
3904         Fix all related code to do the same.
3906         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
3908         * metadata-internals.h: Fix the signatures.
3910 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
3912         This patch is the second of a series to remove explicit reference of MonoImage::mempool
3913         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
3914         and similar to work using MonoImage.
3916         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
3917         MonoMemPool.
3919         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
3921         * class.c (mono_metadata_signature_deep_dup): Same.
3923         * class.c (inflate_generic_type): Same.
3925         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
3927         * metadata.c (mono_metadata_signature_dup_full): Same.
3929         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
3930         mono_metadata_signature_dup_full.
3932         * metadata.c (mono_metadata_type_dup): Same.
3934         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
3936         * reflection.c: Same.
3938         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
3940         * metadata-internals.h: Fix the signatures.
3942         * class-internals.h: Same.
3944 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
3946         This patch is the first of a series to remove explicit reference of MonoImage::mempool
3947         and use mono_image_alloc set of functions instead. 
3949         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
3950         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
3951         of a MonoMemPool.
3953         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
3955         * class.c (g_list_prepend_mempool): Removed.
3957         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
3959         * image.c: Add g_list_prepend_image.
3961         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
3963         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
3966 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
3968         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
3969         mono_image_unlock.
3971         * image.c (mono_image_init): Init the lock field.
3973         * image.c (mono_image_init): Cleanup the lock field.
3975         * image.c: Add mono_image_(un)lock functions.
3977 2009-02-11  Mark Probst  <mark.probst@gmail.com>
3979         * class.c, class-internals.h: mono_method_get_context_general()
3980         combines the functionality of mono_method_get_context() and
3981         mini_method_get_context().
3983         * generic-sharing.c, domain-internals.h:
3984         mono_method_construct_object_context() and
3985         mono_domain_lookup_shared_generic() moved from mini.
3987         * icall.c (ves_icall_InternalInvoke): Handle the case where the
3988         method doesn't have the correct instantiation because it's shared
3989         generic code.  Fixes #473999.
3991 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
3993         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
3995         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
3996         
3997 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
3999         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
4001         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
4003         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
4004         and recheck the cache for dups after it.
4006         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
4008         Fixes one of the deadlocks found in #473150.
4010 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
4012         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
4013           For Win32, add additional break conditions for accept.
4015         Code is contributed under MIT/X11 license.
4017 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
4019         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
4020         lazily initialize the native wrapper cache.
4021         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
4022         cache, since they are different from the normal wrappers.
4024         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
4026         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
4027         AOT compiled native wrappers.
4029 2009-02-09  Geoff Norton  <gnorton@novell.com>
4031         * appdomain.h:
4032         * security-core-clr.c: Allow enabling core-clr from the embedding
4033         API.
4035 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
4037         * socket-io.c: when requesting all the local ips, if there are no
4038         interfaces up and running, MS returns 127.0.0.1.
4040 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
4042         * mono-perfcounters-def.h: processor time is an inverse time.
4043         Fixes bug #468625.
4045 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
4047         * socket-io.c: an empty host name returns the list of local IPs.
4048         Fixes bug #386637 part 1/2.
4050 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
4052         * verify.c (mono_class_interface_implements_interface): Call
4053         mono_class_setup_interfaces ().
4054         (merge_stacks): Ditto.
4056 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
4058         * class.c (mono_class_setup_interfaces): New function to lazily initalize
4059         klass->interfaces.
4060         (mono_generic_class_get_class): Don't initalize klass->interfaces.
4061         (mono_generic_class_get_class): Ditto.
4063 2009-02-06  U-QUACK\miguel  <miguel@quack>
4065         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
4066         they live in security.c
4068         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
4069         another bit from Paolo's code.
4071 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
4073         * object.c (build_imt_slots): Add a small optimization to avoid inflating
4074         methods which will be discarded by add_imt_builder_entry ().
4076         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
4077         need to be boxed.
4079         * loader.c: Add a statistics for the size of the memberref signature cache.
4080         
4081         * loader.c (find_cached_memberref_sig): New helper function.
4082         (cache_memberref_sig): Ditto.
4084         * loader.c: Cache the result of parsing memberref signatures, since otherwise
4085         they will be parsed again for every generic instantiation, leading to unbounded
4086         memory growth.
4088 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
4090         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
4091         parameters of generic methods.
4093         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
4094         after the original method is copied to the inflated method.
4095         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
4097         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
4098         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
4100         * class.c metadata.c: Update after the changes above.
4102 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
4104         * metadata-verify.c: Simplified error handling and added
4105         section table validation.
4107 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
4109         * class-internals.h (MonoClassExt): New structure containing rarely used
4110         fields of MonoClass.
4111         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
4112         through a new 'ext' field.
4114         * class.c (mono_class_alloc_ext): New helper function to allocate 
4115         class->ext.
4117         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
4119 2009-02-05  Mark Probst  <mark.probst@gmail.com>
4121         * object.c (mono_object_get_virtual_method): Properly inflate
4122         generic methods.  Fixes #472692.
4124 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
4126         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
4127         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
4128         for the parent type, the created type must be ready to be used on a generic
4129         instantiation.
4130         We fill this_arg/byval_arg if the parent is a generic instance to make sure
4131         we won't have duplicated entries in generic_inst_cache.
4133         Fixes #469553.
4135 2009-02-05  Miguel De Icaza  <miguel@novell.com>
4137         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
4138         replace with plain BSD per the comments on the bug MONO77637.
4140 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
4142         * class.c (mono_class_get_generic_class): New accessor function.
4143         (mono_class_get_generic_container): Ditto.
4145         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
4146         fields, similar to the ones in MonoMethod.
4148         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
4149         (mono_class_create_from_typedef): Set klass->is_generic if needed.
4151         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
4152         
4153         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
4154         the same information as element_class->byval_arg.
4156         * class.c reflection.c: Remove references to class->byval_arg.
4158         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
4159         klass->enum_basetype directly.
4161         * verify.c metadata.c object.c icall.c reflection.c: Use 
4162         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
4163         directly.
4165 2009-02-04  Miguel de Icaza  <miguel@novell.com>
4167         * icall-def.h: Remove internal calls for sockets when
4168         DISABLE_SOCKET is defined, file system writing features when the
4169         OS only support reading and not writing data and Policy support if
4170         the Policy is disabled.
4171         
4172         * image.c (do_mono_image_open): Apply Paolo's patches for using
4173         mono_file_map_ APIs here.
4175         * assembly.c: Add support for platforms to avoid prefix
4176         auto-detection. 
4178 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
4180         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
4181         warning.
4183         * class.c (mono_class_inflate_generic_class): New helper function.
4185         * class.c: Use mono_class_inflate_generic_class in a few places. Add
4186         statistics for inflated methods/classes.
4188         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
4190         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
4191         the call is made from Delegate.CreateDelegate () for the invoke method of
4192         a delegate.
4194         * loader.c: Add a statistics for the memory occupied by inflated signatures.
4196         * metadata.c (mono_metadata_signature_size): New helper function.
4198         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
4199         generic instances.
4201         * metadata.c (inflated_method_in_image): Avoid calling 
4202         mono_method_signature () if the method does not already have a signature.
4204 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
4206         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
4207         valuetype is compatible with target type, check by inheritance as a
4208         VT is not really compatible with System.ValueType, for example.
4210         * verify.c (do_invoke_method): Improve error message.
4212         * verify.c (do_box_value): If boxing a nullable, use the type argument
4213         on stack instead.
4215         * verify.c (do_newobj): Improve error message.  
4217         Fixes #469549.
4219 2009-02-03  Miguel de Icaza  <miguel@novell.com>
4221         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
4223 2009-02-03  Mark Probst  <mark.probst@gmail.com>
4225         * generic-sharing.c: Don't hold domain lock when calling
4226         instantiate_other_info().  Fixes #471958.
4228         * domain-internals.h, loader.c: Describe locking policy of domain
4229         lock vs loader lock.
4231 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
4233         * verify.c (mono_delegate_signature_equal): Make it possible to check
4234         first-arg-bound delegates to static method.
4236         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
4237         static methods with the first arg bound.
4239         Fixes #469529.
4241 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
4243         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
4244         errors.
4246         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
4247         under strict mode. Any type, when boxed can be seen as a reference type.
4249         Fixes #469528.
4251 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
4253         * object.h: The lower bound of an array is a signed integer value.
4254         Introduce mono_array_lower_bound_t typedef. It should be used instead of
4255         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
4257         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
4258         calculate the upper bound.
4259         
4260         Fixes #471252.
4262 2009-02-02  Miguel de Icaza  <miguel@novell.com>
4264         From Paolo's work, refactored, cleared up:
4265         
4266         * threadpool.c, icall.c: ifdef code that requires a working socket
4267         stack.
4269         * metadata.c (mono_metadata_field_info): Do not attempt to return
4270         a value from a function declared as void.
4272         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
4273         from the console stack.
4275         * assembly.c: use strrchr instead of rindex.
4277         * class.c, object.c, marshal.c, icall.c, reflection.c: include
4278         alloca.h on systems that have it.
4280         * environment.c: Avoid code that uses stuff from
4281         HAVE_SYS_UTSNAME_H
4282         
4283         * appdomain.c: Include sys/time.h.
4285         * console-io.c: include sys/ioctl.h if it is available.
4287 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
4289         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
4291         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
4292         the method builder.
4294         * marshal.c: Set mb->skip_visibility instead of setting it on the method
4295         after it was created and cached, as the later is not thread safe.
4296         
4297 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
4299         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
4300         called while the debugging module is not initialized. Fixes #471669.
4302 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
4304         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
4306         Fixes #471255.
4308 2009-02-02  Mark Probst  <mark.probst@gmail.com>
4310         * generic-sharing.c (lookup_or_register_other_info): Make sure the
4311         loader lock is not taken while the templates lock is held.  Fixes
4312         #471089.
4314 2009-02-02  Mark Probst  <mark.probst@gmail.com>
4316         * metadata.c (type_in_image): Added a check to fix a monodis
4317         crash.
4319 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
4321         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
4322         nullable arguments.
4324         * object.c (mono_runtime_invoke_array): Ditto.
4325         
4326         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
4327         freeing wrappers of dynamic methods.
4329         * loader.c (mono_free_method): Call it. Fixes #463323.
4330         
4331         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
4332         methods taking vtype/byref arguments, to fix yet another bug caused by
4333         the sharing of runtime invoke wrappers. Partly fixes #471259.
4335 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
4337         * debug-mono-symfile.c (check_line): Return NULL instead of returning
4338         <first file in file table>:1 when the IL offset does not have an associated
4339         line number.
4341 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
4343         * mono-debug.c (mono_debug_lookup_locals): New function to return local
4344         variable info for a method.
4346         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
4347         
4348 2009-01-30  Jb Evain  <jbevain@novell.com>
4350         * pedump.c: reuse code from monodis to make sure pedump honors
4351         MONO_PATH, which is needed to verify net_2_1 assemblies.
4353 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
4355         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
4356         there is no line number info.
4358 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
4360         Avoid some MonoType allocations
4361         * reflection.c (mono_reflection_initialize_generic_parameter):
4362         Reuse MonoType from param->pklass rather than allocating one.
4363         (mono_dynamic_image_free): Update to changes.
4365 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
4367         Rearrange some code to improve consistency
4368         * reflection.c (mono_reflection_setup_generic_class): Move body ...
4369         (mono_reflection_initialize_generic_parameter): ... here.
4371 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
4373         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
4374         with type constraints as an experiment.
4376         * boehm-gc.c (on_gc_notification): Update mono_stats.
4378 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
4380         Avoid some allocations
4381         * class-internals.h (_MonoGenericInst::type_argv): Convert from
4382         pointer to tail array to avoid extra allocation.
4383         * metadata.c (free_generic_inst): Update to changes.
4384         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
4385         on-stack struct.
4387 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
4389         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
4390         return TRUE if the two type objects are the same.
4392 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
4394         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
4395         (mono_class_native_size): Use klass->marshal_info->min_align instead of
4396         klass->min_align, since klass->min_align contains the managed alignment,
4397         while the native alignment can be different, like for longs on x86.
4398         Fixes #469135.
4400         * class-internals.h (MonoMarshalType): Add a min_align field.
4402 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
4404         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
4405         the 1.0 format.
4407 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
4409         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
4410         some comments about the usage of the used_regs field.
4412         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
4413         Fixes #469217.
4415 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
4417         * appdomain.c: return NULL instead of throwing FileNotFoundException
4418         when LoadAssembly() fails.
4420 2009-01-23  Mark Probst  <mark.probst@gmail.com>
4422         * metadata.c (mono_metadata_generic_param_equal): Only compare the
4423         image if the owner is NULL.  Fixes the AOT failures.
4425 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
4427         * metadata.c (mono_metadata_load_generic_params): Initialize the 
4428         MonoGenericParam structure using memset so the image field is initialized
4429         as well.
4431 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
4433         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
4434         a plain store.
4436 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
4438         * class.c (mono_class_setup_vtable_general): In the generic instance
4439         optimization, set method->slot for abstract virtual methods. Fixes part of
4440         #467834.
4442 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
4444         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
4445         which signals that the unloading has started but all appdomain services must
4446         remain operational.
4448         * appdomain.c (mono_domain_unload): The initial state for unloading now
4449         is unloading_start and we switch to unloading after the managed call to
4450         AppDomain::DomainUnload has finished.
4452         The new unloading state has to be created because managed code in the
4453         DomainUnload event can depend on things like the threadpool still working.
4454         The domain must remain fully functional while the event executes.
4456         This shown as an issue due to Process::WaitForExit, which waits for
4457         async reads of stdout and stderr to complete. Since those are processed
4458         in the threadpool the code deadlocks because the DomainUnload callback 
4459         waits for the async read finished event, which should have been set by a
4460         threadpool job but has been discarded due to the domain been in unload
4461         state.
4463 2009-01-21  Mark Probst  <mark.probst@gmail.com>
4465         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
4466         image must match.
4468 2009-01-21  Mark Probst  <mark.probst@gmail.com>
4470         * reflection.c (resolve_object): For fields, inflate the class and
4471         then get the field in the inflated class.
4473 2009-01-20  Mark Probst  <mark.probst@gmail.com>
4475         * object-internals.h (struct _MonoException): Added a comment
4476         explaining the new use of trace_ips.
4478 2009-01-20  Mark Probst  <mark.probst@gmail.com>
4480         * generic-sharing.c (inflate_other_data): Inflate array methods
4481         correctly.
4483         * loader.c, class-internals.h: Rename search_in_array_class() to
4484         mono_method_search_in_array_class() and make it non-static.
4486 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
4488         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
4489         Hopefully fixes #458168.
4491 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
4493         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
4494         as it is performed elsewhere.
4496         Code is contributed under MIT/X11 license
4498 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
4500         * mono-perfcounters-def.h: Add counters for asp.net requests total and
4501         requests queued.
4502         * object.c (mono_raise_exception): Increment the exceptions total
4503         counter when an exception is thrown.
4504         * class-internals.h: Add a location for storing the total number of
4505         asp.net requests served.
4506         * mono-perfcounters.c: Implement update support for asp.net counters
4507         from the class libraries. Implement read support for asp.net counters
4508         and exceptions total counter.
4510 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
4512         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
4513         accessing klass->methods. Fixes #467385.
4515 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
4517         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
4518         for byval arguments without an [Out] attribute. Fixes #467212.
4520         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
4521         Fix compilation under android.
4522         
4523         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
4524         processed, scan them directly after they are copied, to achieve better locality
4525         and cache usage.
4527         * socket-io.c: Applied patch from Koushik Dutta
4528         (koush@koushikdutta.com). Disable IPV6 when running under android.
4530 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
4532         * icall.c (ves_icall_InternalExecute): Add write barriers.
4534         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
4535         the GC code.
4537         * sgen-gc.c: Implement write barriers in IL code.
4539 2009-01-17  Geoff Norton  <gnorton@novell.com>
4541         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
4543 2009-01-17  Geoff Norton  <gnorton@novell.com>
4545         * image.c: When unloading the image->references table, there can be gaps
4546         in it.  Ensure that we iterate every entry to avoid leaking assembly references
4547         when unloading an appdomain.
4549 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
4551         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
4552         speed up ptr-in-nursery checks.
4554         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
4555         threads_lock () to prevent deadlocks.
4557         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
4558         does not need to be scanned during minor collections, since writes to it
4559         must use write barriers.
4561 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
4563         * metadata-verify.c: Add pe nt header verification.
4564         
4565 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
4567         * gc.c: Fix a few warnings when using SGEN.
4569 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
4571         * metadata-verify.c: Add pe optional header verification.
4573 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
4575         * sgen-gc.c: Add support for user defined marker functions, used by
4576         MonoGHashTable to avoid registering a GC root for every hash node.
4578 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
4580         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
4581         non-pinned roots into separate hashes to avoid having to traverse them
4582         in functions which are only interested in one kind.
4584 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
4586         * metadata-verify.c: Add pe header machine field verification.
4587         
4588 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
4590         * metadata-verify.c: Add pe header size verification.
4592 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
4594         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
4595         using the GC, they don't contain references.
4597         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
4599 2009-01-13  Geoff Norton  <gnorton@novell.com>
4601         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
4602         AppDomains created on the native side can be cleaned up on the native side.
4604 2009-01-13  Geoff Norton  <gnorton@novell.com>
4606         * appdomain.c: Ensure that we call mono_context_init for the embedding api
4607         as well as the managed api.
4609 2009-01-13  Geoff Norton  <gnorton@novell.com>
4611         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
4612         with a MonoAppDomain initialized against it.
4614 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
4616         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
4617         
4618         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
4620         * marshal.c: Avoid setting the exception clauses after a method has been entered 
4621         into the wrapper caches. Fixes #465700.
4623         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
4624         method builder.
4625         (mono_mb_create_method): Set the clauses from the method builder.
4627 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
4629         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
4630         Patch from Makoto Kishimoto.
4632 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
4634         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
4635         encoding them as ROOT_DESC_COMPLEX.
4636         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
4638 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
4640         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
4641         no longer point to the nursery.
4643         * sgen-gc.c: Add a few comments/FIXMEs.
4644         
4645         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
4647         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
4648         initialization of the various _method variables thread safe. Fixes
4649         #465377.
4651 2009-01-12  Mark Probst  <mark.probst@gmail.com>
4653         * domain.c, domain-internals.h: Remove the shared_generics_hash
4654         and its lookup functions.
4656 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
4658         * socket-io.c:  Fixing the MSVC build. 
4660         Code is contributed under MIT/X11 license.
4662 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
4664         * metadata-verify.c: Add pe header watermark verification.
4666 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
4668         * metadata-verify.c: Add lfanew verification.
4670 2009-01-12  Jb Evain  <jbevain@novell.com>
4672         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
4673         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
4675 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
4677         * socket-io.c: Fix the build.
4679         * environment.c: Fix an #ifdef.
4681 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
4683         * threadpool.c (async_invoke_thread): Handle the wait function returning
4684         WAIT_IO_COMPLETION as well.
4685         (async_invoke_io_thread): Ditto.
4687 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
4689         * threads.c: Fixing the Windows build.
4691         Code is contributed under MIT/X11 license.
4693 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
4695         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
4696         interrupt a wait.
4697         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
4698         the thread to wait again.
4700 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
4702         * metadata-verify.c: Initial skeleton of the metadata verifier.
4704         * pedump.c: Add support for the metadata verifier.
4706         * verify-internal.h: Export the whole assembly metadata verifier function.
4708 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
4710         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
4712 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
4714         * Makefile.am: Upgrade dtrace-prelink.sh location.
4716 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
4718         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
4719         well. Otherwise the shutdown deadlock that happens on unix will can happen
4720         as well.
4721         If the main thread code finishes too fast it's possible that the finalizer
4722         thread won't have executed yet, won't record itself as the finalizer thread
4723         and the shutdown sequence will wait on it forever.
4725 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
4727         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
4728         with MSVC.
4730 2009-01-08  Miguel de Icaza  <miguel@novell.com>
4732         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
4733         Robert Jordan for pointing this out.
4735 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
4737         * icall.c
4738         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
4739         ves_icall_System_IO_DriveInfo_GetDriveType.
4741 2009-01-07  Miguel de Icaza  <miguel@novell.com>
4743         * icall.c: Wrap calls to mono_strtod in CriticalSection
4744         invocations when using eglib, to work around #464316.
4746 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
4748         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
4749         return value of GetCurrentDirectory to never access unitialized memory.
4751 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
4753         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
4754         return value of GetCurrentDirectory and expand the buffer if needed.
4756         Fixes #459094.
4758 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
4760         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
4761           Adding a call to mono_init_com_types.
4763         Code is contributed under MIT/X11 license.
4765 2009-01-07  Geoff Norton  <gnorton@novell.com>
4767         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
4768         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
4769         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
4770         be the value of the ip buffer.
4772 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
4774         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
4775         interfaces_packed here.
4777         Fixes part of #463294.
4779 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
4781         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
4783         Fixes part of #463294.
4785 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
4787         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
4788         is a boxed complex as well.
4790         Fixes part of #463294.
4792 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
4794         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
4795         control if a methodspec should be created for the generic method definition from external assemblies.
4796         Caching of methodspec is done using the handleref hash table.
4798         Fixes #462592.
4800 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
4802         * loader.c (find_method): When searching the interfaces of a class
4803         check the transitive closure of implemented interfaces.
4805         Fixes #463303.
4807 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
4809         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
4810         
4811 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
4813         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
4814         interfaces calculation to fill_valuetype_array_derived_types.
4816         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
4817         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
4818         for example.
4820         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
4821         interfaces for valuetypes if needed.    
4823         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
4824         for their basetype as well. Types are array expanded if rank is > 0.
4826         Fixes #400716.
4828 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
4830         * socket-io.h : Changing the signature of
4831           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
4832           the blocking state.
4834         * icall-def.h :  Changing the signature of
4835           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
4837         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
4838           For Windows only.  Avoid blocking when calling accept by
4839           querying for a connection via select.  The loop also queries
4840           the thread state every 1000 micro seconds for the thread
4841           stop state.  This will avoid the process hanging on shutdown
4842           when using a TcpChannel that is never connected to.
4844         Code is contributed under MIT/X11 license.
4846 2008-12-30  Marek Safar  <marek.safar@gmail.com>
4848         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
4850 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
4852         * class.c (get_implicit_generic_array_interfaces): Extract common
4853         code to a helper function making it a lot easier on the eyes.
4855 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
4857         * class.c (get_implicit_generic_array_interfaces): If the internal
4858         enumerator is an interface inflate System.Object instead of itself.
4860         Fixes #461261.
4862 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
4864         * object.c (mono_runtime_invoke_array): Don't assert with
4865         byref nullable types.
4867         * marshal.c (mono_marshal_get_runtime_invoke): To handle
4868         byref nullables we unbox the object and store it on the
4869         stack. 
4870         We can't use the boxed object since it is the T of Nullable<T>
4871         and the boxed representation of a nullable it's underlying type
4872         or null.
4873         We could cheat and create a boxed nullable and use the same
4874         machinery of other byref VTs but this feels like a hack and
4875         using the stack has the bonus of reducing heap pressure.
4877         Fixes #461941.
4879 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
4881         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
4882         return value.
4884         Fixes #461867.
4886 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
4888         * icall-def.h : Adding an internal call definition for 
4889           System.Environment.internalBroadcastSettingChange.
4891         * icall.c : Adding a Windows only implementation to broadcast a 
4892           WM_SETTINGCHANGE when an environment variable has changed.
4894         Code is contributed under MIT/X11 license.
4896 2008-12-19  Mark Probst  <mark.probst@gmail.com>
4898         * class.c, class-internals.h: Made
4899         mono_class_has_parent_and_ignore_generics() non-static.
4901 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
4903         * image.c: deal with the mmap failing when loading an image.
4905 2008-12-17  Geoff Norton  <gnorton@novell.com>
4907         * threadpool.c: Ensure that the io_queue_lock is initialized
4908         in all circumstances, as we always attempt to cleanup against it.
4910 2008-12-17  Miguel de Icaza  <miguel@novell.com>
4912         * icall.c (ves_icall_System_Environment_get_Platform): For
4913         compatibility reasons for existing client code we will keep
4914         returning 4 for a while.   
4916         For how long will depend on the documentation being updated, and
4917         for us to give client code a chance to be updated.
4919         This reverts the original decison on #433108 since we did not
4920         catch roughly 33 instances of the broken code in our own source
4921         code base, we did not catch failures on the buildbots, and QA did
4922         not bring this as a problem.
4924         Only today I found some customer's code breaking due to our own
4925         class libraries not being fully updated and tracked it down to
4926         this change.  I am reverting it because if we could not even get
4927         our story straight in our own code base, how can we hope that our
4928         end user code be fixed?
4930         As of this morning, our Wiki page that documents how to detect
4931         Unix had not been fixed.    
4933 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
4935         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
4937         * class.c (mono_class_get_fields): Handle loading errors.
4939 2008-12-12 Mark Mason <mmason@upwardaccess.com>
4941         * metadata.c (mono_type_stack_size_internal): If SIZEOF_REGISTER > SIZEOF_VOID_P then use SIZEOF_REGISTER as the size and alignment of the stack slots.
4942         
4943 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
4945         * mono-perfcounters.c: avoid warning.
4947 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
4949         * reflection.c (ensure_runtime_vtable): Work on generic instances and
4950         make sure all interfaces have MonoClass::interface_id set.
4952         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
4953         method table is property set.
4955 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
4957         * class.c: New function mono_class_setup_interface_id that setup
4958         MonoClass::interface_id if needed.
4960         * class-internals.h: Export new function.
4962 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
4964         * class.c: Add code to sanity check the vtable after setup_vtable_general
4965         has done it's work.
4967 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
4969         * icall.c: make Assembly.GetExecutingAssembly work properly when
4970         reflection is used to invoke the method.
4971         Bug #321781 fixed.
4973 2008-12-11  Mark Probst  <mark.probst@gmail.com>
4975         * metadata/generic-sharing.c: Look for constraints in all type
4976         arguments, not just the first one.
4978 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
4980         * appdomain.c: return the correct CodeBase for an Assembly instance
4981         that was loaded from the shadow-copy directories.
4982         Bug #458190 fixed.
4984 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
4986         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
4988         * sgen-gc.c (check_object): New debugging helper function.
4990         * object.c: Fix calls to mono_value_copy_array ().
4992 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
4994         * class.c (mono_class_setup_fields): If working on an inflated class
4995         first check if the generic definition did init with success.
4997         Fixes #445361.
4999 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
5001         pedump.c (main): Fix a warning.
5003 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
5005         * object-internals.h : Adding a definition for 
5006           MonoReflectionComVisibleAttribute.
5008         * marshal.c (cominterop_com_visible) :  Method added to check the 
5009           ComVisible attribute of a class.
5011         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
5012           cominterop_raise_hr_exception added to consolidate common code 
5013           to raise hr exceptions.
5015         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
5016           if a managed class should support IDispatch.
5018         * marshal.c 
5019           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
5020           Added additional checks for managed object when getting 
5021           an IDispatch interface.
5023         Code is contributed under MIT/X11 license.
5025 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
5027         pedump.c (main): Handle mono_get_method () returning NULL. 
5029 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
5031         * marshal.h: Fix a warning.
5033 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
5035         * marshal.c : Adding cominterop_release_all_rcws to release all
5036           runtime callable wrappers held by the runtime.
5038         * marshal.h : Adding declaration for cominterop_release_all_rcws.
5039           
5040         Code is contributed under MIT/X11 license.
5042 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
5044         * metadata.c (mono_image_alloc_lock): New helper function.
5045         (mono_image_alloc0_lock): Ditto.
5047         * metadata.c: Use the alloc_lock () helper functions for allocating
5048         memory from the image mempool.
5050 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
5052         * class.c (mono_class_from_generic_parameter): Document it's
5053         locking behavior. Fix double checked locking here, we stored in
5054         param->pklass a partially initialized MonoClass and no membar was used.
5056 2008-12-05  Marek Habersack  <mhabersack@novell.com>
5058         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
5059         (3) functions are present in the C library use them to do the
5060         job. If they are absent, make sure that the sum of int_part and
5061         dec_part is rounded before returning. This is necessary due to the
5062         division of dec_part by the power of 10 before the final addition
5063         is performed - if the result is not rounded in some cases it will
5064         yield invalid results.
5066 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
5068         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
5069         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
5070         instruction instead of a pointer constant.
5072 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
5074         * loader.c (mono_method_get_header): Do most of the work outside the
5075         loader lock, to avoid assembly load hook deadlocks.
5077         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
5078         (mono_metadata_parse_type_full): Ditto.
5080 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
5082         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
5083         Make the stack depth fixed. Ensure proper argument passing to the backtrace
5084         funtions. Finally, use a lock to produce well ordered output.
5086         The lock looks silly, as all calls to the corlib mempool should be guarded
5087         with the loader lock, but for some reason this fact doesn't help. 
5089         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
5091 2008-12-02  Mark Probst  <mark.probst@gmail.com>
5093         * socket-io.c: 64 bit big-endian fixes.
5095 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
5097         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
5098         targets that require strict compatibility between the types.
5100         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
5101         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
5102         Kill the strict argument and create a new one valuetype_must_be_boxed.
5104         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
5105         state that all valuetypes must be boxed.
5107         Fixes #448560.
5109 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
5111         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
5112         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
5114         Contributed under MIT/X11 license.
5116 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
5118         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
5119         the inflate_generic_type machinery should handle it.
5121         This avoids a crash when the field's flags is zero and it's type is
5122         a primitive.
5123         What happens is that mono_metadata_parse_type_full will see that opt_attrs
5124         is zero and will return one of the cached built-in primitive types. Since
5125         those types live in read-only memory, the code that copies it crashes.  
5127 2008-11-28  Mark Probst  <mark.probst@gmail.com>
5129         * object.c: Don't put function descriptors into generalized IMT
5130         thunks.
5132 2008-11-28  Mark Probst  <mark.probst@gmail.com>
5134         * class.c: Enable generic code sharing on PPC64.
5136 2008-11-27  Mark Probst  <mark.probst@gmail.com>
5138         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
5139         from mini/mini.c.
5141         * generic-sharing.c: Allocate the method template slists from the
5142         image mempool so it doesn't leak.
5144 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
5146         * class.c (generic_array_methods): Release the linked list.
5148 2008-11-27  Mark Probst  <mark.probst@gmail.com>
5150         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
5151         invocation to g_utf16_to_utf8().
5153 2008-11-26  Mark Probst  <mark.probst@gmail.com>
5155         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
5156         arguments on big endian archs.
5158 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
5160         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
5161         the type name (test added in corlib).
5163 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
5165         * pedump.c: initialize perf. counters. Fixes a segv.
5167 2008-11-25  Martin Baulig  <martin@ximian.com>
5169         * mono-debug-debugger.c
5170         (mono_debugger_runtime_invoke): Return the exception object if an
5171         exception was thrown.  Visual Studio displays the exception object
5172         in the locals window.
5174 2008-11-24  Mark Probst  <mark.probst@gmail.com>
5176         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
5177         ftnptr.
5179 2008-11-24  Mark Probst  <mark.probst@gmail.com>
5181         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
5182         MONO_TYPE_U are sizeof (gpointer), too.
5184 2008-11-24  Mark Probst  <mark.probst@gmail.com>
5186         * marshal.c (mono_type_native_stack_size): Fixed size and
5187         alignment for reference types.
5189 2008-11-23  Mark Probst  <mark.probst@gmail.com>
5191         * class.c (mono_class_generic_sharing_enabled): Disable generic
5192         code sharing for PPC64.
5194 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
5196         * icall.c (mono_method_get_equivalent_method): Make sure
5197         method->klass->methods is inited before looping over it.
5199 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
5201         * object.c: when calling ExecuteAssembly in a newly created domain,
5202         the configuration file and application base are already set up.
5203         Bug #446353 take 2 fixed.
5205 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
5207         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
5208         Fixes #444715. Fix a warning.
5210 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
5212         * appdomain.c: write the full path of the assembly to the .ini file
5213         created when "shadow-copying"
5214         Bug #446353 fixed.
5216 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
5218         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
5219         if signature==FALSE.
5221 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
5223         * marshal.h : Fix the cygwin build.
5224            marshal.c:12442: undefined reference to `_IID_IMarshal'
5225           
5226         Code is contributed under MIT/X11 license.
5228 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
5230         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
5231           free threaded marshaler when QueryInterface is called on a COM callable
5232           wrapper requesting the IMarshal interface.
5233           
5234         Code is contributed under MIT/X11 license.
5236 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
5238         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
5240         * reflection.c (mono_type_get_object): Special case the very common
5241         void type.
5243         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
5244         hold typeof(void).
5246 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
5248         * process.h : Adding method declaration for
5249           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
5250           
5251         * process.c : Adding implementation for
5252           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
5253           
5254         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
5255           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
5257         Code is contributed under MIT/X11 license.
5259 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
5261         * appdomain.c (unload_thread_main): Clean up threadpool by
5262         calling mono_thread_pool_remove_domain_jobs.
5264         * domain-internals.h (struct _MonoDomain): Add new fields to
5265         help coordinate the cleanup of the threadpool.
5267         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
5268         that cleans up the threadpool of all jobs associated with an appdomain.
5269         It does that by cleaning up the queues and making sure all active
5270         threads are accounted.
5272         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
5273         unloaded or in the process of. Take this is such way that there is
5274         no race condition between another thread starting the unload and the
5275         current thread acknowledging it.
5277         * threadpool.c (async_invoke_thread): Same.
5279         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
5280         firing the new thread.
5282         * threadpool.c (start_tpthread): Same.
5284         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
5286         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
5288 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
5290         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
5291         Add support for DuplicateHandle.
5292         
5293         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
5294         Add support for DuplicateHandle.
5295         
5296         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
5297         Add support for DuplicateHandle.
5299         Code is contributed under MIT/X11 license.
5301 2008-11-06  Mark Probst  <mark.probst@gmail.com>
5303         * class-internals.h: Make min_align into a whole byte.
5305         * class.c: Set min_align for SIMD types to 16.
5307 2008-11-05  Geoff Norton  <gnorton@novell.com>
5309         * attach.c: Default the attacher to enabled for all cases including
5310         embedded.
5312 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
5314         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
5315         change r117650.
5317 2008-11-04  Mark Probst  <mark.probst@gmail.com>
5319         * monitor.c, monitor.h: New function for querying offsets of
5320         members of MonoThreadsSync.
5322 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
5324         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
5325         to speed up this function and to avoid the boundless memory growth caused by
5326         the signature_dup () calls.
5328 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
5330         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
5331         wrapper.
5333         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
5334         by 1 bit.
5336         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
5338 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
5340         * appdomain.c:
5341         * domain-internals.h: made mono_set_private_bin_path_from_config()
5342         "internal".
5343         * object.c: call the above function after setting the configuration
5344         file path for the root domain.
5345         Fixes bug #314478.
5347 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
5349         * assembly.c: when the assembly is loaded from an absolute path, end
5350         basedir with a directory separator.
5351         Bug #440781 fixed.
5353 2008-10-30  Mark Probst  <mark.probst@gmail.com>
5355         * monitor.c (mono_monitor_get_fast_enter_method): If
5356         CompareExchange is not available, don't create the fastpath
5357         instead of asserting.  (The method is missing in the 1.1 profile.)
5359 2008-10-30  Mark Probst  <mark.probst@gmail.com>
5361         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
5363         * monitor.c, monitor.h: Code for generating Monitor.Enter and
5364         Monitor.Exit IL fastpaths.
5366 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
5368         * class.c (mono_class_create_from_typedef): Added Vector2ul.
5370 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
5372         * class.c (mono_class_create_from_typedef): Added Vector2l.
5374 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
5376         * class.c (mono_class_create_from_typedef): Added Vector2d.
5378 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
5380         * appdomain.c: translate \ into / for cache_path.
5381         * domain-internals.h: new mono_is_shadow_copy_enabled().
5382         * icall.c: (fill_reflection_assembly_name) do the same path
5383         manipulations that get_code_base does.
5384         (get_code_base) use mono_is_shadow_copy_enabled.
5386 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
5388         * appdomain.c: shadow-copied assemblies go to CachePath +
5389         ApplicationName when both are set. DynamicBase has nothing to do with
5390         shadow copies.
5391         Bug #406877 fixed.
5393 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
5395         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
5396         STANDALONESIG table.
5398         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
5399         standalone signatures.
5401         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
5402         comparison code: instead of comparing the signatures using a custom
5403         equals function, transform them to a common signature and compare that. This
5404         works better with AOT.
5406 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
5408         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
5410         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
5411         call for generic instances.
5412         (mono_class_setup_properties): Call setup_properties () before accessing
5413         gklass->properties.
5415         * class.c (mono_class_get_virtual_methods): New helper function to iterate
5416         over the virtual methods of a class using metadata if possible, avoiding the
5417         creation of MonoMethod's for non-virtual methods.
5418         
5419         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
5420         get_virtual_methods () to iterate over the virtual methods of classes.
5422 2008-10-25  Martin Baulig  <martin@ximian.com>
5424         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
5426 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
5428         * class.c (mono_class_create_from_typedef): Added Vector4i.
5430 2008-10-24  Mark Probst  <mark.probst@gmail.com>
5432         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
5433         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
5434         special-casing applies to eliminate the call completely.
5436 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
5438         * class.c (mono_class_create_from_typedef): Added Vector8s.
5440 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
5442         * class.c (mono_class_create_from_typedef): Added Vector16sb.
5444 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
5446         * icall.c: get rid of annoying warning.
5448 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
5450         * threadpool.c: in 1.x, if you change the background status of the
5451         threadpool thread, it's not reset.
5452         Remove unnecessary calls to SetState.
5454 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
5456         * threadpool.c: asynchronously create a set of idle threads upon first
5457         use of the threadpool. SetMinThreads will now start the appropriate
5458         number of idle threads if they are not already running. The default is
5459         1 threadpool thread per CPU. Increased the maximum number of threads
5460         per CPU to 10.
5462 2008-10-22  Martin Baulig  <martin@ximian.com>
5464         Revert r116521 from Zoltan, it breaks the debugger:
5466         * class.c (mono_class_get_virtual_methods): New helper function to iterate
5467         over the virtual methods of a class using metadata if possible, avoiding the
5468         creation of MonoMethod's for non-virtual methods.
5469         
5470         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
5471         get_virtual_methods () to iterate over the virtual methods of classes.
5473 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
5475         * threads.c: when creating a threadpool thread, set its state to
5476         'background'.
5477         * threadpool.c: reset the background state of a threadpool thread
5478         after finishing each work item
5479         Bug #437888 fixed.
5481 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
5483         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
5484         
5485         * class.c (mono_class_setup_vtable_general): Add an optimized version for
5486         generic instances which works by inflating the methods in the container
5487         class's vtable.
5489         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
5490         variant which doesn't make a copy if no inflation was done.
5491         (mono_class_setup_fields): Use it.
5493         * metadata.c (mono_metadata_get_shared_type): New helper function to
5494         return a shared instance of a given MonoType.
5496         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
5497         a copy of most non-generic types.
5499 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
5501         * threadpool.c: remove one more GetSystemInfo () call.
5503 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
5505         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
5506         use the code in mono-proclib.h to get processor information.
5508 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
5510         * appdomain.c: fixed the logic that determines whether assemblies in a
5511         directory are "shadow-copied" or not. Bug #433483 fixed.
5513 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
5515         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
5516         warning.
5518 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
5520         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
5521         returning a vtype.
5523         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
5524         reflection.c: Use mono_field_get_name () for accessing a field's name.
5526         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
5527         class.c
5529         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
5530         field.
5532         * loader.c (find_method_in_class): Reenable the metadata optimization by
5533         not using it for generic instances.
5535         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
5536         data/def_type fields from MonoClassField into a separate structure.
5537         (struct MonoClassField): Remove data/def_type fields.
5538         (struct _MonoClass): Add a 'field_def_values' array to store the default
5539         values/RVA for fields.
5541         * class.c reflection.c: Update after the changes.
5542         
5543         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
5544         for accessing field->data.
5546         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
5548         * loader.c (find_method_in_class): Revert the last change for now as
5549         it breaks Mono.C5 unit tests.
5551         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
5552         'field_generic_types' and 'field_objects' which contain the information
5553         previously stored in MonoInflatedField.
5554         (MonoInflatedField): Delete.
5555         (struct _MonoClassField): Delete 'generic_info' field.
5557         * reflection.c: Store the information which was previously in 
5558         field->generic_info in MonoDynamicGenericClass instead.
5560         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
5561         MonoClassField changes.
5563 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
5565         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
5566         store the value inside the data array of the MonoMethodWrapper.
5567         This saves memory, is faster and fixes the lifetime issues (methods
5568         were never removed from the hash previously). May also fix bug#436996.
5570 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
5572         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
5573         generic instances, compute the type from the generic definition instead of
5574         looking in field->generic_info.
5576         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
5577         for inflated fields, the only user was get_fieldref_token () which no
5578         longer needs it.
5580         * class.c (mono_class_init): Revert the last change as it seems to cause
5581         crashes.
5583         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
5584         bytes on 64 bit platforms.
5586         * object.c (mono_class_create_runtime_vtable): Fix a warning.
5587         
5588         * object.c (mono_class_create_runtime_vtable): Don't initalize
5589         field->data/field->def_type here, it is done lazily by 
5590         mono_class_get_field_default_value ().
5592         * icall.c (ves_icall_get_enum_info): Call 
5593         mono_class_get_field_default_value () instead of directly accessing
5594         field->data and field->def_type.
5596         * object.c (get_default_field_value): Ditto.
5598         * class.c (mono_field_get_data): Ditto.
5599         
5600         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
5601         call for generic instances.
5603         * loader.c (find_method_in_class): If klass != from_class, then inflate
5604         the method with the context of from_class, since the caller assumes this.
5606 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
5608         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
5609         for accessing method->slot.
5611 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
5613         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
5615 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
5617         * class.c (mono_method_get_vtable_index): Use
5618         mono_method_get_vtable_slot () for accessing method->slot.
5620         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
5621         accessing klass->methods.
5623         * class.c (mono_method_get_vtable_slot): New helper function.
5624         (mono_class_get_vtable_entry): Ditto.
5625         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
5626         accessing method->slot.
5628         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
5629         method to get_inflated_method ().
5631         * class.c (mono_class_get_inflated_method): New helper method to obtain
5632         a method of an inflated class without calling setup_methods ().
5633         (mono_class_get_cctor): Use get_inflated_method.
5635         * generic-sharing.c (mono_class_get_method_generic): Ditto.
5636         
5637         * marshal.c image.c: Lazily create all the marshal caches.
5639         * image.c (mono_image_init): Move initialization of runtime_invoke
5640         caches to marshal.c.
5642         * marshal.c (get_cache): New helper function to lazily initialize a 
5643         wrapper cache.
5644         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
5646         * debug-helpers.c (mono_method_full_name): Include generic arguments.
5648 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
5650         * loader.c: fixed check for interface type.
5652 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
5654         * appdomain.c: check for NULL setup before it's referenced.
5657 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
5659         * class.c: remove the unused old vtable setup code.
5661 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
5663         * class.c: don't depend on interface order in
5664         setup_interface_offsets (bug #435777).
5665         * reflection.c: sort the InterfaceImpl table (patch from
5666         Jb Evain  <jbevain@novell.com>).
5668 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
5670         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
5671         the low level assemblies lock.
5673 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
5675         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
5676         object.c, reflection.c, socket-io.c, threads.c: introduced
5677         mono_framework_version () to return the major framewrok version,
5678         changed the code that was using more complex patterns to use it.
5679         Return the correct value for PlatformID for OSX.
5681 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
5683         * icall-def.h, process.h, process.c: added an icall to get info about
5684         processes using mono-proclib.
5686 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
5688         * mono-perfcounters.c: use the mono-proclib functions to
5689         access process information.
5691 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
5693         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
5694         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
5695         reflection.c: remove rawbuffer usage: mmap support is more sanely
5696         provided by utils/mono-mmap.
5698 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
5700         * gc.c: use posix semaphores when possible so that
5701         mono_gc_finalize_notify() is signal safe.
5703 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
5705         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
5706         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
5707         be #ifdef-ed out, the linker will remove the rest.
5709         * marshal.c: Implement DISABLE_COM.
5711         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
5713 2008-10-11  Miguel de Icaza  <miguel@novell.com>
5715         * locales.c (string_invariant_compare_char): Optimization: do not
5716         call g_unichar_type unless we actually need the information.
5718 2008-10-10  Mark Probst  <mark.probst@gmail.com>
5720         * object.c, class-internals.h: Also create remoting trampolines
5721         for generic methods.  Pass the domain to the remoting trampoline
5722         creation function, too.
5724 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
5726         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
5728 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
5730         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
5731         Vector4ui.
5733 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
5735         * assembly.c:
5736         * locales.c: remove the use of g_strdown. Fixes bug #322313.
5738 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
5740         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
5741         for the least possible amount of time (extending the fix in r113458).
5743 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
5745         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
5747 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
5749         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
5750         as possible simd intrinsic types.
5751         Optimized the test to check for the common prefix first.
5753 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
5755         * class.c: back out part of a broken optimization committed on
5756         May 23th (bug #433908).
5758 2008-10-09  Mark Probst  <mark.probst@gmail.com>
5760         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
5761         Win32.  Should fix #432388 for most cases until we have the new
5762         profiler on Win32.
5764 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
5766         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
5767         instead of using inst->id so the hash is stable for AOT.
5769 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5771         * appdomain.c:
5772         * icall.c: create a .ini file for shadow-copied assemblies that
5773         contains the location of the original assembly. Use this to return the
5774         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
5775         Also fix the number of '/' for windows when returning the CodeBase.
5776         Fixes bug #430920.
5778 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
5780         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
5782         Code is contributed under MIT/X11 license.
5784 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
5786         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
5787           if if the class vtable needs initialized.
5789         Code is contributed under MIT/X11 license.
5791 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
5793         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
5794           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
5795           STRING->BSTR, and CLASS->INTERFACE.
5797         Code is contributed under MIT/X11 license.
5799 2008-10-07  Marek Habersack  <mhabersack@novell.com>
5801         * sysmath.h: changed the declaration of the
5802         ves_icall_System_Math_Round2 icall by adding an extra
5803         away_from_zero parameter.
5805         * sysmath.c (ves_icall_System_Math_Round2): added support for
5806         away from zero rounding. The icall now takes an extra boolean
5807         parameter to signal that away from zero operation is requested.
5809 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
5811         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
5812         the delegate klass so it can work with full-aot.
5813         (mono_marshal_get_delegate_end_invoke): Ditto.
5814         (mono_marshal_get_delegate_invoke): Ditto.
5816 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
5818         * gc.c, attach.h, attach.c: remove a bad pattern:
5819         add_finalizer_callback () is not implemented correctly, it can't
5820         without adding more overhead to the finalizer loop and it's not
5821         even needed, since we know exactly what we need to call, so there is
5822         no need to do so through an expensive function pointer.
5824 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
5826         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
5827         for the no-gc case.
5828         * attach.c (mono_attach_init): Remove the #ifdef.
5830 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
5832         * attach.c (mono_attach_init): Don't use
5833         mono_gc_add_finalizer_thread_callback when compiling without GC.
5834         Fixes #432306.
5835         
5836         Code is contributed under MIT/X11 license.
5838 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
5840         * class.c (mono_class_create_from_typedef): Remove the 
5841         #ifndef DISABLE_SIMD stuff.
5843 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
5845         * class-internals.h (MonoClass): Added simd_type bit field.
5847         * class.c (mono_class_create_from_typedef): Check if type is a simd
5848         intrinsic.
5850 2008-10-03  Mark Probst  <mark.probst@gmail.com>
5852         * object.c (mono_method_add_generic_virtual_invocation): Only add
5853         instantiations to the thunk whose count is at least as large as
5854         the threshold.
5856 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
5858         * icall.c: changed the Type of the exception thrown when trying to
5859         invoke a constructor on an abstract class. Part of the fix for bug
5860         #324185.
5862 2008-10-02  Mark Probst  <mark.probst@gmail.com>
5864         * class.c, class-internals.h (mono_method_get_vtable_index): New
5865         function which returns the index into the vtable and properly
5866         handles inflated virtual generic methods.
5868 2008-10-01  Mark Probst  <mark.probst@gmail.com>
5870         * object.c, domain.c, object-internals.h, domain-internals.h:
5871         Generalize IMT thunk machinery to also handle thunks for virtual
5872         generic method invokes.  When a virtual generic method is invoked
5873         more than a number of times we insert it into the thunk so that it
5874         can be called without lookup in unmanaged code.
5876         * generic-sharing.c, class-internals.h: Fetching a
5877         MonoGenericInst* for a method from an (M)RGCTX.
5879 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
5881         * marshal.c (emit_marshal_string): Applied a variant of a patch by
5882         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
5883         marshalling. Fixes #431304.
5885 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
5887         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
5888           handle when ref is specified without In or Out.
5890         Code is contributed under MIT/X11 license.
5892 2008-09-30  Mark Probst  <mark.probst@gmail.com>
5894         * loader.c (mono_get_method_constrained): Don't expand method with
5895         the class's context, because it's already a method of that class.
5897 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
5899         * attach.c : should be correct build fix.
5901 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
5903         * attach.c: Fix the previous change.
5905 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
5907         * attach.c : quick w32 build fix.
5909 2008-09-27  Miguel de Icaza  <miguel@novell.com>
5911         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
5912         crashes MonoDevelop: #430455.
5914 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
5916         * domain-internals.h (struct _MonoDomain): Move most fields used only by
5917         the JIT do MonoJitDomainInfo in ../mini/mini.h.
5919         * domain.c: Remove initialization/cleanup of the removed fields.
5921 2008-09-27  Mark Probst  <mark.probst@gmail.com>
5923         * class.c (mono_class_generic_sharing_enabled): Enable generic
5924         code sharing for PPC.
5926 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
5928         * attach.c : Fixing the Windows builds.
5930         Code is contributed under MIT/X11 license.
5932 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
5934         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
5935         the default generic sharing mode to 'all'.
5937 2008-09-25  Mark Probst  <mark.probst@gmail.com>
5939         * generic-sharing.c, class-internals.h: New function for checking
5940         whether a method needs a static RGCTX invoke wrapper.  A few
5941         funtions moved from mini/generic-sharing.c.
5943         * icall.c: New function used.
5945 2008-09-25  Mark Probst  <mark.probst@gmail.com>
5947         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
5948         Static RGCTX invoke wrapping applies to value type methods, too.
5950         * class.c (mono_class_setup_vtable_general): In generic-shared
5951         value types, wrap methods with a static RGCTX invoke wrapper.
5953 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
5955         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
5956         osx build.
5958 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
5960         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
5961         register a callback which is called when the finalizer thread is woken
5962         up.
5963         (finalizer_thread): Call the callback if it exists.
5965         * attach.h attach.c: New files, implementing the attach mechanism.
5967         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
5968         
5969         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
5970         by the previous change.
5972 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
5974         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
5975         loader.c, marshal.c, metadata-internals.h, metadata.c,
5976         method-builder.c, object.c, reflection.c: introduced specific functions
5977         to allocate from the domain and image mempools and cleaned up most of
5978         the code to use them (still missing a few in reflection.c).
5979         Keep the loader bytes counter updated.
5981 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
5983         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
5984         loader-related counters.
5986 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
5988         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
5989         added more MS-compatible counters.
5991 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
5993         * class.c (mono_class_setup_fields): Call setup_fields before accessing
5994         class->blittable. Fixes #428217.
5996 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
5998         * reflection.c (mono_image_get_field_on_inst_token): Call 
5999         field_encode_signature () since that handles custom modifiers too.
6000         Fixes #424663.
6002 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
6004         * reflection.c (add_custom_modifiers): New helper function to merge custom
6005         modifiers stored in objects to a MonoType.
6006         (fieldref_encode_signature): Encode custom modifiers.
6007         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
6008         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
6010 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
6012         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
6013         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
6014         64-bit IL only images because imports are not resolved for IL only images.
6015         Special thanks to Bill Holmes for finding this bug and testing the patch.
6016         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
6018         Contributed under MIT/X11 license.
6020 2008-09-19  Miguel de Icaza  <miguel@novell.com>
6022         * mono-config.c (dllmap_start): Add support for the bits keyword
6023         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
6025 2008-09-19  Mark Probst  <mark.probst@gmail.com>
6027         * reflection.c (inflate_mono_method): When the class the method is
6028         to be inflated for is itself not inflated, just return the method.
6030 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
6032         * mono-perfcounters.c: use more user friendly process instance names.
6034 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
6036         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
6037           handle "[in] ref" and "[in][out] ref" cases.
6039         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
6040           to mono_mb_create_method.  This was causing problems calling native to
6041           managed passing Variants by value.
6043         Code is contributed under MIT/X11 license.
6045 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
6047         * class.c (can_access_internals): Call mono_assembly_load_friends ()
6048         before accessing the friend_assembly_names field.
6050         * assembly.c (mono_assembly_load_friends): Make this callable multiple
6051         times.
6052         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
6053         called lazily when it is needed.
6055         * metadata-internals.h (struct _MonoAssembly): Add 
6056         'friend_assembly_names_inited' flag.
6058 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
6060         * mono-perfcounters-def.h: fix the types of a few counters.
6061         * mono-perfcounters.c: implemented the instance names getter
6062         and a few bugfixes.
6064 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
6066         * culture-info-table.h : regenerated.
6068 2008-09-17  Robert Jordan  <robertj@gmx.net>
6070         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
6071         context bound objects. Fixes #415577.
6073         Code is contributed under MIT/X11 license.
6075 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
6077         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
6078         implementation (bug #423582).
6080 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
6082         * object.c (mono_object_get_virtual_method): Handle the case method->slot
6083         is not set. Fixes #426309.
6085 2008-09-16  Jb Evain  <jbevain@novell.com>
6087         * class.c (mono_class_from_name): fix the exported type look up
6088         when the type is defined in a referenced assembly.
6090 2008-09-16  Jb Evain  <jbevain@novell.com>
6092         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
6093         increment the next index counter on each iteration to make that work
6094         for more than one type forwarder. Unmanaged part to fix #422929.
6096 2008-09-15  Mark Probst  <mark.probst@gmail.com>
6098         * object-internals.h: enum ComInterfaceType in
6099         MonoInterfaceTypeAttribute is guint32, not guint16.
6101 2008-09-12  Mark Probst  <mark.probst@gmail.com>
6103         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
6104         writing code.
6106 2008-09-11  Mark Probst  <mark.probst@gmail.com>
6108         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
6109         not gboolean.
6111 2008-09-11  Mark Probst  <mark.probst@gmail.com>
6113         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
6114         Endianness fixes for MonoSymbolFileOffsetTable.
6116 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
6118         * process.c (complete_path) : Removing quotes from the 
6119           input path.  The glib file routines do not handle file paths
6120           that have quotes around them.
6122         Code is contributed under MIT/X11 license.
6124 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
6126         * socket-io.h : Adding a comment to provide locations where 
6127           changes to MonoSocketAsyncResult need to be synced.
6129         Code is contributed under MIT/X11 license.
6131 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
6133         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
6134         parameters as well. Fixes #425001.
6136 2008-09-08  Miguel de Icaza  <miguel@novell.com>
6138         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
6139         windows build.
6141 2008-09-07  Miguel de Icaza  <miguel@novell.com>
6143         * console-io.c: Add support for tracking the window size if it
6144         changes.
6146         The setup is very simple: the TtySetup function will now return a
6147         pointer to a location in memory that tracks the current console
6148         size.  The managed code checks its current value every time its
6149         queried against the last value set, and updates accordingly.
6151         With this setup we can work with multiple consoles, and we do not
6152         require to poke into managed code from a signal handler.
6154         Additionally, the environment for COLUMNS and LINES is now handled
6155         in unmanaged code.
6157         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
6159 2008-09-07  Mark Probst  <mark.probst@gmail.com>
6161         * marshal.c (mono_type_native_stack_size): Treat
6162         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
6164 2008-09-04  Jb Evain  <jbevain@novell.com>
6166         * class.c (mono_class_is_assignable_from): fix assignability of nullables
6167         to nullables.
6169 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
6171         * verify.c (verify_type_compatibility_full): Revert change
6172         to allow converting a native int to unmanaged pointer be verifiable
6173         under non-strict mode.
6174         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
6176         * verify.c: Added some TODOs.
6178 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
6180         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
6181           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
6182           Changed to use GlobalAlloc for the memory returned on Windows platforms.
6184         Code is contributed under MIT/X11 license.
6186 2008-09-02  Jb Evain  <jbevain@novell.com>
6188         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
6190 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
6192         reflection.c (typebuilder_setup_fields): Handle classes with
6193         explicit size.
6195 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
6197         class.c (mono_class_setup_events): Add memory barrier due to
6198         double checked locking.
6199         
6200         class.c (mono_class_setup_properties): Same.
6202 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
6204         * class.c (mono_class_is_assignable_from): Fix the build.
6205         
6206         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
6207         before accessing klass->interface_bitmap. Fixes #421744.
6209 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
6211         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
6212         the runtime into no-exec mode, useful when running the AOT compiler.
6214         * appdomain.c gc.c object.c: Avoid executing managed code when running
6215         in no-exec mode.
6216         
6217         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
6219         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
6220         special case when the mono_assembly_loaded () returns NULL because the 
6221         search hook is not installed.
6223 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
6225         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
6226         crashes in bstr marshalling on linux.
6228 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
6230         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
6231         with more than one parameter.
6233 2008-08-24  Miguel de Icaza  <miguel@novell.com>
6235         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
6236         start/stop flow control as well when turning off ICANON (allows
6237         C-s and C-q to be read by Console.ReadKey).
6239 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
6241         * class.c (mono_class_init): Move the initialization of nested classes
6242         into mono_class_get_nested_types (). Fixes #418433.
6244         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
6245         flag.
6247         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
6248         iterating tough the nested classes of a class.
6250 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
6252         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
6253         on arm.
6255 2008-08-22  Miguel de Icaza  <miguel@novell.com>
6257         * console-io.c (sigcont_handler): Support signal chaining for
6258         SIGCONT.
6260         (console_set_signal_handlers): Use best practices with sigaction,
6261         clear the structure before using it. 
6263 2008-08-22  Robert Jordan  <robertj@gmx.net>
6265         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
6266         Fix the Windows build.
6268 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
6270         * class.c (mono_class_generic_sharing_enabled): Make the default
6271         sharing mode 'corlib'.
6273 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
6275         * console-io.c (console_set_signal_handlers): Fix a warning.
6277         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
6278         method normally, the JIT will take care of avoiding recursion.
6280 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
6282         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
6284         Code is contributed under MIT/X11 license.
6286 2008-08-20  Miguel de Icaza  <miguel@novell.com>
6288         * console-io.c (sigcont_handler): We need to restore the entire
6289         termios state, not only the original settings, as things like echo
6290         can be controlled after this (Booish exposes this issue with its
6291         own ReadLine implementation).
6293         Additionally, we need to set the terminal back into keypad_xmit
6294         mode.
6295         
6296         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
6297         string as a paramter as well.   Otherwise we get different
6298         keyboard sequences.
6300 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
6302         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
6303         delegates with byref out parameter passing. Fixes #351520.
6305         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
6306         a generic context.
6307         (mono_type_get_desc): Add the type arguments for GENERICINST.
6308         (mono_method_full_name): Stringify the class name using mono_type_full_name
6309         so it picks up generic arguments.
6311 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
6313         * console-io.c: Removed debug output.
6315 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
6317         reflection.c (mono_reflection_create_runtime_class): Alloc
6318         the nested classes linked list using the dynamic image mempool.
6319         Fixes leak in corlib compilation.
6321 2008-08-19  Miguel de Icaza  <miguel@novell.com>
6323         * console-io.c: Fix incredibly annoying behavior on the console
6324         after resuming execution after control-z.   This affected every
6325         console application.
6327 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
6329         * mempool-internals.h: Header for mono private mempool functions. The first
6330         two function are for allocating glib linked lists using pools.
6332         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
6334         * Makefile.am: Added mempool-internals.h.
6336 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
6338         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
6339         (mono_domain_free): Ditto.
6341         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
6342         be used by the JIT to store its domain-specific information, instead of putting
6343         it directly into MonoDomain.
6345         * domain.c (mono_install_create_domain_hook): New helper function to install
6346         a hook which initializes domain->runtime_info.
6348         * domain.c (mono_install_free_domain_hook): Ditto.
6349         
6350 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
6352         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
6353         asserting if the ares parameter is null.
6355         * mono-perfcounters.c: Fix warnings.
6357         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
6358         is not needed, don't check for interruptions either.
6359         (mono_marshal_get_delegate_end_invoke): Ditto.
6361 2008-08-15  Marek Habersack  <mhabersack@novell.com>
6363         * mono-perfcounters.c (predef_readonly_counter): added support for
6364         reading the ASP.NET Requests Queued counter from another process.
6366 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
6368         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
6369         MonoImage to simplify the AOT code.
6371 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
6373         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
6374         marshalling. Fixes #416078.
6376 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
6377         
6378         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
6379         it is set, looking up the icall address is deferred to the JIT, since 
6380         in embedded scenarios, the icall might not be registered in the runtime
6381         doing the AOT compilation. Backported from the 2.0 branch.
6383 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
6385         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
6386         Fixes #415621.
6388 2008-08-05  Marek Habersack  <mhabersack@novell.com>
6390         * Makefile.am: added support for cross-compilation.
6392 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
6394         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
6396 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
6398         * mono-perfcounters.c: jitted methods and jitted bytes counters.
6400 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
6402         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
6403         mono-perfcounters.c: performance counters implementation.
6405 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
6407         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
6408         to gpointer, letting the AOT code decide what to store in it.
6410 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
6412         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
6413           mono_class_setup_methods if the methods are not initialized.
6415         Code is contributed under MIT/X11 license.
6417 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
6419         * verify.c: Remove some debug code I commited by accident.
6421         * verify.c (mono_method_is_valid_in_context): Change the return value
6422         to make possible to distinguish between invalid and unverifiable.
6424         * verify.c (verifier_load_method): Don't return NULL for unverifiable
6425         methods.
6427 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
6429         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
6430         constraints. Fixes regression in gtest-253.
6432 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
6434         * verify.c (mono_verifier_verify_class): Don't allow generic types
6435         with explicit layout.
6437         * verify.c (mono_method_verify): Check locals and argument types.
6439 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
6441         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
6442         wait if the thread is in StopRequested state.
6444         * class.c (mono_class_from_name): Refactor the module searching code into
6445         a separate function so it can be reused in the AOT case too.
6447 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
6449         * verify.c (mono_type_is_valid_in_context): Improve the error message.
6450         Check both the type and it's generic type definition for loader errors.
6451         
6452         * verify.c (mono_method_is_valid_in_context): Don't generate another
6453         error when a type errors occur, this leads to the wrong exception been
6454         thrown.
6456 2008-07-28  Dick Porter  <dick@ximian.com>
6458         * icall-def.h
6459         * process.c
6460         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
6461         New internal calls to duplicate and close a process handle.
6463 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
6465         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
6467 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
6469         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
6471 2008-07-27  Robert Jordan  <robertj@gmx.net>
6473         * class.c (mono_class_init): Don't compute class.has_finalize for
6474         valuetypes. Fixes #412477.
6476 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
6478         * verify.c: Implement constraint equivalence checking.
6479         This is required when a generic parameter is used as
6480         argument to a constrained one.
6482         Fixes #410637.
6484 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
6486         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
6488         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
6490         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
6491         synch with managed object layout.
6493 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
6495         * verify.c (do_branch_op): Handle valuetypes and generic
6496         arguments properly.
6498         * verify.c (do_cmp_op): Same.
6500         Fixes #410383.
6502 2008-07-24  Mark Probst  <mark.probst@gmail.com>
6504         * generic-sharing.c: Fix memory leaks.
6506         * class.c, class-internals.h: Make
6507         mono_class_inflate_generic_type_with_mempool() non-static.
6509 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
6511         * pedump.c (dump_verify_info): Dump full class name.
6513 2008-07-24  Mark Probst  <mark.probst@gmail.com>
6515         * generic-sharing.c: Removed some old code that didn't do anything.
6517 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
6518         * profiler.c: Added runtime_initialized_event,
6519         mono_profiler_install_runtime_initialized and
6520         mono_profiler_runtime_initialized. This new hook tells the profiler
6521         when the runtime is sufficiently initialized to be able to call
6522         mono_thread_attach on the root appdomain.
6523         * profiler.h, profiler-private.h: Likewise.
6525 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
6527         * verify.c (do_cast): Do boxing for generic arguments as well.
6529         * class.c (is_nesting_type): Drop generic instantiations before
6530         checking for nesting.
6532         * class.c (can_access_instantiation): Allow access to generic
6533         arguments.
6535 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
6537         * verify.c (verify_class_for_overlapping_reference_fields):
6538         On some cases, the field size might be zero, guard against that.
6539         Fix the explicit layout check to work as expected.
6541 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
6543         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
6544         mono_thread_resume () during shutdown, since the thread we want to abort
6545         might be suspended.
6547 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
6549         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
6550         warning.
6552         * debug-mono-symfile.c: Fix a warning.
6554         * mono-perfcounters.c (get_cpu_times): Fix a warning.
6556         * object.c (mono_class_vtable): Check if exception_type is set, and return
6557         NULL as defined by the function comments.
6559 2008-07-22  Mark Probst  <mark.probst@gmail.com>
6561         * mempool.c: Use malloc for every single mempool allocation if the
6562         configure option is set.  This makes it easier to track mempool
6563         allocations with tools like Valgrind.
6565 2008-07-22  Jb Evain  <jbevain@novell.com>
6567         * reflection.c (create_dynamic_mono_image): emit the same
6568         metadata version that SL2 does when creating a SL2 image.
6570 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
6572         * icall-def.h:
6573         * icall.c: New icall System.Enum:get_hashcode. This function
6574         avoids the overhead of boxing the enum to the underlying type.
6576 2008-07-21  Mark Probst  <mark.probst@gmail.com>
6578         * reflection.c (mono_method_get_object): Don't let static RGCTX
6579         invoke wrappers get into MonoReflectionMethods.
6581 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
6583         * object-internals.h:
6584         * object.c: New mono_runtime_class_init_full function
6585         that makes throwing the exception optinal.
6587         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
6588         for the case where the exception object is supplied.
6590 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
6592         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
6593         old ld versions.
6595         Contributed under MIT/X11 license.
6597 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
6599         * string-icalls.c (ves_icall_System_String_InternalSplit):
6600         Optimize array allocation by caching the MonoClass of the
6601         array type.
6603         * icall.c (ves_icall_Type_GetMethodsByName): Same.
6605         * reflection.c (mono_param_get_objects): Same.
6607 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
6609         * icall-def.h:
6610         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
6611         It inflates the given type using the class context.
6613 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
6615         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
6616         the vtable if it already exists.
6618         * object-internals.h: Add mono_class_try_get_vtable as part of the
6619         internal API.
6621         * reflection.c (mono_type_get_object): Use the MonoObject from the
6622         vtable when possible. Reduces locking contention on reflection heavy
6623         code.
6625 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
6627         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
6628         g_bit_nth_msf () since that macro is not implemented in eglib.
6630 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
6632         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
6633         on platforms which do not support it.
6635 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
6637         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
6639 2008-07-11  Martin Baulig  <martin@ximian.com>
6641         * mono-debug-debugger.h
6642         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
6644         * mono-debug-debugger.c
6645         (_mono_debugger_interruption_request): New global volatile variable.
6646         (mono_debugger_check_interruption): New public function.
6648         * threads.c
6649         (mono_thread_current_check_pending_interrupt): Call
6650         mono_debugger_check_interruption().
6651         (mono_thread_interruption_checkpoint_request): Likewise.
6653 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
6655         * verify.c: Add more type checks for loaded types. Verify the result
6656         handle from ldtoken.
6658 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
6660         * loader.c (field_from_memberref): Don't crash if the field
6661         wasn't found.
6663 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
6665         * verify.c: Verify if type and method instantiations
6666         don't have invalid VAR or MVAR arguments.
6668 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
6670         * verify.c: Fix double free of function pointer list.
6672 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
6674         * object.c (mono_string_to_utf8): Comment the new code as it
6675         breaks under eglib.
6677 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
6679         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
6681 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
6683         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
6684           is not throw too many times.
6686         Code is contributed under MIT/X11 license.
6688 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
6690         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
6691         debugging is turned off.
6693 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
6695         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
6697 2008-07-04  Mark Probst  <mark.probst@gmail.com>
6699         * class-internals.h, class.c: Added new generic sharing option:
6700         Share only stuff in System.Collections.Generic, which is now the
6701         default.
6703 2008-07-04  Mark Probst  <mark.probst@gmail.com>
6705         * generic-sharing.c, class-internals.h: New function for getting a
6706         generic method in a generic class given the corresponding method
6707         for a different instantiation of the class.  Partly refactored
6708         from mini-trampolines.c.
6710         * class.c: Make sure generic methods have a class_inst if they are
6711         part of a generic class.
6713         * metadata.c (mono_type_stack_size_internal): Handle type
6714         variables.
6716 2008-07-04  Mark Probst  <mark.probst@gmail.com>
6718         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
6719         Signifies whether information on the this/vtable/mrgctx variable
6720         is available.
6722 2008-07-04  Mark Probst  <mark.probst@gmail.com>
6724         * object.c, object-internals.h, icall.c: New function
6725         mono_delegate_ctor_with_method(), which does the same as
6726         mono_delegate_ctor(), but takes an explicit method argument
6727         instead of taking the method from the jit info.
6729         * marshal.c: When creating a delegate with an inflated method take
6730         the "this" argument as the target class for the castclass.
6732 2008-07-03  Mark Probst  <mark.probst@gmail.com>
6734         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
6735         mono_jit_info_table_find() to perform very badly in some cases.
6737 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
6739         * icall.c (type_from_typename): Handle 'string'.
6741         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
6742         wrappers into the wrapper_hash, since the key is not a MonoMethod.
6744 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
6746         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
6748         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
6749         number of available managed allocator types.
6751         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
6752         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
6754 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
6756         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
6757         which is a low level lock protecting just the 'jit_code_hash' hash table.
6759         * domain.c: Initialize+cleanup jit_code_hash_lock.
6760         
6761 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
6763         * coree.c (mono_load_coree): Set coree_module_handle global variable only
6764         after initialization.
6766         * coree.h: Make MonoFixupExe internal.
6768         Contributed under MIT/X11 license.
6770 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
6772         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
6773         because that is platform independent. Check NumberOfRvaAndSizes in PE32
6774         as well.
6775         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
6776         image being loaded is a CLI image and _CorValidateImage gets called.
6778         * coree.h: Add MonoLoadImage.
6780         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
6781         instead of LoadLibrary.
6783         Contributed under MIT/X11 license.
6785 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
6787         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
6788         for any primitive type.
6790 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
6792         * object.c (mono_array_new_specific): Optimize this and the other allocation
6793         functions a bit.
6794         
6795         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
6796         domains too if mono_dont_free_domains is set.
6798         * domain-internals.h (mono_dont_free_domains): New internal option controlling
6799         whenever to free appdomain data after it has been unloaded.
6801         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
6802         
6803 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
6805         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
6806         (mono_method_get_equivalent_method): Fix a warning.
6808         * object.c (mono_message_init): Avoid looking up array types for each call.
6810 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
6812         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
6813         call.
6815         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
6816         even more.
6818         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
6819         each iteration.
6821         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
6822         fields of an enum.
6824 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
6826         * object.c (mono_value_box): Fix boxing of nullables.
6828 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
6830         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
6831         mono_module_handle that is defined by the linker; no initialization required.
6832         * coree.h: Remove mono_module_handle, add __ImageBase, update
6833         mono_image_open_from_module_handle.
6834         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
6835         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
6836         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
6837         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
6838         to 4 GB away from image base address. IA64 version is not tested but was very
6839         easy to implement and should work if we ever need it.
6840         * domain.c (mono_init_internal): Avoid system error message boxes.
6841         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
6842         with has_entry_point. Handle do_mono_image_load fauilre correctly.
6843         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
6844         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
6845         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
6847         Contributed under MIT/X11 license.
6849 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
6851         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
6852         as part of the private mono API.
6853         
6854         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
6855         Do proper argument checking for methods that belong to generic classes.
6856         Do proper type resolution for GMFH/2.
6857         Fixes #377324.
6858         
6859 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
6861         * verify.c (do_switch): Fix a memory corruption bug with
6862         the jump index is out of bound.
6864 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
6866         * verify.c: Disable debug code.
6868 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
6870         * reflection.c (mono_image_get_methodbuilder_token): Use
6871         mono_image_get_methodspec_token_for_generic_method_definition
6872         instead of mono_image_get_memberref_token. We cache more memberef
6873         entries now.
6875 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
6877         * verify.c: Inflate exception clause types.
6878         Fixes #402606.
6879         
6880 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
6882         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
6883         name.
6885         * reflection.c (mono_image_get_ctorbuilder_token): Same.
6887         * reflection.c (mono_image_create_method_token): Same.
6889 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
6891         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
6892         It does the same as mono_image_get_methodref_token but works on
6893         MethodBuilder.
6895         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
6896         and always generate a methodspec. This follows the old behavior and fixes
6897         the regressions in System.Core. 
6899 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
6901         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
6902         don't event mono_class_get () succeeds. Fixes #402182.
6904 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
6906         * metadata-internals.h: Added MonoDynamicImage::methodspec
6907         hashtable to store methodspec tokens created for MethodBuilders.
6909         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
6910         MethodBuilders as open instantiations if a methodspec was requested.
6912         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
6914         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
6916         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
6918         Fixes bug #349190.
6920 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
6922         * loader.c (method_from_methodspec): Avoid crashing if the
6923         method lookup fails.
6925 2008-06-20  Dick Porter  <dick@ximian.com>
6927         * socket-io.c (get_socket_assembly): Cope with Moonlight network
6928         classes being in a different assembly.  Fixes bug 399184.
6930 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
6932         * loader.c (mono_loader_init): Make this callable multiple times.
6933         (mono_dllmap_insert): Call mono_loader_init () so this works even before
6934         the runtime is initialized. Fixes #401755.
6936 2008-06-19  Dick Porter  <dick@ximian.com>
6938         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
6939         Fixes bug 349688.
6941 2008-06-19  Dick Porter  <dick@ximian.com>
6943         * socket-io.c:
6944         * icall-def.h: Implement Socket generic Send() and Receive()
6945         methods.  Fixes bug 395168.
6947 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
6949         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
6951         Contributed under MIT/X11 license.
6953 2008-06-18  Martin Baulig  <martin@ximian.com>
6955         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
6956         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
6957         set to 80.0.  The debugger <-> runtime interface is now frozen as
6958         well.   
6960         * mono-debug.c
6961         (mono_debug_debugger_version): Bump to 4.
6963 2008-06-18  Martin Baulig  <martin@ximian.com>
6965         * debug-mono-symfile.c
6966         (load_symfile): Don't check the minor version.
6968         * debug-mono-symfile.h: Bump the version number to 50.0.
6970 2008-06-18  Martin Baulig  <martin@ximian.com>
6972         * debug-mono-symfile.c
6973         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
6974         minimum required version.
6976 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
6978         * reflection.c (mono_custom_attrs_from_property): Fix support for
6979         retriveving cattrs of dynamic inflated generic types.
6981         * reflection.c (mono_custom_attrs_from_event): Same.
6983         * reflection.c (mono_custom_attrs_from_field): Same;
6985         * reflection.c (typebuilder_setup_events): Same cattrs of events.
6987         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
6988         Moved to metadata.c.
6990         * metadata.c: New functions to retrive the equivalent field, event
6991         of property from the generic type definition.
6993         * metadata-internals.h: Added new functions from metadata.c.
6995 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
6997         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
6998         to cached in a mempool is used.
7000         * metadata.c (free_generic_class): In some situations field generic_info type
7001         is not properly dup'ed and leads to double free'ing.
7003         Fixes #400643.
7005 2008-06-17  Mark Probst  <mark.probst@gmail.com>
7007         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
7008         this arguments (will be needed later for generic methods).
7009         Collect stats.
7011 2008-06-17  Mark Probst  <mark.probst@gmail.com>
7013         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
7014         Create a static RGCTX invoke wrapper for methods which require it.
7016 2008-06-17  Mark Probst  <mark.probst@gmail.com>
7018         * object.c, class-internals.h: New function for checking whether
7019         an individual field is special static.
7021 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
7023         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
7024         linear search since the table is sorted.
7026         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
7027         Fixes #324180.
7029 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
7031         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
7032         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
7034         * gc.c (mono_domain_finalize): Allow an infinite timeout.
7036         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
7037         
7038         * threads.c (mono_thread_request_interruption): Get rid of locking, use
7039         InterlockedCompareExchange to query and modify 
7040         thread->interruption_requested.
7042         * object-internals.h (struct _MonoThread): Change interruption_requested
7043         to a gint32 so it can be modified by atomic operations. Add 
7044         'critical_region_level' from the managed side, change small_id to a guint32,
7045         add new set of 'unused' fields.
7047         * appdomain.c: Bump corlib version.
7049 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
7051         * class.c (mono_class_from_name): Search modules as well. Fixes
7052         #322332.
7054 2008-06-13  Mark Probst  <mark.probst@gmail.com>
7056         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
7057         templates.  Templates are generalized with an additional type_argc
7058         argument.  RGCTX templates have type_argc==0, MRGCTX templates
7059         have type_argc>0.
7061         * domain-internals.h, domain.c: New hash table for looking up
7062         MRGCTXs.
7064         * metadata.c, metadata-internals.h: Rename hash and equal
7065         functions for MonoGenericInst's and make them public.
7067         * class-internals.h: New data structures for the MRGCTX.  Macros
7068         for distinguishing slots in the RGCTX and the MRGCTX.
7070 2008-06-13  Mark Probst  <mark.probst@gmail.com>
7072         * object.c (mono_method_get_imt_slot): Put the same methods of
7073         different instantiations of the same generic interface in the same
7074         IMT slots, to make generic sharing simpler.
7076 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
7078         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
7080         * metadata.c (mono_metadata_field_info_with_mempool): Added.
7081         This function works just like mono_metadata_field_info, but
7082         accept a mempool as argument to be used allocating memory.
7084         * marshal.c (mono_marshal_load_type_info): Use new function
7085         to load marshal data into image mempool.
7087 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
7089         * class.c (mono_class_inflate_generic_type_with_mempool):
7090         This function allows to inflate a generic type using
7091         a mempool.
7093         * class.c (inflate_generic_type): Take a mempool as argument
7094         and use it to do type dup'ing.
7096         * class.c (mono_class_setup_fields): Field type for generic
7097         generic classes are allocated from the image mempool.
7099         * metadata.c (free_generic_class): Inflated field type is
7100         now allocated in the image mempool.
7102 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
7104         * threads.c (thread_cleanup): Free MonoThread::name.
7106 2008-06-12  Marek Habersack  <mhabersack@novell.com>
7108         * appdomain.c (ensure_directory_exists): avoid unnecessary
7109         mkdir(2) calls when the shadow directory already exists.
7110         (mono_make_shadow_copy): copy also satellite assemblies from the
7111         private bin directories.
7113 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
7115         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
7116         
7117         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
7118         a page boundary. Fixes #396219.
7120 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7122         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
7123         due to double-checked locking.
7125 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7127         * assembly.c (build_assembly_name): Release memory on failure.
7129         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
7131 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7133         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
7134         memory on failure.
7136 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7138         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
7139         memory on failure.
7141 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7143         * loader.c (field_from_memberref): Check if field signature type is equal
7144         to the non-inflated type of the field. Fixes #398980.
7146 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
7148         * assembly.c (mono_assembly_load_from_full): Call 
7149         mono_assembly_load_friends () outside the assemblies lock, since it can
7150         acquire the loader lock. Fixes #323696.
7152         * reflection.c (resolve_object): Inflate the inst with the context for
7153         FieldOnTypeBuilderInst. Fixes #399010.
7155 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7157         * reflection.c (mono_image_get_field_on_inst_token): Don't
7158         inflate the field to encode it's signature. If it's a
7159         VAR or MVAR it should stay that way in the signature.
7160         Fixes #399047.
7162 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7164         * reflection.c (resolve_object): Release memory of inflated types.
7166 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7168         * loader.c (mono_method_get_signature_full): Remove assert about
7169         loading a methodspec to a generic method. We have such methods, such as
7170         System.Threading.Interlocked::CompareExchange<T>.
7171         This assert was removed since it crashes the verifier when it checks
7172         methods calling CompareExchange<T>.
7174 2008-06-10  Marek Safar  <marek.safar@gmail.com>
7176         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
7177         of Type array and not MonoType.
7179 2008-06-10  Marek Habersack  <mhabersack@novell.com>
7181         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
7182         <lupus@ximian.com>
7184 2008-06-10  Martin Baulig  <martin@ximian.com>
7186         * debug-mono-symfile.h
7187         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
7188         changes to the file format, but we were generating incorrect
7189         source file indices in the line number table due to a bug, which
7190         made backtraces report an incorrect source file.
7192 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
7194         * mono-debug.c: Moved mono_debug_free_method_jit_info from
7195         mini/debug-mini.c to here.
7197         * mono-debug.c (il_offset_from_address): Free memory from find_method.
7199         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
7200         use it to release structs returned by mono_debug_find_method.
7202 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
7204         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
7205         since it needs to set method->slot for all interface methods.
7207 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
7209         * class-internals.h: Forgot to add.
7211 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
7213         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
7215         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
7216         Lookup the custom attributes from property_hash.
7218         * reflection.c (mono_save_custom_attrs): Save the custom attributes
7219         in property_hash. Allocate all data using the image mempool.
7221         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
7222         for dynamic_custom_attrs to checks if the image is dynamic.
7224 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
7226         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
7227         assemblies array.
7228         
7229         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
7230         runtime functions while holding the domain assemblies lock.
7232 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
7234         * verify.c: Reapplied the last bit of the reverted changes.
7236 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
7238         * verify.c: Reapplied more of the reverted changes.
7240 2008-06-09  Martin Baulig  <martin@ximian.com>
7242         * debug-mono-symfile.c (load_symfile): Check the major version
7243         first; if it's wrong, don't print the minor version in the error message.
7245 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
7247         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
7248         lock instead of the domain lock to avoid deadlocks, since the thread might
7249         already hold the loader lock.
7251         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
7252         (mono_thread_attach): Ditto.
7254         * monitor.c: Use a TLS variable for holding the current thread id instead
7255         of calling pthread_self ().
7256         (mono_monitor_init_tls): New internal function to initialize the TLS
7257         variable.
7258         (mono_monitor_try_enter_internal): Put the owner == id check after the
7259         owner == 0 check.
7261         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
7262         missed optimizations when using gcc-4.3.
7264 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
7266         * reflection.c (mono_dynamic_image_free): Free the memory
7267         used by MonoGenericParam in MonoDynamicImage::gen_param.
7269         * reflection.c (mono_reflection_setup_generic_class): Allocate
7270         container from mempool.
7272         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
7273         container from mempool.
7275 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
7277         * threads.c (mono_set_pending_exception): New internal function to set the
7278         pending exception of the current thread.
7279         (mono_thread_get_and_clear_pending_exception): Check for 
7280         thread->pending_exception as well.
7282         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
7284         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
7285         it can trigger a collection.
7287 2008-06-06  Martin Baulig  <martin@ximian.com>
7289         Merged the `debugger-kahalo' branch.
7291         * mono-debug.h
7292         (MONO_DEBUGGER_VERSION): Bumped to 72.
7294         * debug-mono-symfile.h
7295         (MonoSymbolFileMethodIndexEntry): Removed.
7296         (MonoSymbolFileMethodEntry): New public typedef.
7297         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
7298         (MonoSymbolFileSourceEntry): Remove everything except `index' and
7299         `data_offset'.
7300         (MonoSymbolFileMethodEntry): Removed.
7301         (MonoSymbolFileLexicalBlockEntry): Removed.
7302         (MonoSymbolFileLineNumberEntry): Removed.
7303         (MonoDebugLexicalBlockEntry): Removed.
7304         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
7305         removed `num_il_offsets' and `il_offsets'.
7306         (MonoSymbolFile): Replace `version' with `major_version' and
7307         `minor_version'.
7308         (MONO_SYMBOL_FILE_VERSION): Replace with
7309         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
7310         `MONO_SYMBOL_FILE_MINOR_VERSION'.
7312         * debug-mono-symfile.c
7313         (mono_debug_symfile_lookup_location): Add support for the new line
7314         number table format.
7316 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
7318         * metadata.c (free_generic_class): Release the inflated
7319         MonoClass of dynamic generic classes if it's not a generic
7320         type definition.
7322 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
7324         * verify.c: Reapplied more of the reverted changes.
7326 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
7328         * reflection.c (lookup_custom_attr): Clean the cached flag or
7329         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
7330         for SRE types.
7332 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
7334         * verify.c: Reapplied a small part of the reverted changes.
7336 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
7338         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7340         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
7341         previously in managed code.
7342         (mono_monitor_exit): Ditto.
7343         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
7345         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
7346         the managed definition.
7348 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
7350         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
7352 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
7354         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
7355         
7356         * monitor.c: Add some micro optimizations.
7358         * icall.c (type_from_typename): Handle 'bool'.
7360 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
7362         * verify.c: Implement constructor verification per P III 1.8.1.4.
7363         Fixes #396716.
7365 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
7367         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
7368         holding the assemblies lock here too.
7370 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
7372         * verify.c: Kill stack_top function.
7374 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
7376         * verify.c: Kill stack_get function.
7378 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
7380         * verify.c (mono_method_verify): Last change broke the build. Fixed.
7382 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
7384         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
7385         more reliable.
7387         * verify.c (mono_method_verify): Inflate params and locals to avoid
7388         mismatch when checking for compatibility.
7390 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
7392         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
7393         Length prefix should be size in bytes. Fix bug #339530.
7394         
7395         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
7396         Length prefix should be size in bytes. Fix bug #339530.
7398         Code is contributed under MIT/X11 license.
7400 2008-06-05  Bill Holmes <billholmes54@gmail.com>
7402         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
7404         Contributed under MIT/X11 license.
7406 2008-06-05  Martin Baulig  <martin@ximian.com>
7408         * mono-debug-debugger.c
7409         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
7411 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
7413         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
7414         while holding the assemblies lock to prevent deadlocks. Handle the case
7415         where the search hook returns NULL but the assembly was still loaded.
7416         Fixes #323696.
7418         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
7419         modify domain state.
7421 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
7423         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
7424         * Makefile.am (pedump_LDADD): Post-process object files and
7425         add dtrace-generated object file, if necessary.
7427         Code is contributed under MIT/X11 license.
7429 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
7431         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
7433 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
7435         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
7437 2008-06-04  Mark Probst  <mark.probst@gmail.com>
7439         * threads.c: Try to free everything from the delayed free table
7440         when shutting down threads, and set the variable to NULL after the
7441         table is freed so that calling
7442         mono_thread_hazardous_try_free_all() when shutting down the root
7443         domain doesn't crash.
7445 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
7447         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
7448         the caller if resulting type was inflated.
7450         * class.c (mono_class_create_from_typespec): Free the MonoType if it
7451         was inflated.
7453         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
7456 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
7458         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
7459         class library tests.
7461         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
7462         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
7463         #396989.
7465 2008-06-04  Mark Probst  <mark.probst@gmail.com>
7467         * domain.c, domain-internals.h: The JIT infos are now freed by the
7468         JIT info table code.  They are freed immediately if there only a
7469         single JIT info table in circulation.  If there is more, the free
7470         is delayed via a queue.
7472         * threads.c, threads-types.h: New hazard pointer function for
7473         freeing all freeable delayed items in one sitting.
7475 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
7477         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
7479         * reflection.c (typebuilder_setup_properties): Same.
7481         * reflection.c (typebuilder_setup_events): Same.
7483 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
7485         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
7486         and use it for allocating memory.
7488         * reflection.c (mono_marshal_spec_from_builder): Same.
7490         * reflection.c: Change code to use new signatures.
7492         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
7494 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
7496         * decimal.c (rescale128): Put back one line which was accidently commented
7497         out.
7498         
7499         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
7500         to cause crashes.
7502 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
7504         * reflection.c (mono_reflection_generic_class_initialize): Name must
7505         be always malloc'ed so we can free it later on. Do this for field, property
7506         and event.
7508         * metadata.c (free_generic_class): Free field, property and event names.
7510 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
7512         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
7513         instead of g_memdup.
7515         * reflection.c (typebuilder_setup_fields): Same.
7517 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
7519         * decimal.c (rescale128): Optimize this function a bit more.
7521 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
7523         * metadata.c (free_generic_class): Release some memory from
7524         SRE generic classes.
7526 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
7528         * reflection.c (mono_image_get_generic_field_token): No reference
7529         to name is kept, free it.
7531         * reflection.c (mono_reflection_generic_class_initialize): Free
7532         more memory of the inflated field.
7534 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
7536         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
7537         code.
7539 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
7541         * reflection.c (mono_dynamic_image_free): Release memory used by
7542         MonoDynamicImage::array_methods elements.
7544         * reflection.c (assembly_add_win32_resources): Release memory after
7545         encoding.
7547 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
7549         * decimal.c (log2_32): Use an optimized version for this function too.
7550         
7551         * decimal.c (log2_64): Fix this on 32 bit machines.
7553 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
7555         * class.c (mono_dup_array_type): Implement allocation using a mempool.
7557         * class.c (mono_metadata_signature_deep_dup): Same.
7559         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
7560         a mempool.
7562         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
7564         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
7566         * metadata-internals.h: Added mono_metadata_signature_dup_full.
7568         * class-internals.h: Update signatures to take a MonoMemPool.
7570 2008-06-02  Dick Porter  <dick@ximian.com>
7572         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
7573         * icall-def.h: Add
7574         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
7575         FormatMessage API to get the error text.  Fixes bug 321827.
7577 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
7579         * decimal.c: Add some micro optimizations to make decimal operations faster.
7581 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
7583         * reflection.c (method_encode_clauses): Take a mempool
7584         as parameter and use it to allocate the clause array.
7586         * reflection.c (mono_image_get_field_on_inst_token): Free
7587         the inflated type after encoding it.
7589         * reflection.c (mono_dynamic_image_free): Free each element
7590         of MonoDynamicImage::gen_params.
7592         * reflection.c (reflection_methodbuilder_to_mono_method):
7593         Allocate the generic param array from the mempool.
7594         Allocate signature params from the mempool.
7596         * reflection.c (mono_reflection_generic_class_initialize):
7597         Free inflated fields after been used.
7599 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
7601         * icall.c: Reapply the memory leak fixes as they no
7602         longer make mono crash.
7604 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
7606         * reflection.c (mono_type_get_object): Don't store the suplied
7607         MonoType with type_hash. A caller which pass a type that
7608         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
7609         might end with a pointer to freed memory.
7610         The solution is to use byval_arg or this_arg from the associated
7611         MonoClass of the supplied type.
7613 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
7615         * icall.c: Revert the rest of the last change as it breaks the build too.
7617 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
7619         * icall.c: Revert a leak fix as it's breaking the build.
7621 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
7623         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
7625 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
7627         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
7629 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
7631         * icall.c: Fix some memory leaks.
7633 2008-05-29  Dick Porter  <dick@ximian.com>
7635         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
7636         async socket operations from the pending list when a socket
7637         closes.  Leaving it until the threadpool services the event
7638         exposes a race condition when a socket descriptor is reused.
7639         Fixes bug 377589.
7641 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
7643         * object.c: Fix negative index check for array alocation.
7645 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
7647         * icall.c, marshal.c: Delegate wrappers should skip visibility.
7648         This check is performed by the verifier for IL created delegates
7649         and by Delegate::CreateDelegate for programatically created ones.
7650         Fixes #372406.
7652 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
7654         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
7655         Fix code to use mono_array_size_t instead of int.
7657         Based on patch by Luis F. Ortiz.
7658         Contributed under X11 license.
7659         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
7661 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
7663         * icall.c: Added ves_icall_System_Array_GetLongLength and
7664         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
7665         arrays.
7667         * icall.h: Export both new functions.
7669         Based on patch by Luis F. Ortiz.
7670         Contributed under X11 license.
7671         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
7673 2008-05-28  Martin Baulig  <martin@ximian.com>
7675         The debugger now requires exactly r103463.
7677         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
7678         This version is not supported by the debugger, wait for 72.
7680 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
7682         * object.h: Changed array related functions to use
7683         mono_array_size_t instead of guint32. Forgot to commit this file.
7685         Patch by Luis F. Ortiz.
7686         Contributed under X11 license.
7687         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
7690 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
7692         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
7693         don't define it. Use the number literal instead.
7695 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
7697         * icall.c: Changed array related functions to use
7698         mono_array_size_t instead of guint32.
7700         * icall.c (ves_icall_System_Array_GetLength): Check for length
7701         overflow under MONO_BIG_ARRAYS.
7703         Based on patch by Luis F. Ortiz.
7704         Contributed under X11 license.
7705         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
7707 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
7709         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
7711         Based on patch by Luis F. Ortiz.
7712         Contributed under X11 license.
7713         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
7715 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
7717         * object.c, object.h: Changed array related functions to use
7718         mono_array_size_t instead of guint32.
7720         Patch by Luis F. Ortiz.
7721         Contributed under X11 license.
7722         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
7724 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
7726         * object.h: Introduced mono_array_size_t typedef. This must be used
7727         in all places an array length is expected. This is 64bits wide if
7728         MONO_BIG_ARRAYS is enabled.
7730         Patch by Luis F. Ortiz.
7731         Contributed under X11 license.
7732         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
7734 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
7736         * security-manager.c class.c: Set the class exception info by calling
7737         mono_class_set_failure ().
7739         * class.c (mono_class_get_exception_data): New accessor function.
7740         (mono_class_set_failure): Store exception_data in the property hash.
7742         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
7743         the struct as a property.
7745         * loader.c (mono_get_method_full): Store the lookup result for method
7746         tokens in method_cache, the others in methodref_cache to decrease the memory
7747         usage of hash tables.
7749         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
7750         (mono_image_init): method_cache is lazy inited now.
7752         * metadata-internals.h (struct _MonoImage): Change method_cache to
7753         a MonoValueHashTable, add a separate methodref_cache.
7755 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
7757         * number-formatter.h: Fix tables to avoid arithemtic overflow in
7758           Double.ToString as exposed by Bug #383531.
7760 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
7762         * number-formatter.h: Make some tables static.
7764         * class.c (mono_method_set_generic_container): New accessor function.
7765         (mono_method_get_generic_container): Ditto.
7767         * class-internals.h (struct _MonoMethod): Remove rarely used 
7768         'generic_container' field, store it in the property hash instead. Add 
7769         'is_generic' boolean field instead.
7771         * image.c (mono_image_init): Initialize property_hash.
7772         (mono_image_close): Destroy property_hash.
7774         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
7775         hold rarely used fields of runtime structures belonging to this image.
7777         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
7778         to get/set method->generic_container.
7780         * loader.c (mono_get_method_from_token): Avoid loading the method header for
7781         generic methods.
7783 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
7785         * class.c (mono_class_inflate_generic_method_full): Don't increase
7786         mono_stats.inflated_method_count for methods found in the cache.
7788         * threads.c (mono_thread_request_interruption): Add a comment about 
7789         QueueUserAPC ().
7791 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
7793         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
7794         interface_offsets_packed table.
7795         
7796         * class.c (mono_class_init): Remove some dead code.
7798         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
7799         mono_class_setup_vtable () when CAS is active to detect security problems.
7801 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
7803         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
7805         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
7806         parameters as it's irrelevant for delegate checking.
7808 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
7810         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
7812         * class.c (mono_class_init): Control the creation of a generic vtable using
7813         a global which is true by default, but set to false by the runtime startup code.
7814         
7815         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
7816         Disabled for now since it breaks the embedding API.
7817         Move the setup of class->methods for arrays to mono_class_setup_methods ().
7818         (mono_class_setup_methods): Add a memory barrier.
7820         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
7821         when mono_class_init () doesn't compute the generic vtable.
7822         
7823 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
7824         * profiler.c: Added mono_profiler_install_statistical_call_chain,
7825         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
7826         to support call chains (backtrace) in the stat profiler.
7827         * profiler.c, profiler-private.h: Likewise.
7829 2008-05-22  Mark Probst  <mark.probst@gmail.com>
7831         * generic-sharing.c: Init generic class when a method of it is
7832         requested via a runtime generic context.
7834 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
7836         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
7838         * reflection.c (mono_type_get_object): Add a FIXME.
7840         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
7842         * class.c (mono_class_get_method_by_index): New helper function, returning an
7843         entry in the class->methods array.
7845 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
7847         * class.c (mono_class_init): Only do the array optimization for szarrays. 
7848         Avoid creating a generic vtable for generic instances as well.
7849         (mono_class_get_method_from_name_flags): Don't search in the metadata for
7850         generic instances.
7852 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
7854         * loader.c (mono_get_method_constrained): Inflate the signature
7855         with class context. Fix #325283.
7857 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
7859         * object.c (mono_class_create_runtime_vtable): Add a comment.
7861         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
7862         where needed.
7863         (setup_interface_offsets): Handle the case when this is called twice for arrays.
7864         (mono_class_setup_vtable_general): Add an assert.
7865         (mono_class_init): Avoid creating a generic vtable for arrays.
7867         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
7868         here, let mono_class_init () do that.
7870         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
7871         interfaces in mscorlib.
7873         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
7874         interfaces. Add some comments.
7875         (mono_class_init): Call mono_class_setup_methods () here since it is no
7876         longer called by mono_class_setup_vtable ().
7878         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
7879         not set in class->vtable.
7880         (mono_class_create_runtime_vtable): Reenable the disabled code.
7882         * object.c (mono_class_create_runtime_vtable): Disable the last change for
7883         now as it causes some test failures.
7885         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
7886         if using the vtable trampoline. Also remove some strange code which put the
7887         generic methods themselves into the vtable slots. Remove the AOT init_vtable
7888         stuff as it is no longer needed.
7890 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
7892         * pedump.c: Give make --verify all option check code as well.
7893         Using --verify code won't check for metadata now.
7895 2008-05-19  Martin Baulig  <martin@ximian.com>
7897         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
7899         * mono-debug.c
7900         (_mono_debug_using_mono_debugger): New global variable; it's set
7901         directly by the debugger, so mono_debug_using_mono_debugger() also
7902         works after attaching.
7904 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
7906         * object.c (mono_class_create_runtime_vtable): Use memory barriers
7907         as we do double checked locking on MonoClass::runtime_info and
7908         MonoClassRuntimeInfo::domain_vtables.
7910 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
7912         * debug-helpers.c (print_field_value): Fix a warning.
7914 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
7916         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
7917         set in the AOT case.
7919 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
7921         * class.c (mono_class_setup_vtable_general): Use memory barriers
7922         as we do double checked locking on MonoClass::vtable.
7924 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
7926         * reflection.c (resolve_object): Inflate only if the generic context
7927         is not null. Fixes #389886.
7929 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
7931         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
7932         instead of g_free.
7934         Code is contributed under MIT/X11 license.
7936 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
7938         * class.c: Revert unrelated change.
7940 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
7942         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
7943         a generic instantiation, use mono_class_from_mono_type instead of playing
7944         with MonoType directly.
7946 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
7948         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
7949         checks must ignore generic instantiations, so mono_class_has_parent is not
7950         suitable. Fixes #390128.
7952 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
7954         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
7955         it to avoid registering tokens during metadata generation. Fixes #390023.
7957 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
7959         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
7960         consistent.
7962         Contributed under MIT/X11 license.
7964 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
7966         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
7967         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
7968         to fixup the EXE image.
7969         (mono_cleanup): Use mono_close_exe_image.
7970         (mono_close_exe_image): New function.
7971         * image.c: Include "marshal.h".
7972         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
7973         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
7974         counting when the image is loaded outside of mono_image_open_full. Set status
7975         based on GetLastError.
7976         * coree.c: Include required headers. Add init_from_coree.
7977         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
7978         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
7979         (_CorExeMain): Set init_from_coree.
7980         (CorExitProcess): Only call ExitProcess for now.
7981         (CorBindToRuntimeEx): New stub implementation.
7982         (CorBindToRuntime): New function.
7983         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
7984         (MonoFixupExe): ILONLY executables require no fixups.
7985         (mono_set_act_ctx): New function to set activation context.
7986         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
7987         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
7988         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
7989         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
7990         as MONO_INTERNAL.
7991         * domain-internals.h: Add mono_close_exe_image.
7993         Contributed under MIT/X11 license.
7995 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
7997         * metadata.c (mono_metadata_compute_size): Correctly calculate field
7998         size for generic param and event tables. Fixes #388977.
8000 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
8002         * loader.c (mono_method_signature): Use memory barriers because of the double
8003         checked locking pattern.
8005         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
8006         aborting or aborted as well. Fixes #376391.
8007         
8008         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
8009         existing runtime state in the Suspend handler during shutdown.
8011 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
8013         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
8015         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
8016         which are starting up or shutting down.
8018         * threads.c (mono_threads_set_shutting_down): Don't return a value since
8019         this function never returns if the runtime is already shutting down.
8021         * icall.c (ves_icall_System_Environment_Exit): Update after 
8022         mono_threads_set_shutting_down () signature change.
8023         
8024 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
8026         * class.c: Added can_access_instantiation to verify if the instantiation
8027         is visible. Fix access check for nested types as they returned TRUE
8028         before doing type and generic instantiation visibility checks.
8030 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
8032         * reflection.c (mono_reflection_create_generic_class): The created type
8033         must have a different container from its TypeBuilder. Otherwise they
8034         will end sharing generic arguments, which is wrong.
8036         Due to the sharing, making a generic instance of the created type using
8037         the TypeBuider generic arguments resulted in the generic type definition
8038         been returned, which is wrong as well.
8040         As a bonus the code was leaking the type_params array. This memory should
8041         be allocated from the image mempool.
8043         This fixes bug #354047.
8045 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
8047         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
8048         to here         as they are now used in assembly.c new code.
8049         Added a skipverification flag to MonoAssembly.
8050         New internal function mono_assembly_has_skip_verification.
8052         * assembly.c: New function mono_assembly_has_skip_verification. It checks
8053         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
8054         part of #387274.
8056 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
8058         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
8059         needed. Fixes #387034.
8061         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
8063 2008-05-06  Miguel de Icaza  <miguel@novell.com>
8065         * assembly.c (mono_assembly_load_reference): Prevent crash while
8066         disassembling Silverlight 2.0 executables while we still do not
8067         have GACed libraries.
8069 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
8071         * reflection.c: Special case generic type definitions as well. Fixes #383444.
8073 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
8075         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
8076         of the dynamic case. Fixes #387404.
8078 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
8080         *verify.c (mono_verifier_is_class_full_trust): If under
8081         verify_all and the verifier mode was not set, only
8082         gac and corlib types are fulltrust. This makes --verify-all
8083         usable to detect unverifiable code, which is the expected
8084         use case.
8086 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
8088         * verify.h: Ops, commited the header with debug
8089         enabled.
8091 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
8093         * verify.c (merge_stack): Use the new value on unverifiable
8094         stack merges.
8096         * verify.c (verify_type_compatibility_full): Comparison
8097         of nullable types can't use mono_class_is_assignable_from.
8099         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
8100         that makes all verification errors be reported.
8102         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
8103         mono_method_verify.
8105 2008-05-05  Robert Jordan  <robertj@gmx.net>
8107         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
8108         support for value types. See #386415.
8110         * object.c: comments.
8112         Code is contributed under MIT/X11 license.
8114 2008-05-05  Martin Baulig  <martin@ximian.com>
8116         * debug-mono-symfile.h
8117         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
8118         for old pre-terrania symbol files.
8120 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
8122         * mono-config.c: Add ppc64 architecture.
8124         Code is contributed under MIT/X11 license.
8126 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
8128         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
8129           PPC64 uses function descriptors as well.
8131         Code is contributed under MIT/X11 license.
8133 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
8135         * object.c (compute_class_bitmap): Ignore literal static fields.
8137         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
8138         var has an invalid format.
8139         (describe_ptr): Add some sanity checks for the vtable.
8140         (add_nursery_frag): Clear unused nursery fragments.
8141         (major_collection): Clear all remaining nursery fragments.
8143 2008-05-03  Robert Jordan  <robertj@gmx.net>
8145         * image.c, metadata-internals.h: add thunk_invoke_cache.
8147         * marshal.c, marshal.h: implement
8148         mono_marshal_get_thunk_invoke_wrapper ().
8150         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
8152         Code is contributed under MIT/X11 license.
8154 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
8156         * verify.c (do_leave): Empty the stack.
8158 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
8160         * class.c (mono_class_is_assignable_from): Variance
8161         doesn't work between reference and value types. For example,
8162         given type C<T+>, C<int32> is not assignable to C<object>.
8163         Break the argument checking loop on first error. 
8165 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
8167         * icall.c : base64_to_byte_array() needs some more strict
8168           check for sequence of '=' characters. Patch by Santa
8169           Marta (http://deee.g.hatena.ne.jp/santamarta).
8171           Contributed under MIT/X11 license.
8172           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
8174 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
8176         * domain.c: Disable LoadLibrary support to fix Win32 build.
8178         Code is contributed under MIT/X11 license.
8180 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
8182         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
8183         to help with cache behaviour.
8185 2008-05-01  Miguel de Icaza  <miguel@novell.com>
8187         * appdomain.c (mono_domain_from_appdomain): Add new accessor
8188         method. 
8190 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
8192         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
8194 2008-05-01  Dick Porter  <dick@ximian.com>
8196         * process.c (process_get_fileversion): Only pass 16 bits of
8197         language ID to VerLanguageName.  Fixes bug 381204.
8199 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
8201         * verify.c (mono_method_verify): Fix the comparison
8202         operator for code bounds check.
8204 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
8206         * verify.c (mono_method_verify): Check the bounds of
8207         all access of the code array.
8209 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
8211         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
8213 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
8215         * image.c (mono_image_strong_name_position): Fix return value when the rva is
8216         not valid.
8218 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
8220         * loader.c (mono_get_method_from_token, mono_method_signature): Add
8221         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
8222         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
8223         fixup main EXE images when using mono.exe for mixed-mode assembly support.
8224         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
8225         mono_runtime_load.
8226         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
8227         runtime initialization from metadata.
8228         * assembly.c: Remove obsolete ceGetModuleFileNameA.
8229         (mono_set_rootdir): Use mono_get_module_file_name.
8230         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
8231         handles.
8232         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
8233         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
8234         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
8235         MonoCLIImageInfo. Add support for module handles.
8236         (load_cli_header): Update mono_cli_rva_image_map signature.
8237         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
8238         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
8239         (mono_image_rva_map): Add support for module handles.
8240         (mono_image_ensure_section_idx): Add support for module handles.
8241         (mono_image_close): Add support for module handles.
8242         (do_load_header): Add support for module handles.
8243         (mono_image_open_from_module_handle): New function for internal use.
8244         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
8245         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
8246         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
8247         handles.
8248         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
8249         * image.h: Add mono_image_fixup_vtable.
8250         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
8251         support.
8252         * coree.h: New file.
8253         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
8254         unsupported native code.
8255         (mono_marshal_set_callconv_from_modopt): New function splitted from
8256         mono_marshal_get_managed_wrapper.
8257         (mono_marshal_get_managed_wrapper): Use
8258         mono_marshal_set_callconv_from_modopt.
8259         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
8260         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
8261         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
8262         that results in a deadlock when the runtime is loaded in _CorDllMain.
8263         * Makefile.am: Add coree.c and coree.h.
8265         Contributed under MIT/X11 license.
8267 2008-04-28  Mark Probst  <mark.probst@gmail.com>
8269         * generic-sharing.c: Search for type arguments in array element
8270         types as well.
8272 2008-04-28  Mark Probst  <mark.probst@gmail.com>
8274         * class-internals.h, generic-sharing.c: New, small runtime generic context.
8276         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
8278         * object.c: Don't setup the RGCTX when the vtable is created,
8279         because we're setting it up lazily now.
8281 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
8283         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
8284         64 bit support.
8286 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
8288         * verify.c (verify_class_for_overlapping_reference_fields): 
8289         If class is under fulltrust allow reference types to overllap
8290         if they have the same RVA.
8292 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
8294         * pedump.c: Added new flag valid-only, that makes the verifier
8295         behaves just like --security=validil. It won't fail type load
8296         due to unverifiable restrictions.
8298 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
8300         * class-internals.h (struct MonoMethod): Added a verification_success
8301         field to cache verifier executions. Reduced MonoMethod:slot size by
8302         one bit.
8304 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
8306         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
8307         instead of a 'vt' argument to save an indirection and to allow these to be used
8308         for valuetypes.
8309         (scan_vtype): New helper function to scan an area using a gc descriptor.
8310         (mono_gc_wbarrier_value_copy): Implement this.
8311         (handle_remset): Add support for REMSET_VTYPE.
8312         (find_in_remset_loc): Ditto.
8313         (mono_gc_base_init): Allow some debugging options to be controlled through the
8314         use of the MONO_GC_DEBUG env variable.
8315         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
8316         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
8318 2008-04-23  Martin Baulig  <martin@ximian.com>
8320         * domain.c (mono_domain_create): Move the call to
8321         mono_debug_domain_create() down, after allocating the domain id.
8323 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
8325         verify.c (verify_class_for_overlapping_reference_fields): Skip
8326         static fields while verifying for overlapping fields as they
8327         don't matter at all.
8329 2008-04-23  Marek Habersack  <mhabersack@novell.com>
8331         * domain-internals.h: added a declaration of
8332         mono_make_shadow_copy.
8334         * assembly.c (mono_assembly_open_full): shadow copying of
8335         assemblies moved to here, so that all the assemblies within the
8336         application domain's private binary directories can be
8337         processed. Fixes bug #380546
8339         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
8340         mono_make_shadow_copy and made non-static. The decision whether
8341         to shadow-copy an assembly is made based on its location - it's
8342         copied if it's in one of the private application domain binary
8343         directories and its different to the target file in the shadow
8344         directory. Fixes bug #380546
8346 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
8348         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
8350         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
8351         types.
8353         * reflection.c (mono_image_create_token): Handle 
8354         Method/ConstructorOnTypeBuilderInst.
8355         (resolve_object): Ditto.
8356         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
8357         so it can be called from resolve_object. Also handle the case when the inflated
8358         class already has its methods setup.
8360 2008-04-21  Martin Baulig  <martin@ximian.com>
8362         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
8364 2008-04-20  Geoff Norton  <gnorton@novell.com>
8366         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
8367         pointer dereference.
8369 2008-04-15  Marek Habersack  <mhabersack@novell.com>
8371         * appdomain.c (try_load_from): if IOMAP is in effect, call the
8372         portability API to look up the assembly file. Fixes behavior in
8373         situations when the application has a bin/ directory, but the
8374         assembly search patch refers to Bin/ (and thus the requested file
8375         name is Bin/SomeLibrary.dll). Fixes bug #379888
8377 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
8379         verify.c (mono_type_is_generic_argument): Extracted this check
8380         from a dozen places to here.
8382         verify.c: Fixed all issues related to boxing generic arguments
8383         and their constraints.
8385 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
8387         verify.c (mono_class_interface_implements_interface): Fix win32 build.
8389 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
8391         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
8392         isn't finished yet. Fixes #363447.
8394 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
8396         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
8397         Fixes #346419.
8399 2008-04-13  Jb Evain  <jbevain@novell.com>
8401         * domain.c: update the 2.1 profile versions.
8402         Merged from the Moonlight 2 branch.
8404 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
8406         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
8407         mscorlibs for the non-refonly case as well.
8409         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
8410         in mono_assembly_load_from_full (). Fixes #378924.
8412 2008-04-11  Geoff Norton  <gnorton@novell.com>
8414         * icall.c: The global extern environ doesn't exist on Mac.  We
8415         need to call NSGetEnviron instead.
8417 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
8419         verify.c: Add generic method constraint verification.
8421 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
8423         class.c (mono_class_inflate_generic_method_full): Add a long
8424         explanation to the is_mb_open hack. Remove the FIXME.
8426 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
8428         * verify.c (mono_method_verify): Mark all unknown opcodes
8429         as invalid. Mark jmp as unverifiable.
8431 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
8433         * verify.c: Add code to do type constraint verification on class instances.
8435         * verify.c (mono_verifier_verify_class): Use the type constraint 
8436         verification code.
8438 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
8440         * class.c (mono_class_get_field_default_value): Don't pass cindex
8441         as hint to mono_metadata_get_constant_index. The local is not initialized
8442         and should contain garbage most of the time. This could only work
8443         with a lot of luck.
8445 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
8447         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
8449 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
8451         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
8453         * class.c (mono_class_from_generic_parameter): Save the token of the
8454         generic param in MonoClass::sizes.generic_param_token.
8456         * reflection.c (mono_custom_attrs_from_class): If the class type is
8457         VAR or MVAR retrieve the attributes of the generic param.
8459 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
8461         * class.c (mono_class_init): Do class verification if the verifier
8462         is enabled.
8464 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
8466         * verify-internal.h: Added mono_verifier_verify_class.
8468         * verify.c: Added mono_verifier_verify_class. It checks for
8469         classes with explicit layout that have overlapping reference fields.
8471         * pedump.c: Init the verifier state prior to verification. Fixed
8472         command line arguments.
8474 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
8476         * Makefile.am: Added verify-internals.h, hopefully fix the build.
8478 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
8480         * verify-internals.h: Fix a warning.
8482 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
8484         * verify-internals.h: New header with the verifier configuration
8485         extracted from mini.c.
8487         * verify.c: Implemented the new functions exported by verify-internals.h.
8489 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
8491         * verify.c: Add proper verification of ckfinite.
8493 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
8495         * verify.c (do_conversion): Improved error message to something
8496         more meanfull.
8498         * verify.c (check_is_valid_type_for_field_ops): Fix to work
8499         with primitive types.
8501 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
8503         * verify.c: Added tail prefix checking. Marked icall
8504         as unverifible.
8506 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
8508         * verify.c: Fix the detection of branches to the middle
8509         of an instruction.
8511 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
8513         * verify.c: Implemented verification of volatile. and
8514         unaligned. prefix. Check if a type is valid after retrieving it.
8516 2008-04-01  Dick Porter  <dick@ximian.com>
8518         * process.c (process_get_fileversion): If there's no string block,
8519         set the file language to en_US.  Fixes the other new part of bug
8520         374600.
8522 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
8524         * class.c: New functions mono_method_can_access_field_full and
8525         mono_method_can_access_method_full. They perform type visibility
8526         and type site check.
8528         * class-internal.h: Added exported functions.
8530         * verify.c: Use new functions to implement proper visibility checks.
8532 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
8534         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
8536 2008-03-28  Dick Porter  <dick@ximian.com>
8538         * process.c (process_get_fileversion): Use the first language ID
8539         we see, rather than insisting on an invariant language.  Fixes bug
8540         374600.
8542 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
8544         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
8545         the streams to fix reading of invalid memory later.
8547         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
8548         to ease debugging.
8550 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
8552         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
8553         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
8555 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
8556         * threads.h: Added MonoThreadManageCallback type and
8557         mono_thread_set_manage_callback prototype
8558         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
8559         (used to store the mono_thread_manage callback).
8560         * threads.c: Added mono_thread_set_manage_callback, and handle
8561         "MonoThread->manage_callback" in build_wait_tids.
8563 2008-03-26  Dick Porter  <dick@ximian.com>
8565         * process.c (process_get_fileversion): Set FileVersionInfo strings
8566         to Empty when the resource doesn't have the particular info.
8567         Fixes bug 355717.
8569 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
8571         * verify.c (mono_method_verify): Proper prefix validation.
8573 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
8575         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
8576         itself in a separate argument instead of throwing them. Fixes #373448.
8578         * appdomain.c: Bump corlib version.
8580 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
8582         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
8584 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
8586         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
8587         version macros.
8589 2008-03-20  Mark Probst  <mark.probst@gmail.com>
8591         * generic-sharing.c, class-internals.h: Code for putting
8592         reflection types into the runtime generic context.
8594 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
8596         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
8597         Fixes #340662. 
8600 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
8602         * verify.c (VerifyContext): Added instruction prefix data to the struct.
8604         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
8606         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
8608         * verify.c (do_cast): Let the result value keep the boxed status.
8610         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
8612 2008-03-17  Jb Evain  <jbevain@novell.com>
8614         * reflection.c: when running on a 2.0 runtime, emit
8615         unconditionally the #~ header version as 2.0, and the
8616         CLI header version as 2.5, for symmetry's sake with csc.
8618 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
8620         * class.c: Remove the unused cache_interface_offsets stuff.
8622         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
8623         profiler.c: Fix warnings.
8625 2008-03-16  Mark Probst  <mark.probst@gmail.com>
8627         * generic-sharing.c, class-internals.h: Support for putting
8628         methods into the runtime generic context.
8630 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
8632         * class.c (mono_class_setup_fields): Ignore calls made to this function for
8633         classes which are generic instances of not-yet finished typebuilders. Fixes
8634         #351172.
8636         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
8638 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
8640         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
8642         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
8643         field, replace it with a hash table in MonoDynamicImage.
8645         * reflection.c (inflate_mono_method): Access the generic definition object from
8646         image->generic_def_objects instead of imethod->reflection_info.
8648         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
8650         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
8651         
8652         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
8653         function in reflection.c so it is easier to keep in sync with the dynamic image
8654         creation code.
8656         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
8657         mono_image_close ().
8659 2008-03-15  Mark Probst  <mark.probst@gmail.com>
8661         * class.c (mono_class_generic_sharing_enabled): Disable generic
8662         sharing for all architectures except AMD64 and x86 to fix build.
8664 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
8666         * verify.c: Use the generic definition MonoGenericContext when available.
8667         Remove code for checking generics instance compatibility in favor of
8668         mono_class_is_assignable_from.
8670 2008-03-14  Mark Probst  <mark.probst@gmail.com>
8672         * marshal.c, marshal.h, metadata-internals.h, image.c,
8673         wrapper-types.h: New wrapper for invoking a shared static method
8674         without having to pass the runtime generic context argument.
8676 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
8678         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
8680 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
8682         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
8683         
8684         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
8685         create a token from a FieldOnTypeBuilderInst.
8686         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
8687         (resolve_object): Ditto.
8689         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
8690         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
8692 2008-03-14  Martin Baulig  <martin@ximian.com>
8694         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
8696         * debug-mono-symfile.h
8697         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
8698         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
8700 2008-03-10  Martin Baulig  <martin@ximian.com>
8702         * debug-mono-symfile.h
8703         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
8704         `lexical_block_table_offset'.
8705         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
8706         `lexical_blocks'.
8707         (MonoSymbolFile): Added `version'.
8709         * mono-debug.h
8710         (MonoDebugLexicalBlockEntry): Removed.
8711         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
8712         `lexical_blocks'.
8714         * mono-debug.c (mono_debug_add_method): Don't compute lexical
8715         blocks here; the debugger now does this internally.
8717 2008-02-27  Martin Baulig  <martin@ximian.com>
8719         * object.c (mono_runtime_exec_main): Call
8720         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
8721         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
8723 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
8725         * verify.c (verify_type_compatibility_full): Allow native int to be converted
8726         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
8728 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
8730         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
8731         ldftn with a virtual method.
8733 2008-03-13  Geoff Norton  <gnorton@novell.com>
8735         * decimal.c:  Only include memory.h if the platform has it.
8737 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
8739         * assembly.c, class.c, metadata-internals.h: make sure public key
8740         tokesns are compared in a case-insensitive way. Also, all
8741         the lookups in the GAC use a lowercase public key token
8742         (gaacutil already does the lowercasing on install). Fixes
8743         bug #369541.
8745 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
8747         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
8748         and return value.
8750 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
8752         * image.c: when someone loads a mscorlib from a file, return the
8753         currently loaded mscorlib (fixes bug #369253).
8755 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
8757         * class.c: handle types with no parents by forcing them to have
8758         System.Object as a parent and marking them as broken (this currently
8759         allows the first part of bug #369173 to work as well, likely because
8760         we don't check for typeload exceptions everywhere yet).
8762 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
8764         * class.c: more complete check that types belong to corlib
8765         (fixes second part of bug #369173).
8767 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
8769         * generic-sharing.c:  Including glib.h for the MSVC builds to define
8770           "inline" to "__inline" before including mono-membar.h.
8771           
8772         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
8773           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
8774           MSVC builds.
8776         Contributed under MIT/X11 license.
8778 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
8780         * verify.c (do_invoke_method): Remove return type validation.
8782         * verify.c (do_ret): Do return type validation at return site instead of
8783         call site.
8785 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
8787         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
8789         * verify.c: Some todos cleaned and improved a few error messages.
8791 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
8793         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
8795 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
8797         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
8798         system types correctly.
8800         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
8801         function.
8803 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
8805         * assembly.c (build_assembly_name): Fix a warning.
8807 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
8809         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
8810         the called function takes an object type argument. Fixes storing or
8811         valuetypes across remoting as well as reducing memory usage.
8812         * image.c, metadata-internals.h: remove now unused ldfld_remote and
8813         stfld_remote wrapper caches.
8815 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
8817         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
8818         is not found.
8820         * reflection.c (mono_image_register_token): New helper function to save
8821         a token->object mapping.        
8823         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
8824         managed code.
8826         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
8827         one dimension arrays. Fixes #367670.
8828         (mono_reflection_get_type_internal): Ditto.
8830 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
8832         * marshal.c: mono_load_remote_field_new() always returns object.
8833         so use the proper signature (fixes bug #366445).
8835 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
8836         
8837         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
8838         add an 'inline_failure' flag instead.
8840 2008-03-04  Mark Probst  <mark.probst@gmail.com>
8842         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
8843         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
8844         contains the location of "this", used for exception handling.
8846 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
8848         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
8849         their size on all platforms for perf reasons.
8851 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
8853         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
8854         object-internal.h
8856         * object-internal.h: Same.
8858 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
8860         * reflection.h: Fix the build I just broke.
8862 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
8864         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
8865         Test if a token is valid, this remove explicit usage of 
8866         MonoDynamicImage::tokens from the verifier code.
8868         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
8870         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
8871         instead of direct access to MonoDynamicImage::tokens.
8873 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
8875         * verify.c (token_bounds_check): Fix the build I just broke.
8877 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
8879         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
8881         * verify.c (verifier_load_method): Fixed the errors message.
8883         * verify.c (mono_method_verify): Fixed a debug message.
8885 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
8887         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
8888         mono-perfcounters.h, class-internals.h: support for predefined
8889         writable counters, query of categories and counters, bugfixes.
8891 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
8893         * verify.c (do_refanytype): Verify the refanytype opcode.
8895         * verify.c (mono_method_verify): Use do_refanytype.
8897 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
8899         * verify.c (do_mkrefany): Verify the mkrefany opcode.
8901         * verify.c (mono_method_verify): Use do_mkrefany.
8903 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
8905         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
8906         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
8907         implementation.
8909 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
8911         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
8912         the type load exception.
8914 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
8916         * verify.c: Added a few FIXME for method signatures
8918         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
8919         of mono_method_get_signature and get vararg call working. Removed unused
8920         checks for return value.
8922         * verify.c (do_refanyval): Verify the refanyval opcode.
8924         * verify.c (mono_method_verify): Implemented verification of arglist and
8925         use do_refanyval.
8927 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
8929         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
8930         vtypes to marshal.c.
8932         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
8933         it works for AOT as well.
8935 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
8937         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
8938         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
8939         the system time is adjusted.
8941 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
8943         * icall.c, icall-def.h: use the new time functions (fixes the
8944         non-monotonic behaviour of TickCount).
8946 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
8948         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
8949         it breaks the build.
8950         
8951         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
8952         cattr is not finished yet.
8954 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
8956         * verify.c: Proper token validation for field, method and type.
8958 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
8960         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
8962         * loader.c (method_from_memberref): Generate type load error instead of method missing
8963         if the type is not found.
8965 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
8967         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
8968         some of the conversions caused the generation of a marshal directive exception.
8970 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
8972         verify.c: Report which exception should be thrown by the JIT.
8973         Added a lot of FIXME notes.
8975 2008-02-22  Mark Probst  <mark.probst@gmail.com>
8977         * generic-sharing.c: Runtime generic context slots are not
8978         instantiated on init anymore.  Instead, provide function to do the
8979         instantiating on demand.
8981         * class-internals.h: Added vtable to runtime generic context.
8982         Macros for encoding direct and indirect slot offsets in one
8983         guint32.
8985 2008-02-21  Mark Probst  <mark.probst@gmail.com>
8987         * object.c, generic-sharing.c: Moved some generic sharing code
8988         from object.c to generic-sharing.c.
8990         * generic-sharing.c: Added support for extensible runtime generic
8991         context.
8993         * metadata-internals.h: Two new hash tables in MonoImage for
8994         extensible runtime generic context support.
8996         * domain.c: Unregister generic vtables upon domain unloading.
8998         * image.c: Destroy new hash tables upon image unloading.
9000         * metadata.c: Unregister generic subclasses upon image unloading.
9002         * class-internals.h: New data structure for runtime generic
9003         context template.  New fields in the runtime generic context for
9004         extensible part.
9006         * Makefile.am: Added generic-sharing.c.
9008 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
9010         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
9011         there is a pending loader exception, raise it.
9013         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
9014         same.
9016         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
9017         same.
9019         Fixes #363450.
9021 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
9023         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
9025         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
9026         
9027         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
9028         ref-only requests for compatibility with MS.
9030 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
9032         * reflection.c (mono_custom_attrs_from_method): Don't silently
9033         return an empty list for generic method instances.
9034         (mono_custom_attrs_from_param): Likewise.
9036 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
9037             Raja R Harinath  <harinath@hurrynot.org>
9039         Fix #354757
9040         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
9041         * class.c (mono_class_inflate_generic_method_full): Initialize it
9042         when a fully-open method is instantiated.
9043         * metadata.c (inflated_method_equal, inflated_method_hash): Update
9044         to new field.
9045         * reflection.c (inflate_mono_method): Don't create a temporary context.
9047 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
9049         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
9050         Compute correct value, to prepare for imethod->reflection_info going away.
9052 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
9054         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
9056 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
9058         * verify.c: Implement skip visibility flag.
9060 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
9062         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
9063         which contains an extra field to tell the kind of exception that should be thrown.
9065         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
9067 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
9069         * loader.c (mono_method_get_param_names): Initialize 'klass' after
9070         'method' is updated.
9072 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
9074         * class.c (mono_class_layout_fields): Set class->min_align for classes using
9075         explicit layout as well. Fixes #360375.
9077 2008-02-11  Geoff Norton  <gnorton@novell.com>
9079         * loader.c: Guard and dereference against inflated generic methods
9081 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
9083         * class.c: Include Retargetable spec in assembly name.
9084         * assembly.c: Always include PublicKeyToken spec in assembly name
9085         (with value "null" if assembly is not signed), and include
9086         Retargetable spec.
9087         * icall-def.h: Added icall for Assembly.get_fullname.
9088         * icall.c: Added icall returning the fullname of an assembly.
9090 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
9092         * class.c (mono_class_setup_vtable_general): Add a missing call to
9093         mono_class_setup_methods () which is needed in the AOT case.
9095 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
9097         * verify.c (mono_type_get_stack_name): Added. Return the name for the
9098         stack type of the given MonoType.
9100         * verify.c (verify_type_compatibility_full): Handle the void type.
9102         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
9103         way stack merging works.
9105         * verify.c (store_local): Improved verification message.
9107         * verify.c (do_branch_op): If the merging is invalid, the method
9108         is unverifiable and not invalid. Improved error message.
9110         * verify.c (merge_stacks): Properly merge a boxed valuetype and
9111         a reference type diferent than System.Object. Improved error
9112         message.
9114 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
9116         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
9118         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
9119         type of an enum even if the argument is byref.
9121         * verify.c: Replace all explicit uses of enumtype and enum_basetype
9122         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
9124         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
9126         *verify.c (verify_type_compatibility_full): Make enum types
9127         compatible with their base types.
9129         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
9130         types are compatible for the special case of a boxed valuetype and
9131         System.Object.
9133         * verify.c (verify_stack_type_compatibility): The function
9134         is_compatible_boxed_valuetype was extracted from here.
9136         * verify.c (push_arg): Only set ctx->has_this_store if the method
9137         is not static.
9139         * verify.c (do_ldelem): Fixed a typo in an error message and added
9140         strict check for mixing int32 and native int as the array type
9141         and ldelem type.
9143         * verify.c (merge_stacks): Consider boxed valuetypes in the
9144         compatibility checks.
9146 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
9147         * profiler.h: (MonoGCEvent): Added start-stop the world events.
9149 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
9150         *class.c: use_new_interface_vtable_code: renamed the env var to have
9151         a "MONO_" prefix, and fix the logic to enable it by default.
9153 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
9154         *class.c:
9155         mono_class_setup_vtable_general: rewrote the way in which interface
9156         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
9157         makes the code more maintainable.
9158         For now the old code is still there, and can be activated setting
9159         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
9161 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
9163         * verify.c: guarded some debug functions around and #ifdef.
9165         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
9167 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
9169         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
9170         changes for now since they seem to break too many things.
9172 2008-02-05  Mark Probst  <mark.probst@gmail.com>
9174         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
9175         mono_marshal_find_nonzero_bit_offset): Added macro and function
9176         for finding the byte- and bit-offset of a bitfield within a
9177         struct.
9179 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
9181         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
9182         (mono_marshal_get_struct_to_ptr): Ditto.
9184         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
9185         cctor_signature.
9187 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
9189         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
9190         between methods for non-corlib types.
9192 2008-02-02  Geoff Norton  <gnorton@novell.com>
9194         * loader.c (mono_method_get_param_names): Populate the parameter name for 
9195         generic parameters as well. (Fixes #342536)
9197 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
9199         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
9201         * verify.c (do_invoke_method): Fix for calling with byref structs.
9203         * verify.c (do_cast): push a boxed value type based on the type token and not
9204         the type of stack.
9206 2008-01-31  William Holmes  <billholmes54@gmail.com>
9208         * process.c (process_module_string_read): Check the size returned form 
9209           VerQueryValue to avoid out of memory exception. 
9211 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
9213         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
9214         Handle properly modules which are not in the moduleref table. Fixes
9215         #356938.
9217 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
9219         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
9220         the dynamic case which is now in managed code.
9221         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
9223         * marshal.c (mono_string_to_bstr): Fix a warning.
9224         (init_com_provider_ms): Ditto.
9226         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
9228         * exception.c (mono_get_exception_out_of_memory): New helper function.
9230 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
9232         * marshal.c: Add support for BSTR marshalling
9233         using other COM systems.
9235         Code is contributed under MIT/X11 license.
9237 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
9239         * object.c (mono_runtime_invoke_array): reverted previous
9240         commit as it breaks the build.
9242 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
9244         * object.c (mono_runtime_invoke_array): Verify arguments for
9245         invalid types. Fixes #348522.
9247 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
9249         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
9250         non-final virtual calls using call. 
9252         * verify.c (do_invoke): fixed some TODOs.
9254         * verify.c (push_arg): set has_this_store for "ldarga 0".
9256 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
9258         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
9259         which belong to an inflated class. Fixes #356531.
9261 2008-01-26  Robert Jordan  <robertj@gmx.net>
9263         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
9264         which resort to FindFirstFile when a certain error condition
9265         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
9266         Code is contributed under MIT/X11 license.
9268 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
9270         * marshal.c (emit_marshal_string): Fix out string marshalling
9271         to use specified encoding. Fixes #323900.
9273         Code is contributed under MIT/X11 license.
9275 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
9277         * class.c (mono_class_inflate_generic_method_full): Don't modify
9278         iresult->context after cache check.
9280 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
9282         * class.c (mono_class_inflate_generic_method_full): Change the
9283         struct assignments to memcpy for better visibility and add some comments.
9285 2008-01-23  Dick Porter  <dick@ximian.com>
9287         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
9288         procedure, and make it work on windows.
9290 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
9292         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
9293         a MonoReflectionTypeBuilder since it is always of that type.
9295         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
9297         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
9299         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
9300         
9301         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
9303         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
9305         * reflection.c (mono_reflection_create_runtime_class): Remove already created
9306         instantiations from the type cache.
9308 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
9310         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
9312         * verify.c (do_unbox_value): push a controled mutability managed pointer.
9314 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
9316         * verify.c (do_ldstr): added, verifies if the #US token is valid.
9318         * verify.c (mono_method_verify): removed old TODO
9320 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
9322         * verify.c (do_newobj): add visibility check.
9324 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
9326         * verify.c (do_load_function_ptr): add visibility check.
9328 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
9329         *class.c:
9330         mono_generic_class_get_class: hook profiler events.
9331         mono_field_get_offset: added to support heap-shot in the new profiler.
9332         *class.h: exported mono_field_get_offset.
9333         * reflection.c:
9334         mono_reflection_setup_internal_class: hook profiler events.
9336 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
9338         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
9339         argument here too and use it to avoid checking for pending exceptions if 
9340         possible.
9342 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
9344         * assembly.c (build_assembly_name): add arg for passing the assembly
9345         flags. Do not consider a PublicKey with value "null" valid.
9346         (mono_assembly_name_parse_full): added boolean argument that will be
9347         set if the assembly name contains a PublicKeyToken spec. Added support
9348         for the Retargetable spec for which only Yes or No are allowed as valid
9349         value. Consider assembly name invalid if Retargetable spec is set, but
9350         either version, culture or public key (token) are not specified.
9351         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
9352         with implementation in assembly.c.
9353         * icall.c (fill_reflection_assembly_name): also copy assembly flags
9354         from MonoAssemblyName.
9355         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
9356         introduced argument for mono_assembly_name_parse_full to know if the
9357         assembly name has a PublicKeyToken spec, and if it has instruct
9358         fill_reflection_assembly_name to use default value for keyToken (if
9359         PublicKeyToken is null).
9361 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
9363         * verify.c (mono_method_verify): fixed ovf ops with
9364         float values. They are unverifiable now.
9366 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
9368         * class.c (set_failure_from_loader_error): add BadImageException to the
9369         list of exceptions that can cause a type to fail to load.
9371         * class.c (mono_class_get_exception_for_failure): same.
9373 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
9375         * verify.c (in_any_exception_block): added, check if offset
9376         is part of any exception handling clause.
9378         * verify.c (get_stack_type): added VAR and MVAR types.
9380         * verify.c (do_stobj): better error messages.
9382         * verify.c (do_cpobj): added, check cpobj.
9384         * verify.c (do_initobj): added, check initobj.
9386         * verify.c (do_sizeof): added, check sizeof.
9388         * verify.c (do_localloc): added, check localloc.
9390         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
9392 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
9394         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
9395         save_lmf/restore_lmf opcodes.
9397         * threads.c (mono_threads_install_notify_pending_exc): New function to
9398         install a callback notifying the JIT there is a pending exception on a thread.
9399         (mono_thread_request_interruption): Call the new callback.
9400         (mono_thread_get_and_clear_pending_exception): New function to return the
9401         exception pending on a thread.
9403         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
9404         to turn off checking for pending exceptions.
9405         (mono_marshal_get_native_wrapper): Ditto.
9407 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
9409         * threads-types.h: Get rid of the unnecessary extern declarations.
9411 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
9413         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
9414         return field from parent class if not private.
9415         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
9416         returns fields from parent class if they are not private.
9417         (method_nonpublic): added function to determine if a given method
9418         should be considered non-public. Returns false for private methods
9419         on parent class, and internal methods from parent on the 1.0 profile.
9420         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
9421         use method_nonpublic function to determine whether method should be
9422         returned.
9423         (property_accessor_public): use newly introduced method_nonpublic
9424         function to determine whether accessor is non-public. 
9425         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
9426         event from parent class if not private. Only return static event if
9427         Static flag is set, and only return static event from parent class if
9428         FlattenHierarchy flag is set.
9429         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
9430         include non-private events from parent class.
9432 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
9434         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
9435         warning.
9437 2008-01-16  Wade Berrier <wberrier@novell.com>
9439         * security.c: Add assembly.h header to appease some warnings
9441 2008-01-16  Dick Porter  <dick@ximian.com>
9443         * process.c (process_module_string_read): Remove trailing null
9444         when saving string.
9446 2008-01-16  Mark Probst  <mark.probst@gmail.com>
9448         * class-internals.h: A new data structure describing the layout of
9449         a runtime generic context (MonoRuntimeGenericContextTemplate).
9451         * metadata-internals.h: Added a hash table to MonoDomain that maps
9452         from open generic classes to their runtime generic context
9453         templates.
9455         * object.c: Building of the runtime generic context, including
9456         proper handling of generic type arguments of superclasses.
9457         Building of the runtime generic context according to the template.
9459 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
9461         * class.c (mono_class_setup_fields): Set field.count for generic instances.
9462         Fixes #350856.
9464         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
9465         mono_portability_find_file (). Fixes #325466.
9466         (mono_image_get_public_key): Fix a warning.
9468 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
9470         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
9471         Fixes #353550.
9472         (mono_class_from_name_case): Ditto.
9474 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
9476         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
9477           common storage for the tables used in the System/NumberFormatter class.
9479 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
9481         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
9483 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
9485         * verify.c (get_boxable_mono_type): check if the token is valid.
9487         * verify.c (set_stack_value): changed to add an error if an
9488         invalid type is set on stack. Changed all callers due to signature change.
9490         * verify.c (do_stobj): implement stobj validation.
9492 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
9494         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
9495         set container->is_method, it was set earlier.
9497         * metadata.c (type_in_image): Handle MVARs which belong to not finished
9498         generic methods.
9500         * reflection.c (mono_reflection_initialize_generic_parameter): Set
9501         is_method of the generic container to TRUE for methods.
9503 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
9505         * metadata.c (type_in_image): Handle type parameters properly.
9507         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
9508         memory ownership of this structure.
9510 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
9512         * verify.c (get_boxable_mono_type): make typedref types been just
9513         unverifiable. check for void type.
9515         * verify.c (do_unbox_any): added, verify opcode unbox.any.
9517         * verify.c (do_load_function_ptr): accept method spec tokens.
9519 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
9521         * marshal.c (mono_class_native_size): Always set *align even if this is called
9522         recursively.
9524 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
9526         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
9527         out-of-date.
9529 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
9531         * verify.c: removed some old unused tables. A huge bunch of small fixes
9532         to things found while testing the verifier with mono basic.
9534         * verify.c (dump_stack_value): dump null literal flag to.
9536         * verify.c (verify_type_compatibility_full): fix comparison
9537         for types that have a generic super type.
9539         * verify.c (verify_stack_type_compatibility): fix compatibility
9540         between null literals and reference types. fix compatibility between
9541         boxed valuetypes and object. fix corner case test for enums.
9543         * verify.c (do_cmp_op): proper verification of cgt.un in case
9544         of reference types.
9546         * verify.c (do_invoke_method): fix error message.
9548         * verify.c (do_store_indirect
9550         * verify.c (check_is_valid_type_for_field_ops): proper verification
9551         of managed pointers to valuetypes and boxed valuetypes. proper verification
9552         of null literals.
9554         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
9555         allow token to be a reference type.
9557         * verify.c (do_cast): proper handling of boxes valuetypes.
9559         * verify.c (do_stelem): proper handling of storing a boxed valuetype
9560         in object[].
9562         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
9563         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
9564         fixed the decoding of unbox_any
9566 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
9568         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
9570 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
9572         * verify.c (do_newobj): do delegate verification.
9574         * verify.c (verify_delegate_compatibility): perform delegate
9575         verification.
9577         * verify.c (verify_ldftn_delegate): perform tests related to
9578         ldftn delegates.
9580         * verify.c (mono_delegate_signature_equal): perform the
9581         slightly diferent signature comparison required by delegates.
9583         * metadata.c (mono_metadata_type_equal_full): added and exported
9584         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
9585         allows signature only comparison.
9587         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
9588         as MONO_INTERNAL.
9590 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
9592         * verify.c: added a bunch of stack_slot_* functions to
9593         make access to stack slot type easier. This is required to
9594         allow optional flags, like null literal, boxed value and
9595         this pointer.
9596         All access paths to IlStackDesc::stype have been changed 
9597         to use these new funcions.
9598         Removed a bunch of unused functions and cleared all warnings.
9599         This patch introduces the usage of the this pointer and 
9600         boxed value flags.
9602 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
9604         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
9606 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
9608         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
9609         match managed version.
9611         * appdomain.c: Bump corlib version.
9612         
9613         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
9614         argument.
9616 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
9618         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
9619         Set public key token to zero-length byte array if assembly is not
9620         strongnamed.
9622 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
9624         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
9625         writing a vtype array elem.
9627 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
9629         * assembly.c (build_assembly_name): return FALSE if length of token is
9630         not 16 (if not "null").
9631         (mono_assembly_name_parse_full): return FALSE if value of version,
9632         culture, token or key is 0.
9633         * icall.c (fill_reflection_assembly_name): add boolean arguments to
9634         specify whether public key and public key token must be set to default
9635         value (zero-length byte array) if not available. Set versioncompat to
9636         SameMachine. If public key is available or the default is set, then
9637         set PublicKey flag.
9638         (ves_icall_System_Reflection_Assembly_FillName): if no public key
9639         is available, use empty byte array as default value. On the 2.0
9640         profile, use default value for public key token if not set.
9641         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
9642         profile, use default value for public key if not set. On the 2.0
9643         profile, use default value for public key token if not set.
9644         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
9645         default values for public key and public key token.
9647 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
9649         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
9650         field to keep it in synch with the managed object.
9652         * marshal.c (emit_marshal_object): Add support for byref marshalling of
9653         delegates. Fixes #351520.
9655         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
9656         contains defined memory.
9657         
9658         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
9660         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
9661         
9662         * sgen-gc.c (check_consistency): New helper function to do a consistency check
9663         of the GC data structures.
9665         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
9667         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
9668         
9669         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
9670         barrier.
9671         (mono_array_clone_in_domain): Ditto.
9672         (mono_array_clone_in_domain): Ditto.
9674         * threads.c (start_wrapper): Register the thread start argument as a GC root.
9675         (cache_culture): Use a write barrier.
9677         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
9678         (ves_icall_get_property_info): Ditto.
9680         * object.h (MONO_STRUCT_SETREF): New macro.
9682         * class-internals.h (MonoStats): Add some GC statistics.
9684         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
9686 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
9688         * exception.c (mono_exception_from_name_two_strings):
9689         Break from loop after method is found.
9691 2008-01-04  Dick Porter  <dick@ximian.com>
9693         * process.c (process_module_string_read): Rename variable to
9694         reflect correct usage, after fixing bug 345972.
9696 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
9698         * verify.c (mono_type_create_fnptr_from_mono_method): 
9699         created a MonoType function pointer instance to be used during
9700         verification. The verifier releases this memory at end.
9702         * verify.c (mono_method_is_constructor): extracted repeated
9703         checks for constructor into a single class.
9705         * verify.c (do_push_field): use new extracted method
9706         for constructor check.
9708         * verify.c (do_newobj): same.
9710         * verify.c (do_ldftn): renamed to do_load_function_ptr
9711         and make it verify ldvirtftn too.
9713         * verify.c (mono_method_verify: proper verification
9714         of ldvirtftn. release created MonoMethod instances.
9716 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
9718         * verify.c (token_bounds_check): added.
9720         * verify.c (do_ldftn): added.
9722         * verify.c (mono_method_verify): proper verificartion of ldftn.
9724 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
9726         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
9727         than the table row count. It's the resposibility of the caller to
9728         make the bounds check and raise the correct error.
9730         * metadata.c (mono_metadata_decode_row_col): Same.
9732         * loader.c (mono_get_method_from_token): perform bounds check
9733         on token for methoddef table.
9735 2007-12-29  Miguel de Icaza  <miguel@novell.com>
9737         * icall.c
9738         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
9739         assert into a negative result, the managed code already coped with
9740         that.
9742         Some folks on Windows reported this error. 
9744 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
9746         * appdomain.c: Bump corlib version.
9747         * icall.c:
9748         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
9749         CultureInfo.CreateCulture to create CultureInfo for name.
9750         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
9751         create CultureInfo for name. Fixes bug #347174.
9753 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
9755         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
9756         flags.
9758         * verify.c (is_valid_branch_instruction): allow branching to the
9759         first instruction of the protected block.
9761         * verify.c (is_valid_cmp_branch_instruction): same.
9763         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
9764         avoid double initialization.
9766         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
9767         detect which cases the eval stack should just be copied.
9769         * verify.c (mono_method_verify): check if the eval stack
9770         is empty when entering a protected block.
9772 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
9774         * verify.c: added is_clause_in_range, is_clause_inside_range,
9775         is_clause_nested and verify_clause_relationship. They perform
9776         the verifications stated in P1 12.4.2.7.
9778         * verify.c (mono_method_verify): remove some unused variables,
9779         add the new exception clause checks, add instruction border
9780         checks for protected block start/end, improved some error 
9781         messages and fixed a bug in the way invalid instruction access
9782         is detected.
9784 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
9786         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
9787         from GC 7.0 if available.
9789         * object.c: Remove an unused define.
9790         
9791         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
9793         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
9795         * null-gc.c (mono_gc_make_descr_for_array): Implement.
9797         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
9799         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
9800         to take the same arguments as the other make_descr functions.
9802         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
9804         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
9805         directly.
9807         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
9808         mini.c.
9810         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
9811         call to boehm-gc.c.
9813         * boehm-gc.c (mono_gc_register_root): Fix a warning.
9815         * null-gc.c (mono_gc_register_root): Fix a warning.
9817         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
9819         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
9820         (mono_gc_base_init): Call GC_init ().
9822         * null-gc.c: Define mono_gc_register_root () as a no-op.
9824         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
9826 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
9828         * verify.c: add prototype for merge_stacks at top
9830         * verify.c (do_switch): added.
9832         * verify.c (merge_stacks): on some cases the stack merging
9833         was not happening properly. Unequal stack sizes at merge
9834         points should be invalid.
9836         * verify.c (mono_method_verify): added more debug info on stack state.
9837         verify switch properly.
9839 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
9841         * method-builder.h: New file, moved the mono_mb_ declarations here from 
9842         marshal.h.
9844         * boehm-gc.c marshal.c: Include method-builder.h.
9846         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
9848         * marshal.c: Remove some code which is now in method-builder.c.
9850 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
9852         * method-builder.c: New file, extraction of the method builder functionality 
9853         from marshal.c.
9855         * marshal.c: Move the mb functions into method-builder.c.
9857         * marshal.h marshal.c: Export some mono_mb_... functions.
9859         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
9861         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
9862         the caller.
9864         * class.c (mono_class_get_full): Check the token type in the dynamic case.
9866         * loader.c (mono_field_from_token): Ditto.      
9868         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
9869         type as well.
9870         
9871         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
9872         Fixes #342565.
9874         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
9875         a helper function for setting it.
9877         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
9879         
9880         * assembly.c: Significally simplify code now that referenced assemblies are 
9881         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
9883         * threads.h: Don't include  the internal threads-types.h header file. Fixes
9884         #349952.
9886 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
9888         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
9889         instructions that were target of branches or are at protected block boundaries.
9891         * verify.c (in_same_block): handle filter clauses.
9893         * verify.c (is_valid_branch_instruction): added. checks the target of
9894         instructions br or brtrue/false.
9896         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
9897         binary branch instructions such as beq and bge.
9899         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
9900         and made it pin the instruction as been part of the exception block.
9902         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
9903         of in_same_block.
9905         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
9906         of in_same_block.
9908         * verify.c (do_ret): ret from a protected block is unverifiable and
9909         not invalid.
9911         * verify.c (do_static_branch): verify br and br.s instructions.
9913         * verify.c (merge_stacks): add extra param to support detection
9914         of branches in the middle of instructions.
9915         
9916         * verify.c (mono_method_verify): verify branches and exception blocks
9917         that target the middle of instructions. Proper verification of br and br.s.
9919 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
9921         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
9922         skip_visibility field.
9923         (reflection_methodbuilder_from_dynamic_method): Ditto.
9925         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
9926         registrations. Fixes #348193.
9928         * threads.h: Move the internal mono_thread_get_pending_exception () to
9929         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
9931 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
9933         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
9934         icall registration. Fixes #348193.
9936         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
9937         for corlib classes into object. Fixes #349621.
9939 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
9941         * icall.c (property_accessor_nonpublic): new function to determine
9942         whether an accessor allows a property to be considered non-public.
9943         Returns false for private accessor(s) from parent class, and internal
9944         accessor(s) from parent on 2.0 profile (and higher).
9945         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
9946         to determine whether property should be included if NonPublic flag
9947         is set. Fixes bug #349078.
9949 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
9951         * verify.c (init_stack_with_value): added.
9953         * verify.c (mono_method_verify): extracted common
9954         code for exception initialization into init_stack_with_value.
9956         * verify.c (mono_method_verify): initialize the exception
9957         for handler clauses as well.
9959         * verify.c (mono_method_verify): fix the exception clause
9960         ordering rules, it should use handler end offset and not
9961         start offset.
9963 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
9965         * rawbuffer.c: remove useless warning.
9967 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
9969         * threads.h, threads-types.h: move functions to the correct header
9970         (fixes bug#349952).
9972 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
9974         * verify.c (mono_method_verify): proper verification
9975         of exception handling clauses ranges and fallthru in
9976         and out of protected blocks.
9978 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
9980         * verify.c (mono_method_verify): fixed compilation issue.
9982 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
9984         * verify.c (mono_method_verify): a printf slipped in, changed
9985         to use verifier debug macro.
9987 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
9989         * verify.c (is_correct_leave): check for filter clauses.
9991         * verify.c (do_filter): added.
9993         * verify.c (mono_method_verify): property verification of leave.
9996 2007-12-18  Mark Probst  <mark.probst@gmail.com>
9998         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
9999         Win32 build, until we figure out how to do the proper thing on
10000         Win32.
10002 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
10004         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
10005         by the previous patch.
10006         
10007         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
10008         the assembly resolve handler for refonly assemblies.
10010 2007-12-17  Mark Probst  <mark.probst@gmail.com>
10012         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
10013         Make sure only one thread is allowed to commence shutdown, and
10014         don't allow new threads to be started once shutdown is in
10015         progress.
10017 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
10019         * verify.c (is_correct_endfilter): added.
10021         * verify.c (is_unverifiable_endfilter): added.
10023         * verify.c (do_endfilter): added.
10025         * verify.c (mono_method_verify): property verification of endfilter
10026         and fixed a corner case or endfinally.
10028 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
10030         * verify.h: new flags to support fail fast of unverifiable code and
10031         do non-strict verification. Non-strict verification is required to
10032         have MS runtime compatibility. There are a huge amount of unverifiable
10033         code that it accepts as verifiable. The strict mode verifies the code
10034         as the specs says.
10035         Non-strict mode will be required in cases where code needs to be
10036         accepted as verifiable but fails under strict mode.
10038         * pedump.c: added support to fail fast and non-strict verification.
10040         * verify.c: added support for both fail fast and non-strict verification.
10042 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
10044         * verify.c (is_correct_endfinally): added.
10046         * verify.c (mono_method_verify): property verification of endfinally.
10048 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
10050         * verify.c (in_any_block): check for filter clauses.
10052         * verify.c (is_correct_rethrow): added.
10054         * verify.c (mono_method_verify): property verification of rethrow.
10056         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
10058 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
10060         * verify.c (do_throw): added.
10062         * verify.c (mono_method_verify): property verification of throw
10064 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
10066         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
10067         assemblies. Fixes #346425.
10069 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
10071         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
10072         FieldBuilders.
10074         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
10076         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
10077         prevent asserts when this is called with a token which might not be valid.
10079         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
10080         lookup_dynamic_token_class with valid_token == FALSE.
10082         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
10084         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
10086         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
10087         
10088 2007-12-10  Mark Probst  <mark.probst@gmail.com>
10090         * gc.c: Don't delay threadpool thread finalization unless Mono is
10091         shutting down.
10093 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
10095         * threads.c: turn an assert into a non-fatal warning.
10097 2007-12-09  Robert Jordan  <robertj@gmx.net>
10099         * icall.c (GetVirtualMethod): Add missing argument validation.
10101 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
10103         * verify.c (do_cast): added.
10105         * verify.c (mono_method_verify): property verification of castclass and isinst.
10108 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
10110         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
10112         * verify.c (do_stelem): added.
10114         * verify.c (mono_method_verify): property verification of stelem.X.
10116 2007-12-07  Mark Probst  <mark.probst@gmail.com>
10118         * class.c, class-internals.h: Introduce an environment variable
10119         (MONO_GENERIC_SHARING) through which the extent of generic code
10120         sharing can be controlled (share all classes, share only corlib
10121         classes, or share nothing).
10123         * object.c: Only create runtime generic context for classes for
10124         which sharing is enabled.
10126 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
10128         * verify.c (do_ldelem): refactor it to work with ldelem.any.
10130         * verify.c (mono_method_verify): property verification of ldelem.any.
10132 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
10134         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
10135         added ldelem.X opcodes.
10137         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
10139         * verify.c: proper verification of ldelem.X 
10141 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
10143         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
10145 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
10147         * verify.c (mono_method_verify): null literal requires special handling,
10148         the value pushed on stack need to be flagged as so.
10150         * verify.c (do_ldelema): Verify ldelema properly.
10152 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
10154         * verify.c: Verify ldlen properly.
10156 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
10158         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
10159         to the target object's type. Fixes #346160.
10161 2007-12-05  Dick Porter  <dick@ximian.com>
10163         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
10164         Solaris needs the same workaround as BSD-derived systems.  Fixes
10165         bug 323524, patch by Burkhard Linke
10166         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
10168 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
10170         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
10171         handle to use when error dialog is shown; otherwise, update mask
10172         to show no error dialog when an error occurs.
10174 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
10176         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
10178         * class.c (mono_class_get_field_default_value): New helper function to initialize
10179         field->def_type and field->data.
10181 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
10183         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
10184         the general one.
10186         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
10188         * marshal.c: Avoid depending on delegate->method_info being set.
10190         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
10191         
10192         * object.c (mono_delegate_ctor): Set delegate->method.
10194         * object-internals.h (struct _MonoDelegate): Add 'method' field.
10196         * appdomain.c: Bump corlib version.
10198 2007-11-27  Raja R Harinath  <harinath@gmail.com>
10200         * metadata.c (mono_generic_inst_equal_full): Short-circuit
10201         equality check if we're comparing canonicalized MonoGenericInsts.
10203 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
10205         * class.c (generic_array_methods): Call mono_class_setup_methods () before
10206         accessing class->methods.
10208 2007-11-22  Dick Porter  <dick@ximian.com>
10210         * threads.c: Ensure that the synch_cs is set before trying to use
10211         it.
10213 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
10215         * profiler.c: r89126 broke the statistial profiler, unbreak.
10217 2007-11-22  Martin Baulig  <martin@ximian.com>
10219         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
10221         * mono-debug.c
10222         (mono_debug_debugger_version): Bump to 3.
10223         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
10224         -> mono_debugger_class_initialized().
10226         * mono-debug-debugger.c
10227         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
10229         * class.c
10230         (mono_debugger_start_class_init_func): Removed.
10231         (mono_debugger_class_loaded_methods_func): Added.
10232         (mono_class_setup_methods): Call it here.
10234 2007-11-22  Martin Baulig  <martin@ximian.com>
10236         * mono-debug.c
10237         (mono_debug_add_delegate_trampoline): New public method.
10238         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
10240         * mono-debug.h
10241         (MonoSymbolTable): Added `global_data_table'.
10242         (MonoDebuggerTypeKind): Removed.
10244 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
10246         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
10247         these methods.
10249         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10250         
10251 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
10253         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
10255 2007-11-20  Martin Baulig  <martin@ximian.com>
10257         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
10259         * mono-debug-debugger.c
10260         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
10261         (mono_debugger_remove_breakpoint): Likewise.
10262         (mono_debugger_check_breakpoints): Likewise.
10263         (mono_debugger_register_class_init_callback): New public method.
10264         (mono_debugger_remove_class_init_callback): Likewise.
10265         (mono_debugger_add_type): Likewise.
10267         * mono-debug-debugger.h
10268         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
10270 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
10272         * class.c: more interface implementations needed for the
10273         array enumerator (fixes bug #341112).
10275 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
10277         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
10278         fix ParamName of ArgumentNullExceptions.
10280 2007-11-17  Miguel de Icaza  <miguel@novell.com>
10282         * reflection.c (mono_reflection_encode_sighelper): Generate the
10283         modopts and modreqs.   I have a useless test that crashes monodis,
10284         but that shows the code working.
10286 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
10288         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
10289         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
10291 2007-11-15  Dick Porter  <dick@ximian.com>
10293         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
10294         When joining a thread, it's the thread that's calling Join that
10295         gets WaitSleepJoin state not the target.  Fixes the standalone
10296         test case in bug 334740, and hopefully the whole bug too.
10298 2007-11-15  Dick Porter  <dick@ximian.com>
10300         * process.c: Read file version info from the files pointed at by
10301         process modules, not the current process.  Fixes bug 315969.
10303         Use windows typedef names in some places to fix warnings on the
10304         windows build.
10306 2007-11-15  Mark Probst  <mark.probst@gmail.com>
10308         * image.c, metadata-internals.h: Added a generic_class_cache hash
10309         to MonoImage for looking up generic classes when sharing generics.
10311 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
10313         * sgen-gc.c: warning cleanups.
10315 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
10317         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
10318         inherited properties.
10320 2007-11-14  Mark Probst  <mark.probst@gmail.com>
10322         * object.c, class-internals.h: Added more information to the
10323         runtime generic context.
10325 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
10327         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
10328         instead of just the target method. Generalize the abstract method handling to
10329         handle any non-static method.
10331         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
10332         mono_marshal_get_delegate_invoke () signature change.
10334 2007-11-13  Mark Probst  <mark.probst@gmail.com>
10336         * class.c, class-internals.h: Made
10337         mono_type_get_basic_type_from_generic () public.  Fixed member
10338         access check for shared generics.
10340         * loader.c: Don't insert field into field cache if it's part of a
10341         non-inflated generic class.
10343         * domain.c, domain-internals.h: The generic sharing context is now
10344         part of the jit info data structure.  Added two accessor
10345         functions.
10347 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
10349         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
10350         the array Get/Set/Address methods, since the JIT inlines them.
10352         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
10354         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
10355         (mono_image_init): Initialize runtime_invoke_direct_cache.      
10357         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
10358         mono_marshal_get_delegate_invoke signature change.
10360         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
10361         an additional argument. Add support for invoking abstract methods.
10363         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
10365         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
10367 2007-11-09  Mark Probst  <mark.probst@gmail.com>
10369         * class.c: Do field layout for open generic classes as well.
10371 2007-11-09  Mark Probst  <mark.probst@gmail.com>
10373         * gc.c, gc-internal.h: Don't finalize threadpool threads with
10374         other objects, because the threadpool is still around.  Put them
10375         in a list instead and after finalizing all other objects in the
10376         root domain shut down the thread pool and then finalize the
10377         threads.  Fixes bug #337383.
10379         * threads.c, thread-types.h: New mono_thread_create_internal()
10380         function for marking a thread with the threadpool flag before it
10381         started.  Set synch_cs to NULL after freeing it.
10383         * threadpool.c: Mark threadpool threads before they start.
10385 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
10387         * reflection.h, reflection.c: don't export random functions
10388         and lazy load dbnull and missing objects.
10390 2007-11-07  Jonathan Chambers <joncham@gmail.com>
10392         * class.c: Initialize COM types if COM interfaces
10393         are present (not just COM classes).
10394         
10395         Code is contributed under MIT/X11 license.
10397 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
10398         * reflection.c:
10399         create_dynamic_mono_image: hook module profiler events (dynamic case).
10400         mono_image_basic_init: hook assembly profiler events (dynamic case).
10402 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
10403         * profiler.c:
10404         simple_appdomain_unload: completely terminate the profiler
10405         instead of only processing the statistical samples.
10406         simple_shutdown: make sure this is really called exactly once,
10407         even in multithreaded applications, and always listen to
10408         appdomain events.
10409         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
10410         here, the "[un]load" functions will do it.
10411         Fixes bugs #333791 and #325261.
10413 2007-11-07  Geoff Norton  <gnorton@novell.com>
10415         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
10416         rather than depend on __APPLE__.
10418 2007-11-07  Mark Probst  <mark.probst@gmail.com>
10420         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
10422 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
10424         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
10425         UTF16 MonoString. Fix the crash from bug #335488
10427 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
10429         * marshal.c: Correct (for non-Win32 OS) length != size in 
10430         mono_string_from_bstr. Fix #339530.
10432 2007-11-06  Geoff Norton  <gnorton@novell.com>
10434         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
10435         to succeed
10437 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
10439         * process.c: Added run-time GetProcessId API detection for Windows.
10441 2007-11-04  Miguel de Icaza  <miguel@novell.com>
10443         * reflection.c  (mono_param_get_objects): If a parameter has the
10444         attribute [System.Runtime.InteropServices.Optional] we should
10445         set the DefaultValue of the ParameterInfo to be
10446         System.Reflection.Missing instead of DBNull.
10448         See bug #339013.
10450         (mono_get_reflection_missing_object): New method,
10451         returns the System.Reflection.Missing.Value singleton instance.
10453 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
10455         * culture-info-table.h : regenerated.
10457 2007-11-02  Jonathan Chambers <joncham@gmail.com>
10459         * icall.c: Use GetEnvironmentStrings on windows
10460         so we are using the same environment block as 
10461         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
10462         #333740.
10463         
10464         Code is contributed under MIT/X11 license.
10466 2007-10-31  Martin Baulig  <martin@ximian.com>
10468         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
10470         * mono-debug-debugger.h
10471         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
10473 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
10475         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
10476         classes.
10478 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
10480         * culture-info-table.h : regenerated.
10482 2007-10-30  Robert Jordan  <robertj@gmx.net>
10484         * icall-def.h, icall.c:
10485         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
10487         Code is contributed under MIT/X11 license.
10489 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
10491         * class.c (mono_class_setup_vtable): Find the inflated methods in the
10492         inflated class instead of inflating them again.
10493         
10494         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
10495         dynamic case.
10497         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
10498         Call setup_supertypes () after klass->parent is set.
10499         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
10501         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
10502         for inflated instances of not yet created dynamic generic classes.
10503         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
10504         times from inflated_method.
10505         (methodbuilder_to_mono_method): Ditto.
10507 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
10509         * gc.c: code cleanup and removed old untested option of not creating the
10510         finalizer thread.
10512 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
10514         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
10515         creating a jump trampoline for dynamic methods.
10517 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
10519         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
10520         generic TypeBuilders when called from another method of the same type (bug #335131).
10523 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
10525         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
10526         doesn't seem to work perfectly.
10527         
10528         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
10529         called multiple times.
10530         (methodbuilder_to_mono_method): Ditto.
10531         (resolve_object): Inflate FieldBuilder's.
10533 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
10535         * string-icalls.c, string-icalls.h, appdomain.c: patch from
10536         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
10537         RemoveEmptyEntries in the string.Split implementation (bug #322375).
10539 2007-10-26  Dick Porter  <dick@ximian.com>
10541         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
10542         Thread initialisation changes
10544 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
10546         * verify.c: fix compatibility check between arrays and System.Array
10548 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
10550         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
10551         too. Fixes #336999.
10553 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
10555         * object.c (mono_value_box): Use typed allocation here.
10557 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
10559         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
10560         trampoline instead of compiling the method right away.
10562         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
10564 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
10566         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
10567         related fields for dynamic classes. Fixes #334493.
10569 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
10571         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
10572         
10573         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
10575         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
10576         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
10578         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
10580         * reflection.c (create_generic_typespec): Initialize klass->generic_container
10581         if needed.
10582         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
10584 2007-10-18  Jonathan Chambers <joncham@gmail.com>
10586         * marshal.c: Use correct key when removing item
10587         from ccw_hash.
10588         
10589         Code is contributed under MIT/X11 license.
10591 2007-10-17  William Holmes  <billholmes54@gmail.com>
10593         *marshal.c: Adding a case to marshal booleans to U1
10595         Code is contributed under MIT/X11 license.
10597 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
10599         * class.c (mono_class_from_name): Search the modules compromising dynamic
10600         assemblies. Fixes #331601.
10602 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
10604         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
10605         exception if the type name contains an assembly component. Fixes #334203.
10607         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
10608         modules inside dynamic assemblies. Fixes #334200.
10609         
10610         * reflection.c: Set image->public_key and image->public_key_length;
10612         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
10613         fields.
10615         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
10616         
10617 2007-10-16  Mark Probst  <mark.probst@gmail.com>
10619         * metadata.c: Implemented correct comparing of generic classes.
10620         An inflated generic class can be equal to a non-inflated one if it
10621         is inflated with generic type variables as type arguments.  Fixes
10622         bug #333798.
10624 2007-10-15  Dick Porter  <dick@ximian.com>
10626         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
10627         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
10628         81646.
10630         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
10631         instead of a monitor lock.  This means that monitor_try_enter and
10632         co can set the thread state safely.
10633         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
10634         thread_interrupt_requested, so interrupt actually works.
10636         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
10637         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
10638         state accessor function
10640 2007-10-15  Martin Baulig  <martin@ximian.com>
10642         * mono-debug.h
10643         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
10644         the debugger with the current runtime.
10646 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
10648         * object.c, object-internals.h: added the ability to set a single
10649         trampoline for all the slots in a vtable.
10651 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
10653         * marshal.c: deal with a possible race condition during multicast
10654         delegate invocation.
10656 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
10658         * class.c: ensure value type methods don't have the synchronized
10659         flag set.
10661 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
10663         * string-icalls.c, string-icalls.h: reverted unapproved patch that
10664         breaks the build.
10666 2007-10-11  Joel Reed  <joelwreed@comcast.com>
10668         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
10669         to take an options parameter so that empty entries can be removed during
10670         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
10672 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
10674         * marshal.c: make sure we don't store the signature from a dynamic
10675         method into the runtime invoke cache (bug #327189).
10677 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
10679         * marshal.c: make sure the wrapper methods are properly initialized.
10681 2007-10-11  Mark Probst  <mark.probst@gmail.com>
10683         * metadata.c, metadata-internals.h: Generalized
10684         mono_type_stack_size() to mono_type_stack_size_internal() which
10685         takes an additional argument specifying whether it allows open
10686         types.
10688 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
10690         * verify.c (do_invoke_method): handle typedbyref params
10691         correctly and check for unverifiable return values.
10693         * verify.c (do_newobj): fix a warning.
10695 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
10697         * verify.c: don't tread typedbyref as allways unverifable,
10698         so uses, like (ld/st)loc.0 are valid. verify for the cases
10699         that it matters, like boxing related operations.
10701 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
10703         * verify.c: add verification of the newobj opcode. verification
10704         of delegate instantation still missing due ldftn and virldftn not
10705         pushing the function type on stack
10707 2007-10-08  Mark Probst  <mark.probst@gmail.com>
10709         * class-internals.h: Runtime generic context data structure
10710         definition.
10712         * object.c: Initialization of runtime generic context at runtime
10713         vtable creation time.
10715 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
10716         * class.c (mono_class_create_from_typedef,
10717         mono_class_from_generic_parameter, mono_ptr_class_get,
10718         mono_fnptr_class_get, mono_bounded_array_class_get)
10719         * domain.c (mono_domain_create, mono_domain_free)
10720         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
10721         * image.c (do_mono_image_load, mono_image_close):
10722         Hooked up load-unload profiler events.
10724 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
10726         * domain.c: track statistics about the actual amount of native code
10727         allocated.
10729 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
10731         * class.c: the valuetype enumerators don't have the additional
10732         supertypes interfaces.
10734 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
10736         * class.c: need more interfaces setup for the IEnumerator<T>
10737         object created for arrays (tests/ienumerator-interfaces.2.cs).
10739 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
10741         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
10743 2007-10-05  Alp Toker  <alp@atoker.com>
10745         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
10746         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
10747         #315863.
10749 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
10751         * verify.c (verify_type_compatibility_full): verification of
10752         compatibility improved, validates correctly non-strict checks between
10753         native int and I4 types different than (unsigned)int32.
10755         * verify.c (do_store_indirect): added, do all verification of
10756         ldind.X opcodes. 
10758         * verify.c (get_load_indirect_mono_type): renamed to
10759         get_indirect_op_mono_type, as it now returns the MonoType for 
10760         ldind.X and stind.X opcodes.
10762 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
10764         * reflection.c: Fix the encoding of generic type definition for
10765         TypeBuilders.
10767         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
10768         mono_image_typedef_or_ref but allows to specify if typespec lookups should
10769         be made. Typespec check is done prior to typeref cache lookup.
10771         * reflection.c (mono_image_typedef_or_ref): now just delegate to
10772         mono_image_typedef_or_ref_full.
10774         * reflection.c (encode_generic_class): encode the generic class
10775         directly instead of calling encode_type.
10777         * reflection.c (encode_type): encode the generic type definition
10778         MonoClass as a generic instantiation.
10780         * reflection.c (create_typespec): cache typespec tokens in
10781         the assembly->typespec cache. Don't create typespec for a generic
10782         instance MonoClass. Create typespec for the generic type defintion.
10784         * reflection.c (create_generic_typespec): encode the generic
10785         class directly instead of calling encode_type.
10787         * reflection.c (mono_image_create_token): encode the generic
10788         type definition not using a typespec for MonoType instances.
10791 2007-10-04  Raja R Harinath  <rharinath@novell.com>
10793         Fix #328812
10794         * class.c (mono_image_init_name_cache): Don't return nested
10795         'protected internal' classes.
10796         (mono_class_from_name_case): Likewise.
10798 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
10800         * icall-def.h, icall.c : get_bundled_machine_config() is now the
10801           common function used by both DefaultConfig in System.dll and
10802           InternalConfigurationHost in System.Configuration.dll.
10804 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
10806         * class.c: automatically add to vectors only a few essential explicit
10807         generic interfaces. The rest of the interfaces that arrays should
10808         provide are currently implicitly added (but still not lazily, see the
10809         design in the discussion of bug#325495 for the details of what is
10810         needed for that). Additionally, implicit interfaces are assigned the
10811         same vtable slot as the explicit interfaces (as they are compatible):
10812         this enables huge memory savings since we don't need to instantiate
10813         as many memthods and as large vtables anymore. Also, Since
10814         GetEnumerator<T> returns an instance of a type that is required to
10815         support a similarly large set of interfaces as arrays, we add
10816         implicit interfaces and interface offset sharing support to those
10817         types, too. This change adds all the required interfaces so that
10818         the anonarray.cs test case in the bug report works (we don't add
10819         all the interfaces to arrays of arrays 3-level deep and more because
10820         of the memory requirements explained in the bug and since they are much
10821         less common: the lazy-loading support will enabled them to work, too).
10823 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
10825         * verify.c (merge_stacks): major clean up, all type compatibility
10826         checks are done by verify_type_compatibility. This fix my earlier lack
10827         of understanding of the CLR type system and merge_stacks no longer looks
10828         scary.
10830         * verify.c: fixed some bad spelling.
10832 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
10834         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
10835         a given stack slock.
10836         
10837         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
10838         verify_type_compatibility_full. This removed a near indentical function and fixed
10839         handling of Int32 and IntPtr across all opcodes.
10841 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
10843         * class.c: only vectors have the additional generic interfaces.
10845 2007-10-01  Jonathan Chambers <joncham@gmail.com>
10847         * mono-config.c: Use g_strcasecmp instead of
10848         strcasecmp like everywhere else to fix
10849         compilation with MSVC.
10850         
10851         Code is contributed under MIT/X11 license.
10853 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
10855         * object.c, object-internals.h: refactored the IMT code to enable
10856         building a single slot at a time and lazily creating the IMT trampolines
10857         and thunks.
10859 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
10861         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
10863         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
10864         Fixes #328501.
10865         
10866 2007-09-29  Raja R Harinath  <harinath@gmail.com>
10868         * loader.c (method_from_methodspec): Rearrange to avoid
10869         un-necessary exposition.  Don't assert out if the method's
10870         declaring type is a generic type definition.
10872 2007-09-28  Martin Baulig  <martin@ximian.com>
10874         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
10876 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
10878         * class-internals.h: optimize field layout of MonoClass to
10879         requires less cachelines at runtime and save a few bytes on 64 bit
10880         systems.
10882 2007-09-28  Jb Evain  <jbevain@novell.com>
10884         * reflection.c: when encoding type names in custom attributes,
10885         if the type is a closed generic type, its generic arguments
10886         have to be serialized as AssemblyQualifiedName, so that when
10887         they are deserialized, it's possible to re-create them properly.
10888         Fixes #329450.
10891 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
10893         * object.c, class-internals.h: added delegate-creation counter.
10895 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
10897         * class.c: cleanup of the code that synthetizes interfaces for
10898         arrays in 2.0: saves quit a bit of corlib mempool memory.
10899         Code to fix bug #325495 ifdeffed out for now until the issues
10900         with memory usage and O(n^2) behaviour are fixed.
10902 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
10904         * marshal.c: when possible, do not duplicate the name of the methods
10905         in the method builder and in the generated MonoMethod.
10907 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
10908         * verify.c: added support for type checking ldind_* opcodes.
10910 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
10912         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
10913         which is used to distinguish the fully open instantiation of a TypeBuilder
10914         with the rest. This temporary hack is required to restore the property that
10915         the fully open instantiation is the same type of the generic type definition.
10917         * class-internals.h (mono_generic_class_is_generic_type_definition):
10918         new function as part of the internal API.
10920         * class.c (inflate_generic_type): return NULL when the generic inst is
10921         fully open. The fully open generic type is now the same as the generic type
10922         definition for non TypeBuilder types.
10924         * class.c (mono_generic_class_get_class): removed assert since it is
10925         no longer valid, gklass->cached_class can point to the generic type definition.
10927         * class.c (mono_generic_class_is_generic_type_definition): new.
10929         * metadata.c (mono_generic_class_hash): added is_tb_open field
10930         to the hash calculation.
10932         * metadata.c (free_generic_class): if the generic class is associated
10933         with the generic type definition, its field will come from the mempool and
10934         must not be freed.
10936         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
10937         new, this function identifies the corner case of a TypeBuilder fully open
10938         instantiation.
10940         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
10941         for lookup. Set gclass->cached_class to be the container class in case of
10942         the fully open instantiation of non TypeBuilder types.
10944         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
10945         to compare generic classes.
10947         * reflection.c (method_encode_methodspec): remove assert that
10948         no longer is valid.
10950         * reflection.c (mono_reflection_generic_class_initialize): add
10951         an aditional assert to ensure the proper type is used.
10953 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
10955         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
10956         to enjoy it.
10958 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
10960         * verify.c (push_arg): Fixed support for ldarga
10961         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
10962         MonoType used as first arg in case of instance calls.
10964 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
10966         * verify.c: Support for verifying VAR and MVAR types, 
10968 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
10970         * icall.c (ves_icall_get_property_info): Set the reflected type of the
10971         accessors correctly.
10973 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
10975         * threads.c: support OSX and other systems in
10976         mono_thread_get_stack_bounds (bug #328026).
10978 2007-09-25  Martin Baulig  <martin@ximian.com>
10980         * mono-debug.h
10981         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
10983 2007-09-24  Martin Baulig  <martin@ximian.com>
10985         * mono-debug.h
10986         (MonoDebugClassEntry): Moved the definition of this struct into
10987         mono-debug.c to make it private.
10989         * mono-debug.c
10990         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
10991         type table per symbol file, we don't need to store the symfile id
10992         any longer.
10994 2007-09-24  Martin Baulig  <martin@ximian.com>
10996         Create one type table per symbol file, since a `MonoClass *' gets
10997         invalid when its image is unloaded.
10999         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
11000         (MonoDebugHandle): Added `type_table'.
11002 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
11004         * mempool.c, mempool.h: added mono_mempool_new_size () API
11005         to be able to specify a smaller initial size for the pool.
11006         Adjusted the code to slowly increase pool size before using
11007         the previous default size.
11008         * image.c: use a small initial size for image mempools.
11010 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
11012         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
11013         Fixes ##320990.
11015         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
11016         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
11018 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
11020         * metadata.c (mono_type_create_from_typespec): Remove an invalid
11021         free. Fixes #327438.
11023 2007-09-21  Raja R Harinath  <harinath@gmail.com>
11025         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
11026         generic instantiations, etc.
11027         <MONO_TYPE_ARRAY>: Likewise.
11029 2007-09-21  Martin Baulig  <martin@ximian.com>
11031         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
11032         these structs were never defined.
11033         (MonoDebugHandle): Removed the `_priv' field, it was never used.
11035 2007-09-21  Martin Baulig  <martin@ximian.com>
11037         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
11039 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
11041         * image.c: removed the guid hash tables: we can get the same info
11042         without the additional memory usage hit (partially fixes also bug #327052).
11044 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
11046         * profiler.h, profiler-private.h, profiler.c: add a new profiler
11047         event to handle unloading methods. After the event is called, the
11048         corresponding MonoMethod* must be considered invalid.
11049         * loader.c (mono_free_method): call the new mono_profiler_method_free
11050         event.
11052 2007-09-20  Mark Probst  <mark.probst@gmail.com>
11054         * domain-internals.h: New flag in MonoJitInfo which marks shared
11055         generic methods.  New hash table (shared_generics_hash) in
11056         MonoDomain to keep track of shared generic methods.  Prototypes
11057         for functions to register and lookup shared generic methods.
11059         * domain.c: Support for registering and looking up shared generic
11060         methods via a hash table (shared_generics_hash) in MonoDomain.
11062         * class-internals.h: New exception to signal failure of shared
11063         compilation of a generic method.  New counters for generics
11064         sharing in MonoStats.
11066 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
11068         * image.c, metadata-internals.h: don't keep a file descriptor open
11069         for loaded assemblies (bug#325988).
11071 2007-09-19  Raja R Harinath  <rharinath@novell.com>
11073         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
11074         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
11075         use the corresponding datatypes.
11076         (type_in_image): Update to changes.
11077         (CleanForImageUserData): Simplify.
11078         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
11079         Avoid quadratic behaviour in handling the "stolen" list by
11080         separating the filter predicate out, and by prepending the stolen
11081         items rather than appending them.
11082         (steal_ginst_in_image): Likewise.
11083         (mono_metadata_clean_for_image): Update to changes.
11085 2007-09-19  Martin Baulig  <martin@ximian.com>
11087         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
11089 2007-09-19  Martin Baulig  <martin@ximian.com>
11091         * mono-debug.c (mono_debug_cleanup): Don't call
11092         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
11094 2007-09-19  Raja R Harinath  <harinath@gmail.com>
11096         Fix crash on 'make run-test' in mcs/errors
11097         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
11098         Avoid more potential allocations in mono_class_from_mono_type.
11099         (ginst_in_image): Update to changes.
11100         (gclass_in_image): Rearrange slightly.
11102 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
11104         * class.c (mono_class_init): Move the code that sets up class->methods to 
11105         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
11107         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
11108         canonical instance of an inflated generic signature.
11109         (mono_type_create_from_typespec): Remove an invalid free.
11111         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
11113 2007-09-18  Marek Habersack  <mhabersack@novell.com>
11115         * domain-internals.h: added a declaration of the
11116         mono_assembly_load_full_nosearch internal function.
11118         * assembly.c (mono_assembly_load_with_partial_name): use
11119         mono_try_assembly_resolve return value properly.
11120         (mono_assembly_load_full_nosearch): copied the function body from
11121         mono_assembly_load_full, without the code to invoke assembly
11122         search hooks.
11123         (mono_assembly_load_full): calls the above new function and if the
11124         assembly is not resolved, invokes the search hooks.
11126         * appdomain.c (mono_runtime_init): restore the global postload
11127         assembly search handlers.
11129 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
11131         * class.c (mono_class_init): Make sure class->methods and class->properties
11132         are never NULL in the generics case.
11134         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
11136 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
11138         * metadata.c (free_generic_class): Disable some code to fix the build.
11140         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
11142         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
11143         from the image mempool.
11145         * metadata.c (free_generic_class): Free more data from the inflated class.
11147         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
11149         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
11150         mempool.
11151         (mono_type_create_from_typespec): Ditto.
11153         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
11154         MonoImage to the caller.
11155         (mono_init_internal): Save the opened image in a global variable.
11156         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
11158         * reflection.c (resolve_object): Fix a leak.
11160         * metadata.c: Fix the freeing of data in the generics caches.
11161         
11162         * metadata.c (free_generic_inst): Comment this out to fix the build.
11163         (free_generic_class): Ditto.
11165         * metadata.c: Free cached generic methods, instantinations and classes when
11166         they are removed from the caches.
11167         (mono_metadata_free_type): Free the type itself.
11169         * class.c: Free the result of mono_class_inflate_generic_type () in a few
11170         places.
11172 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
11174         * boehm-gc.c: restrict managed allocs to __thread supporting
11175         architectures.
11177 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
11179         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
11180         (mono_generic_class_get_class): Fix a leak.
11182         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
11183         mono_metadata_free_type ().
11184         (mono_metadata_inflate_generic_inst): Fix a leak.
11186 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
11188         * mono-debug.c (free_header_data): Fix a leak missed earlier.
11190         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
11191         mempool.
11193         * mono-debug.c (mono_debug_close_image): Fix call to 
11194         g_hash_table_remove ().
11196 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
11198         * icall-def.h: redirect all the string ctor to the managed
11199         CreateString () methods.
11200         * string-icalls.c, string-icalls.h: removed dead code for string
11201         ctors and icalls.
11203 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
11205         * mono-debug.c: Fix memory leaks.
11207 2007-09-14  Jonathan Chambers <joncham@gmail.com>
11209         * threads-types.h: Implement mono_hazard_pointer_set and 
11210         mono_hazard_pointer_clear macros using do/while(0) to fix
11211         compilation with MSVC.
11212         
11213         Code is contributed under MIT/X11 license.
11215 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
11217         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
11218         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
11220 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
11222         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
11223         icalls.
11225 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
11227         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
11228         managed-code allocated as well.
11230 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
11232         * class.c (mono_class_is_assignable_from): Add support for generic variance.
11234 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
11236         * boehm-gc.c: fixed the build after the AOT changes.
11238 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
11240         * wrapper-types.h: Add an ALLOC wrapper type.
11242         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
11243         reference managed allocator methods.
11245 2007-09-12  Marek Safar  <marek.safar@gmail.com>
11247         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
11248         of Type array and not MonoType, a fix suggested by Hari.
11249         
11250 2007-09-12  Jonathan Chambers <joncham@gmail.com>
11252         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
11253         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
11254         
11255         Code is contributed under MIT/X11 license.
11257 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
11259         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
11261 2007-09-12  Marek Habersack  <mhabersack@novell.com>
11263         * image.c (do_mono_image_open): if assembly file fails to open and
11264         MONO_IOMAP is in effect, try to find the path in a
11265         case-insensitive way.
11267         * appdomain.c (mono_runtime_init): do not install postload hooks -
11268         tests show that MS.NET doesn't use anything of that sort to
11269         trigger the AppDomain.AssemblyResolve event.
11270         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
11271         made non-static.
11272         (mono_runtime_init): init portability helpers here.
11274         * assembly.c (mono_assembly_load_with_partial_name): if other   
11275         attempts fail, trigger the AppDomain.AssemblyResolve event handler
11276         to resolve the assembly.
11278         * domain-internals.h: added mono_try_assembly_resolve and marked
11279         it as internal.
11281 2007-09-11  Jb Evain  <jbevain@novell.com>
11283         * object-internals.h (MonoReflectionDynamicMethod): add
11284         a `MonoReflectionType *owner` field. The owner is used
11285         * reflection.c:
11286         (mono_reflection_create_dynamic_method): use the owner of the dynamic
11287         method as the class declaring the dynamic method.
11288         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
11289         dynamic method to the declaring type of the methodbuilder.
11291 2007-09-11  Mark Probst  <mark.probst@gmail.com>
11293         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
11294         rules for calling methods via reflection.
11296 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
11298         * reflection.c (resolve_object): Add support for MonoGenericClass. 
11299         Inflate MonoType's.
11301 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
11303         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
11304         provide a managed method that does fast allocations without needing
11305         a managed->unmanaged transition. Boehm GC implementation currently
11306         enabled for ptrfree objects on sane architectures.
11308 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
11310         * marshal.c, marshal.h: exported a couple of useful functions and
11311         added mono_mb_get_label () to easily handle backward branches.
11313 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
11315         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
11317 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
11319         * loader.c (find_method): Fixed the regression introduced while
11320         fixing bug #81466.
11322 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
11324         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
11325         well.
11326         
11327         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
11328         icall.c reflection.c: Pass a MonoGenericContext argument to 
11329         mono_lookup_dynamic_token ().
11331         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
11332         #82744.
11333         
11334 2007-09-09  Robert Jordan  <robertj@gmx.net>
11336         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
11337         for generic methods.
11339         * object.c (mono_object_get_virtual_method): Handle generic methods.
11340         Fixes bug #78882.
11342         Code is contributed under MIT/X11 license.
11344 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
11346         * image.c: fix locking in mono_image_load_file_for_image ().
11348 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
11350         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
11351         used only as a cache: added an icall to fill it.
11353 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
11355         * reflection.h: exposed mono_reflection_free_type_info
11356         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
11357         since mono_reflection_bind_generic_parameters makes a copy of it.
11358         * reflection.c (free_type_info): subinfos should be freed.
11359         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
11360         made non static.
11361         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
11362         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
11363         this fixes #82695 and #81726.
11364    
11366 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
11368         * process.h, process.c:  added support for user profile/info in
11369           ProcessStartInfo. For now only Windows works.
11371 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
11373         * metadata.c: consider the generic arguments when comparing
11374         signatures (bug #82614).
11376 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
11378         * cil-coff.h, image.c: updated assembly loader to cope with the
11379         PE32+ 64 bit file format.
11381 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
11383         * assembly.c, class.c, domain.c, loader.c: remove useless
11384         inclusion of cil-coff.h.
11386 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
11388         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
11389         if interface is marked with CoClassAttribute. 
11390    
11391         Code is contributed under MIT/X11 license.
11393 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
11395         * sgen-gc.c: ensure no object from the to space is copied again or finalized
11396         if it's seen twice in major collections.
11398 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
11400         * sgen-gc.c: big objects are not copied to the gray area, but they
11401         need to be considered for scanning, too, if they are brought alive
11402         by an object ready for finalizations or a survived one.
11404 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
11406         * sgen-gc.c: properly account the number of disappearing links when
11407         they are nullified.
11409 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
11411         * sgen-gc.c: share the code to scan the registered roots between the
11412         different types of collections.
11414 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
11416         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
11418 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
11420         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
11421         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
11423 2007-08-28  Mark Probst  <mark.probst@gmail.com>
11425         * security-manager.c (mono_security_manager_get_methods):
11426         LinkDemandSecurityException now has 2 arguments instead of 3.
11428 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
11430         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
11431         platforms which need it.
11433 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
11435         * sgen-gc.c: unregister thread data structures with a pthread_key_t
11436         dtor.
11438 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
11440         * threads.c: free the thread static data on thread exit.
11442 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
11444         * class.c: walk the hierarchy to find the generic definition for
11445         a class (fixes runtime part of bug #82498).
11447 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
11449         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
11450         ...
11452         * image.c (mono_image_close): Here. Hopefully fixes #82510.
11454 2007-08-24  Mark Probst  <mark.probst@gmail.com>
11456         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
11458 2007-08-24  Robert Jordan  <robertj@gmx.net>
11460         * appdomain.c: don't perform the ':'->';' substitution on Win32.
11462 2007-08-24  Jb Evain  <jbevain@novell.com>
11464         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
11465         for byref types.
11467 2007-08-24  Mark Probst  <mark.probst@gmail.com>
11469         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
11470         #82286.
11472 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
11474         * assembly.c: Fix a warning.
11475         
11476 2007-08-23  Marek Habersack  <mhabersack@novell.com>
11478         * appdomain.c: parse the <runtime> section looking for the probing
11479         element with the 'privatePath' attribute, which sets additional
11480         directories in which the runtime should look for assemblies.
11482 2007-08-23  Robert Jordan  <robertj@gmx.net>
11484         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
11485         Fixes #82499.
11487 2007-08-23  Martin Baulig  <martin@ximian.com>
11489         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
11490         _mono_debug_init_corlib() and remove it from the header file.
11492 2007-08-23  Martin Baulig  <martin@ximian.com>
11494         * mono-debug-debugger.c
11495         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
11496         don't notify the debugger about it.
11498         * mono-debug-debugger.h
11499         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
11501 2007-08-23  Robert Jordan  <robertj@gmx.net>
11503         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
11504         Code is contributed under MIT/X11 license.
11506 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
11508         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
11510 2007-08-22  Martin Baulig  <martin@ximian.com>
11512         * mono-debug.c: Store debugging info on a per-domain basis and
11513         free it on domain unload.  Add support for unloading symbol files.
11515         * mono-debug.h
11516         (MonoDebugList): New typedef.
11517         (MonoSymbolTable):
11518         - add `data_tables and `type_table'.
11519         - replace 'symbol_files' and `num_symbol_files' with a
11520           `MonoDebugList *'.
11521         (mono_debug_data_table): Removed.
11522         (mono_debug_list_add): New public function.
11523         (mono_debug_list_remove): New public function.
11524         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
11525         (mono_debug_init_2_memory): Renamed into
11526         mono_debug_open_image_from_memory().
11527         (mono_debug_close_image): New public function.
11528         (mono_debug_domain_create): Likewise.
11529         (mono_debug_domain_unload): Likewise.
11530         (MONO_DEBUGGER_VERSION): Bump to 60.
11532         * mono-debug-debugger.h
11533         (MonoDebuggerEvent):
11534         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
11535         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
11536         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
11537         - rename `THREAD_CREATED' and `THREAD_EXITED' into
11538           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
11539         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
11540           meaning.
11541         (mono_debugger_add_symbol_file): Removed.
11542         (mono_debugger_add_type): Removed.
11543         (mono_debugger_lookup_type): Removed.
11544         (mono_debugger_lookup_assembly): Removed.
11546         * domain.c
11547         (mono_domain_create): Call mono_debug_domain_create().
11548         (mono_init_internal): Call mono_debug_init_corlib().
11550         * assembly.c
11551         (mono_assembly_close): Call mono_debug_close_image().
11553 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
11555         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
11556         mmap call.
11558 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
11560         * sgen-gc.c: ensure section->pin_queue_end is initialized
11561         correctly when non pinning objects in the section have been found.
11563 2007-08-22  Marek Habersack  <mhabersack@novell.com>
11565         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
11566         containing a list of directories separated by ':'. MSDN docs say
11567         the directories should be separated with ';'. Part of a bugfix for
11568         bug #81446
11570 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
11572         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
11573         it should MonoType and not MonoClass.
11575 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
11577         * culture-info-table.h : regenerated.
11579 2007-08-20  William Holmes  <billholmes54@gmail.com>
11581         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
11582          to call ReplaceFile Kernel32 on windows or in io-layer.
11583         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
11584         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
11585          as an internal call.
11587         Code is contributed under MIT/X11 license.
11589 2007-08-20  Jb Evain  <jbevain@novell.com>
11591         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
11592         and MONO_EXCEPTION_FIELD_ACCESS.
11594         * debug-helpers.[c|h]: new mono_field_full_name function.
11596 2007-08-20  Mark Probst  <mark.probst@gmail.com>
11598         * class.c: Removed class_security_level() and moved it to
11599         security-core-clr.c.
11601         * security-core-clr.c, security-core-clr.h: class_security_level()
11602         is now public and renamed to mono_security_core_clr_class_level().
11603         It also looks for security attributes in the classes a class is
11604         nested in.
11606 2007-08-20  Mark Probst  <mark.probst@gmail.com>
11608         * security-core-clr.c, security-core-clr.h: CoreCLR security
11609         utility functions.
11611         * Makefile.am: Added security-core-clr.[ch].
11613         * security-manager.c, security-manager.h: Functions and enum for
11614         setting and getting the security mode.
11616         * class.c: CoreCLR security checks.
11618 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
11620         * icall-def.h, process.c, process.h: implemented icall to get
11621         user/system processor times.
11623 2007-08-17  Mark Probst  <mark.probst@gmail.com>
11625         * domain.c, threads.c, class-internals.h, domain-internals.h: New
11626         reader-lock-free jit_info_table.
11628 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
11630         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
11632         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
11634         * object-internals.h (MonoException): Add missing _data member.
11636 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
11638         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
11639         checking that only methods with matching qname or fqname are picked
11640         from implemented interfaces.
11642 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
11644         * verify.c (do_newarr):added, do type verification of
11645         newarr ops, push the right value on the eval stack.
11646         * verify.c (mono_method_verify): use do_newarr
11649 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
11651         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
11652         factored the common code into get_boxable_mono_type, which
11653         is now using mono_type_get_full, this fixed byref related tests.
11655 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
11657         * class.c: added mono_type_get_full, this function has the same
11658         behavior of mono_class_get_full but the returned MonoType has
11659         all metadata of the associated token in case of a typespec token.
11660         * class.c: added mono_type_retrieve_from_typespec, used by 
11661         mono_type_get_full to retrieve the token type.
11662         * class.c (mono_class_create_from_typespec): changed to use
11663         mono_type_retrieve_from_typespec.
11664         * class.c (mono_ldtoken): changed to use mono_type_get_full
11665         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
11666         * class-internals.h: exported mono_type_get_full for internal use.
11668 2007-08-16  Jb Evain  <jbevain@novell.com>
11670         * domain.c (supported_runtimes): add entry for
11671         the 'moonlight' runtime version.
11673 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
11675         * verify.c (mono_method_verify): small typo sliped in.  
11677 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
11679         * verify.c (do_unbox_value): added, do type verification of
11680         unboxing ops
11681         * verify.c (mono_method_verify): use do_unbox_value
11684 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
11686         * verify.c (dump_stack_value): fixed typo, was printing string
11687         instead of object on stack.
11688         * verify.c (do_box_value): moved the byref check up as it leads
11689         to invalid code and should be done earlier.
11690         * verify.c: improved error messages for and ldobj
11692 2007-08-15  William Holmes  <billholmes54@gmail.com>
11694         * marshal.c (emit_marshal_custom): Omit the call to 
11695           marshal_native_to_managed when calling native to managed 
11696           and the argument is specified as an out argument.
11698         Code is contributed under MIT/X11 license.
11700 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
11702         * verify.c: fixed the type checks for generics, function pointers and vectors.
11703         Added type verification for ldobj and ldtoken. The verifier
11704         would segfault if header or signature of a method contained references
11705         to non-existant types.
11707 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
11709         * marshal.c (cominterop_get_ccw): Patch from
11710         Bill Holmes to no walk up interface hierarchy. 
11711         All parent methods should be present in the interface for COM.
11712    
11713         Code is contributed under MIT/X11 license.
11715 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
11717         * marshal.c (emit_marshal_com_interface): Patch from
11718         Bill Holmes to handle COM Interfaces as return values
11719         for native->managed calls.
11720    
11721         Code is contributed under MIT/X11 license.
11723 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
11725         * marshal.c (cominterop_get_idispatch_for_object): Implement
11726         for runtime callable wrappers.
11727    
11728         Code is contributed under MIT/X11 license.
11730 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
11732         * pedump.c (main): changed from mono_init to mono_init_from_assembly
11733         so 2.0 types are accessible
11736 2007-08-13  Miguel de Icaza  <miguel@novell.com>
11738         * domain.c (mono_init_internal): Call mono_assembly_load_friends
11739         once we load mscorlib.   Due to the order in which we initialize,
11740         the mono_assembly_load_full routine that loads mscorlib did not
11741         load friends.   We now load it once we load the
11742         mono_defaults.internals_visible_class class. 
11744         * assembly.c: Expose the mono_load_friend_assemblies method.
11746 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
11748         * verify.c: improved the handling of boxing, better
11749         type checking for unary ops and conversion. Fix bug
11750         regarding managed pointer compatibility checking
11752 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
11754         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
11756         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
11758 2007-08-09  Raja R Harinath  <rharinath@novell.com>
11760         * reflection.c (dup_type): Remove.
11761         * class.c (dup_type): Remove.
11762         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
11763         instead of the dodgy 'dup_type'.
11764         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
11765         handle the case where 'dup_type' needed the second argument.
11767 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
11769         * domain.c: Fix a warning.
11771 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
11773         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
11774         checking that methods with the same fqname are not overridden
11775         with a method from an ancestor.
11777 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
11779         * threads.c (free_thread_static_data_helper): Avoid a crash if
11780         thread->static_data is not yet set.
11782 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
11784         * marshal.c: Use correct image when emitting
11785         native wrapper for COM calls.
11786    
11787         Code is contributed under MIT/X11 license.
11789 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
11791         * icall-def.h, security.c, security.h :
11792           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
11794 2007-08-07  Martin Baulig  <martin@ximian.com>
11796         * mono-debug-debugger.h
11797         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
11799         * domain.c (mono_domain_free): Call
11800         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
11802 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
11804         * verify.c (check_underflow, check_overflow): error message now returns IL offset
11805         * verify.c (in_same_block): code should test if either offset is inside the clauses
11806         * verify.c (mono_method_verify): push the exception into the eval stack of exception
11807         and filter blocks
11809 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
11811         * image.c (mono_image_close): Fix a leak.
11813         * object.c (mono_runtime_invoke_array): Avoid using alloca.
11815         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
11817 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
11819         * domain.c, threads.c, threads-types.h: fix memory retention issue
11820         with thread static variables not being cleared on domain unload.
11821         Reuse thread static slots after domain unload.
11823 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
11825         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
11826         nullable type.
11828         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
11829         now done in mono_runtime_invoke_array.
11831         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
11832         receiver is a nullable type.
11834         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
11835         generic parameter.
11837 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
11839         * marshal.c: Implement COM Objects as return type for 
11840         managed->unmanaged calls. Added Release calls for COM Object
11841         out/return values in managed->unmanaged calls.
11843         Code is contributed under MIT/X11 license.
11845 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
11847         * threads.h, threads-type.h: move the hazard pointer declarations
11848         to the private header.
11850 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
11852         * file-io.c, appdomain.c: memory leak fixes.
11854 2007-08-02  Dick Porter  <dick@ximian.com>
11856         * socket-io.c
11857         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
11858         SO_REUSEADDR setting into io-layer/sockets.c.
11860 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
11862         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
11863         from Object when called on a generic parameter. Fixes #82211.
11865 2007-08-01  Dick Porter  <dick@ximian.com>
11867         * file-io.c (convert_share): Test FileShare values bit-by-bit.
11868         Fixes bug 79250 yet again.
11870 2007-07-30  Martin Baulig  <martin@ximian.com>
11872         Merged the `debugger-dublin' branch.
11874         * mono-debug.h
11875         (MonoDebugDataTable): New typedef.
11876         (MonoDebugMethodAddressList): New typedef.
11877         (MonoDebugWrapperData): Removed.
11878         (MonoDebugSymbolTable): Removed `current_data_table',
11879         `current_data_table_size', `current_data_table_offset'.
11880         (MonoDebugDataItemType): Moved into mono-debug.c.
11881         (MonoDebugMethodJitInfo): Remove `address'.
11882         (mono_debug_data_table): New global variable.
11883         (mono_debug_lookup_method_addresses): New public function.
11884         (mono_debug_find_method): Take a `MonoMethod *', not a
11885         `MonoDebugMethodInfo *'.
11887         * mono-debug.c: Drop support for the old symbol tables.
11889 2007-06-28  Martin Baulig  <martin@ximian.com>
11891         * mono-debug.c (mono_debug_debugger_version): New public variable.
11893 2007-07-31  William Holmes  <billholmes54@gmail.com>
11895         * metadata.c Changed mono_type_create_from_typespec to not insert
11896           the type into the hash map until after
11897           do_mono_metadata_parse_type has completed.
11898         Fixes Bug #82194
11899         Code is contributed under MIT/X11 license.
11901 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
11903         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
11904         generic parameter. Fixes #82211.
11906 2007-07-27  Jb Evain  <jbevain@novell.com>
11908         * pedump.c (dump_metadata, dump_metadata_header): dump
11909         versions contained in the metadata header.
11911 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
11913         * threads.c: register small_id_table with the GC.
11915 2007-07-27  Mark Probst  <mark.probst@gmail.com>
11917         * threads.c, threads.h, class-internals.h, object-internals.h:
11918         Hazard pointers, to be used by lock-free parallel algorithms.
11920 2007-07-26  Dick Porter  <dick@ximian.com>
11922         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
11923         routine on non-windows platforms, as I've not managed to think of
11924         a non-kludgy way of doing this.  Finishes off bug 78739.
11926 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
11928         * object.c: properly setup interface_bitmap in proxy vtables.
11930 2007-07-25  Marek Habersack  <mhabersack@novell.com>
11932         * appdomain.c (get_shadow_assembly_location): do not use TickCount
11933         to create unique shadow copy target directories, use the domain's
11934         serial number instead. Each domain gets a unique target directory
11935         that way.
11937         * domain.c (mono_domain_create): added code to increment domain
11938         shadow copy serial number and cache the value in the current
11939         domain structure.
11941         * domain-internals.h (struct _MonoDomain): added a new field -
11942         shadow_serial to hold the serial number used in generation of
11943         shadow-copy directories. This is to make sure that the directory
11944         name is unique for each and every domain created. We avoid a race
11945         condition with overriding assemblies already in use by other app
11946         domains.
11948 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
11950         * class.c (mono_bounded_array_class_get): fixed memory leak when 
11951         binding generic parameters.
11953 2007-07-24  Raja R Harinath  <rharinath@novell.com>
11955         * metadata.c (do_mono_metadata_parse_generic_class): Use
11956         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
11957         error.
11959 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
11961         * loader.c, class-internals.h, reflection.c: removed the per-method
11962         generics hashtable: we use the global one through the call of
11963         mono_class_inflate_generic_method ().
11965 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
11967         * class.c, metadata.c, class-internals.h: introduce yet another
11968         generics global cache for inflated methods (fixes 98% of the perf
11969         issue in bug #81806).
11971 2007-07-23  Raja R Harinath  <rharinath@novell.com>
11973         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
11974         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
11975         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
11976         return a MonoGenericInst containing (a copy) of those types.
11977         (mono_metadata_inflate_generic_inst): Update to changes.
11978         (mono_metadata_parse_generic_inst): Likewise.
11979         (mono_get_shared_generic_inst): Likewise.
11980         * reflection.c (mono_class_bind_generic_parameters): Likewise.
11981         (mono_reflection_bind_generic_method_parameters): Likewise.
11982         * metadata-internals.h: Likewise.
11983         * icall.c (free_generic_context): Kill.
11984         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
11986         * reflection.c (reflection_methodbuilder_to_mono_method): Use
11987         mono_metadata_type_dup.
11988         * marshal.c (mono_mb_create_method): Likewise.
11990         * metadata.c (mono_metadata_type_dup): Rename from
11991         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
11992         MonoImage.  Handle a few more cases, esp. when no mempool is given.
11993         * marshal.c, metadata-internals.h: Update to changes.
11995 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
11997         * class.c: fixed a small leak for array classes and removed warning.
11999 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
12001         * loader.c (mono_method_get_param_token): Make this work on generic methods.
12002         Return 0x8000000 for return parameters. Fixes #82161.
12004 2007-07-21  Marek Habersack  <grendello@gmail.com>
12006         * appdomain.c (get_shadow_assembly_location): append the current
12007         ticks value to the path. Avoids overwriting the same assemblies by
12008         several threads at the same time.
12010 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
12011         and Raja R Harinath  <rharinath@novell.com>
12013         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
12014         Simplify slightly.
12015         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
12016         property for testing if a method is a generic method definition.
12018 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
12020         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
12022 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
12024         * verify.c: used function from private branch, reverted to the one in class.h 
12026 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
12028         * verify.c: a typo slipped in and the code wont compile
12030 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
12032         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
12033         disabled box instruction as it is doing the wrong thing
12034         improved stack dump messages, now it is easier to debug type related issues
12037 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
12039         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
12041 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
12043         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
12044         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
12045         grouped with class and valuetype. This change will simply 
12046         the code as it should be handled just like unmanaged pointers.
12048 2007-07-19  Mark Probst  <mark.probst@gmail.com>
12050         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
12052 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
12054         * verify.c: several stack merge issues fixed, reference comparisons now
12055         check the type size. strict type check now works correctly.
12056         added more uses of IS_MANAGED_POINTER macro.
12057         fixed issues pointed by running the test suite against .net.
12058         
12060 2007-07-19  Mark Probst  <mark.probst@gmail.com>
12062         * class.c, loader.c, class-internals.h: Removed the
12063         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
12064         defines.
12066         * icall.c: Better error checking in some internal reflection
12067         methods.
12069 2007-07-18  William Holmes  <billholmes54@gmail.com>
12071         * filewatcher.c : removed unused variable 'filename' in 
12072           ves_icall_System_IO_FSW_SupportsFSW
12074 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
12076         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
12077         obsolete, removed.
12079 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
12081         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
12082         
12083         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
12085 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
12087         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
12088         Implement generics support.
12089         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
12091         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
12092         type_args and method_args arguments.
12093         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
12094         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
12095         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
12097 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
12099         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
12100           It adds a rootimage parameter to mono_reflection_get_type_internal,
12101           adds new function mono_reflection_get_type_with_rootimage and use
12102           the rootimage to resolve the types instead of the current image
12104 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
12106         * culture-info-table.h: Forgot to update after r78304.
12108 2007-07-13  Raja R Harinath  <rharinath@novell.com>
12110         * class.c (mono_class_is_open_constructed_type)
12111         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
12113 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
12115         * class.c (mono_bounded_array_class_get):  method fails if used with
12116         an incomplete TypeBuilder enum (no basetype field), fixed it by 
12117         avoiding calculating the size for such array as it cannot be instantiated.
12118         Fix bug #82015
12120 2007-07-12  Raja R Harinath  <rharinath@novell.com>
12122         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
12123         field.
12124         * metadata.c, reflection.c: Update to changes.
12126 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
12128         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
12129         mono_class_is_valid_enum, they are used to valide a enum when loading.
12130         * reflection.c: used new functions to throw TypeLoadException when and
12131         invalid enum is build with TypeBuilder. Fixes #82018
12132   
12133 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
12135         * object.c: forgot commit of mono_class_setup_methods () to access
12136         iface->methods.
12137         * object-internals.h: added a few more handy fields to
12138         MonoIMTCheckItem.
12140 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
12142         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
12143         iface->methods.
12145 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
12147         * class-internals.h, object-internals.h, object.c: IMT-based
12148         interface invocation core from Massimiliano Mantione
12149         (massi@ximian.com) with a reworked arch-specific interface,
12150         bsearch implementation and a few bugfixes and memory savings by me.
12152 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
12154         * class.c (mono_class_create_from_typedef): mono would segfault if 
12155         an enum did not have a __value field. It now throws a TypeLoadException
12156         for such cases. Fix bug #82022
12158 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
12160         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
12162 2007-07-09  Mark Probst  <mark.probst@gmail.com>
12164         * class.c (mono_class_init): If a class is already inited but has
12165         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
12167 2007-07-09  Mark Probst  <mark.probst@gmail.com>
12169         * class.c: Properly handle the case of an unimplemented interface
12170         method.  Fixes: 81673.
12172 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
12174         * class-internals.h, object.c: cleanup patch from massi: use
12175         MonoVTable->interface_bitmap since the vtable interfaces offset array
12176         is going away.
12178 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
12180         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
12181         GetMDStreamVersion icall instead.
12183 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
12185         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
12186         not use mono_dl_build_path() with a full library name: makes
12187         fallbacks to libgaim and libfam work.
12189 2007-07-06  William Holmes  <billholmes54@gmail.com>
12191         * assembly.c: Added a continue statement in probe_for_partial_name when
12192          parse_assembly_directory_name fails.  Fixes : 82002
12194 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
12196         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
12197         and added a verification  for TYPEDBYREF.
12198         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
12199         make native int interchangeable with int32 and some small cleanup and formating.
12200         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
12201         handle byref of byref.
12202         * verify.c (push_local): handle byref of byref.
12203         * verify.c (do_binop): invalid mix of values is unverifiable
12204         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
12205         added visibility checks
12206         * verify.c (field related method): added visibility checks
12207         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
12209 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
12211         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
12212         string.
12214 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
12216         * profiler.c (mono_profiler_load): Fix an off-by-one error.
12218         * marshal.c (emit_marshal_string): When returning a string from managed code,
12219         allways make a copy even for unicode strings. Fixes #81990.
12221 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
12223         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
12224         of byref generic inst types (bug #81997).
12226 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
12228         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
12229         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
12231 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
12233         * marshal.c (emit_marshal_string): Add support for unicode strings in
12234         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
12236 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
12238         * verify.c: field load/store are now verified, missing only access checks now
12240 2007-06-28  Martin Baulig  <martin@ximian.com>
12242         * mono-debug.c (mono_debug_debugger_version): New public variable.
12244 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
12246         * locales.c: When constructing DateTimeFormat or NumberFormat for
12247         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
12248         MonoCultureInfo contructed from the current locale is always
12249         read-only and has UseUserOverride set to true. All MonoCultureInfo
12250         instances returned for GetCultures have both IsReadOnly and
12251         UseUserOverride set to true. Fixes part of bug #81930.
12253 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
12255        * icall-def.h: Update System.__ComObject icalls
12256        * marshal.c: Avoid managed transition (and object creation)
12257        when looking up COM interface in RCW.
12258        * marshal.h: Ditto.
12259        
12260        Code is contributed under MIT/X11 license.
12262 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
12264         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
12265         to avoid crashes during assembly unloading.
12267 2007-06-22  Raja R Harinath  <rharinath@novell.com>
12269         Fix MethodInfo.IsGenericMethodDefinition
12270         * reflection.c (mono_reflection_bind_generic_method_parameters):
12271         Rearrange code to ensure we always uses a generic method definition.
12272         * class.c (mono_class_inflate_generic_method_full): Set
12273         'generic_container' field only for generic method definitions.
12274         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
12275         Use presense of 'generic_container' field as indication of being a
12276         generic method definition.
12278 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
12280         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12282         * object-internals.h: Reflect changes in the layout of the managed Delegate
12283         class.
12284         
12285         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
12286         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
12287         runtime memory used by the dynamic method. Fixes #77146.
12289 2007-06-21  Dick Porter  <dick@ximian.com>
12291         * file-io.h: 
12292         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
12293         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
12294         81767.
12296 2007-06-21  Raja R Harinath  <rharinath@novell.com>
12298         * reflection.c (method_encode_methodspec): Add a tripwire.
12299         * class.c (inflate_generic_type): The fully open generic type is
12300         not the same as the generic type definition.
12302 2007-06-21  Martin Baulig  <martin@ximian.com>
12304         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
12306         * mono-debug-debugger.h
12307         (MonoDebuggerBreakpointInfo): Removed.
12308         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
12309         (mono_debugger_remove_breakpoint): Likewise.
12310         (mono_debugger_breakpoint_callback): Likewise.
12311         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
12313 2007-06-21  Raja R Harinath  <rharinath@novell.com>
12315         * metadata.c (mono_metadata_lookup_generic_class): The fully open
12316         generic type is not the same as the generic type definition.
12317         * class.c (mono_generic_class_get_class): Likewise.
12319 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
12321         * icall.c: The second argument to 
12322         System.Reflection.MethodBase.GetMethodFromHandleInternalType
12323         is a MonoType not a MonoClass.
12325 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
12327         * verify.c: support for function pointers in the verifier
12329 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
12331         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
12333 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
12335         * assembly.c: removed Mono.Data.SqliteClient from the list of
12336         forward-compatible assemblies as it breaks the ABI (bug #81899).
12338 2007-06-19  Raja R Harinath  <rharinath@novell.com>
12340         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
12341         lookup/update with the loader lock.
12342         * reflection.c (mono_class_bind_generic_parameters): No need to
12343         protect mono_metadata_lookup_* with the loader lock.
12344         * class.c (inflate_generic_type): Likewise.
12345         
12346         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
12347         on a generic instantiated type.
12349 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
12351         *verify.c: produce meanfull error messages on verification error
12352         *verify.c: fixed some cases of verification errors reported as validation errors
12353         *pedump.c: fixed the error name array, now it shows validation errors properly
12354         *verify.h: fixed the contant that should be used for verification errors
12356 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
12358         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
12359         for bug #77596, 81858 and 80743 (generics data structures on domain
12360         unload).
12362 2007-06-15  Raja R Harinath  <rharinath@novell.com>
12364         Avoid allocating 'MonoGenericContext' on the heap.
12365         * class-internals (_MonoMethodInflated::context): Make field
12366         inline, not a pointer.
12367         * loader.c (method_from_methodspec): Allocate 'new_context' on the
12368         stack.  Use the context embedded within the inflated method as the
12369         hash key, rather than 'new_context'.
12370         * class.c (inflate_generic_context): Simplify.  Return a struct
12371         rather than allocating on the heap.
12372         (mono_class_inflate_generic_method_full): Update to changes.  Now,
12373         doesn't salt away a copy of the context -- simplifying the
12374         lifetime rules of a 'MonoGenericContext *'.
12375         (mono_method_get_context): Return pointer to embedded context.
12376         (setup_generic_array_ifaces): Allocate temporary context on stack.
12377         * reflection.c (inflate_mono_method): Likewise.
12378         (mono_reflection_bind_generic_method_parameters): Likewise.
12379         Use the context embedded within the inflated method as the hash key.
12381         Avoid a source of allocation of 'MonoGenericContext'.
12382         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
12383         and 'cached_context' fields into embedded 'MonoGenericContext' field.
12384         * class.c: Update to changes.
12385         (mono_generic_class_get_context): Simplify drastically.  Now just
12386         returns a pointer to the field.
12387         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
12388         argument as a const pointer.
12389         (mono_metadata_generic_context_equal): Likewise.
12390         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
12391         Update to changes.
12393 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
12395         * verify.c improved the handling of brtrue/brfalse, factored out common code
12397 2007-06-14  Raja R Harinath  <rharinath@novell.com>
12399         Kill MonoGenericMethod.
12400         * class-internals.h (MonoGenericContext::method_inst): Rename from
12401         'gmethod' and convert to a MonoGenericInst.
12402         (MonoGenericMethod): Remove.
12403         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
12404         * loader.c (method_from_methodspec): Update to changes.  Use a
12405         MonoGenericContext as the key to the hashtable.
12406         * metadata.c (mono_metadata_generic_context_equal): Rename from 
12407         'mono_metadata_generic_method_equal' and take MonoGenericContext.
12408         (mono_metadata_generic_context_hash): Likewise from
12409         'mono_metadata_generic_method_hash'.  Change hash function.
12410         (mono_metadata_load_generic_params): Update to changes.
12411         (mono_get_shared_generic_method): Remove.
12412         * metadata-internals.h (mono_get_shared_generic_method): Remove.
12413         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
12414         (inflate_generic_context): Likewise.
12415         (mono_class_inflate_generic_method_full): Likewise.
12416         (setup_generic_array_ifaces): Likewise.
12417         (mono_class_create_from_typespec): Likewise.
12418         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
12419         (method_encode_methodspec): Update callsite.
12420         (reflection_methodbuilder_to_mono_method): Update to changes.
12421         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
12422         MonoGenericContext as the key to the hashtable.
12423         (inflate_mono_method): Update to changes.
12425         * class-internals.h (MonoGenericMethod::container): Remove.
12426         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
12428 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
12430         * profiler-private.h, profiler.c, profiler.h: added API to profile
12431         exception events.
12433 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
12435         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
12437 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
12439         * verify.c: method invocation is now validated, now we verify parameter types on stack.
12440         Fixed overflow and underflow not aborting the verification process.
12442 2007-06-13  Mark Probst  <mark.probst@gmail.com>
12444         * class-internals.h (MonoStats): Added stats entries for dynamic
12445         code allocations.
12447 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
12449         * loader.c (mono_free_method): Free header->locals and header->clauses.
12451         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
12452         dynamic case.
12454         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
12456         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
12458 2007-06-12  Raja R Harinath  <rharinath@novell.com>
12460         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
12461         the tables.
12463 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
12465         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
12467 2007-06-11  Raja R Harinath  <harinath@gmail.com>
12469         MonoGenericMethod on a diet
12470         * class-internals.h (_MonoMethodInflated::reflection_info): Move
12471         here ...
12472         (_MonoGenericMethod::reflection_info): ... from here.
12473         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
12474         Update to changes.
12475         * reflection.c (inflate_mono_method): Likewise.
12476         (mono_reflection_bind_generic_method_parameters): Likewise.
12478 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
12480         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
12481         *verify.c: factored long ldarg forms to share code with short forms
12483 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
12485         *verify.c: fixed code formating factored some duplicate code
12486         into a new function
12488         *verify.h: fixed binary incompatibility introduced earlier
12490         *pedump.c: fixed formating
12492 2007-06-11  Raja R Harinath  <harinath@gmail.com>
12494         Fix assertion when disassembling Mono.C5.dll
12495         * loader.c (method_from_methodspec): Avoid inflating a method
12496         twice with the same context.  If the methodref is inflated, use
12497         the declaring method instead.
12499         * class.c (mono_class_from_generic_parameter): Fix case similar to
12500         bug #81830 handled below, but for method containers.
12502 2007-06-10  Raja R Harinath  <harinath@gmail.com>
12504         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
12505         get_shared_generic_class.  Directly inflate the instance.
12506         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
12507         (inflate_generic_class): Delete.
12508         (get_shared_generic_class): Delete.  Move setting of
12509         'cached_class' and 'cached_context' ...
12510         * metadata.c (mono_metadata_lookup_generic_class): ... here.
12512         * metadata.c (mono_metadata_lookup_generic_class): Change
12513         signature to take the components of a MonoGenericClass rather than
12514         an allocated MonoGenericClass.  Change semantics to be intern-like.
12515         * reflection.c (mono_class_bind_generic_parameters): Update to
12516         changes.  Make locking region tighter.
12517         * class.c (inflate_generic_class): Update to changes.
12518         (get_shared_generic_class): Likewise.
12519         * metadata-internals.h: Likewise.
12521         * reflection.c (mono_class_bind_generic_parameters): Take and
12522         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
12523         (mono_reflection_bind_generic_parameters): Use
12524         'mono_class_bind_generic_parameters' rather than duplicate the code.
12525         * class.c (mono_bounded_array_class_get): Update to changes.
12526         * object-internals.h: Likewise.
12528         * reflection.c (mono_class_bind_generic_parameters): Only support
12529         parameterizing generic type definitions.  Remove support for other
12530         open types.
12532 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
12534         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
12536         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
12537         in the dynamic case.
12539 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
12541         * threads.c: When cleaning up thread, reset the Background bit.
12542         Fixes bug #81720.
12544 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
12546        * metadata.c: Move variable declarations to top of scope.
12547        * verify.c: Move variable declarations to top of scope.
12549        Code is contributed under MIT/X11 license.
12551 2007-06-08  Raja R Harinath  <rharinath@novell.com>
12553         * reflection.c (mono_class_bind_generic_parameters): Replace
12554         open-coded loop with mono_metadata_inflate_generic_inst.
12556         * class.c (get_shared_generic_class): Don't call
12557         mono_get_shared_generic_inst.  Use the container's own
12558         'class_inst'.
12560         * metadata.c (mono_metadata_load_generic_params): Move
12561         initialization of 'context' field here from ...
12562         * class.c (mono_class_create_from_typedef): ... here, and ...
12563         * loader.c (mono_get_method_from_token): ... here.
12565         * class.c (get_shared_generic_class): Rename from
12566         mono_get_shared_generic_class and make static.
12567         (mono_get_shared_generic_inst): Move to metadata.c.
12568         * loader.c (mono_get_shared_generic_method): Likewise.
12569         * class-internals.h, metadata-internals.h: Update to changes.
12571         Fix #81830
12572         * class.c (mono_class_from_generic_parameter): Don't assume a
12573         generic container owner exists.  Generic containers from monodis
12574         don't have any.
12576 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
12578         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
12579         * verify.h: new typedefs to returns the non-verifiable status
12580         * verify.c: initial implementation of generics, stack merging and object compatibility check
12582 2007-06-06  Mark Probst  <mark.probst@gmail.com>
12584         * class.c, image.c, class-internals.h (MonoImage): class_cache is
12585         a MonoInternalHashTable again (fixed bug in internal hash table
12586         code).
12588 2007-06-06  Mark Probst  <mark.probst@gmail.com>
12590         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
12591         MonoInternalHashTable again (fixed bug in internal hash table
12592         code).
12594 2007-06-06  Mark Probst  <mark.probst@gmail.com>
12596         * class.c, image.c, class-internals.h, domain.c,
12597         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
12598         changes.  Have to figure out what makes them break the SWF
12599         regression.
12601 2007-06-04  Mark Probst  <mark.probst@gmail.com>
12603         * class.c, image.c, class-internals.h (MonoImage): class_cache is
12604         a MonoInternalHashTable now.
12606 2007-06-04  Mark Probst  <mark.probst@gmail.com>
12608         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
12609         MonoInternalHashTable now.
12611 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
12613         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
12614         invoke_impl code.
12616         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
12618         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
12619         dependent trampoline.
12621         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12623         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
12625 2007-05-29  Robert Jordan  <robertj@gmx.net>
12627         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
12629 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
12631         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
12633 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
12635        * marshal.c: Fix interface lookup loops for
12636        cominterop_get_com_slot_for_method and 
12637        cominterop_get_method_interface. Only need to lookup
12638        if type is a class, else use interface type method is on.
12640        Code is contributed under MIT/X11 license.
12642 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
12644         * reflection.c: HasSecurity can be present even if no specially 
12645         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
12646         SecurityAttribute). Fix CAS regression tests on buildbot.
12648 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
12650        * appdomain.c: Add configure checks for header files.
12651        * image.c: Add configure checks for header files.
12652        * file-io.c: Add configure checks for header files.
12653        * debug-mono-symfile.c: Add configure checks for header files.
12654        * threadpool.c: Add configure checks for header files.
12655        * console-io.c: Add configure checks for header files.
12656        * profiler.c: Add configure checks for header files.
12657        * rawbuffer.c: Add configure checks for header files.
12658        * icall.c: Add configure checks for header files.
12659        * rand.c: Add configure checks for header files.
12660        * socket-io.c: Add configure checks for header files.
12662        Code is contributed under MIT/X11 license.
12664 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
12666         * reflection.c (mono_custom_attrs_from_builders): Remove the 
12667         assertion as it breaks the build.
12668         
12669         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
12671         * reflection.c (lookup_custom_attr): Make a copy here too.
12673         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
12674         dynamic images.
12676         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
12677         images.
12679         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
12680         info.
12682 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
12684         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
12685         (load_cattr_value): Ditto.
12687 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
12689         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
12691 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
12693         * threads.c: In "start_wrapper", set apartment_state to MTA if
12694         apartment_state is Unknown and we're running on 2.0 profile or
12695         higher.
12696         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
12697         to main method, then set apartment_state to Unknown on 1.0 profile,
12698         and MTA on 2.0 profile.
12700 2007-05-16  Jb Evain  <jb@nurv.fr>
12702         * class-internals.h (MonoDefaults): Add an attribute_class and
12703           customattribute_data_class.
12704         * domain.c (mono_init_internal): Populate them.
12705         * reflection.c: Use them to remove duplicates. Make a vew
12706         MonoClass variables `static'.
12708 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
12710         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
12711         step in implementing IMT, so that all isinst checks now can go
12712         through the bitmap.
12713         This was needed because vtables for TransparentProxy need to look
12714         like the vtable of the "target" class, so they need to point to
12715         its interface bitmap directly.
12717         * object.c: inside "mono_class_create_runtime_vtable" and
12718         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
12720 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
12722         * object-internals.h
12723           culture-info.h : added territory field in MonoCulture and
12724           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
12725         * locales.c : fill territory field above too.
12726         * culture-info-table.h : regenerated.
12728 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
12730         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
12731         Fixes #81599.
12733 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
12735         * object.c: Always initialize apartment, even if 
12736         there is no custom attributes on entry point.
12737         
12738         Code is contributed under MIT/X11 license.
12740 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
12742         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
12743         * metadata.c: If no encoding is set, check for unicode
12744         on class.
12745         
12746         Code is contributed under MIT/X11 license.
12748 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
12750         * threads.c: Handle if mono_thread_current returns NULL 
12751         
12752         Code is contributed under MIT/X11 license.
12754 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
12756         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
12757         in start_wrapper. Added mono_thread_init_apartment_state and
12758         mono_thread_cleanup_apartment_state.
12759         * object.c: Initialize thread apartment state on main thread
12760         by checking for STAThreadAttribute on entry point.
12761         * object-internals.h: Add apartment_state field to MonoThread.
12762         * threads-types.h: Add unmanaged definition of 
12763         System.Threading.ApartmentState, MonoThreadApartmentState.
12764         
12765         Code is contributed under MIT/X11 license.
12766         
12767 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
12769         * class.c: Fix windows build.
12770         * class-internals.h: Fix windows build.
12771         
12772         Code is contributed under MIT/X11 license.
12774 2007-05-08  Robert Jordan  <robertj@gmx.net>
12776         * process.c (CreateProcess_internal):
12777         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
12778         .CreateNoWindow was specified. Fixes #81496.
12780 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
12782         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
12783         step in implementing IMT, replaced it with two compact arrays
12784         (interfaces_packed and interface_offsets_packed) and a bitmap that
12785         is used for isinst checks (interface_bitmap).
12787         * class.c: (compare_interface_ids): compare function to pass to
12788         bsearch when looking for an interface with a given id.
12789         (mono_class_interface_offset): reimplemented using bsearch on
12790         interfaces_packed, getting the offset from interface_offsets_packed.
12791         (print_implemented_interfaces): utility debugging function.
12792         (setup_interface_offsets): reworked to initialize interfaces_packed,
12793         interface_offsets_packed and interface_bitmap.
12795         * object.c: replaced all accesses to "MonoClass.interface_offsets"
12796         with uses of interfaces_packed and interface_offsets_packed.
12798 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
12800         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
12801         mono_class_interface_offset prototype to wrap all accesses to
12802         "MonoClass.interface_offsets".
12804         * class.c: Implemented mono_class_interface_offset, and wrapped all
12805         accesses to "MonoClass.interface_offsets".
12807         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
12808         "MonoClass.interface_offsets".
12810 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
12812         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
12813         GetMethodFromHandle overloads (bug #78637).
12815 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
12817         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
12818         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
12820 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
12822         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
12823         #81498.
12825         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
12826         gracefully.
12827         (mono_custom_attrs_from_index): Ditto.
12829         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
12830         Fixes #81501.
12832 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
12834         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
12835         is now allocated from a mempool.
12837 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
12839         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
12840         caller holds threads_lock, leading to deadlocks. Fixes #81476.
12842 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
12844         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
12845         mono_loader_clear_error () too late. Fixes #81463.
12847 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
12849         * culture-info-table.h : regenerated.
12851 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
12853         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
12854         is missing.
12856 2007-04-25  Dick Porter  <dick@ximian.com>
12858         * Makefile.am: Put the mingw enforced-optimisation back into the
12859         PLATFORM_WIN32 section.
12861 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
12863         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
12864         patch.
12866         * image.c (mono_image_load_module): New API function to load a module reference.
12868         * image.c (load_modules): Load modules lazily. Fixes #80812.
12870         * class.c (mono_class_from_typeref): Use mono_image_load_module.
12871         
12872         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
12874         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
12875         to mono_image_load_module_dynamic.
12877 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
12879         * marshal.c: Fix calling convention for CCW on non-windows
12880         platforms. STDCALL on windows, CDECL everywhere else to work 
12881         with XPCOM and MainWin COM.
12882         
12883         Code is contributed under MIT/X11 license.
12885 2007-04-23  Martin Baulig  <martin@ximian.com>
12887         Fix #80969.
12889         * loader.c
12890         (method_from_memberref): Added `gboolean *used_context' argument.
12891         (mono_get_method_from_token): Likewise.
12892         (mono_get_method_full): Don't insert the method in the cache when
12893         `used_context' is true.
12895 2007-04-23  Raja R Harinath  <rharinath@novell.com>
12897         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
12899         * reflection.c (mono_reflection_bind_generic_parameters): Don't
12900         create new MonoTypes for returned types.
12901         * class.c (mono_generic_class_get_class): Export mono-internal.
12902         * class-internals.h: Update to changes.
12904 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
12906         * threadpool.c, threadpool.h, icall-def.h: patch from
12907         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
12909 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
12911         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
12912         
12913         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
12915         * threads.c (mono_thread_get_stack_bounds): New helper function.
12917         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
12918         Correctly compute stack bounds when attaching. Fixes #81394.
12920 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
12922         * reflection.c: fix handling of doubles in custom attributes
12923         for the arm-fpa format (bug #81368).
12925 2007-04-18  Raja R Harinath  <rharinath@novell.com>
12927         * reflection.c (assembly_add_win32_resources): Mildly relax an
12928         bounds check to let the end pointer point just past the end of the
12929         allocated buffer.  (may fix #81384)
12931 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
12933         * culture-info-table.h : regenerated.
12935 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
12937         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
12938         the thread is aborted early.
12940 2007-04-05  Dick Porter  <dick@ximian.com>
12942         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
12943         FindFirstFile()/FindNextFile() to find entries.  This lets the
12944         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
12945         81038.
12947         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
12948         the parameters of
12949         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
12951 2007-04-04  Martin Baulig  <martin@ximian.com>
12953         * debug-helpers.c
12954         (mono_method_desc_full_match): Add support for nested classes.
12956 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
12958         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
12960 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
12962         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
12963         waiting for too many threads.
12965 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
12967         * environment.c: Fix return value check on uname so we can get the 
12968         executing version on Solaris operating systems.
12970 2007-03-28  Jb Evain  <jbevain@gmail.com>
12972         * class.c (mono_type_get_name_recurse): Complete the
12973         fix for the creation of assembly qualified names for
12974         pointer types. Fixes #81208.
12976 2007-03-27  Dick Porter  <dick@ximian.com>
12978         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
12979         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
12980         changed.
12982         * threads.c
12983         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
12984         the value of ReleaseMutex().
12986 2007-03-27  Dick Porter  <dick@ximian.com>
12988         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
12989         in little-endian order, not network endian, so must be converted
12990         to host endian here.  Fixes bug 80593.
12992 2007-03-22  Jb Evain  <jbevain@gmail.com>
12994         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
12995         qualified names for pointer types. Fixes #81208.
12997 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
12999         * marshal.c: Add support for PreserveSigAttribute. 
13000         
13001         Code is contributed under MIT/X11 license.
13003 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
13005         * process.c: Fix endianness issues. Fixes #81126.
13007         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
13008         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
13010         * image.c (mono_image_lookup_resource): Make this work on big-endian
13011         machines.Change API contract so the caller needs to free the return value.
13012         
13013         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
13014         API change.
13015         
13016 2007-03-14  Martin Baulig  <martin@ximian.com>
13018         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
13019         mono_type_get_desc() as well.
13021 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
13023         * icall.c:  Fix environ access in VS.  
13024         
13025 2007-03-13  Alp Toker  <alp@atoker.com>
13027         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
13028         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
13029         #63841.
13031 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
13033         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
13034         circular references among dynamic methods. Fixes #81091.
13036         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
13038 2007-03-09  Martin Baulig  <martin@ximian.com>
13040         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
13042 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
13044         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
13045         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
13046         
13047         Code is contributed under MIT/X11 license.
13048         
13049 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
13051         * loader.c: Reapply patch for bug #79424.
13053 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
13055         * metadata.c (mono_type_to_unmanaged): Only convert object to
13056         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
13058 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
13060         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
13061         (and incorrectly set) is_reference field from MonoGenericInst.
13063 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
13065         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
13066         a little earlier.
13068         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
13070         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
13072 2007-03-05  Miguel de Icaza  <miguel@novell.com>
13074         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
13075         FileOptions.1 value to mean "temporary", map that to
13076         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
13078         Fixes 80688
13080 2007-03-03  Marek Habersack  <mhabersack@novell.com>
13082         * appdomain.c: implement MS .Net style shadow copying. Copies of
13083         the assemblies are made in a subdirectory of the dynamic base
13084         directory, the assembly names are preserved.
13085         Copy .mdb and .config files along with the assemblies being shadowed.
13087 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
13089         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
13090         (emit_marshal_handleref): Ditto.
13092         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
13093         on Visual C++. Fixes #80671.
13095 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
13097         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
13098         for clone operations.
13100 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
13102         * marshal.c: Fix warnings.
13104 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
13106         * loader.c: allow case-insensitive matching of the dll name
13107         in dllmap handling when prefixed with "i:".
13109 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
13111         * threads.c: Fix #ifdef for dummy_apc function for VS.
13113 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
13115         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
13117 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
13118         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
13119         giving precedence to the methods with a fully qualified name
13120         (InterfaceName.MethodName) when building the interface sections
13121         of the vtable.
13123 2007-02-16  Dick Porter  <dick@ximian.com>
13125         * threadpool.c (append_job): Fix fast-path array handling, so it's
13126         less likely the array will grow exponentially when the load is
13127         heavy.
13129 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
13131         * metadata-internals.h, loader.c: fix dllmap lookup order
13132         for non-function maps, too, and prepare for fallback code.
13134 2007-02-12  Robert Jordan  <robertj@gmx.net>
13136         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
13137         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
13138         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
13139         GlobalFree. Fixes a part of bug #77075.
13141 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
13143         * loader.c: implemented typedef parent in field memberref.
13145 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
13147         * marshal.c: Fix warnings and remember to call Release on
13148         IUnknown of RCW.
13149         
13150         Code is contributed under MIT/X11 license.
13152 2007-02-10  Miguel de Icaza  <miguel@novell.com>
13154         * class-internals.h: Add MonoHandleRef definition, and
13155         handleref_class to mono_defaults. 
13157         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
13158         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
13160         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
13161         (do nothing on this stage)
13162         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
13163         (emit_marshal_handleref): New method, used for argument handling
13164         of HandleRefs. 
13166 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
13168         * class.c (mono_class_setup_parent): Lazily init com types.
13169         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
13170         init com types.
13171         * object.c (mono_remote_class_vtable): Lazily init com types.
13172         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
13173         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
13174         * domain-internals.h: Expose mono_init_com_types.
13175         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
13176         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
13177         Add support for COM Callable Wrapper marshalling.
13178         * marshal.h: Add icall definitions.
13179         * gc.c: Handle freeing of CCWs in finalizer code.
13180         
13181         Code is contributed under MIT/X11 license.
13183 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
13185         * reflection.c: changed all the signature encoding code to use
13186         a variable-sized buffer.
13188 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
13190         * marshal.c: locking fixes: never take the loader lock
13191         or other runtime locks when holding the marshal lock
13192         (fixes bug#80664).
13194 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
13196         * marshal.c: make the delegate function pointer mapping
13197         work for the moving GC.
13199 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
13201         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
13202         for bug #80618.
13204 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
13206         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
13207         gmodule.
13209 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
13211         * threadpool.c: made the code moving-GC safe.
13213 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
13215         * assembly.c, boehm-gc.c, class-internals.h, class.c,
13216         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
13217         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
13218         warning cleanup.
13219         * reflection.c: warning cleanup, some threading and moving GC fixes.
13221 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
13223         * class.c, loader.c: create the needed Set/Get/Address array methods
13224         as well as the .ctors in mono_class_init (), fixes bug #80567.
13226 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
13228         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
13229         we doesn't decrease its alignment. Should fix the sparc build.
13231 2007-01-24  Dick Porter  <dick@ximian.com>
13233         * socket-io.c
13234         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
13235         Create the returned object if we need to ignore an unsupported
13236         socket option.  Fixes a segfault reported by Atsushi.
13238 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
13240         * class.c, object.c: restrict GC-tracked fields to
13241         UIntPtr fields used inside corlib, so we provide better
13242         type info to the GC and also allow broken packing as in
13243         bug #80580.
13245 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
13247         * sgen-gc.c: removed duplicated function.
13249 2007-01-19  Miguel de Icaza  <miguel@novell.com>
13251         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
13252         value that means that the value is not supported, but that we
13253         should not return a failure, but instead report this as a
13254         successful operation.
13256 2007-01-19  Raja R Harinath  <rharinath@novell.com>
13258         Fix tests/bug79956.2.il
13259         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
13260         (mono_generic_class_get_class): If the generic definition in an
13261         enum, copy over other fields related to it.
13263 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
13265         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
13266         genericinst enums (bug #79215).
13268 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
13269         * class.c: Fix bug 80307.
13271 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
13273         * image.c: if the file table is not present, try to load
13274         all the modules, since we don't have info about them
13275         having or not metadata (bug #80517).
13276         * assembly.c: allow mono_assembly_load_references () to
13277         work for netmodules.
13279 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
13281         * image.c, metadata-internals.h, object.c: execute module
13282         cctors when running on the 2 runtime if present (bug #80487).
13284 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
13286         * icall.c: optimized InitializeArray() on bigendian.
13288 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
13290         * icall.c: fix for the broken ARM FPA double format.
13292 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
13294         * icall.c: handle endian issues for r4 and r8 types, too, in
13295         the InitializeArray() icall.
13297 2007-01-15  Miguel de Icaza  <miguel@novell.com>
13299         * loader.c (mono_loader_error_prepare_exception): Clear the error
13300         once we have extracted the information from it, do this before we
13301         call into the JIT's class loading mechanisms.
13303         * object.c (mono_class_create_runtime_vtable): Do not clear the
13304         loader error before calling mono_class_get_exception_for_failure
13305         as the loader error is needed inside
13306         mono_class_get_exception_for_failure to throw the error (thinko).
13308         Fixes #80521
13309         
13310 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
13312         * reflection.c: align fields rva data so it's faster to load at
13313         runtime.
13315 2007-01-12  Raja R Harinath  <rharinath@novell.com>
13317         Prepare to simplify GenericMethod handling.
13318         * class-internals.h (mono_method_get_context): New accessor function.
13319         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
13320         rather than directly accessing '->context' field.
13322         * class-internals.h (_MonoGenericParam.method): Move ...
13323         (_MonoGenericContainer): ... here.  Add into union with klass field.
13324         * class.c, icall.c, loader.c, metadata.c, reflection.c:
13325         Update to changes.
13327 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
13329         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
13330         the wrapper type enum and reduce relocations.
13332 2007-01-12  Raja R Harinath  <rharinath@novell.com>
13334         * reflection.c (inflate_mono_method): Reuse method instantiation
13335         from the generic method, if available.
13337 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
13339         * marshal.c (emit_marshal_variant): Fix conv_arg
13340         type in last commit, based on whether parameter is byref.
13341         
13342 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
13344         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
13345         marshalling.
13346         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
13347         MONO_TYPE_OBJECT back for VARIANT support.
13349 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
13351         * marshal.c, marshal.h, icall-def.h: Implement 
13352         Marshal.ReAllocCoTaskMem.
13354 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
13356         * marshal.c: memory retention fixes: use the proper
13357         image cache for runtime_invoke method lookups.
13359 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
13361         * mempool.c: added code to help debug mempool allocations.
13363 2007-01-11  Dick Porter  <dick@ximian.com>
13365         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
13366         support (experimenting with faking it with IP_MTU_DISCOVER for
13367         systems that don't have IP_DONTFRAGMENT.)
13368         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
13369         icall.
13371         * icall-def.h: new System.Net.Sockets.Disconnect icall.
13373         * socket-io.h: Add new fields to MonoSocketAsyncResult
13374         corresponding to the new ones in Socket.cs.
13376 2007-01-11  Raja R Harinath  <rharinath@novell.com>
13378         Fix IronPython regression mentioned in #80249
13379         * metadata.c (do_mono_metadata_parse_generic_class): Clear
13380         'cached_context' field, since it may have been initialized as a
13381         side-effect of metadata parsing.
13383         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
13384         (_MonoGenericClass.cached_class): Move here and rename from lone
13385         remaining field of ...
13386         (_MonoInflatedGenericClass): ... this.  Remove.
13387         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
13388         to changes.
13390         Fix mcs/tests/test-128.cs regression.
13391         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
13392         2007-01-10 change below.
13393         [MONO_TYPE_OBJECT]: Recurse into array case.
13395 2007-01-11  Raja R Harinath  <harinath@gmail.com>
13397         * class-internals.h (mono_get_inflated_generic_class): Remove.
13398         * class.c (mono_get_inflated_generic_class): Remove.
13399         (mono_generic_class_get_class): Rename from
13400         mono_class_create_generic.
13401         (mono_class_from_mono_type) [GENERICINST]: Use it.
13402         * reflection.c, metadata.c: Update to changes.  Use
13403         'mono_class_from_mono_type'.
13405 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
13407         * reflection.c: use passed type when encoding an array element
13408         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
13410 2007-01-09  Robert Jordan  <robertj@gmx.net>
13412         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
13413         result arguments (someDelegate.EndInvoke (unrelatedAres)).
13414         Fixes bug #80392.
13416 2007-01-09  Raja R Harinath  <rharinath@novell.com>
13418         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
13420         * object.c (set_value): Avoid aliasing between type->data.klass
13421         and type->data.generic_class.
13423         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
13425 2007-01-08  Raja R Harinath  <rharinath@novell.com>
13427         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
13428         between type->data.klass and type->data.generic_class.
13430 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
13432         * marshal.c: In MS.NET, StringBuilder objects are not copied by
13433         value in out parameters.
13435 2007-01-08  Raja R Harinath  <rharinath@novell.com>
13437         Simplify invariant for MonoGenericClass::klass field.
13438         * class.c (mono_class_create_generic): Verify 'klass' is null.
13439         * metadata.c (do_mono_metadata_parse_generic_class): Don't
13440         initialize 'klass' field.
13442 2007-01-05  Raja R Harinath  <rharinath@novell.com>
13444         Ongoing work to avoid redundant data and simplify invariants.
13445         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
13446         'generic_class', and change type to a GenericInst.
13447         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
13448         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
13450 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
13452         * class.c : skip io-layer under PLATFORM_WIN32.
13454 2007-01-03  Tor Lillqvist  <tml@novell.com>
13456         Fix #80305: In a bundled executable, look in the bundled exe
13457         assembly to determine the runtime version. Add the possibility to
13458         bundle also the machine.config file.
13459         
13460         * assembly.c (mono_assembly_open_from_bundle): Make
13461         non-static. Allow being called even if we have no bundled
13462         assemblies, and return NULL right away in that case.
13464         * domain-internals.h: Declare mono_assembly_open_from_bundle()
13465         here.
13467         * domain.c (app_config_parse): Take an assembly exe file name as
13468         parameter instead of a config file name. Check for a bundled
13469         config file for that assembly by calling
13470         mono_config_string_for_assembly_file() (see below) before looking
13471         for one in the file system.
13472         (get_runtimes_from_exe): Corrsponding change to call of
13473         app_config_parse().
13474         (get_runtimes_from_exe): Check for bundled assembly exe file first
13475         by calling mono_assembly_open_from_bundle(). If no bundled
13476         assembly exe file is found, call mono_image_open() as before to
13477         look it up in the file system.
13479         * mono-config.c: Add variable bundled_machinec_onfig.
13480         (mono_config_string_for_assembly_file): New function.
13481         (mono_config_for_assembly): Move code snippet that looks for a
13482         bundled assembly .config file into the above new function. Call
13483         it.
13484         (mono_register_machine_config, mono_get_machine_config): New
13485         functions to set and retrieve
13487         * assembly.h: Declare mono_register_machine_config().
13489         * mono-config.h: Declare mono_get_machine_config() and
13490         mono_config_string_for_assembly_file().
13492         * icall.c: No declaration of environ necessary on Win32. It is
13493         declared (as a macro expanding to a function call) in stdlib.h.
13494         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
13495         New internal mono function. Returns the value of
13496         mono_get_machine_config() as a Mono string.
13498         * icall-def.h: Add get_bundled_machine_config().
13500 2007-01-04  Raja R Harinath  <rharinath@novell.com>
13502         Remove redundant field
13503         * class-internals.h (_MonoGenericContext.container): Remove field.
13504         * loader.c (mono_method_get_signature_full): Don't parse a
13505         "container" for a signature parse when the signature is inflated
13506         immediately.
13507         (method_from_methodspec): Likewise, for a generic_inst.
13508         * class.c, metadata.c, reflection.c: Update to changes.
13510 2006-01-04  Raja R Harinath  <rharinath@novell.com>
13512         * class-internals.h (_MonoGenericClass): Rename 'context' field to
13513         'cached_context', and change semantics -- it starts off NULL, and
13514         is initialized on demand.
13515         * class.c (mono_generic_class_get_context): New accessor to
13516         replace 'context' field accesses.
13517         (mono_class_get_context): New helper.
13518         (*): Update to changes.
13519         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
13521 2007-01-03  Miguel de Icaza  <miguel@novell.com>
13523         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
13524         before the memcpy.   Fixes Marshal2 regression.
13526 2007-01-02  Jb Evain  <jbevain@gmail.com>
13528         * blob.h: add a MONO_TYPE_ENUM definition
13529         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
13530         fix the encoding of arrays of enums in custom attributes.
13532         Fixes #79666.
13534 2007-01-01  Miguel de Icaza  <miguel@novell.com>
13536         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
13537         string is null terminated, but only cut the string short if it
13538         overflows the buffer.   
13539         
13540         (mono_string_to_byvalstr): Also fix this routine.   The code here
13541         was not properly terminating a string (it was only terminated
13542         because of the previous catch-all memset). 
13544         I left the memset, because I do not know if applications expect
13545         the runtime to clear this region. 
13547         Fixes #79944.
13549         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
13550         Clear the error before returning to unmanaged code to prevent the
13551         runtime from being confused later on (fixes  80420).
13552         (ves_icall_type_from_name): Always call mono_loader_clear_error
13553         after parsing a type that could have failed.
13554         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
13556         * loader.c (mono_loader_clear_error): Fix indentation.
13558 2006-12-28  Martin Baulig  <martin@ximian.com>
13560         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
13562 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
13564         * reflection.c: patch from Rolf Bjarne Kvinge to fix
13565         getting a token for an EnumBuilder.
13567 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
13569         * reflection.c: be more careful in case resource generation
13570         fails to create the data array.
13572 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
13574         * sgen-gc.c: write barrier for clone and fix unregister handles.
13576 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
13578         * reflection.c: some fixes needed in the generics code for the moving GC.
13580 2006-12-22  Robert Jordan  <robertj@gmx.net>
13582         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
13583         account. Fixes bug #80299.
13585 2006-12-21  Raja R Harinath  <rharinath@novell.com>
13587         Fix WaitHandle usage in delegates.
13588         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
13589         * object.c (mono_wait_handle_new): Use the property set method to
13590         initialize the handle.
13591         (mono_wait_handle_get_handle): New.
13592         * threadpool.c (mono_async_invoke): Use it.
13593         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
13594         Likewise.
13595         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
13597 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
13599         * marshal.c (emit_marshal): Call emit_marshal_variant and
13600         emit_marshal_com_interface when applicable.
13601         (emit_marshal_variant, emit_marshal_com_interface): Add
13602         methods for this case and remove if's from emit_marshal_object.
13603         
13604 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
13606         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
13608 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
13610         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
13611         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
13612         and GlobalFree on Windows. Remove FIXME.
13614 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
13616         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
13617         implementation for managed objects.
13619 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
13621         * object.c: implemented code to be used for checking
13622         that no reference field overlaps with non-references.
13624 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
13626         * threadpool.c: fix queue code to be compatible with the
13627         moving GC.
13629 2006-12-18  Miguel de Icaza  <miguel@novell.com>
13631         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
13632         in structures by throwing ArgumentNullException.
13634         (emit_marshal_safehandle): Also when they are null parameters.
13636         (emit_marshal_safehandle): Add support for ref
13637         SafeHandles parameters
13639 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
13641         * profiler.c: updated to use the mono-dl API instead of
13642         gmodule.
13644 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
13646         * profiler.c: updated to use the mono-dl dynamic loading
13647         API instead of gmodule.
13649 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
13651         * profiler.c: use readlink, older versions of glib don't have
13652         g_file_read_link ().
13654 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
13656         * profiler.c: try to detect the path to mono if libc fails to provide
13657         a useful name (bug #80286).
13659 2006-12-16  Raja R Harinath  <rharinath@novell.com>
13661         Fix #80242
13662         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
13663         instance, use the generic type definition instead.
13664         (ves_icall_Type_GetNestedTypes): Likewise.
13665         * class.c (mono_class_create_generic): Always set the
13666         nested_classes of a generic instance to NULL, even if the generic
13667         type definition has nested types.
13669 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
13671         * marshal.c (mono_string_from_bstr): Revert previous Windows change
13672         and fix on Linux.
13673         
13674 2006-12-15  Miguel de Icaza  <miguel@novell.com>
13676         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
13677         my arguments were in the wrong order.   I also fixed the Windows
13678         version which seems to have had the same issue.
13680         (mono_free_bstr): On Unix, this is g_free.
13681         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
13682         conversions (for the tests in corlib to pass).
13684 2006-12-14  Miguel de Icaza  <miguel@novell.com>
13686         * marshal.c (emit_ptr_to_object_conv): For now, ignore
13687         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
13688         exception if a ref SafeHandle in a struct has changed).
13689         
13690         (emit_struct_conv): Do not perform layout checks for classes
13691         derived from SafeHandle, as those are specially handled. 
13693         (emit_object_to_ptr_conv): Add support for
13694         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
13696         (emit_marshal_safehandle): Implement conversion of return values
13697         of safehandles (MARSHAL_ACTION_CONV_RESULT).
13698         
13699         * threads.c: WaitHandle now is compiled with two different handles
13700         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
13701         for 2.0.
13702         
13703         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
13704         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
13705         these routines to cope with both kinds of fields.
13707 2006-12-12  Miguel de Icaza  <miguel@novell.com>
13709         * metadata.c (mono_type_to_unmanaged): Handle the case where
13710         type->data.klass is a SafeHandle, and in that case, return the
13711         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
13712         MONO_MARSHAL_CONV_SAFEHANDLE. 
13714 2006-12-11  Miguel de Icaza  <miguel@novell.com>
13716         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
13717         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
13718         calling emit_marshal_object.
13720         (emit_marshal_safehandle): Implement marshalling of
13721         SafeHandle parameters (no ref support yet).
13723         (MarshalAction): Document the defines as I implement
13724         them for SafeHandle.
13726         (emit_marshal_object): indentation police.
13728         * class-internals.h: Define MonoSafeHandle.
13729         Add safehandle_class to MonoDefaults type.
13731         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
13732         list of classes to check for fields. 
13734         * domain.c (mono_init_internal): Add SafeHandle to the list of
13735         mono_defaults loaded.
13737 2006-12-15  Raja R Harinath  <rharinath@novell.com>
13739         Fix #80253
13740         * reflection.c (mono_reflection_bind_generic_parameters): If the
13741         generic type definition is a type builder, ensure that it is fully
13742         initialized before instantiating it.  Kill some dead code.
13744 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
13746         * object.c: clear the loader_error () before loading
13747         more metadata stuff (bug #80258).
13749 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
13751         * icall.c, icall-defs.h: type modifiers icalls for
13752         parameters and properties.
13754 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
13756         * object.c, icall.c: fixed warnings.
13758 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
13760         * marshal.c: fixed a couple of leaks and coding style in a few places.
13762 2006-12-08  Dick Porter  <dick@ximian.com>
13764         * process.c: Cope with NULL ProcessStartInfo arguments on windows
13765         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
13766         80173.
13768 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
13770         * process.c: ProcessStartInfo may have only filename set and
13771         arguments can be NULL.
13773 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
13775         * icall.c: fix leak found by Robert Jordan.
13777 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
13779         * marshal.c, marshal.h: generate managed method to access an element
13780         of a multi-dimensional array.
13782 2006-11-30  Paolo Molaro (lupus@ximian.com)
13784         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
13786 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
13788         * icall.c: back out GetFields () fix until the serialization code is
13789         fixed to not depend on the incorrect behaviour.
13791 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
13793         * profiler.c: provide defaults if none are set.
13795 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
13797         * Makefile.am, attrdefs.h: new public header file with
13798         constants for attributes for use by embedders.
13800 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
13802         * icall.c: GetFields () fix for bug #80064.
13804 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
13806         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
13807         removed long unused icalls.
13809 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
13810   
13811         * marshal.c: 
13812                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
13813                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
13814                 can be generated without a delegate class.
13815                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
13816         
13817         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
13819 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
13821         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
13822         #80069.
13824 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
13826         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
13827         icall-def.h: added icalls needed by System.GC.
13829 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
13831         * loader.c: ensure the class in catch clauses is handled
13832         correctly for generics methods (fixes bug#79980).
13834 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
13836         * monitor.h, monitor.c: added mono_locks_dump () function
13837         to help debug deadlocks involving managed locks.
13839 2006-11-13  Dick Porter  <dick@ximian.com>
13841         * file-io.c (get_file_attributes): If the file is a symlink try
13842         and get the stat data for the target, but also add the
13843         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
13844         the specs for the windows symlink support, but will probably have
13845         to be reworked when I have test data from a vista machine.  Fixes
13846         bug 79887.
13848 2006-11-13  Dick Porter  <dick@ximian.com>
13850         * gc.c (mono_domain_finalize): 
13851         * marshal.c (mono_delegate_begin_invoke): 
13852         * threadpool.c (socket_io_init, mono_thread_pool_init)
13853         (mono_thread_pool_finish): 
13854         * monitor.c (mono_monitor_try_enter_internal): 
13855         * threads.c (mono_thread_resume, mono_thread_init)
13856         (mono_thread_suspend_all_other_threads)
13857         (mono_thread_execute_interruption): 
13858         * appdomain.c (mono_domain_unload): Check for NULL error returns
13859         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
13860         75733.
13862 2006-11-11  Miguel de Icaza  <miguel@novell.com>
13864         * process.c
13865         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
13866         Only close the handle if the value of the handle is not
13867         INVALID_HANDLE_VALUE.  This just makes the process a bit more
13868         robust.
13870         Improvement for #75733, so that we do not run into this problem. 
13872         
13873         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
13874         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
13875         internal variables.  Fixes #79462 
13876         
13878 2006-11-09  Dick Porter  <dick@ximian.com>
13880         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
13881         Use poll() not select().  Fixes bug 79397.
13883 2006-11-09  Raja R Harinath  <rharinath@novell.com>
13885         Fix #79872
13886         * assembly.c (mono_assembly_load_from_full): Check that the given
13887         image has an assembly manifest.
13889 2006-11-09  Ankit Jain  <jankit@novell.com>
13891         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
13892         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
13893         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
13895 2006-11-07  Dick Porter  <dick@ximian.com>
13897         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
13898         Put the old resolver behaviour back for pre-2.0 profiles.
13900 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
13902         * threadpool.c: precise GC and locking fixes.
13904 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
13906         * class.c: don't load types that have an explicit unaligned
13907         managed reference. Provide better info in the TypeLoad exception.
13908         Part of the fix for bug #79744.
13909         * object.c: use the correct check for class type load issues.
13911 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
13913         * class.c: enforce alignment of fields with managed references
13914         even when Pack=1 is forced by the user (bug #77788).
13916 2006-11-03  Dick Porter  <dick@ximian.com>
13918         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
13919         If the address reverse lookup fails, return it as the hostname
13920         anyway.  Fixes bug 79721.
13922 2006-11-03  Dick Porter  <dick@ximian.com>
13924         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
13925         Fix build on Windows.
13927 2006-11-02  Dick Porter  <dick@ximian.com>
13929         * icall-def.h: 
13930         * object-internals.h: 
13931         * exception.c (mono_get_exception_thread_interrupted): 
13932         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
13933         Fixes bug 74525.
13935         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
13936         Check for pending Thread.Interrupt.
13938 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
13939         * loader.c: Fixed bug 79684.
13941 2006-10-27  Dick Porter  <dick@ximian.com>
13943         * file-io.c (get_file_attributes): Force symlinks to directories
13944         to be returned as a regular file.  Fixes bug 79733.
13945 2006-10-26  Dick Porter  <dick@ximian.com>
13947         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
13948         CreateFile to open a directory then we need to set the
13949         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
13951 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
13953         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
13954         friends.
13956 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
13958         * sgengc.c: small cleanup of timer code.
13960 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
13962         * sgen-gc.c: fix some warnings and start adding support for
13963         complete object removal on domain unload.
13965 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
13967         * assembly.c: build_assembly_name should not consider a version
13968         number without build or revision number invalid. Fixes bug #79715.
13970 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
13972         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
13973         call kernel32 function OutputDebugString directly.
13974         
13975         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
13976         
13977 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
13979         * reflection.c: small cleanup, using a function to insert a MonoString
13980         in the string heap.
13982 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
13984         * reflection.c: moving GC fixes.
13986 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
13988         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
13989         all the objects with finalizers belonging to an unloading appdomain.
13991 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
13993         * sgen-gc.c: added ability to allocate even when the nursery is fully
13994         pinned and fixed a couple of bugs.
13996 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
13998         * threads.h: Revert the last change for now.
14000         * threads.h (mono_thread_get_pending_exception): Rename this to
14001         mono_thread_get_undeniable_exception ().
14003 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
14005         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
14006         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
14007         when fname does not refer to valid assembly. This result in a more
14008         meaningful error message.
14009         * exception.c: added mono_get_exception_bad_image_format2 which 
14010         constructs a BadImageFormatException using the ctor taking a custom
14011         message and the file name. Passing in a NULL msg results in a default
14012         message.
14013         * exception.h: define mono_get_exception_bad_image_format2 function.
14014         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
14015         when file name pointed to an invalid IL image. Use 
14016         mono_get_exception_file_not_found2 to construct FileNotFoundException,
14017         as this results in a more meaningful error message.
14019 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
14021         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
14022         #79465.
14024 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
14026         * metadata.c (mono_type_size): Change the align parameter to guint32 for
14027         consistency with the other _size functions.
14028         (mono_type_stack_size): Ditto.
14030         * class.c object.c icall.c: Fix warnings caused by the above change.
14032         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
14034         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
14036         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
14038 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
14040         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
14041         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
14042         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
14043         threadpool.h, threads-types.h: mark more internal functions.
14045 2006-10-11  Dick Porter  <dick@ximian.com>
14047         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
14048         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
14049         reproduce the bug even before applying the fix.)
14051 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
14053         * reflection.c: allow retrieving attributes for arguments in generic
14054         methods (bug #79241).
14056 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
14058         * debug-mono-symfile.c: properly check fopen () result (found by
14059         coverity).
14061 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
14063         * reflection.c: make error message clearer and fixed two
14064         issuelets found by Coverity.
14066 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
14068         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
14070 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
14072         * object-internals.h, gc-internal.h, profiler-private.h:
14073         mark internal functions.
14075 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
14077         * reflection.c: put data in the text section.
14078         * icall.c: recognize more types in type_from_typename ().
14079         * process.c, marshal.c: added some GC FIXMEs.
14081 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
14083         * loader.c: check for NULL before initializing.
14085 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
14087         * gc.c (finalizer_thread): Use a non-alertable wait here.
14089         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
14090         until the correct solution is found.
14092 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
14094         * reflection.c (mono_module_get_object): Avoid an assert when operating on
14095         modules with no metadata. Fixes #79596.
14097         * image.c (load_metadata_ptrs): Put back the error message when
14098         the #- heap is encountered since the support is not complete yet.
14100 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
14102         * gc.c: do not allow the user to SuppressFinalize () a
14103         delegate because it would leak the trampoline if present.
14105 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
14107         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
14108         PropertyPtr table.
14110 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
14112         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
14114         * metadata.c (mono_metadata_get_param_attrs): Ditto.
14116         * row-indexes.h: Add definitions for *Ptr tables.
14118         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
14120         * metadata.c (mono_metadata_translate_token_index): New helper function to
14121         translate table indexes used in uncompressed metadata.
14122         (mono_metadata_decode_table_row): Ditto.
14123         (mono_metadata_decode_table_row_col): Ditto.
14125         * metadata.c: Add table schema for *Ptr tables.
14127         * class.c loader.c: Use the new helper function to access the affected metadata
14128         tables.
14129         
14130         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
14131         #38532.
14132         
14133 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
14135         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
14136         sequences which can be unbounded in size. Fixes #79583.
14138 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
14140         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
14141         static initialization.
14143         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
14145         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
14147         * domain.c (mono_domain_free): Free up type_init_exception_hash.
14149         * object.c (mono_runtime_class_init): Implement correct semantics when a static
14150         ctor fails, i.e. throw the same exception on subsequent accesses.
14151         
14152 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
14154         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
14155         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
14156         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
14157         Handle marshalling of interfaces and VARIANTs contained in structs.
14158         
14159         Code is contributed under MIT/X11 license.
14160         
14161 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
14163         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
14164         
14165         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
14166         mempool.
14168 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14170         * console-io.c: ignore previous SIGINT handler.
14172 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
14174         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
14175         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
14176         #79460, #79461, #79485.
14178         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
14180         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
14181         #79217.
14183 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
14185         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
14186         could be generated from it.
14188 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
14190         * rand.c: fix read loop to correctly handle EINTR.
14192 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
14194         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
14195         internal calls are defined to keep methods closer to the declaring
14196         type and allow a significant reduction in runtime relocations and
14197         memory usage.
14199 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
14201         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
14202         exception message to have FileNotFoundException use the default
14203         assembly load error message. Fixes bug #79426.
14204         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
14206 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14208         * threadpool.c: (start_thread_or_queue) use the root domain when
14209         creating the thread instead of the async object one.
14211 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
14213         * class.c, object.c, class-internals.h, reflection.c:
14214         for arrays, store element_size inside MonoClass (speedup
14215         for array object creation).
14217 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
14219         * icall.c: fixed CodeBase to use the file name and not the module
14220         name (bug #79365).
14222 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
14224         * mono-debug.c, mono-debug.h: export find_method as
14225         mono_debug_find_method ().
14227 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
14229         * debug-helpers.c, class-internals.h: added a few functions useful
14230         when debugging under gdb.
14232 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14234         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
14235         characters that need special handling.
14237 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
14239         * mono-config.c: make the os/cpu specification more flexible,
14240         allowing lists and negation.
14242 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
14244         * marshal.c: COM Interop fixes. Handle case where method->klass.
14245         is interface. Handle BSTR/MonoString when null. Use CDECL as 
14246         calling convention on non-windows platforms. This is for
14247         compatibility with XPCOM and MainWin COM.
14248         
14249         Code is contributed under MIT/X11 license.
14250         
14252 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
14254         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
14255         correctly. Fixes #79217.
14257         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
14259 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
14261         * mono-config.c: allow both an os and cpu attribute for dllmap
14262         and dllentry elemnets to enable a single config file to be used
14263         for multiple architectures.
14265 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
14267         * loader.c: MonoLoaderError was cleared too soon on load failure.
14268         Fixes bug #79424.
14270 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
14272         * icall.c: use the defining class vtable when accessing a
14273         static field, not a pobblibly derived class.
14275 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
14277         * icall.c string-icalls.c: Remove references to unicode.h.
14279         * unicode.h unicode.c Makefile.am: Remove these unused source files.
14281         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
14283         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
14284         indicating the image where custom marshaller types should be looked up.
14285         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
14286         custom marshallers, instead of corlib. Fixes #79425.
14288 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
14290         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
14292 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
14294         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
14295         Implement Environment.ProcessorCount.
14296         
14297         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
14298         Implement Environment.ProcessorCount.
14299         
14300         * icall.c: 
14301         Add Environment.ProcessorCount icall.
14302         
14303         Patch by Jason McFall.
14305 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14307         * assembly.c: don't append .exe/.dll when the filename already contains
14308         one of those extensions.
14310 2006-09-12  Martin Baulig  <martin@ximian.com>
14312         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
14313         to array interfaces.
14315 2006-09-11  Martin Baulig  <martin@ximian.com>
14317         * reflection.c (mono_image_build_metadata): Create the
14318         MethodImpl's after emitting all types and methods, so we don't
14319         need another fixup pass for them.
14321 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
14323         * class.c (mono_class_from_name_case): Fix regression introduced by the last
14324         change.
14326 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
14328         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
14329         unload.
14331 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
14333         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
14334         args is not set. Fixes #78926.
14336 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
14338         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
14340         * image.c (load_class_names): Move this to class.c, and rename it to 
14341         'mono_image_init_name_cache'.
14342         (load_modules): Fix a warning.
14344         * class.c icall.c image.c: Initialize image->name_cache lazily.
14346         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
14347         on its name using information in the AOT file.
14349         * class.c (mono_class_from_name): Use the new hook function.
14351 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
14353         * reflection.c (mono_param_get_objects): Handle enum default parameter values
14354         correctly.
14356         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
14357         Fixes #79289.
14358         
14359 2006-09-06  Martin Baulig  <martin@ximian.com>
14361         * icall.c (mono_lookup_internal_call): Small fix.
14363 2006-09-05  Raja R Harinath  <rharinath@novell.com>
14365         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
14366         double g_free.
14368 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
14370         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
14371         when --debug is specified.
14373 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
14375         * class.c (setup_generic_array_ifaces): Fix a warning.
14377 2006-09-04  Miguel de Icaza  <miguel@novell.com>
14379         * Temporarily remove the patch to assemly.c that checks the
14380         assembly versions as it breaks our gacutil.
14382 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
14384         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
14386         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
14387         a net 1.0 runtime.
14389         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
14390         created using the default ctor. Fixes #79152.
14391         (mono_string_builder_to_utf16): Ditto.
14393 2006-09-01  Martin Baulig  <martin@ximian.com>
14395         Fix handling of the generic array interfaces.
14397         * class-internals.h
14398         (MonoDefaults): Removed `generic_array_class' and added
14399         `generic_ilist' class.
14401         * class.c
14402         (mono_bounded_array_class_get): Add the new generic array interfaces.
14403         (setup_generic_array_ifaces): New static method; create vtable
14404         entries for each method in the generic array interfaces.
14406         * metadata.c
14407         (select_container): Allow "parent-less" generic methods.
14409         * marshal.c
14410         (mono_marshal_get_generic_array_helper): New public method.
14412         * icall.c
14413         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
14414         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
14415         moved the interncall into System.Array.
14417 2006-09-01  Raja R Harinath  <rharinath@novell.com>
14419         A few more cases of avoiding work on types with ->byref set.
14420         Has the real fix for #79238
14421         * icall.c (is_generic_parameter): New helper.
14422         (ves_icall_Type_GetGenericParameterPosition): Use it.
14423         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
14424         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
14425         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
14426         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
14427         reference types.
14428         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
14429         reference types.
14430         (ves_icall_Type_get_IsGenericInstance): Likewise.
14431         (ves_icall_Type_get_IsGenericType): Likewise.
14433 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
14435         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
14436         class if possible.
14438         * mempool.h (mono_mempool_get_allocated): New helper function.
14440         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
14441         change.
14443         * mempool.c: Fix warnings and the calculation of stats.
14445         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
14447         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
14449         * loader.c (mono_get_method_from_token): Update method_count stat.
14451         * class-internals.h (MonoStats): Add some stats.
14453 2006-08-31 Robert Jordan  <robertj@gmx.net>
14455         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
14456         with managed variants.
14457         All code is contributed under the MIT/X11 license.
14458         
14459 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
14461         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
14462         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
14464         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
14466         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
14467         with cycles in classes.
14469         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
14471         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
14472         missing a [MarshalAs] directive. Fixes #79203.
14474         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
14475         klass->marshal_info. Fixes #79217.
14477 2006-08-30  Martin Baulig  <martin@ximian.com>
14479         Committing a patch from Joachim Ante <joe@otee.dk>:
14480         Add support for binary data symbol stores.
14482         * debug-mono-symfile.c
14483         (mono_debug_open_mono_symbol_file): Renamed into
14484         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
14485         arguments.
14487         * mono-debug.c
14488         (mono_debug_open_image): Added `raw_contents' and `size' args.
14489         (mono_debug_init_2_memory): New public function.
14491 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
14493         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
14495 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14497         * appdomain.c: implement support for ShadowCopyFiles.
14499 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
14501         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
14502         when value is NULL (and should remove CID #51).
14504 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14506         * image.c: moved 2 functions to ../utils.
14508 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
14510         * gc.c: cope with the target object of a GC handle being NULL
14511         (bug #78877).
14513 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
14515         * class.c: recursively check parent's explicit implementations
14516         of interface methods (fixes bug #79125).
14518 2006-08-19  Miguel de Icaza  <miguel@novell.com>
14520         * filewatcher.c: Avoid warnings when building, do not redefine
14521         constants that are defined.
14523         Remove warnings.
14525 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14527         * image.c: don't fail when the link points to an absolute path.
14529 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
14531         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
14532         Fix CID #3.
14534 2006-08-17  Miguel de Icaza  <miguel@novell.com>
14536         * image.c (full_path): A new method used to obtain the actual path
14537         of an assembly even in the presence of symbolic links.  
14539         This is necessary for the case where we are running a binary that
14540         has been GACed, but we are using the "published" path name
14541         ($prefix/mono/1.0/blah.exe) which happens to point to the real
14542         file in the GAC.
14544         This was the source of the failure for the `xsp' command with the
14545         recent AppDomain changes, as far as the runtime was concerned,
14546         there were two different assemblies: $prefix/mono/1.0/blah.exe and
14547         $prefix/mono/gac/blah/version/blah.exe.
14549         (do_mono_image_open): use full path
14551 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
14553         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
14555 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
14557         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
14558         domain_id is supplied. Fix CID #241 and corlib's unit tests.
14560 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
14562         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
14563         small structures. Fixes #78990.
14565 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
14567         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
14569         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
14571 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14573         * appdomain.c:
14574         * marshal.c: don't load all the assemblies from a domain into newly
14575         created ones. The new domains might have different rules and load
14576         assemblies from different locations. Fixes bug #76757.
14578         Patch by Lluis. Conflicts resolved by Brian Crowell.
14580 2006-08-16  Alp Toker  <alp@atoker.com>
14582         * socket-io.c: First half of the fix for #79084.
14583         Set sa_size to the length of the content, not that of the struct.
14584         Don't add NULL suffix to the content, this should be done in
14585         managed code if needed.
14587 2006-08-14  Raja R Harinath  <rharinath@novell.com>
14589         Fix part of #79012
14590         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
14591         mono_metadata_parse_type returns NULL.
14593 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
14595         * normalization-tables.h : new file for string normalization data.
14596         * locales.c, locales.h, icall.c :
14597           added load_normalization_resource() for string normalization,
14598           and icall as well.
14599         * Makefile.am : added normalization-tables.h to the sources.
14601 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
14603         * marshal.c: Add more helper functions to reduce code duplication and use them
14604         everywhere.
14606 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
14608         * marshal.c: Fix non-x86 stdcall warnings.
14609         
14610         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
14611         them everywhere.
14613 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
14615         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
14616         type check on multi-dimensional arrays. Fixes #79000.
14618 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
14620         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
14621         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
14622         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
14623         * class-internals.h: add is_com_object to class structure.
14624         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
14625         null checks to COM object marshalling. Fix .ctor call on RCW.
14626         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
14627         
14628         All code is contributed under the MIT/X11 license.
14630 2006-08-09  Dick Porter  <dick@ximian.com>
14632         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
14633         racing mono_monitor_allocator_lock() somewhere, so don't delete
14634         the critical section for now.  Found by running and exiting
14635         monodevelop.
14637 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
14639         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
14640         (ves_icall_System_ComObject_FindInterface): Ditto.
14641         (ves_icall_System_ComObject_CacheInterface): Ditto.
14643         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
14644         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
14646 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14648         * threadpool.c: treat pipes from process asynchronous reads as sockets
14649         when reading from them, so we get select/poll or epoll to wait for
14650         data.
14652 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
14654         * loader.c: Fix a typo (CID #233) in the null check.
14656 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
14658         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
14659         Hopefully fixes #78949.
14660         
14661         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
14662         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
14663         bytes. Fixes #78972.
14665 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14667         * filewatcher.c: we need to set errno here.
14669 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14671         * filewatcher.c: let Win32Exception get the error value.
14673 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14675         * filewatcher.c: translate errno into win32 errors for Win32Exception
14676         to know what happened.
14678 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
14680         * threadpool.c: Fix more warnings.
14682         * assembly.c (search_loaded): Fix warnings.
14684         * threadpool.c (mono_thread_pool_finish): Fix warnings.
14685         (mono_async_invoke): Ditto.
14687 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
14689         * object.c (mono_remote_class_vtable): Need to create proxy vtable
14690         entries for __ComObject type in addition to ComImport types.
14691         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
14692         about hash table.
14693         
14694         All code is contributed under the MIT/X11 license.
14696 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
14698         * image.c: avoid tentative loading of modulerefs that contain
14699         no metadata (P/Invoke library names).
14701 2006-07-28  Dick Porter  <dick@ximian.com>
14703         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
14704         mono_loader_lock() somewhere, so don't delete the critical section
14705         for now.  Found by running and exiting monodevelop.
14707 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14709         * filewatcher.c: define the inotify syscalls when we're building on
14710         linux and have sys/syscall.h. The build system might not have support
14711         for inotify but the target system might have it.
14713 2006-07-26  Miguel de Icaza  <miguel@novell.com>
14715         * domain.c: Documentation updates.
14717         * loader.c (mono_free_method): Do not release the method
14718         information if we are being profiled, as profilers will use this
14719         information at shut down to present some data to the user.
14721         This is needed so that the profiler does not crash, as the
14722         profiler tends to keep MonoMethods around, and they might become
14723         invalid if we free these.
14725         (mono_get_method_constrained): Return the original CIL stream
14726         method as well, so verification can be performed against it.
14728 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14730         * filewatcher.[ch]: support for inotify file system watcher.
14731         * icall.c: add new internal calls for the inotify file system watcher.
14733 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
14735         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
14736         #78888.
14738 2006-07-20  Dick Porter  <dick@ximian.com>
14740         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
14741         warning.
14743 2006-07-20  Dick Porter  <dick@ximian.com>
14745         * threads.c (start_wrapper): Do the thread cleanup while we still
14746         hold a reference to its object.  Fixes bug 78123.
14748 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
14750         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
14751         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
14752           "managed-to-managed".
14753         * icall.c: Redirect string constructors that take sbyte* to
14754           ves_icall_System_String_ctor_RedirectToCreateString.
14755         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
14756           to CreateString () methods with matching signature.
14757         * reflection.c: Use original security informations for
14758           MONO_WRAPPER_MANAGED_TO_MANAGED.
14759         * security-manager.c: Use original security informations for
14760           MONO_WRAPPER_MANAGED_TO_MANAGED.
14761         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
14762           that is a placeholder and only its address should be used.
14763         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
14764           that is a placeholder and only its address should be used.
14766 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
14768         Begin implementing COM Interop.
14769         * appdomain.c: Increment corlib version.
14770         * class.c: Set ComImport classes' parent to __ComObject.
14771         * loader.c: Mark cominterop methods as such.
14772         * domain.c: Add __ComObject class to MonoDefaults structure.
14773         * image.c: Add 2 hashtables to the image for COM Interop related methods
14774         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
14775         using the mempool allocator
14776         
14777         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
14778         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
14779         declaration for mono_metadata_type_dup_mp.
14780         
14781         * debug-helpers.c: Added strings for two additional wrapper types
14782         * object.c: Create proxy objects for ComImport classes
14783         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
14784         and added __ComObject class to MonoDefaults structure.
14785         
14786         * object-internals.h: Finish MonoRealProxy definition, and add definition of
14787         MonoComInteropProxy and MonoComObject.
14788         
14789         * marshal.c: Added support for COM Interop
14790         (signature_cominterop): Converts managed signature to corresponding
14791         unmanaged COM signature.
14792         (cominterop_get_function_pointer): gets unmanaged function pointer via
14793         COM object vtable
14794         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
14795         (cominterop_get_method_interface): returns interface type that method is defined on
14796         (mono_mb_emit_cominterop_call): emits native call to function pointer
14797         gotten from vtable
14798         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
14799         that matches signature of unmanaged function.
14800         (cominterop_get_native_wrapper): wrapper around adjusted method call.
14801         (cominterop_get_invoke): forwards call from proxy to __ComObject
14802         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
14803         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
14804         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
14805         
14806         * marshal.h: Added Marshal icall declarations.
14807         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
14808         so we can access them in finalizer
14809         
14810 2006-07-14  Dick Porter  <dick@ximian.com>
14812         * object.c (mono_type_initialization_cleanup): Fix a race
14813         condition by temporarily commenting out the critical section
14814         deletion.
14816 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
14818         * reflection.c (create_custom_attr): Fix some warnings.
14819         (create_custom_attr_data): Ditto.
14820         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
14821         types. Fixes #78855.
14823 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
14825         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
14827         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
14829 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
14831         * reflection.c (resolve_object): Add support for DynamicMethod.
14833         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
14834         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
14836 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
14838         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
14839         don't leak GPtrArray's pdata has we have no use (nor free) for it.
14841 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
14843         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
14844         Fixes #77888.
14846 2006-06-30  Raja R Harinath  <rharinath@novell.com>
14848         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
14849         slightly: remove a shadow local variable.
14851 2006-06-29  Raja R Harinath  <rharinath@novell.com>
14853         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
14854         definition that introduces the virtual function slot.
14855         Also fix Coverity #105.
14857 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
14859         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
14860         for dynamic assemblies. Fixes #78724.
14862 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
14864         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
14865         Fixes #78722.
14867 2006-06-21  Martin Baulig  <martin@ximian.com>
14869         * reflection.c
14870         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
14871         fixes #76484.
14873 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
14875         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
14877 2006-06-20  Raja R Harinath  <rharinath@novell.com>
14879         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
14880         nor TYPEREFs.
14881         * class.c (mono_class_create_from_typespec): Add 'context' argument.
14882         Inflate result if necessary.
14883         (mono_class_get_full): Remove old version.  Rename from
14884         'mono_class_get' and add 'context' argument.  Pass it to
14885         ..._create_from_typespec.
14886         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
14887         (mono_ldtoken): Revert change below.
14889 2006-06-20  Martin Baulig  <martin@ximian.com>
14891         * class.c (mono_ldtoken): Don't pass the generic context to
14892         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
14894 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
14896         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
14897         and later freeing it. Fixes #78638.
14899 2006-06-15  Miguel de Icaza  <miguel@novell.com>
14901         * icall.c (mono_class_get_throw): Revert over-zealous error
14902         throwing, the caller for mono_class_get_throw will cope with
14903         errors when classes are not properly initialized already.
14905         The code still copes with loader exceptions though.
14907         Fixes the regression in reftype1 and reftype3 from the CAS tests.
14908         
14909 2006-06-14  Miguel de Icaza  <miguel@novell.com>
14911         Fixes the `make run1' version of RuntimeAbort (to be commited,
14912         source is in Bugzilla).
14913         
14914         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
14915         FALSE on class loading failure instead of returning true.
14917         * class.c (mono_class_create_from_typedef): It is possible for
14918         mono_metadata_interfaces_from_typedef_full to fail if a class is
14919         not found, cope with this.
14920         
14922 2006-06-14  Dick Porter  <dick@ximian.com>
14924         * socket-io.c: 
14925         * process.c: Fix a bunch of signed/unsigned warnings from gcc
14926         4.1.1
14928 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
14930         * culture-info-table.h : oops, forgot to make it nsync with r61548.
14932 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
14934         * icall.c: Another fix for building mono in Visual Studio.
14936 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
14938         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
14939         
14940 2006-06-09  Martin Baulig  <martin@ximian.com>
14942         * debug-mono-symfile.c: Put this back and really fix it this
14943         time. Sorry for all the trouble.
14945 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
14947         * icall.c (mono_class_get_throw): Fix a warning.
14948         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
14949         ReflectionTypeLoadException if needed. Fixes #78606.
14951         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
14952         (mono_class_init): Ditto.
14954         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
14955         ref_only exceptions.
14956         (mono_loader_clear_error): Make this work even if there is no error.
14958 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
14960         * object-internals.h marshal.c marshal.h icall.c: Implement method 
14961         Marshal.GetComSlotForMethodInfo using internal call.
14963 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
14965         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
14966         a function for signalling it.
14968         * class.c (mono_class_from_typeref): Use the new kind of loader error when
14969         a referenced assembly is not found.
14971         * loader.c (mono_loader_error_prepare_exception): Add support for 
14972         LOADER_ERROR_ASSEMBLY. Fix formatting.
14974 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
14976         * domain.c appdomain.c class-internals.h marshal.c: Add support 
14977         for VARIANT marshalling on windows and increment corlib version
14978         since Variant struct was added.
14980 2006-06-03  Miguel de Icaza  <miguel@novell.com>
14982         * debug-mono-symfile.c: Revert Martin's previous patch which broke
14983         stack trace line information:
14985         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
14986         (Martin) when looking up B which is between A and C, return A not C.
14988         Bug is #78573.
14990         Thanks to Alexander Olk for tracking this down.
14992 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
14994         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
14995         
14996         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
14997         avoid clobbering its value.
14998         (mono_string_to_lpstr): Fix a warning on windows.
15000 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
15002         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
15004         * reflection.c loader.c: Removed references to 'dummy' flag.
15006         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
15008         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
15009         it gets GC tracking.
15011         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
15012         GC tracking.
15013         
15014         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
15016         * marshal.c threadpool.c: Update callers of mono_async_result_new.
15018         * appdomain.c: Bump corlib version.
15020 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
15022         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
15023         CEE_STIND_REF when working with object references.
15025 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
15027         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
15028         Fixes #78539.
15030 2006-05-30  Miguel de Icaza  <miguel@novell.com>
15032         * loader.c (method_from_memberref): Fix argument value for
15033         mono_loader_set_error_method_load (I was passing the MonoClass
15034         instead of the class name char *).
15036 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
15038         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
15039         CEE_STIND_REF when working with object references.
15041 2006-05-30  Martin Baulig  <martin@ximian.com>
15043         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
15044         mono_method_full_name() change and replace the ':' with a '.'
15045         here.
15047 2006-05-30  Martin Baulig  <martin@ximian.com>
15049         * debug-mono-symfile.c
15050         (mono_debug_symfile_lookup_location): Fix the algorithm:
15051         when looking up B which is between A and C, return A not C.
15053 2006-05-29  Martin Baulig  <martin@ximian.com>
15055         * mono-debug.h
15056         (MonoDebugMethodInfo): Make the typedef public.
15057         (MonoDebugSourceLocation): New public struct.
15059         * mono-debug.c
15060         (mono_debug_source_location_from_address): Removed.
15061         (mono_debug_source_location_from_il_offset): Removed.
15062         (mono_debug_il_offset_from_address): Removed.
15063         (mono_debug_address_from_il_offset): Removed.
15064         (mono_debug_lookup_method): New public function.
15065         (mono_debug_lookup_source_location): New public function; replaces
15066         the old mono_debug_source_location_from_*() functions; see the
15067         inline documentation.
15068         (mono_debug_free_source_location): New public function.
15069         (mono_debug_print_stack_frame): New public function; see the
15070         inline documentation.
15072         * debug-mono-symfile.c
15073         (mono_debug_find_source_location): Renamed into
15074         mono_debug_symfile_lookup_location(); only take a
15075         `MonoDebugMethodInfo *' and an `offset' argument; added inline
15076         documentation.
15077         (mono_debug_find_method): Renamed into
15078         mono_debug_symfile_lookup_method().
15080 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
15082         * assembly.c (mono_assembly_open_full): Dont overwrite the status
15083         returned by mono_image_open_full ().
15085         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
15086         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
15087         #78517.
15089         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
15090         #78518.
15092 2006-05-27  Miguel de Icaza  <miguel@novell.com>
15094         * class.c (mono_class_from_typeref): handle missing images
15095         earlier, deals with bug #78418.   Refactor code; 
15097         Fix a warning introduced in my previous commit (some stale code
15098         from before I revisited my patch).
15100         * class.c (mono_class_create_from_typedef): On failure, remove the
15101         class from the MonoImage->class_cache as the class is not
15102         initialized;   Fixes the leak pointed out by Paolo.
15104 2006-05-25  Dick Porter  <dick@ximian.com>
15106         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
15107         DeleteCriticalSections until I figure out which one may still be
15108         sometimes locked when mono_thread_cleanup is called.
15110 2006-05-24  Dick Porter  <dick@ximian.com>
15112         * threads.c (mono_thread_cleanup): Move the threading cleanup out
15113         of mono_thread_manage and back into its own function, so it can be
15114         called after the finalizer thread has finished.
15116         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
15118 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
15120         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
15121         Fixes #78495.
15123         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
15124         with non-blittable elements.
15125         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
15127 2006-05-24  Martin Baulig  <martin@ximian.com>
15129         * mono-debug-debugger.h (MonoDebuggerEvent): Added
15130         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
15132         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
15133         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
15134         `mono_debugger_event_handler' to NULL.
15136 2006-05-24  Martin Baulig  <martin@ximian.com>
15138         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
15140 2006-05-24  Martin Baulig  <martin@ximian.com>
15142         * mono-debug-debugger.h
15143         (mono_debugger_create_notification_function): Added
15144         `MonoCodeManager *' argument.
15146 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
15148         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
15150 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
15152         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
15153         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
15154         implementation.
15156 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
15158         * icall.c: precise GC support: objects can't be stored in unmanaged
15159         memory anymore, even if they are kept alive by other references: since
15160         they can move the GC needs to be able to always find them.
15162 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
15164         * object.c: precise GC support for static fields. Support
15165         for moving GCs: write barriers and pinned allocation for interned
15166         strings.
15168 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
15170         * domain.c, domain-internals.h: precise GC support for the MonoDomain
15171         structure.
15173 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
15175         * class.c, gc.c: sgen and precise GC updates.
15177 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
15179         * marshal.h, marshal.c: added write barrier wrapper and precise type
15180         fixes.
15182 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
15184         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
15185         support.
15187 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
15189         * reflection.c: precise and sgen GC updates.
15191 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
15193         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
15195 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
15197         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
15199 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
15201         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
15202         MONO_TYPE_OBJECT. Fixes #78462.
15204 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
15206         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
15207         and blittable types.
15209 2006-05-17  Miguel de Icaza  <miguel@novell.com>
15211         * class.c (mono_class_get_exception_for_failure): Implement parts
15212         of a TODO: if the loader error is set (instead of the class
15213         error), we return a Loader exception that can be properly thrown
15214         elsewhere.
15216         This was exposed by some Winforms 2.0 code that I tried to run
15217         (Atsushi pointed me to it).
15219 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
15221         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
15222         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
15223         
15224         * marshal.c (emit_marshal_vtype): Add limited support for 
15225         UnmanagedType.LPStruct. Fixes #78427.
15227         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
15228         Applied a patch from kangaroo to fix #77523.
15230 2006-05-17  Martin Baulig  <martin@ximian.com>
15232         * threads.c
15233         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
15234         (debugger_thread_created): Removed.
15235         (debugger_thread_exited): Removed.
15237 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
15239         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
15241         * object-internals.h (MonoReflectionResource): Sync with managed version.
15243 2006-05-12  Wade Berrier <wberrier@novell.com>
15245         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
15247 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
15249         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
15250         functions try to allocate from the image mempool.
15252 2006-05-12  Dick Porter  <dick@ximian.com>
15254         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
15256 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
15258         * object.c: The FieldGetter and FieldSetter methods require the full
15259         name of the class, not only the name. Fixes bug #78277.
15261 2006-05-11  Miguel de Icaza  <miguel@novell.com>
15263         * loader.c (method_from_memberref): Do not pass the NULL klass to
15264         mono_loader_set_error_() methods.  Pass the non-NULL value
15265         (class). 
15267 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
15269         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
15270         (mono_assembly_close): Null out assembly->image->references after freeing it.
15272         * image.c (mono_image_close): Free image->references.
15273         
15274         * reflection.c (mono_image_basic_init): Fix a small memory leak.
15276 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
15278         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
15279         before checking if it's NULL (g_assert).
15281 2006-05-10  Martin Baulig  <martin@ximian.com>
15283         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
15284         I thought I already killed that two months ago, but now it somehow reappeared.
15286 2006-05-10  Martin Baulig  <martin@ximian.com>
15288         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
15290 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
15292         * reflection.c: Allocate memory for dynamically created methods in the image
15293         mempools.
15295 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
15297         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
15298         don't use the ad pointer before checking if it's NULL (g_assert).
15300 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
15302         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
15303         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
15305         * marshal.c: Allocate all signatures from mempools.
15307         * marshal.c: Allocate some more signatures from mempools.
15309 2006-05-09  Miguel de Icaza  <miguel@novell.com>
15311         * object.c (mono_load_remote_field): The code used to provide a
15312         temporary variable for returning results if the user did not
15313         provide a result pointer.  But our temporary variable was allocted
15314         on the satck.
15316         Fix calling code to always pass a result area.   Coverity ID 103.
15318 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
15320         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
15321         value, not the old. Fixes #78312.
15322         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
15324         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
15325         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
15326         per-image cache.
15328         * assembly.c (mono_assembly_close): Free image->references.
15330         * assembly.c (mono_assembly_names_equal): Fix a warning.
15331         (mono_assemblies_cleanup): Cleanup more global data.
15333         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
15335         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
15336         ptr_cache and image->modules.
15338         * image.c (mono_image_init): Allocate array_cache lazily.
15339         
15340 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15342         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
15343         behavior was changed recently and has bad side effects.
15345 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
15347         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
15348         
15349         * assembly.c (mono_assembly_close): Remove a debug printf.
15351         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
15353         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
15354         to also allow for temporary references between mono_image_open ()/close ().
15356         * domain.c (get_runtimes_from_exe): Add a FIXME.        
15358 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
15360         * marshal.c: Fix support for dynamic methods.
15362         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
15364         * marshal.c (mono_marshal_cleanup): New cleanup function.
15366         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
15367         image mempools.
15369         * class.c (mono_class_init): Fix leaking class->nested_classes.
15371         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
15373         * image.c (mono_image_init): Initialize the new cashes.
15375         * image.c (mono_image_close): Destroy the new cashes.
15377         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
15379         * mempool.c (mono_mempool_strdup): New helper function.
15381         * class-internals.h: Add prototype for mono_loader_unlock ().
15383         * domain.c (mono_jit_info_table_find): Fix a warning.
15384         (mono_debugger_check_runtime_version): Ditto.
15386         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
15387         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
15388         functions to these modules.
15390         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
15391         metadata modules.
15392         
15393         * marshal.c (mono_free_bstr): Fix a warning.
15395         * assembly.c (mono_assembly_open_full): Fix another small leak.
15397         * object.c: Fix some unload leaks in the remoting code.
15399         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
15400         function.
15402         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
15404         * reflection.c: Fix some unload leaks in dynamic assemblies.
15406 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
15408         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
15409         * marshal.h: Add BSTR support on Win32
15410         * icall.c: Add BSTR icalls
15411         * metadata.h: Add BSTR enums
15413 2006-04-28  Miguel de Icaza  <miguel@novell.com>
15415         Work to catch the crash from #76795 and turn it into an
15416         exception.   As I stubbed out pieces of the VisualBasic support,
15417         I found a number of places where the code was failing and I added
15418         checks to those places. 
15419         
15420         * metadata.c (do_mono_metadata_parse_generic_class): Make this
15421         function return a status code.  If we fail to parse the signature
15422         from mono_metadata_parse_generic_inst, return FALSE.
15424         * loader.c (mono_get_method_from_token): If we fail to load the
15425         method (mono_class_get) return NULL.   
15427         * (method_from_memberref): Return NULL if we are unable to parse
15428         the method signature
15430         (mono_loader_error_prepare_exception): Since we now use the
15431         loader_error flag internally to stop processing, and obtaining
15432         exceptions that might be thrown will walk this code path the
15433         proper way of going from a MonoLoaderError into a
15434         MonoException was convoluted.   This new routine encapsulates the
15435         process of turning the error into an exception and *clearing* the
15436         error afterwards.
15437         
15438 2006-04-27  Miguel de Icaza  <miguel@novell.com>
15440         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
15441         with missing assemblies), and to cope with:
15443                 * Missing fieldref from a non-existing assembly.
15444                 * Missing methodref from a non-existing assembly.
15446         The first batch of work to address *some* of the issues from 76661.
15447         
15448         * object.c (mono_class_create_runtime_vtable): If we fail to
15449         initialize the class raise the exception here. 
15451         * metadata.c (mono_class_get_overrides_full): If any methods fail
15452         to load return the failure to the caller.
15454         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
15455         flagging assemblies that failed to load.   
15457         Do not crash if we are unable to load the assembly.
15459         (mono_assembly_close): Do nothing with REFERENCE_MISSING
15460         assemblies. 
15462         * loader.c (mono_loader_set_error_type_load): Change the
15463         convention to always pass unallocated strings, so we make our own
15464         copies (I know our own code had duplicated strings before, but
15465         this keeps the normal conventions).
15466         (method_from_memberref): Call mono_loader_set_error_method_load
15467         for all possible failures of loading the class. 
15468         Remove assert, turn into a loader error.
15470         (mono_loader_error_to_exception): Move this routine from mini
15471         (mini_loader_error_to_exception) there was no need to have that in
15472         mini. 
15474         * class.c (mono_class_from_typeref): If we were not able to load
15475         the assembly with mono_assembly_load_reference, call the
15476         mono_loader_set_error_type_load to register the problem.
15478         (mono_class_setup_fields): If we fail to load the type from
15479         mono_metadata_parse_type_full, call mono_class_set_failure and
15480         break from the loop.
15482         If class->exception_type is set, we do not layout the fields as
15483         that might crash the runtime, and instead return (from breaking
15484         from the previous loop).
15486         (mono_class_setup_vtable): This now returns a boolean indicating
15487         whether the table was properly setup.   The decision is driven by
15488         mono_class_get_overrides_full which might run into non-existing
15489         methods. 
15490         
15491         (mono_class_init): Returns TRUE on success or FALSE if there was a
15492         problem in loading the type (incorrect assemblies, missing
15493         assemblies, methods, etc).
15495         When we call mono_class_setup_fields we also check for a potential
15496         error inside this call (either a class exception or a general
15497         loader exception).
15499         (mono_class_create_from_typedef): If the parent fails to load
15500         (calling mono_class_get_full) return NULL.
15501         
15502         ** Important **
15504         calls to mono_metadata_parse_type_full should be checked
15505         everywhere and set the mono_class_set_failure
15506         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
15508         The current patch checks the places where my manually constructed
15509         tests show the errors are showing up, but we should do it
15510         everywhere. 
15512         ** Important2 **
15514         mono_class_init return values should be tested everywhere, like
15515         the previous case this is something that we should audit
15516         everywhere and not only on the cases exposed by the tests I
15517         created. 
15519 2006-04-26  Miguel de Icaza  <miguel@novell.com>
15521         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
15522         boolean parameter and instead pass the information on `options'
15523         parameter (FileOptions).
15525         * icall.c: Register the new signature for MonoIO.Open.
15527         * debug-helpers.c (dis_one): Trying to understand how coverity
15528         works.  Fix Run 5, item 78.
15530 2006-04-26  Dick Porter  <dick@ximian.com>
15532         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
15533         dereference.
15535 2006-04-25  Martin Baulig  <martin@ximian.com>
15537         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
15539         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
15540         debugger_thread_created().
15541         (debugger_gc_push_all_stacks): Don't handle the main thread in any
15542         special way.
15543         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
15544         (mono_debugger_finalize_threads): New function; undo the effects
15545         of mono_debugger_init_threads().
15546         (mono_debugger_create_all_threads): Removed.
15548 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
15550         * image.c (mono_image_close): Tidy up trace messages.
15552         * assembly.c (mono_assembly_close): Ditto.
15554         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
15555         no longer references an already freed assembly. Fixes #78168.
15557 2006-04-21  Dick Porter  <dick@ximian.com>
15559         * threads.c (mono_thread_detach): Fix reference counting when
15560         detaching threads.
15562 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
15564         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
15565         #78155.
15567 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
15569         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
15570         (mono_type_to_stind): Ditto.
15572         * marshal.c: Use the new helper functions to simplify code.
15574         * image.c (mono_image_close): Add some code for help debug assembly unloading
15575         problems.
15577         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
15578         image mempool.
15580         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
15581         assembly was already loaded in another appdomain. Fixes #78083.
15583 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
15585         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
15586         referenced assemblies.
15587         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
15589         * domain.c (mono_domain_free): Add a trace message.
15591         * appdomain.c (add_assemblies_to_domain): Ditto.        
15593         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
15594         field.  
15596 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
15598         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
15600 2006-04-12  Martin Baulig  <martin@ximian.com>
15602         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
15603         `USE_INCLUDED_LIBGC'.   
15605 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
15607         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
15608         the patch contains ../ and a small directory name later. Hopefully fixes
15609         #78035.
15611 2006-04-10  Martin Baulig  <martin@ximian.com>
15613         Clean up the debugger's thread-handling code.
15615         The debugger's thread-handling code has been moved from
15616         ../mini/debug-debugger.c to threads.c.  We now iterate directly
15617         over the `threads' hash, keep track of exiting threads and also
15618         use proper locking.
15620         We can now debug XSP and XSP based applications with the debugger.
15622         * object-internals.h (MonoThread): Added `gpointer end_stack'.
15624         * threads.h
15625         (MonoThreadCallbacks): Removed; this was only used by the debugger.
15626         (mono_install_thread_callbacks): Likewise.      
15628         * threads.c (mono_thread_callbacks): Removed.
15629         (debugger_thread_created, debugger_thread_exited): New static functions.
15630         (start_wrapper): Call debugger_thread_created().
15631         (thread_cleanup): Call debugger_thread_exited().
15632         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
15633         (mono_debugger_init_threads): New public function.
15634         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
15635         iterate directly over the `threads' hash and also use proper locking.
15637         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
15639         * mono-debug-debugger.h
15640         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
15642 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
15644         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
15645         argument type=array. Fixes #78057.
15647 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
15649         * culture-info-table.h : regenerated. Fixed bug #69652.
15651 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
15653         * loader.c metadata.c: Reapply a variant r59116.
15654         
15655         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
15657         * class.c (mono_class_setup_interface_offsets): New internal function.
15659         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
15660         interfaces too. Fixes #77398.
15662         * reflection.c (encode_cattr_value): Add support for 
15663         parameter type=object, argument type=array.
15664         (load_cattr_value): Ditto. Fixes #77916.
15666         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
15667         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
15669         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
15670         a byval char array and CharSet is Ansi.
15672         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
15674 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
15676         * metadata.c: Add some locking comments.
15677         
15678         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
15679         mempool.
15680         (mono_metadata_free_method_signature): Don't free the signature itself.
15682         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
15684         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
15685         reference the same MonoImage.
15686         (mono_assembly_load_from_full): Add an assert.
15688 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
15690         * image.c (mono_image_close): Don't put the image we are about to free into the
15691         loaded_images_guid_hash.
15693         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
15694         to reduce code duplication.
15696         * marshal.c: Register the native functions called by this module as icalls, to
15697         somewhat centralize the creation of MonoMethodSignature's.
15699         * loader.c (mono_method_signature): Add a cache for method signatures.
15701         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
15702         the parameter attributes of a method.
15703         (mono_metadata_parse_method_signature_full): Refactored the computation of
15704         parameter attributes into a separate function. Also avoid one allocation in
15705         most cases.
15707         * assembly.c (mono_assembly_close): Ditto.
15709         * image.c (mono_image_close): Log trace messages with INFO level.
15711         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
15713         * image.c reflection.c: Correct reference counting of image modules.
15714         
15715         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
15716         of this function from the image mempool.
15717         
15718         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
15719         to allow more cached types to be used.
15721         * mono-debug.c (mono_debug_add_method): Appled patch from
15722         David S. Miller  <davem@sunset.davemloft.net>: Access 
15723         minfo->lexical_blocks[] entry elements using read32().
15725 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
15727         * loader.c (mono_free_method): No longer free the method header for non-dynamic
15728         methods as it is allocated from the mempool.
15730         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
15731         image mempool.
15733         * metadata-internals.h: Add comments describing the reference counting scheme
15734         used for MonoImage and MonoAssembly.
15736         * image.c assembly.c reflection.c: Rework reference counting of images and 
15737         assemblies so they are freed when the runtime is shut down. Free some 
15738         additional memory structures when an image is unloaded.
15739         
15740 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
15742         * class.c loader.c reflection.c: Allocate more data structures in
15743         the image mempool.
15745 2006-03-31  Miguel de Icaza  <miguel@novell.com>
15747         * icall.c
15748         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
15749         build on pre glib 2.4 systems.
15751 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
15753         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
15755         * icall.c: Fix some warnings.
15757 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
15759         * culture-info-table.h : regenerated.
15761 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
15763         * threads.c, object-internals.h, verify.c: changed the culture caching
15764         code to use a normal MonoArray for storage so the GC can keep track of
15765         them easily. Fixed bits of the cache logic, too and simplified the
15766         code.
15768 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
15770         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
15771         thread for non-Boehm GCs.
15773 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
15775         * domain.c, object.c, domain-internals.h: reduce the amount of memory
15776         needed to keep track of the data for static fields.
15778 2006-03-29  Raja R Harinath  <rharinath@novell.com>
15780         Fix #75172
15781         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
15782         for interface classes.  Use 'num_methods' instead.
15783         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
15784         before using '->vtable_size' field.
15786 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
15788         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
15789         doesn't contain managed pointers, so use a normal hashtable.
15791 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
15793         * reflection.c, class-internals.h, domain.c: fixed handling of types
15794         used as values for objects in custom attributes (bug #77915):
15796 2006-03-24  Martin Baulig  <martin@ximian.com>
15798         * class.c (mono_class_setup_fields): Added support for generic
15799         instances; fixes #77580.
15801 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15803         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
15805 2006-03-24  Dick Porter  <dick@ximian.com>
15807         * file-io.c (get_file_attributes): More stat macro breakage.
15808         Fixes bug 77759.
15810 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
15812         * profiler.c: added the file=filename option in the default profiler
15813         to output the profile data to filename.
15815 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15817         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
15818         bug #77877.
15820 2006-03-22  Martin Baulig  <martin@ximian.com>
15822         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
15823         allocated `MonoClassField *' in `fb->handle'.
15825 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15827         * class.c, image.c, metadata-internals.h: implemented new mechanism to
15828         allocate interface ID to save memory and allow better ID reuse on
15829         appdomain unload. setup_generic_vtable () removal from Martin.
15831 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
15833         * object.h, appdomain.c, domain.c, exception.c, icall.c,
15834         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
15835         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
15836         write barriers for reference stores with managed objects accessed with
15837         C structures in the runtime and in embedding programs.
15839 2006-03-20  Raja R Harinath  <rharinath@novell.com>
15841         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
15842         'interface_id' and 'max_interface_id' fields of MonoClasses
15843         representing open generic types.
15845 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
15847         * object.h, object.c, icall.c: added functions to deal with
15848         storing valuetypes that contain references in managed objects.
15849         * reflection.c, string-icalls.c, threads.c, marshal.c: small
15850         fixes and comments around uses of mono_array_addr ().
15852 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
15854         * object.h, icall.c, monitor.c: object.GetHashCode ()
15855         implementation that supports the moving garbage collector.
15857 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
15859         * icall.c, threads-types.h, threads.c: implemented finalizer for
15860         LocalDataStoreSlot.
15862 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
15864         * metadata.c (mono_type_size): Add a fixme.
15865         (mono_type_stack_size): Ditto.
15867         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
15868         'type_forwarders' field.
15870         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
15871         attribute from net 2.0.
15873         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
15874         from class.c.
15876         * class.c (mono_class_setup_fields): Fix a warning.
15877         
15878         * class.c (mono_class_from_name): Add support for assemblyref entries
15879         in the EXPORTEDTYPE table.
15881         * reflection.c: Add support for handling type forwarders under net 2.0.
15883         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
15884         
15885 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
15887         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
15888         overwriting entries in ModuleBuild->types, also clean up the code
15889         a little. Fixes #77774.
15891 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
15893         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
15894         load friend assembly info when present.
15896 2006-03-14  Raja R Harinath  <rharinath@novell.com>
15898         Fix crasher on gtest-158.cs.
15899         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
15900         the return value if the MonoClass we want is yet in an
15901         inconsistent state.
15902         * class.c (mono_class_create_from_typedef): Add an comment
15903         explaining an order dependency between mono_class_setup_parent and
15904         mono_class_setup_mono_type.
15906 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
15908         * class.c: documentation updates and events bug fix.
15910 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
15912         * class.c: some cleanup, locking fixes.
15914 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
15916         * class.c: fix the generics code to setup nested
15917         type info to the instantiated type (bug #77770).
15919 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
15921         * marshal.c: fixed a few type correctness issues.
15923 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
15925         * loader.c: the Set/Get/Addrtess array methods should be public.
15927 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
15929         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
15930         
15931         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
15932         info->wrapper.
15934 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
15936         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
15938         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
15940         * mempool.c (mono_mempool_alloc): Speed this up a bit.
15941         (mono_mempool_alloc0): Ditto.
15943 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15945         * socket-io.c:
15946         (create_object_from_sockaddr): it was allocating 4 extra bytes
15947         for the AF_UNIX data. Fixes bug #77747.
15949 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
15951         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
15953 2006-03-09  Dick Porter  <dick@ximian.com>
15955         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
15956         Fixes bug 76966 again.
15958 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
15960         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
15961         names from r57532
15962         * appdomain.c: Bumped corlib version to 48 (due to r57532)
15964 2006-03-07  Martin Baulig  <martin@ximian.com>
15966         * object.c
15967         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
15969 2006-03-07  Martin Baulig  <martin@ximian.com>
15971         * class.c
15972         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
15973         regression introduced in r56970; see gtest-252.cs.
15975         * loader.c (mono_get_method_constrained): Correctly handle generic
15976         methods; see gtest-253.cs.
15978 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
15980         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
15982 2006-03-04  Martin Baulig  <martin@ximian.com>
15984         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
15985         compute the parent type at runtime, just like we're already doing
15986         it for interfaces.
15988         * reflection.c
15989         (mono_reflection_bind_generic_parameters): Don't compute the
15990         parent type anymore.
15992         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
15994 2006-03-04  Martin Baulig  <martin@ximian.com>
15996         * mono-debug-debugger.h
15997         (mono_debugger_create_notification_function): Allocate memory at
15998         runtime and return a pointer to it.
16000 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
16002         * assembly.c: Fix windows build.
16003         
16004         * assembly.c: Fix build.
16006         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
16008         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
16009         
16010 2006-03-03  Dick Porter  <dick@ximian.com>
16012         * process.c
16013         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
16014         Check parameters before dereferencing them.  Fixes Aaron's part of
16015         bug 77393.
16017 2006-03-03  Raja R Harinath  <rharinath@novell.com>
16019         Fix performance regression.
16020         * loader.c (find_method_in_class): Add 'from_class' argument.
16021         Rename 'klass' argument to 'in_class'.  The signature is compared
16022         against the method in 'in_class', and the corresponding method is
16023         returned from 'from_class'.
16024         (find_method): Walk both 'in_class' and 'from_class' in parallel.
16025         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
16026         type definition and generic instantiation in parallel.
16027         (mono_get_method_constrained): Update to changes.
16029 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
16031         * threads.c: make sure the domain is correct, too when doing
16032         mono_thread_attach ().
16034 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
16036         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
16037         windows. Fixes #77683.
16039 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
16041         * object.h, *: introduced specific way to set elements of an array
16042         of references to be used as write barrier. Still need to audit the
16043         uses of mono_array_addr.
16045 2006-03-01  Miguel de Icaza  <miguel@novell.com>
16047         * object-internals.h: New field to cache the assmebly name, patch
16048         from Tambet Ingo (tambet@ximian.com)
16050 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
16052         * decimal.h, class-internals.h, metadata-internals.h,
16053         file-io.h: mark a few function declarations as internal, to
16054         reduce the number of PLT entries.
16056 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16058         * file-io.c: fix typo in warning message.
16060 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
16062         * loader.c: on unix, lookup the "*A" version of a function
16063         if charset is auto as a second option before failing.
16065 2006-02-28  Raja R Harinath  <rharinath@novell.com>
16067         * class.h (mono_class_inflate_generic_method): Revert to two
16068         argument version.
16069         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
16070         (mono_class_inflate_generic_method_full): Add.
16071         * class.c (mono_class_inflate_generic_method_full): Rename from
16072         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
16073         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
16074         * loader.c, reflection.c: Update to changes.
16076 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
16078         * icall.c: const fixes and small improvements.
16080 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16082         * threadpool.c: for asynchronous connect(), enable the same workaround
16083         for BSD 6 as for the Mac. Fixes bug #77637.
16085 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
16087         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
16088         formatted classes. Fixes #77524.
16090 2006-02-24  Raja R Harinath  <rharinath@novell.com>
16092         * class.c (inflate_generic_type): Add a couple more
16093         micro-optimizations.
16094         (inflate_generic_context): Don't use the 'gmethod' from
16095         'inflate_with'.
16096         (mono_class_inflate_generic_method): If the method has generic
16097         parameters, but the passed-in context doesn't have a 'gmethod',
16098         create one.  Use the possibly simplified generic instantiation
16099         from the declaring class instead of the one passed in.
16101 2006-02-24  Raja R Harinath  <harinath@gmail.com>
16103         Make generic method signature and method header handling lazy.
16104         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
16105         (inflate_generic_header): Likewise.
16106         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
16107         parameter to avoid inflating types.
16108         (mono_get_inflated_method): Empty out.
16109         * class.h (mono_class_inflate_generic_method): Update to changes.
16110         * loader.c (mono_get_method_from_token): Don't parse signature for
16111         generic methods, nor methods of generic classes.
16112         (mono_method_signature): Rename from 'mono_method_signature'.
16113         Inflate signature on demand.
16114         (mono_method_get_header): Inflate method header on demand.
16115         * reflection.c: Update to changes.
16117 2006-02-23  Raja R Harinath  <rharinath@novell.com>
16119         * metadata.c (mono_metadata_inflate_generic_inst): If the
16120         instantiation is closed, don't bother expanding it in the new
16121         context.
16122         * class.c (inflate_generic_class): If the generic instantiation
16123         doesn't change after inflation, return the argument itself.
16124         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
16125         Add bounds checks.
16126         (inflate_generic_context): If neither the generic class nor the
16127         generic method instantiations change, return the original context.
16128         * reflection.c (mono_method_get_object): Do
16129         'mono_get_inflated_method' before accessing the ->klass field.
16130         (inflate_mono_method): Don't create a MonoGenericMethod unless
16131         necessary.
16132         (inflate_method): Don't pass a constructed type as the declaring
16133         type of a methodbuilder.
16135 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
16137         * object.c: fix memory overwrite.
16139 2006-02-22  Dick Porter  <dick@ximian.com>
16141         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
16142         it doesn't work any more.
16143         (mono_threads_request_thread_dump): Fix unused variable warnings.
16145 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
16147         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
16148         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
16149         the public header file.
16151 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
16153         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
16155 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
16157         * class-internals.h, object.c: reduce the size of MonoVTable
16158         and store the interface_offsets array at negative offsets.
16160 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
16162         * metadata.c: tweak table descriptors data structures to reduce
16163         size and runtime relocations.
16165 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16167         * marshal.c: fix some types and opcodes to be type-safe
16168         in marshaling wrappers.
16170 2006-02-21  Ankit Jain  <jankit@novell.com>
16172         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
16174 2006-02-21  Raja R Harinath  <rharinath@novell.com>
16176         * metadata.c (get_constraints): Relax debugging checks for monodis.
16178 2006-02-21  Ankit Jain  <jankit@novell.com>
16180         * metadata.c (mono_metadata_load_generic_params): Move the code
16181         checking for ambiguous generic params from here to mono/dis/get.c
16182         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
16184 2006-02-21  Raja R Harinath  <harinath@gmail.com>
16186         Fix assertion triggered when compiling nemerle.
16187         * class.c (mono_get_shared_generic_inst): Rename from
16188         get_shared_inst and make non-static.
16189         * loader.c (mono_get_shared_generic_method): New.  Used to create
16190         the MonoGenericContext-equivalent of a MonoGenericContainer.
16191         (mono_get_method_from_token): Initialize the 'context' field of
16192         the created MonoGenericContainer.
16193         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
16194         * metadata.c (get_constraints): Add sanity check.
16195         * class-internals.h: Add new internal methods.
16197         * reflection.c (verify_safe_for_managed_space): New sanity check.
16198         Currently checks that owner-less generic parameters aren't allowed
16199         in managed space.
16200         (mono_type_get_object): Use it.
16201         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
16202         that are now in mono_type_get_object.
16203         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
16205 2006-02-19  Raja R Harinath  <harinath@gmail.com>
16207         * metadata.c (mono_type_create_from_typespec): Rename from
16208         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
16209         argument and caching of types in the generic container.
16210         (unwrap_arrays, find_generic_param): Remove.
16211         * metadata-internals.h: Update.
16212         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
16214 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
16216         * class.c (mono_class_get_exception_for_failure): Fix a warning.
16218         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
16219         return values. Fixes #77581.
16221         * class.c (mono_fnptr_class_get): Switch name and name_space.
16223         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
16224         classes and add support for [In, Out] attributes.
16225         (mono_marshal_free_asany): Ditto. Fixes #77524.
16227 2006-02-18  Raja R Harinath  <harinath@gmail.com>
16229         * class.c (mono_class_from_generic_parameter): Make more robust to
16230         incomplete MonoGenericContainers from monodis.
16232 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
16234         * class-internals.h: added some more exception types.
16235         * class.c, metadata.c: added a few checks to handle missing
16236         types.
16238 2006-02-17  Raja R Harinath  <rharinath@novell.com>
16240         Use owner-less generic-params some more.
16241         * class.c (my_mono_class_from_generic_parameter): Remove.
16242         (mono_class_from_generic_parameter): Handle null image,
16243         param->name and param->owner.
16244         (mono_class_from_mono_type): Update.
16245         (mono_class_create_from_typespec): Remove 'container' parameter.
16246         If that parameter is non-null, the result is always inflated by
16247         'mono_class_get_full' anyway.
16248         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
16249         parameter.
16250         (mono_class_get_full): Update.
16252         * class.c (inflate_generic_type) [GENERICINST]: If the generic
16253         instance is not open, don't bother inflating.
16254         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
16255         parse metadata for inflated classes.
16256         (_mono_class_get): Change GenericContext* parameter to
16257         GenericContainer*.
16258         (mono_class_create_from_typespec): Likewise.  Simplify, and
16259         implement trivially.  All the cases are handled in
16260         mono_class_from_mono_type.  Don't inflate returned class.
16261         (mono_class_get_full): Delegate GENERICINST optimization to
16262         inflate_generic_type.
16263         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
16265 2006-02-16  Dick Porter  <dick@ximian.com>
16267         * socket-io.c (create_object_from_sockaddr): Fix typo.
16268         (create_sockaddr_from_object): Check array lengths before
16269         potentially accessing items off the end.
16270         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
16271         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
16272         (ves_icall_System_Net_Sockets_Socket_Send_internal)
16273         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
16274         length checks to avoid wraparound overflows.
16275         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
16276         contents of the array of sockets
16277         (hostent_to_IPHostEntry2)
16278         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
16279         Check return value of inet_ntop ().
16280         (addrinfo_to_IPHostEntry): Fix typo
16282 2006-02-16  Raja R Harinath  <rharinath@novell.com>
16284         Type metadata parsing doesn't use generic-instantiation information.
16285         * metadata.c (mono_metadata_parse_array_full): Change
16286         MonoGenericContext* parameter to MonoGenericContainer*.
16287         (mono_metadata_parse_type_full): Likewise.
16288         (mono_type_create_from_typespec_full): Likewise.
16289         (mono_metadata_parse_mh_full): Likewise.
16290         (mono_metadata_parse_generic_inst): Likewise.
16291         (do_mono_metadata_parse_generic_class): Likewise.
16292         (do_mono_metadata_parse_type): Likewise.
16293         * metadata-internals.h: Update to changes.
16294         * class.c (mono_class_find_enum_basetype): Likewise.
16295         (mono_class_setup_fields): Likewise.
16296         (mono_class_create_from_typespec): Likewise.
16297         * loader.c (method_from_methodspec): Likewise.
16298         (mono_get_method_from_token): Likewise.
16299         (mono_method_get_header): Likewise.
16301 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
16303         * marshal.c: handle additional GENERICINST case (patch from
16304         Thong Nguyen <tum@veridicus.com>).
16305         Fix a few cases where LDIND_I/STIND_I was used for references.
16307 2006-02-16  Raja R Harinath  <rharinath@novell.com>
16309         * reflection.c (mono_reflection_get_token): Remove unused variable.
16311 2006-02-16  Martin Baulig  <martin@ximian.com>
16313         * reflection.c (mono_reflection_get_token): Add support for fields
16314         in instantiated generic types.
16316         * icall.c
16317         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
16319 2006-02-15  Martin Baulig  <martin@ximian.com>
16321         * icall.c
16322         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
16323         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
16324         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
16325         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
16327 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
16329         * class.c, metadata.c, metadata.h, object.c, icall.c,
16330         marshal.c: changed mono_type_get_underlying_type () to do
16331         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
16332         Fixed handling of instantiated generic valuetypes (bug #75479).
16334 2006-02-15  Raja R Harinath  <rharinath@novell.com>
16336         * metadata.c (mono_metadata_decode_signed_value): Simplify.
16337         Delegate to mono_metadata_decode_value, and work on the returned value.
16339         * icall.c (ves_icall_MonoType_GetGenericArguments):
16340         Add consistency check here too.
16341         
16342 2006-02-15  Ankit Jain  <jankit@novell.com>
16344         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
16345         char/short etc.
16347 2006-02-15  Ankit Jain  <jankit@novell.com>
16349         * metadata.c (mono_metadata_decode_signed_value): New function to decode
16350         signed values, used only for representing lower bounds of arrays.
16351         (mono_metadata_parse_array_full): Use new
16352         mono_metadata_decode_signed_value to decode lower bounds.
16354 2006-02-14  Martin Baulig  <martin@ximian.com>
16356         * reflection.c
16357         (mono_reflection_get_token): Support "MonoGenericMethod" and
16358         "MonoGenericCMethod" and allow generic instances / methods.
16360 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
16362         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
16363         to obtain the terminal size using an ioctl.
16365         * object.c (mono_nullable_init): Revert this as nullable reference
16366         types are not valid.
16367         (mono_nullable_box): Ditto.
16369 2006-02-09  Dick Porter  <dick@ximian.com>
16371         * threads.c (mono_thread_detach): Drop a reference to the thread
16372         we're detaching.
16374 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
16376         * object.c (mono_nullable_init): Handle nullable reference types.
16377         (mono_nullable_box): Ditto. Fixes #77446.
16379 2006-02-07  Martin Baulig  <martin@ximian.com>
16381         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
16383 2006-02-07  Ankit Jain  <jankit@novell.com>
16385         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
16386         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
16387         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
16388         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
16389         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
16390         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
16392 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
16394         * class.c (mono_class_create_generic): Set type_token as well.
16396         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
16397         compatible with MS.
16399 2006-02-02  Martin Baulig  <martin@ximian.com>
16401         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
16402         has never been used so far.
16404 2006-02-02  Martin Baulig  <martin@ximian.com>
16406         * mono-debug-debugger.h: Changed comment at the top of this file;
16407         the header is not installed, but it's safe to #include it from
16408         within the JIT.
16410         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
16411         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
16413 2006-02-02  Martin Baulig  <martin@ximian.com>
16415         * mono-debug.h
16416         (MonoSymbolTable): Removed the `metadata_info' field.
16418         * mono-debug.c
16419         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
16421         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
16422         (mono_debugger_add_builtin_types): Removed.
16423         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
16424         (mono_debugger_create_notification_function): We now operate on a
16425         pre-allocated area; take a `gpointer' and return `void'.
16427         * mono-debug-debugger.c
16428         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
16429         (mono_debugger_add_builtin_types): Removed.
16431 2006-02-02  Martin Baulig  <martin@ximian.com>
16433         * threads.c (mono_debugger_create_all_threads): New public method.
16435 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
16437         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
16438         breaks on several platforms.
16440 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
16442         * assembly.c: the VS.NET build doesn't supply default values for
16443         MONO_ASSEMBLIES and MONO_CFG_DIR.
16445 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
16447         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
16448         helper function.
16450         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
16452         * loader.c (method_from_memberref): Fix a warning.
16454         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
16456         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
16457         with explicit layout. Fixes #77433.
16459 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
16461         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
16462         max_interface_id is initialized before using it. Fixes #77398.
16463         (ves_icall_Type_GetInterfaces): Ditto.
16465 2006-01-30  Raja R Harinath  <rharinath@novell.com>
16467         * metadata.c (mono_metadata_parse_method_signature_full): Don't
16468         allocate memory for parameter attributes when parsing memberref
16469         signatures.
16470         * loader.c (mono_loader_set_error_method_load): Don't warn.
16471         (method_from_memberref): Ensure MissingMethodException gets thrown
16472         if method is not found.  Make warning more informative.
16474 2006-01-29  Raja R Harinath  <harinath@gmail.com>
16476         Fix #77397
16477         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
16478         return true if is byref.
16479         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
16480         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
16481         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
16483 2006-01-27  Raja R Harinath  <rharinath@novell.com>
16485         Fix tests/find-method.2.il
16486         * loader.c (find_method, find_method_in_class): Remove is_inflated
16487         argument.  Revert 2006-01-18 change.
16488         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
16489         is generic, search for method in its generic definition.
16490         * class.c (mono_class_setup_vtable_general): Print generic
16491         arguments of generic types in debugging printf.
16493 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
16495         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
16497         * threads.c (mono_threads_request_thread_dump): New helper function.
16499 2006-01-25  Raja R Harinath  <rharinath@novell.com>
16501         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
16503 2006-01-25  Ankit Jain  <jankit@novell.com>
16505         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
16506         move definition to ..
16507         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
16508         
16509 2006-01-25  Ankit Jain  <jankit@novell.com>
16510             Raja R Harinath  <rharinath@novell.com>
16512         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
16513         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
16514         as necessary.
16516 2006-01-25  Martin Baulig  <martin@ximian.com>
16518         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
16519         `MonoDebuggerThread' into debug-debugger.c.
16521 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
16523         * profiler.c: fix printing of data.
16525 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
16527         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
16528           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
16530 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
16532         * object.c: fix deadlock related to string interning.
16534 2006-01-23  Martin Baulig  <martin@ximian.com>
16536         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
16538         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
16540 2006-01-23  Martin Baulig  <martin@ximian.com>
16542         * mono-debug.h: Moved the prototypes of some functions which are
16543         used by the JIT here from mono-debug-debugger.h.
16545 2006-01-21  Martin Baulig  <martin@ximian.com>
16547         * Makefile.am: Don't install mono-debug-debugger.h.
16549 2006-01-21  Martin Baulig  <martin@ximian.com>
16551         * mono-debug-debugger.h: Enforce the private status of this header
16552         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
16553         Moved some stuff from mono-debugger-jit-wrapper.h here.
16555 2006-01-20  Raja R Harinath  <rharinath@novell.com>
16557         * class.c (mono_class_from_typeref): Add a sanity test to help
16558         catch lack of assembly load/search hooks.
16560 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
16562         * marshal.c (emit_struct_conv): Relax the fields with same offset
16563         check even more. Fixes #77230.
16565 2006-01-18  Martin Baulig  <martin@ximian.com>
16567         * loader.c (find_method_in_class): Added `gboolean is_inflated'
16568         argument; if false, we compare the uninstantiated signatures.
16569         (method_from_memberref): Compare the uninstantiated signatures;
16570         fixes #76417.
16572 2006-01-18  Robert Jordan  <robertj@gmx.net>
16574         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
16575         Clear the weak link. Fixes bug #77170.
16577         * gc.c (mono_gchandle_free):
16578         Reflect *-gc.c changes (tiny optimization).
16580 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
16582         * metadata.c (mono_metadata_signature_dup): Applied patch from
16583         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
16584         Fixes #77288.
16586 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
16588         * marshal.c (emit_struct_conv): Allow fields with the same offset when
16589         marshalling from native to managed code. Fixes #77230.
16591 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16593         * threadpool.c: fix problem (Mac only) when more than one asynchronous
16594         connect. Fixes bug #77020.
16596 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
16598         * class.c: fixed id assignement for nested interfaces (bug #77275).
16599         Added also better info for --print-vtable debugging.
16601 2006-01-12  Martin Baulig  <martin@ximian.com>
16603         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
16604         interfaces on-the-fly; fixes #76625.
16606         * class-internals.h
16607         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
16608         don't need that anymore.
16610 2006-01-12  Miguel de Icaza  <miguel@novell.com>
16612         * socket-io.c
16613         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
16614         To avoid initing the nested_classes when not needed I turned the
16615         PeerCredData as a toplevel internal class, as it has to be shared
16616         anyways. 
16618         Fixes the CASA issue.
16620 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
16622         * domain.c: Accessors for MonoJitInfo
16624         * profiler-private.h: Add jitinfo to the end jit hook
16626         * profiler.[ch]: Define new hooks, called after jitting which give
16627         the MonoJitInfo that was compiled
16629 2006-01-10  Martin Baulig  <martin@ximian.com>
16631         * class.c (mono_class_setup_events): Add support for generic
16632         classes; fixes #76440.
16634 2006-01-06  Raja R Harinath  <rharinath@novell.com>
16636         Fix #77160.
16637         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
16638         on passed-in method.
16640 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
16642         * object.c (mono_runtime_invoke_array): Add Nullable support.
16644         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
16646 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
16648         * file-io.c: Don't consider sockets as directory and avoid an endless
16649         loop. Fix bug #76966.
16651 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
16653         * object.c (mono_nullable_init): New helper function.
16654         (mono_nullable_box): Ditto.
16656         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
16658         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
16660         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
16661         
16662 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
16664         * class.c (mono_class_is_assignable_from): Make T assignable to 
16665         Nullable<T>.
16667 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
16669         * appdomain.c: Bump corlib version to 46.
16670         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
16671         serialization purpose) and changed ves_icall_System_Reflection_
16672         Assembly_get_code_base signature to accept a boolean (to escape, or 
16673         not, the assembly code base).
16675 2005-12-23  Dick Porter  <dick@ximian.com>
16677         * icall.c: 
16678         * threads-types.h: 
16679         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
16680         CreateEvent icall now returns "created" boolean parameter.
16682 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
16684         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
16685         #76967.
16687         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
16688         when attr_klass is an interface. Fixes #77045.
16690 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
16692         * marshal.c (emit_struct_conv): Fix previous patch.
16693         
16694         * marshal.c (emit_struct_conv): Add a check for fields with the same
16695         offset.
16697 2005-12-20  Raja R Harinath  <rharinath@novell.com>
16699         Fix regression in Mono.C5.
16700         * class.c (mono_class_create_generic): If 'klass' is an interface
16701         set up the interface offsets.
16702         (mono_class_is_assignable_from): Don't throw away generic arguments.
16704 2005-12-19  Raja R Harinath  <rharinath@novell.com>
16706         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
16707         type parameters.
16709 2005-12-15  Raja R Harinath  <rharinath@novell.com>
16711         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
16712         dead store.
16713         (do_mono_metadata_parse_generic_class): Don't pass the current
16714         generic context when parsing the type being instantiated: it
16715         cannot use it, anyway.
16717         * loader.c (method_from_memberref): Don't inflate a signature if
16718         it doesn't contain any type parameters.
16720 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
16722         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
16724 2005-12-14  Martin Baulig  <martin@ximian.com>
16726         * class.c
16727         (mono_type_get_name_recurse): Don't return null for type
16728         parameters and open generic classes.
16729         (mono_class_setup_methods): Don't exclude generic instances.
16730         (mono_get_unique_iid): Use different IDs for different
16731         instantiations of the same generic type.
16732         (mono_class_setup_vtable): Only use setup_generic_vtable() for
16733         open generic instances; create a normal vtable for closed generic
16734         instances.
16735         (mono_class_setup_vtable_general): We're now also called for
16736         closed generic instances.
16738         * reflection.c
16739         (mono_reflection_bind_generic_parameters): Correctly use
16740         mono_metadata_lookup_generic_inst() everywhere.
16742 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
16744         * object.c (mono_class_create_runtime_vtable): Call 
16745         mono_class_setup_vtable ().
16747         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
16748         function.
16749         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
16750         #76959.
16752         * loader.c (mono_loader_set_error_type_load): Print the type load
16753         warnings to the console so they are more visible to the user.
16754         (mono_loader_set_error_method_load): Ditto.
16756         * reflection.c (ensure_runtime_vtable): Revert the last change as it
16757         is still broken.
16758         
16759         * reflection.c (ensure_runtime_vtable): Fix build.
16761         * reflection.c (ensure_runtime_vtable): Disable an optimization which
16762         doesn't work in all cases.
16764 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
16766         * object.c (mono_array_new_full): Treat a single dimensional array
16767         with 0 lower bounds as an szarray. Fixes #76973.
16769         * reflection.c (custom_attr_visible): Really fix this.
16771 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
16773         * reflection.c (custom_attr_visible): Allow nested public attributes
16774         as well.
16776         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
16777         interface check.
16779 2005-12-12  Raja R Harinath  <harinath@gmail.com>
16781         * class.c (set_generic_param_owner): Delete.
16782         (mono_class_create_from_typedef): Don't set ->owner field of
16783         generic parameters to "param containers" of enclosing classes.
16784         * reflection.c (mono_reflection_initialize_generic_parameter):
16785         Likewise.
16787 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
16789         * reflection.c (custom_attr_visible): Fix build.
16791 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
16793         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
16794         private attributes.
16795         
16796         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
16797         handling of null parameter defaults.
16799 2005-12-09  Raja R Harinath  <rharinath@novell.com>
16801         * class.c (mono_class_from_generic_parameter): Don't set
16802         klass->generic_container.
16803         (my_mono_class_from_generic_parameter): Likewise.
16805 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
16807         * reflection.c (load_public_key): Fix a warning.
16808         (method_encode_code): Fix unaligned accesses.
16810 2005-12-07  Martin Baulig  <martin@ximian.com>
16812         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
16814         * reflection.c
16815         (write_generic_param_entry): Encode our custom attrs.
16817         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
16819 2005-12-07  Martin Baulig  <martin@ximian.com>
16821         * reflection.c (encode_new_constraint): Removed; we don't use the
16822         `NewConstraintAttribute' anymore.
16824 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
16826         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
16827         not fire a TypeResolve event when Assembly.GetType () is called.
16829 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
16831         Beginning of support for nullable types in the runtime. Parts of
16832         this patch are from Martin.
16834         * appdomain.c (MONO_CORLIB_VERSION): Bump
16836         * domain.c (mono_init_internal): get the nullable type
16838         * class.c (mono_class_is_nullable): New method
16839         (mono_class_get_nullable_param): New mehod
16840         (mono_class_create_generic): In types T? set cast_class to T
16842         * class-internals.h (MonoDefaults): new nullable default class
16843         (mono_class_get_nullable_param, mono_class_get_nullable_param):
16844         new methods.
16846 2005-12-05  Raja R Harinath  <rharinath@novell.com>
16848         * metadata.c (select_container): New.  Refactor code to select the
16849         appropriate GenericContainer given the type of generic parameter
16850         we are looking for.
16851         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
16852         not a MonoGenericContext.  Use select_container.  Update parameters.
16853         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
16854         and MONO_TYPE_MVAR.
16855         (unwrap_arrays): Remove duplicate tests.
16856         (find_generic_param): Rename from 'has_same_context'.  Now walks a
16857         generic instantiated class to find any arguments that are generic
16858         parameters.
16859         (mono_type_create_from_typespec_full): Use find_generic_param to
16860         avoid evicting some generic instantiations from the typespec
16861         cache.
16863 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
16865         * reflection.c: fixed writing of doubles on ARM FPA.
16867 2005-12-02  Robert Jordan  <robertj@gmx.net>
16869         * icall.c: Fixed EventInfo.ReflectedType (#76829).
16871 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16873         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
16874         least on SUSE 10 they are not the same (on debian, they are just the
16875         same thing).
16877 2005-12-01  Raja R Harinath  <rharinath@novell.com>
16879         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
16880         DeclaringType for VARs and MVARs.
16881         * class.c (set_generic_param_owner): Fix initialization of owner
16882         fields.
16884 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
16886         * icall.c: fixed Enum.ToObject() to correctly convert the values.
16888 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16890         * threadpool.c: workaround for a bug that shows up on the Mac:
16891         select()+connect() on a blocking socket is not like it should
16892         be, so we proceed to connect() in that case, wasting the I/O
16893         threadpool thread until connect succeedes. Fixes bug #75436.
16895 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16897         * threadpool.c: fix typo when setting file descriptor states.
16899 2005-11-28  Raja R Harinath  <rharinath@novell.com>
16901         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
16902         * metadata.c (mono_metadata_parse_method_signature_full): Don't
16903         create a temporary signature container.
16904         (mono_metadata_parse_generic_param): Update to changes.
16905         (mono_type_create_from_typespec_full): Update to changes.
16906         * loader.c (method_from_memberref): Don't use a
16907         MonoGenericContainer while parsing a memberref signature.
16908         (method_from_methodspec): Remove dead-store of the 'container'
16909         variable.  It's overwritten before use.
16911         * metadata.c (mono_type_create_from_typespec_full): Make debugging
16912         checks tighter.
16913         (mono_metadata_parse_generic_param): Likewise.
16914         * loader.c (find_method_in_class): Does not need a
16915         MonoGenericContainer.  Use 'mono_method_signature' rather than
16916         'mono_method_signature_full'.
16917         (find_method, mono_get_method_constrained, method_from_memberref):
16918         Update to changes.
16920         * metadata.c (mono_type_create_from_typespec_full): Ensure that
16921         owner-less generic-parameters are never evicted from the typespec
16922         cache.
16924         * loader.c (method_from_memberref): Don't use the current context
16925         when parsing signatures.
16926         (method_from_methodspec, mono_get_method_from_token): Update to changes.
16928         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
16929         side-effects in g_assert.
16930         * loader.c (mono_get_method_from_token): Resolve klass earlier so
16931         that we don't potentially lose information.
16933 2005-11-26  Dick Porter  <dick@ximian.com>
16935         * icall.c:
16936         * threads.c: icalls to implement basic (ie, not named)
16937         System.Threading.Semaphore.
16939 2005-11-24  Dick Porter  <dick@ximian.com>
16941         * process.c
16942         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
16943         Use GetProcessId() if it's available.
16945 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
16947         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
16949 2005-11-23  Raja R Harinath  <rharinath@novell.com>
16950             Ankit Jain  <jankit@novell.com>
16952         * loader.c (mono_get_method_from_token): Initialize 'method' field
16953         of all generic parameters before parsing the signature.  Remove
16954         code that "fixed"-up MVAR references.
16956 2005-11-23  Ankit Jain  <jankit@novell.com>
16958         * metadata.c (mono_metadata_has_generic_params):
16959         (mono_metadata_load_generic_param_constraints):
16960         (mono_metadata_load_generic_params): Move duplicate code ...
16961         (mono_metadata_get_generic_param_row): ... here. Returns the
16962         first row-id in GenericParam table for a given owner (token).
16963         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
16964         prototype.
16966 2005-11-23  Raja R Harinath  <rharinath@novell.com>
16967             Ankit Jain  <jankit@novell.com>
16969         * metadata.c (mono_metadata_class_equal): Pass signature_only when
16970         comparing VARs too.
16971         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
16972         type->data.generic_param only if the type is an MVAR.
16973         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
16974         leak owner-less VARs and MVARs into managed space.
16976 2005-11-21  Martin Baulig  <martin@ximian.com>
16978         * class-internals.h
16979         (MonoMethod): Moved the `generic_container' here from
16980         `MonoMethodNormal' since we now also need it for
16981         `MonoMethodPInvoke';
16982         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
16983         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
16984         an union containing both `MonoMethodNormal' and
16985         `MonoMethodPInvoke'.
16987         * loader.c
16988         (mono_get_method_from_token): Allow implementing generic methods
16989         as interncalls.
16991         * threads.c
16992         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
16993         icall.
16995 2005-11-17  Dick Porter  <dick@ximian.com>
16997         * icall.c: 
16998         * process.h: 
16999         * process.c: Split the Process Start_internal icall into
17000         ShellExecuteEx_internal and CreateProcess_internal, which are
17001         called depending on whether UseShellExecute is true.  Fixes bug
17002         76670.
17004         * appdomain.c (MONO_CORLIB_VERSION): Incremented
17006 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
17008         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
17009         'msize' parameters, use the information in 'mspec' instead.
17010         (emit_object_to_ptr_conv): Ditto.
17012         * marshal.c (emit_struct_conv): Handle explicit layout structs with
17013         fields out of order. Fixes #76733.
17015 2005-11-17  Ankit Jain  <jankit@novell.com>
17017         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
17019 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
17021         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
17022           bug #76575.
17024 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
17026         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
17027         for types with non-auto layout. Fixes #76717.
17029 2005-11-16  Ankit Jain  <jankit@novell.com>
17031         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
17032         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
17033         if generic_context is null.
17034           (mono_metadata_generic_param_equal): param->owner can be null.
17035           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
17036         null.
17038 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
17040         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
17041         the correct value.
17043 2005-11-15  Martin Baulig  <martin@ximian.com>
17045         * object.c (set_value): Use mono_class_from_mono_type() instead of
17046         the hack for generic instances; fixes #76136.
17048 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
17050         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
17051         fields.
17053         * image.c (load_metadata_ptrs): Initialize the new fields.
17055         * reflection.c (create_dynamic_mono_image): Ditto.
17057         * reflection.c (build_compressed_metadata): Use the new fields.
17059         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
17060         icall.
17062         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
17063         icall.
17064         
17065 2005-11-15  Ankit Jain  <jankit@novell.com>
17066             Raja R Harinath  <harinath@gmail.com>
17068         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
17069         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
17070         new per-generic_container cache if the cached MonoType's context matches
17071         the current context.
17072           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
17073         to the expected context.
17074           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
17076 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
17078         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
17079         we changed the signature of an icall.
17080         * icall.c: Modify to mono_double_ParseImpl return true/false 
17081         depending on the success, instead of throwing the exception. This will
17082         help us in Double.TryParse methods.
17083         
17084 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
17086         * marshal.c (emit_marshal_object): Throw an exception when
17087         marshalling 'object' instead of crashing. Fixes #76696.
17089 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
17091         * class-internals.h: Add prototype for mono_type_get_full_name ().
17093 2005-11-11  Dick Porter  <dick@ximian.com>
17095         * threads.c (mono_thread_manage): Make sure the main thread has
17096         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
17098 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
17100         * loader.c (mono_loader_set_error_type_load): Log a warning to the
17101         console about the missing type.
17102         (mono_loader_set_error_method_load): Ditto.
17104 2005-11-09  Miguel de Icaza  <miguel@novell.com>
17106         * mono-config.c (mono_get_config_dir): Set the system defaults if
17107         none is specified.
17109         * assembly.c (mono_set_dirs): New API entry point to set the
17110         assembly and the config directory in one call
17112 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
17114         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
17115         the ftnptr was created from a delegate in a domain other than the
17116         current domain. Fixes #75377.
17118         * exception.h exception.c: Add mono_get_exception_not_supported ().
17120 2005-11-08  Martin Baulig  <martin@ximian.com>
17122         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
17124 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
17126         * security-manager.h: Added definitions to deal with strongname key 
17127         pairs bigger (and smaller) than 1024 bits.
17128         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
17129         adjust wrt the public key length being used.
17131 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
17133         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
17134           Windows build (r51396-51397).
17136 2005-11-03  Martin Baulig  <martin@ximian.com>
17138         * class.c (mono_class_setup_vtable_general): Also add generic
17139         methods to the vtable; fixes #76581.
17141 2005-11-01  Miguel de Icaza  <miguel@novell.com>
17143         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
17144         sure that we lookup GetString method from the System.Text.Encoding
17145         class, not the derived class or we get an empty method.
17147         Fixed class #76612.
17149 2005-10-25  Miguel de Icaza  <miguel@novell.com>
17151         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
17152         if it has been previously set (embedders). 
17154         Make mono_set_rootdir available also on Unix.
17156 005-10-24  Robert Jordan  <robertj@gmx.net>
17158         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
17160 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
17162         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
17163         only calls which are made to native code use this flag.
17165         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
17167 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
17169         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
17170         Add support for FieldBuilders.
17172 2005-10-29  Martin Baulig  <martin@ximian.com>
17174         * mono-debug.c
17175         (mono_debug_using_mono_debugger): New public method; returns
17176         whether we're running inside the debugger.
17178 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
17180         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
17181         for Method/Constructor/FieldBuilders.
17183 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
17185         * reflection.c (module_add_cattrs): Save custom attributes for global methods
17186         and fields as well.
17188 2005-10-26  Martin Baulig  <martin@ximian.com>
17190         * mono-debug-debugger.c
17191         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
17193 2005-10-24  Raja R Harinath  <harinath@gmail.com>
17195         * icall.c (base64_to_byte_array): Don't pass an out-of-range
17196         integer to isspace.
17198 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
17200         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
17201         when passing valuetypes byref. Fixes #76502.
17203 2005-10-19  Jackson Harper  <jackson@ximian.com>
17205         * profiler.c: Don't put a . in front of types that are not in a
17206         namespace.
17208 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
17210         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
17212 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
17214         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
17215         #76436.
17216         (mono_marshal_get_ldflda_wrapper): Fix a warning.
17218 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
17220         * assembly.c metadata-internals.h icall.c: Define an additional
17221         parameter for mono_assembly_name_parse_full, so we can avoid creating
17222         S.R.AssemblyName.Version when no version info wasn't passed.
17223         
17224 2005-10-09  Miguel de Icaza  <miguel@novell.com>
17226         * class.c (mono_type_get_full_name): Reimplement method that was
17227         removed. 
17229         * image.c: Some docs
17231 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
17233         * profiler.c (output_newobj_profile): Fix printing of Total memory
17234         on x86.
17236 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
17238         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
17240 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
17242         * threads.c: remove debug output.
17244 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
17246         * threads.c (mono_thread_manage): Fix crashes if more than 64
17247         threads need to be aborted. Hopefully fixes #75899.
17249         * assembly.c (mono_stringify_assembly_name): New helper function.
17251         * class.c: Use mono_stringify_assembly_name instead of the similar
17252         static function.
17254         * assembly.h assembly.c: Add support for calling a postload search 
17255         hook if an assembly cannot be loaded.
17257         * appdomain.c: Register new search hooks which call the AssemblyResolve
17258         events in AppDomain. Fixes #75231
17260 2005-10-07  Martin Baulig  <martin@ximian.com>
17262         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
17263         methods without debug info.
17265 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
17267         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
17268         wrappers.
17270 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17272         * file-io.c: now that we return symlinks, use lstat and, when the file
17273         is a symbolic link, stat, to get the file attributes. Also avoid the
17274         conversion to/from utf16/external.
17276 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
17278         * class.c (mono_class_layout_fields): Compute klass->has_references
17279         correctly if an embedded valuetype is not yet initialized. Fixes
17280         #76331.
17282 2005-10-04  Martin Baulig  <martin@ximian.com>
17284         * metadata.c
17285         (mono_metadata_load_generic_param_constraints): New public
17286         function; splitted the constraints loading out from
17287         mono_metadata_load_generic_params().
17289         * class.c (mono_class_create_from_typedef): Call
17290         mono_metadata_load_generic_param_constraints() after setting up
17291         the type and creating our parent; fixes #75329.
17293 2005-10-04  Martin Baulig  <martin@ximian.com>
17295         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
17296         non-dynamic parent classes.
17298 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
17300         * file-io.c : win32 build fix (ETXTBSY seems not found).
17302 2005-10-04  Martin Baulig  <martin@ximian.com>
17304         * reflection.c
17305         (mono_image_get_methodspec_token): Make the cache actually work;
17306         fixes #75974.
17308 2005-10-04  Martin Baulig  <martin@ximian.com>
17310         * class.c (mono_class_name_from_token): Removed the unneccessary
17311         `MonoGenericContext *' argument.
17313 2005-10-04  Martin Baulig  <martin@ximian.com>
17315         * loader.c
17316         (method_from_methodspec): Make the caching work again; fixes the
17317         performance regression from #76262.
17319 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17321         * file-io.c:
17322         * file-io.h:
17323         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
17324         GetFileSystemEntries that performs the same work but without going
17325         into io-layer, locking, etc.
17327 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
17329         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
17330         ThreadState_Stopped as well. Fixes #76047.
17332 2005-09-29  Martin Baulig  <martin@ximian.com>
17334         * class.c
17335         (inflate_generic_context): If the new context has a `gmethod', set
17336         its `container' that that gmethod's `container'.
17338         * metadata.c
17339         (mono_metadata_parse_generic_param): Simplify things;
17340         `generic_container = generic_context->container;' is just fine.
17342         * loader.c (method_from_methodspec): Code cleanups.
17344 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
17346         * decimal.c: fix warning (and let gcc generate correct
17347         code on ARM with optimizations).
17349 2005-09-28  Martin Baulig  <martin@ximian.com>
17351         * loader.c
17352         (method_from_memberref): Added `MonoGenericContext *class_context'
17353         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
17354         (method_from_methodspec): If we're a memberref, use the enclosing
17355         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
17357 2005-09-28  Martin Baulig  <martin@ximian.com>
17359         * object.c (mono_runtime_invoke_array): Added support for
17360         MONO_TYPE_GENERICINST; fixes #75917.
17362 2005-09-27  Martin Baulig  <martin@ximian.com>
17364         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
17365         `k->byval_arg.type' to determine the actual type.
17367         * loader.c (method_from_methodspec): Removed some hacks.
17369 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
17371         * class-internals.h (mono_field_is_deleted): Do the test for
17372         rtspecialname before we check the actual name of the field. This
17373         prevents us from dereferencing a pointer into the string table,
17374         saving us from accessing a few pages
17376         * *.c: Replace the use of {Enter,Leave}CriticalSection with
17377         macros. This will allow a deadlock debugger to easily be plugged
17378         in.
17380 2005-09-27  Martin Baulig  <martin@ximian.com>
17382         * loader.c (method_from_methodspec): Create a "signature"
17383         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
17385 2005-09-27  Martin Baulig  <martin@ximian.com>
17387         * class.c
17388         (inflate_generic_class): Correctly set the new context's
17389         container.
17391         * loader.c
17392         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
17393         instead of a `MonoGenericContext *'.
17394         (mono_method_signature_full): Take a `MonoGenericContainer *'
17395         instead of a `MonoGenericContext *'.
17397         * metadata.c
17398         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
17399         instead of a `MonoGenericContext *'.
17400         (mono_metadata_parse_method_signature_full): Likewise.
17402 2005-09-26  Martin Baulig  <martin@ximian.com>
17404         * class.c
17405         (mono_class_from_generic_parameter): Set `klass->generic_container'
17406         (mono_class_from_generic_parameter): Likewise.
17407         (mono_bounded_array_class_get): We inherit the generic container
17408         from the element class.
17410         * loader.c
17411         (find_method, find_method_in_class): Take a `MonoGenericContext *'
17412         argument rather than computing it here.
17413         (method_from_memberref): Correctly set the generic context before
17414         parsing the signature.  Fixes #75681.
17416 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
17418         * object.c (mono_class_has_special_static_fields): Fix warnings.
17420 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
17422         * assembly.c: Add parse_public_key function, to
17423         par the public keys. Also added mono_assembly_name_parse_full,
17424         to define it the parsed key should be freed or not.
17425         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
17426         to parse a long format assembly name.
17427         * metadata-internals.h: Keep mono_assembly_name_parse_full as
17428         private, since calling it to preserve the key requires
17429         freeing it manually.
17430         
17431 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
17433         * locales.c : removed HAVE_ICU part.
17435 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
17437         * object.c (mono_class_create_runtime_vtable): Avoid calling 
17438         field_is_special_static if the klass has no special static fields.
17440         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
17441         (MonoCachedClassInfo): Likewise.
17443         * object.c (mono_class_has_special_static_fields): New helper function.
17445 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
17447         * class.c (mono_class_create_from_typedef): Don't call 
17448         interfaces_from_typedef_full for enums.
17449         (mono_class_create_from_typedef): Compute the base types of enums directly
17450         without calling mono_class_setup_fields ().
17451         (mono_class_find_enum_basetype): New helper function.
17453         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
17454         one place inside the string heap.
17455         
17456 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
17458         * class.c: locking fixes, code cleanups, some docs added.
17459         Allocate some data structures in the image mempool.
17461 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
17463         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
17464         the example code.
17465         
17466 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
17468         * class-internals.h, class.c, reflection.c: reduce memory taken by
17469         MonoClass.
17471 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
17473         * metadata.c, metadata.h, loader.h: documentation updates, code and
17474         API cleanups.
17476 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
17478         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
17479         the example code.
17481         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
17482         page faults caused by the runtime while reading metadata.
17484 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17486         * socket-io.c: the field names were changed 3 months ago and no one
17487         realized until bug #76077 got filed!
17489 2005-09-20  Martin Baulig  <martin@ximian.com>
17491         * icall.c (assembly_icalls): Removed some unused debugger icalls.
17493 2005-09-20  Martin Baulig  <martin@ximian.com>
17495         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
17496         write the rank into the class entry.
17498 2005-09-20  Martin Baulig  <martin@ximian.com>
17500         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
17502 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
17504         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
17506         * icall.c (custom_attrs_defined_internal): New icall.
17508         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
17509         function.
17510         (mono_custom_attrs_construct_by_type): New helper function.
17512 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
17514         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
17515         terminate the resulting string. Fixes #76123.
17517 2005-09-16  Martin Baulig  <martin@ximian.com>
17519         * mono-debug.c
17520         (mono_debug_add_method): Ignore inflated methods for the moment.
17522 2005-09-14  Martin Baulig  <martin@ximian.com>
17524         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
17526 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
17528         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
17529         return a success/failure indication.
17530         (mono_metadata_interfaces_from_typedef_full): Ditto.
17531         (get_constraints): Ditto.
17533 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
17535         * marshal.c (emit_marshal_array): Fix handling of null arrays.
17536         
17537         * marshal.c (emit_marshal_array): Add support for returning string
17538         arrays from delegates. Fixes #76063.
17540         * marshal.c: Use the emit_ldloc/stloc macros where possible.
17542 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
17544         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
17545         icall.
17547 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
17549         * reflection.c icall.c: Fix after mono_get_exception_type_load
17550         signature change.
17552         * assembly.c (mono_assembly_get_assemblyref): New helper function.
17553         (mono_assembly_load_reference): Use the new helper.
17555         * class-internals.h (MonoLoaderError): New structure containing 
17556         information about type loading errors.
17558         * class-internals.h loader.c: Add APIs to store per-thread loader
17559         error information.
17561         * loader.c class.c: Set the loader error if needed.
17563         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
17565 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
17567         * decimal.c: fixed to handle the broken ARM fp format.
17569 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
17571         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
17572         broken.
17574 2005-09-06  Martin Baulig  <martin@ximian.com>
17576         * domain.c (supported_runtimes): Added v2.0.50727.
17578 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
17580         * culture-info.h: reduce the size of some structures.
17582 2005-09-05  Martin Baulig  <martin@ximian.com>
17584         Reflect latest API changes in the August CTP.
17586         * icall.c
17587         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
17588         ("MonoType.HasGenericArguments"): Removed.
17589         ("MonoMethod.BindGenericParameters"): Renamed to
17590         "MakeGenericMethod".
17591         ("MethodBuilder.BindGenericParameters"): Renamed to
17592         "MakeGenericMethod".    
17594 2005-09-05  Martin Baulig  <martin@ximian.com>
17596         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
17598 2005-09-05  Martin Baulig  <martin@ximian.com>
17600         Applying a patch from Michal Moskal <malekith@nemerle.org>.
17602         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
17603         generic_container is non-NULL.
17605 2005-09-05  Martin Baulig  <martin@ximian.com>
17607         Applying a patch from Michal Moskal <malekith@nemerle.org>.
17609         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
17611 2005-08-29  Michal Moskal  <malekith@nemerle.org>
17613         * reflection.c (encode_locals,
17614         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
17615         for large generic types.
17617 2005-09-05  Martin Baulig  <martin@ximian.com>
17619         Applying a patch from Michal Moskal <malekith@nemerle.org>.
17621         * class.c (mono_dup_array_type): New public method.
17622         (mono_metadata_signature_deep_dup): New public method.
17623         (dup_type): Correctly duplicate array and function types.
17625 2005-09-05  Martin Baulig  <martin@ximian.com>
17627         Applying a patch from Michal Moskal <malekith@nemerle.org>.
17629         * reflection.c (get_default_param_value_blobs): Handle generic types
17630         and generic methods.
17632 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
17634         * class.c: Fixed error reporting (method/class were inversed) for 
17635         inheritance demands.
17636         * security-manager.c|h: Added the AppDomain when calling the managed
17637         System.Security.SecurityManager.InheritanceDemand method.
17639 2005-09-01  Raja R Harinath  <rharinath@novell.com>
17641         * reflection.c (encode_marshal_blob): 'marshaltype' and
17642         'marshaltyperef' are alternate sources for the custom marshaler
17643         name.
17645 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
17647         * class.c: fix creation of array classes with rank == 1
17648         (patch by Ankit Jain <jankit@novell.com>).
17650 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
17652         * object.c: fix check for creating the bound data for arrays vs
17653         szarrays.
17655 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17657         * object.c: configuration file name is now based on the executable name,
17658         not the image name. Fixes bug #75931.
17660 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
17662         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
17663         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
17665 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
17667         * rand.c: Use wincrypt.h instead of WinCrypt.h.
17669 2005-08-24  Ankit Jain  <jankit@novell.com>
17670             Raja R Harinath  <rharinath@novell.com>
17672         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
17673           called by it recursively.
17674           (mono_class_init): Remove special case in pending_init handling, since it's
17675           superseded by the fix to mono_class_from_typeref.
17677 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
17679         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
17680         BROKEN_THREAD_START stuff.
17682 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
17684         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
17685         trampoline.
17687         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
17688         
17689         * object.c (mono_delegate_ctor): Replace the original function address with
17690         a delegate trampoline.
17692 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
17694         * icall.c: add boolean argument to base64_to_byte_array and 
17695         InternalFromBase64String to control whether a whitespace-only string
17696         is allowed (or should casue a FormatException to be thrown). We need
17697         this as the behavior has changed between MS.NET 1.x and 2.0, and we
17698         to match the MS behaviour in both profiles.
17699         * appdomain.c: Bump corlib version.
17701 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
17703         This patch implements a big portion of publisher policy
17704         support, used to bind assembly versions and redirect
17705         one assembly from version A to version B.
17707         * assembly.c:
17708         New GSList loaded_assembly_bindings, for storing the cached
17709         assembly bindings.
17710         (assembly_binding_maps_name): New static function for checking if a 
17711         assembly binding information maps an assembly name.
17712         (mono_assembly_binding_info_free): New function for freeing
17713         assembly binding information resources.
17714         (get_publisher_policy_info): New static function for retrieving 
17715         assembly binding information from a MonoImage.
17716         (compare_versions): New static function for comparing an assembly
17717         binding information data and the version of an assembly name.
17718         (check_policy_versions): New static function for checking if an
17719         assembly binding info mapping an assembly name is valid for it.
17720         (mono_assembly_load_publisher_policy): New static function for
17721         loading the 'policy.major.minor.MyAssembly' image for an assembly
17722         with an assembly name 'aname'.
17723         (mono_assembly_bind_version): New static function for updating
17724         assembly redirection.
17725         (mono_assembly_apply_binding): New static function for applying
17726         assembly binding.
17727         (search_binding_loaded): New static function for searching 
17728         loaded assembly binding infos in the cache domain.
17729         (mono_assembly_load_full): Don't apply assembly binding for
17730         reflection only assemblies.
17732         * metadata-internals.h: Add MonoAssemblyBindingInfo,
17733         which contains information about assembly binding. Also
17734         declare signature for mono_config_parse_publisher_policy ()
17735         function, used to retrieve pub policy info.
17736         
17737         * mono-config.c:
17738         (publisher_policy_start): New static function used to parse publisher 
17739         policy config files.
17740         (publisher_policy_parser): New static MonoParseHandler containing 
17741         the functions used when parsing config files.
17742         (mono_config_parse_publisher_policy): New function for parsing
17743         publisher policy files.
17744         
17745 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
17747         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
17749         * marshal.c (mono_delegate_free_ftnptr): Ditto.
17751         * object.c (mono_get_addr_from_ftnptr): New helper function.
17753         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
17755         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
17757 2005-08-19  Dick Porter  <dick@ximian.com>
17759         * threads.c, threads.h, appdomain.c, appdomain.h,
17760         profiler-private.h, monitor.c, object.c, object-internals.h,
17761         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
17762         store the thread ID, so it can hold a 64 bit value if needed.
17764 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
17766         * reflection.c (mono_reflection_create_dynamic_method): Store the
17767         handle class into the method references as well so ldtoken works in
17768         dynamic methods.
17770         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
17771         types.
17773 2005-08-19  Ankit Jain <jankit@novell.com>
17775         Fix #75847.
17776         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
17777           here rather than using the method signature of a arbitrary function
17778           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
17779           two arguments.
17780           Hack done with Harinath.
17782 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17784         * threadpool.c: disable printing stack traces when we get a exception
17785         in a threadpool thread. I need to do more testing to figure out which
17786         cases actually print this. Fixes bug #75828.
17788 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17790         * icall.c: there might be ignored whitespace after the last '='. This
17791         fixes length computation and bug #75840.
17793 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
17795         * assembly.c (mono_assembly_load_full): Consider .exe extension as
17796         well. Fixes #75809.
17798         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
17799         #75784.
17800         
17801         * reflection.c (create_custom_attr_data): Ditto.
17803 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
17805         * locales.c, culture-info.h : removed RegionLCIDMap.
17806         * culture-info-tables.h : regenerated.
17808 2005-08-16  Martin Baulig  <martin@ximian.com>
17810         * class.c (mono_type_get_name_recurse): Small fix.
17812 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
17814         * locales.c : indentation fixie.
17816 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
17818         * object-internals.h,
17819           locales.h,
17820           locales.c,
17821           culture-info.h,
17822           icall.c : added RegionInfo table support.
17823         * culture-info-table.h : regenerated for region support.
17825 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
17827         * reflection.c (resolve_object): handle all kinds of MonoMethod
17828         including generic ones
17830 2005-08-12  Ankit Jain <jankit@novell.com>
17832         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
17833           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
17835 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
17837         * process.c: Don't close a thread handle when it's NULL. This is a
17838         workaround for bug #75733.
17840 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
17842         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
17844 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
17846         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
17848 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17850         * threadpool.c: if a work item in the thread pool has a callback that
17851         catches a exception, don't propagate it after invoking the callback.
17852         Fixes bug #75336.
17854 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
17856         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
17858         * class-internals.h (MonoCachedClassInfo): Add some new fields.
17860         * class.c (mono_class_init): Load field info lazily in the AOT case.    
17862         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
17864 2005-08-03  Ankit Jain  <jankit@novell.com>
17866         Fix #75683.
17867         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
17868           PInvoke calling convention is 0.
17870 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
17872         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
17873         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
17875 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
17877         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
17878         to handle threads not started by the GC (patch by Michael Meeks
17879         <michael.meeks@novell.com>).
17881 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
17883         * reflection.c: Make buffer used in emitting types larger for some
17884         big generic types (patch by Michal Moskal).
17886 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
17888         * mono-debug.c: Fix some (not all) alignment problems.
17890 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
17892         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
17893         Invoke mono_image_load_from_data_full passing the refonly
17894         parameter.
17896         * assembly.c
17897         (mono_assembly_open_from_bundle): Add the refonly argument, 
17898         in order to pass it to other methods it calls to.
17899         (do_mono_assembly_open): Add the refonly argument, in order 
17900         to pass it to other methods it calls to.
17901         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
17902         the refonly parameter to it.
17904         * image.c: Add loaded_images_refonly_hash and
17905         loaded_images_refonly_guid_hash to cache the reflection
17906         only loaded images.
17907         (mono_images_init): Initialize the hash tables used for
17908         caching the reflection only images.
17909         (load_modules): Invoke mono_image_open_full passing the refonly
17910         parameter to load the modules the correct way.
17911         (build_guid_table): Add the refonly argument, to re-build the 
17912         correct hash table.
17913         (do_mono_image_open): Added the refonly argument, in order to
17914         define it for the loaded image.
17915         (mono_image_loaded_full): New function, which receives an
17916         additional parameter to look for the image in the refonly or
17917         non-refonly section.
17918         (mono_image_loaded): Updated, using mono_image_loaded_full.
17919         (mono_image_loaded_by_guid_full): The same case that happens
17920         with mono_image_loaded_full.
17921         (mono_image_loaded_by_guid): Likewise.
17922         (register_image): Use the ref_only variable inside MonoImage
17923         to decide in which hash table store the current image.
17924         (mono_image_open_from_data_full): Rename
17925         mono_image_open_from_data to mono_image_open_from_data_full,
17926         adding the refonly argument, to define the ref_only variable 
17927         inside MonoImage.
17928         (mono_image_open_from_data): Return 
17929         mono_image_open_from_data_full.
17930         (mono_image_open_full): Rename mono_image_open to
17931         mono_image_open_full, receiving the new refonly argument,
17932         to pass it to inner methods.
17933         (mono_pe_file_open): Update this function, to open
17934         a MonoImage as a non-refonly image.
17935         (mono_image_close): Use the refonly variable inside
17936         MonoImage to remove the image from the correct caches.
17938         * image.h: Add the signatures of mono_image_open_full,
17939         mono_image_open_from_data_full, mono_image_loaded_full,
17940         mono_image_loaded_by_guid_full.
17942         * metadata-internals.h: Add the ref_only field to 
17943         MonoImage.
17944         
17945 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
17947         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
17948         Fix the last behavior, which used to load the assemblies and
17949         extract MonoReflectionAssemblyName information, instead of
17950         extract it from the metadata tables. Needed for Reflection
17951         Only assemblies.
17952         
17953 2005-07-29  Martin Baulig  <martin@ximian.com>
17955         * mono-debug-debugger.c
17956         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
17957         not initialized.
17959         * mono-debug.c
17960         (mono_debug_address_from_il_offset): Check whether we have
17961         debugging support before attempting to take the lock.
17962         (mono_debug_source_location_from_address): Likewise.
17963         (mono_debug_source_location_from_il_offset): Likewise.
17964         (mono_debug_il_offset_from_address): Likewise.
17965         (mono_debug_address_from_il_offset): Likewise.
17967 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
17969         * class.c (mono_class_from_name_case): Add support for dynamic images.
17970         Fixes #75650.
17972         * object.c (mono_class_compute_gc_descriptor): Add a workaround
17973         for #75479.
17975 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
17976         
17977         * reflection.c (mono_method_get_object): Fix warning.
17979 2005-07-28  Martin Baulig  <martin@ximian.com>
17981         * mono-debug.c
17982         (mono_debug_add_wrapper): Also write the wrapper type.
17984 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
17986         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
17987         
17988         * class.c (mono_class_init): Avoid reading nested classes if the AOT
17989         data indicates the class has none.
17991 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
17993         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
17994         loader lock with the debugger lock. Prevents deadlocks for beagle.
17996         Beagle can now run on an smp box for a weekend without any
17997         issues. Woohoo!
17999 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
18001         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
18002         in a module. Fixes #75629.
18004 2005-07-26  Martin Baulig  <martin@ximian.com>
18006         * mono-debug.c (mono_debug_add_wrapper): New static method.
18007         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
18008         interncall or a wrapper.
18010         * mono-debug.h (MonoDebugWrapperData): New public typedef.
18011         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
18012         (MONO_DEBUGGER_VERSION): Bump to 51.
18014         * mono-debug-debugger.c
18015         (mono_debugger_add_type): Removed this empty function.
18016         (mono_debugger_add_method): Likewise.
18018 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
18020         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
18021         before accessing method->slot.
18023 2005-07-21  Jb Evain  <jbevain@gmail.com>
18025         * reflection.c (method_encode_clauses/class): Handle filters clauses.
18026         Fixes #75010.
18028 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
18030         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
18031         #75587.
18033 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
18035         * image.h image.c: Add mono_image_get_guid () API function.
18037 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
18039         There were issues when multiple threads tried to load
18040         assemblies. A deadlock was created between assemblies_mutex and
18041         mono_domain_assemblies_lock. This fixes the issue by making the
18042         assembly ref counting be lock free. See bug 75586.
18043         
18044         * image.c (mono_image_close): The add ref function here was using
18045         Interlocked operations while the unref was using a mutex and a
18046         --. I don't think this was ever a bug that would be exposed in a
18047         non-pendantic way (ie, by an embedder doing a ref on one thread
18048         and an unref on another), but for the sake of correctness, this is
18049         now Interlocked.
18051         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
18052         (mono_assembly_load_reference): Call mono_assembly_addref rather
18053         than touching the refcount ourselves.
18054         (mono_assembly_close): Use InterlockedDecrement to unref the
18055         assembly. Don't acquire the lock unless it is actually needed.
18057 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
18059         * class.c (mono_class_layout_fields): Fix calculation of has_references
18060         for generic types.
18062 2005-07-12  Martin Baulig  <martin@ximian.com>
18064         Applying a patch from Michal Moskal <malekith@nemerle.org>.
18066         * metadata.c
18067         (mono_type_hash): Provide better hashing for generic instances.
18068         (mono_generic_inst_hash): Improve hashing.
18069         (mono_generic_class_hash): Likewise.
18071         * reflection.c (mymono_metadata_type_hash): Improve hashing for
18072         generic instances.
18074 2005-07-12  Martin Baulig  <martin@ximian.com>
18076         * reflection.c (mono_reflection_create_runtime_class): Remove the
18077         hack for generic type definitions and non-`Run' assemblies.
18078         (mono_reflection_bind_generic_parameters): Also use
18079         `klass->wastypebuilder' to check for TypeBuilders.
18081 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
18083         * class.c (mono_class_layout_fields): Fix calculation of has_references
18084         for generic types.
18086         * class.c (inflate_generic_class): Fix a leak.
18087         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
18088         for generic types.
18090 2005-07-11  Martin Baulig  <martin@ximian.com>
18092         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
18093         on error.
18095 2005-07-11  Martin Baulig  <martin@ximian.com>
18097         * loader.c (find_method): Also lookup in
18098         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
18100 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
18102         * appdomain.c (mono_domain_unload): Don't free the error message
18103         before passing it to mono_get_exception_...
18105         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
18106         
18107 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
18109         * threads.c: try to better guess an available RT signal (bug #75387).
18111 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
18113         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
18114         and CACHE_OBJECT.
18116 2005-07-07  Martin Baulig  <martin@ximian.com>
18118         * class.c (mono_type_get_name_full): Return NULL for
18119         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
18120         fixes #75408.
18122 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
18124         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
18125         exit the appdomain as well being aborted.
18127         * threadpool.c: Create all threadpool threads inside the root appdomain, and
18128         change back to the root domain after calling managed code. This enables
18129         appdomains using threadpools to be unloaded.
18131 2005-07-07  Martin Baulig  <martin@ximian.com>
18133         * class-internals.h
18134         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
18135         into `MonoDynamicGenericClass' since we only need it for dynamic
18136         types.
18138         * reflection.c (mono_class_bind_generic_parameters): We don't need
18139         to compute the `parent' here.
18141 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
18143         * culture-info-table.h : regenerated.
18145 2005-07-06  Martin Baulig  <martin@ximian.com>
18147         * icall.c
18148         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
18150         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
18152 2005-07-06  Martin Baulig  <martin@ximian.com>
18154         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
18155         we're doing a signature-only comparision; fixes #74945.
18157 2005-07-06  Martin Baulig  <martin@ximian.com>
18159         * class-internals.h (MonoGenericClass): Moved some things out into
18160         a new `MonoInflatedGenericClass' type.  
18161         (MonoInflatedGenericClass): New type; the `klass' of a
18162         `MonoGenericClass' is now computed lazyly in
18163         mono_get_inflated_generic_class().      
18165         * class.c (mono_get_inflated_generic_class): New public function.
18166         (mono_class_inflate_generic_method): Removed the unused
18167         `MonoClass *' argument.
18168         (setup_generic_vtable): Don't call mono_get_inflated_method() on
18169         all the methods.
18170         (mono_class_create_generic): Make this static and merge it with
18171         mono_class_create_generic_2(); we're now called automatically from
18172         mono_get_inflated_generic_class().
18174         * loader.c (mono_method_signature): Call
18175         mono_get_inflated_method() here.
18177 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
18179         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
18180         type of fields with RVA.
18182         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
18183         for this pseudo class.
18184         (my_mono_class_from_generic_parameter): Likewise.
18185         (mono_class_init): Allow interfaces to have cctors.
18187 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
18189         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
18190         lazily for AOT methods.
18192 2005-07-05  Martin Baulig  <martin@ximian.com>
18194         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
18195         returns FALSE for a successful match, not TRUE.
18197 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
18199         * loader.c (mono_method_get_index): Optimize this a bit.
18201 2005-07-04  Martin Baulig  <martin@ximian.com>
18203         * class.c
18204         (class_compute_field_layout): Move the check for generic type
18205         definitions into mono_class_layout_fields().  Fixes #74684.
18206         (mono_class_from_generic_parameter): Correctly compute
18207         `klass->parent'; fixes #75457.
18209         * reflection.c (register_assembly, register_module): Make sure
18210         `domain->rejobject_hash' is already created.
18212 2005-07-02  Martin Baulig  <martin@ximian.com>
18214         * class-internals.h
18215         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
18216         `MonoDynamicGenericClass'.      
18218 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
18220         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
18221         returned by a field getter is null, since null is a valid value.
18223 2005-07-01  Martin Baulig  <martin@ximian.com>
18225         * reflection.c (mono_reflection_generic_class_initialize): Update
18226         the `dgclass->fields [i].parent' to the correct class.
18227         (mono_image_get_fieldref_token): Use the declaring type, not the
18228         reflected type.
18230 2005-07-01  Martin Baulig  <martin@ximian.com>
18232         * loader.c (find_method): Also look in the interfaces; fixes #75429.
18234 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
18236         * threads.c (thread_cleanup): assert that thread != NULL
18237         (wait_for_tids_or_state_change): We were using the wrong variable
18238         when accessing wait->threads. `i' was always out of the bounds of
18239         the array.
18241 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18243         * loader.c: map user32 and kernel32 to libMonoSupportW
18245 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
18247         * appdomain.c (unload_thread_main): Mark this as WINAPI.
18249 2005-06-28  Martin Baulig  <martin@ximian.com>
18251         * loader.c (method_from_methodspec): Fix #75334.
18253 2005-06-28  Martin Baulig  <martin@ximian.com>
18255         Fix #74953 - Arrays now implement the generic IList<T> interface
18256         on the 2.0 platform.
18258         * class-internals.h (MonoDefaults): Added `generic_array_class'.
18260         * reflection.c (mono_class_bind_generic_parameters): New public
18261         function; similar to mono_reflection_bind_generic_parameters(),
18262         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
18264         * domain.c (mono_init_internal): Try to initialize.
18265         `mono_defaults.generic_array_class' here; this'll only succeed if
18266         we're using the 2.0 corlib.
18268         * icall.c
18269         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
18270         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
18271         (mono_lookup_internal_call): Added support for nested classes.
18273         * loader.c
18274         (mono_get_method_from_token): Set `result->signature->pinvoke' if
18275         we're an interncall and have generic arguments.
18277         * class.c
18278         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
18279         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
18280         instance of System.Array.InternalArray<T> for arrays, so they
18281         implement the generic IList<T> interface.
18283 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
18285         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
18286         (chastamar@yahoo.com). Fixes #75374.    
18288 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
18290         * culture-info-table.h: regenerated.
18292 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18294         * icall.c: handle spaces correctly for base64 strings.
18296 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
18298         * *.c: Kill some warnings.
18300 2005-06-23  Duncan Mak  <duncan@novell.com>
18302         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
18303         that this builds on Solaris 10 (x86).
18305 2005-06-23  Martin Baulig  <martin@ximian.com>
18307         * class.c
18308         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
18309         generic type definitions.
18311 2005-06-23  Martin Baulig  <martin@ximian.com>
18313         Fix #75331.
18315         * metadata.c (mono_class_get_overrides): Renamed to
18316         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
18317         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
18318         pass it to mono_get_method_full().
18320 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
18322         * reflection.c (mono_reflection_create_runtime_class): take the
18323         mono_domain_lock in this method. Prevents deadlocks
18325 2005-06-22  Martin Baulig  <martin@ximian.com>
18327         * loader.c (method_from_methodspec): Fix #75330.
18329 2005-06-22  Martin Baulig  <martin@ximian.com>
18331         * reflection.c (type_get_qualified_name): Use
18332         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
18333         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
18334         argument; use it if we don't have an assembly name.
18336 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
18338         * object.c: In mono_message_init, set "copy out" flag for in
18339         parameters with the [Out] flag.
18341 2005-06-21  Martin Baulig  <martin@ximian.com>
18343         * class.c
18344         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
18345         and MONO_TYPE_PTR.
18347 2005-06-21  Martin Baulig  <martin@ximian.com>
18349         * class.c (mono_class_init): Don't initialize `class->fields' for
18350         generic instances since they're initialized again in
18351         compute_field_layout(). 
18352         (compute_field_layout): Set the field's `generic_info' here; fix
18353         #75320. 
18355 2005-06-21  Martin Baulig  <martin@ximian.com>
18357         * class-internals.h
18358         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
18360         * metadata.c (mono_metadata_generic_method_equal): Also
18361         distinguish the `generic_class'; fixes #75334.
18363 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18365         * domain.c:
18366         * appdomain.c:
18367         * domain-internals.h:
18368         * reflection.c: 'domain_assemblies' field is now protected by its own
18369         lock. Don't call into managed code to run the AssemblyLoad event if we
18370         now there are no registered delegates for it.
18372 2005-06-20  Martin Baulig  <martin@ximian.com>
18374         * class.c (mono_class_is_assignable_from): Use a custom version of
18375         mono_class_has_parent() to make things work for generic instances;
18376         fix #75300.
18378 2005-06-20  Martin Baulig  <martin@ximian.com>
18380         * loader.c (method_from_methodspec): Apply a patch from
18381         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
18383 2005-06-20  Martin Baulig  <martin@ximian.com>
18385         * class.c (mono_class_init): Reverted Zoltan's last change; it
18386         breaks generics.
18388 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
18390         * threads.c (wait_for_tids_or_state_change): Add missing locking.
18392 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18394         * socket-io.c: fix the index in the socket array for writable/error
18395         sockets. Fixes bug #75306.
18397 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
18399         * class.c (mono_class_init): Allow interfaces to have static ctors.
18401 2005-06-17  Martin Baulig  <martin@ximian.com>
18403         * loader.c (method_from_methodspec): Use `context->container' when
18404         parsing the `gmethod->inst'.
18406 2005-06-17  Martin Baulig  <martin@ximian.com>
18408         * class.c (mono_type_get_name_recurse): Don't add the assembly
18409         name for type arguments.
18411 2005-06-15  Martin Baulig  <martin@ximian.com>
18413         * reflection.c (mono_image_get_inflated_method_token): Encode
18414         correct klass; fixes #75260.
18416 2005-06-13 Michal Moskal <malekith@nemerle.org>
18418         * icall.c: Make GetCorrespondingMethod/Constructor take
18419         MonoReflectionMethod method not MonoMethod. Removed
18420         MonoType.GetCorrespondingField, and make
18421         MonoGenericType.GetCorrespondingField take name not
18422         MonoClassField.
18424 2005-06-13  Michal Moskal <malekith@nemerle.org>
18426         * reflection.c (field_encode_signature, encode_locals):
18427          Make sizes of buffers for types larger (for big generic types).
18428          (create_generic_typespec,
18429          mono_reflection_sighelper_get_signature_local,
18430          mono_reflection_sighelper_get_signature_field):
18431          Add asserts for too small buffers.
18433 2005-06-15  Martin Baulig  <martin@ximian.com>
18435         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
18436         if our parent is not a dynamic type.
18438 2005-06-15  Martin Baulig  <martin@ximian.com>
18440         * class-internals.h (MonoTypeNameFormat): New enum.
18442         * class.c
18443         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
18444         (mono_type_get_full_name): Removed.
18445         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
18446         argument instead of the boolean's.
18448         * icall.c (ves_icall_System_MonoType_getFullName):
18449         Added `gboolean assembly_qualified'.    
18451         * reflection.h
18452         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
18454         * reflection.c (mono_reflection_parse_type): Parse the new type
18455         name format.
18457 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18459         * icall.c: no need to convert from utf16 to utf8 and then back again
18460         after the call to GetLogicalDrives.
18462 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18464         * icall.c: frombase64. Fix problems exposed by new tests.
18466 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18468         * icall.c: added internal calls for converting char [] and strings in
18469         base64 into byte [].
18471 2005-06-10  Martin Baulig  <martin@ximian.com>
18473         * class.c (mono_class_create_generic_2): Read the nested classes
18474         from the metadata rather than from `gklass->nested_classes' since
18475         `gklass' might not be initialized yet.
18477 2005-06-09  Duncan Mak  <duncan@novell.com>
18479         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
18480         all public headers. Fixes #74919.
18482 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
18484         * domain.c: The key for proxy_vtable_hash is now a pointer
18485         array. Added new GHashFunc and GCompareFunc functions for this.
18487         * class.h: The list of interfaces in MonoRemoteClass is known in
18488         advance and can't grow (we create a new MonoRemoteClass if needed),
18489         so now the interface array can be allocated together with
18490         MonoRemoteClass.
18491         
18492         * object.c: Added a new method create_remote_class_key.
18493         Fixed mono_remote_class so it does not depend on
18494         mono_upgrade_remote_class.
18495         Removed extend_interface_array.
18496         Added new method clone_remote_class(), which makes a copy of a remote
18497         class and adds a new interface or class to it.
18498         mono_upgrade_remote_class() now creates a new remote class (or gets
18499         it from the cache) if an vtable upgrade is needed. In this way
18500         we make sure that other objects sharing the same remote class
18501         don't get the new vtable with unwanted interfaces.
18502         
18503         * object-internals.h:
18504         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
18505         
18506         * marshal.c: Track changes in mono_upgrade_remote_class().
18508 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
18509         * icall.c: Add runtime methods for obtaining members of inflated
18510         class, which were created from supplied non-inflated members. It
18511         is used in internal Get{Method,Constructor,Field} methods in
18512         System.Type
18514 2005-06-09  Martin Baulig  <martin@ximian.com>
18516         * reflection.c
18517         (mono_reflection_bind_generic_method_parameters): Fix #75169.
18519 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18520         * reflection.c (mono_image_basic_init): Define
18521         Version in MonoDynamicAssembly. 
18522         
18523 2005-06-08  Martin Baulig  <martin@ximian.com>
18525         Fix #75136.
18527         * loader.c
18528         (mono_method_signature_full): New public method; takes a
18529         `MonoGenericContext *'.
18530         (find_method): Use mono_method_signature_full() and pass the
18531         klass'es context to it.
18533         * class.c (mono_class_is_inflated_method): Use
18534         mono_method_signature_full() and pass the context to it.
18536 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
18538         * object.c: add proper locking in mono_remote_class_vtable(),
18539         fixes possible memory corruption.
18541 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
18543         * marshal.c (mono_remoting_marshal_init): set
18544         initialized after initialization.
18546 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
18548         * locales.c : hush.
18550 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
18552         * object.c (extend_interface_array): fix really silly
18553         memory corrupting / comparison bug.
18555 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18557         * reflection.c: Functions added to support the creation
18558         of CustomAttributeData, which includes Attribute data
18559         used by ReflectionOnly methods.
18561         * reflection.h:  mono_reflection_get_custom_attrs_data and
18562          mono_custom_attrs_data_construct added (functions exposed).
18564          * icall.c: Added mono_reflection_get_custom_attrs_data
18565          as icall.
18566         
18567 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
18569         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
18570         lupus's request.
18572 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
18574         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
18576         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
18577         dynamic DllImportAttribute.
18579         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
18580         dynamic DllImportAttribute.
18582         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
18583         Fixes #75162.
18585 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18587         * threads.c: avoid segfault when an unstarted thread is aborted.
18589 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
18591         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
18592         Returns the name and version of the runtime for reporting.
18594 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18596         * appdomain.c: bump corlib version.
18597         * object-internals.h: new field in MonoReflectionAssembly.
18599 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18601         * object-internals.h: Carlos forgot to add this field.
18603 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18605         * icall.c: Added create_version to create instances
18606         of Version of MonoReflectionAssemblyName. This change helps
18607         the AssemblyName tests to keep running fine.
18608         
18609 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
18610   
18611         * object.c (mono_method_return_message_restore): A somehow less
18612         intrusive fix for #75138.
18614 2005-06-03  Raja R Harinath  <rharinath@novell.com>
18616         * object.c (mono_method_return_message_restore): Fix computation
18617         of expected number of out args.
18619 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
18621         * reflection.c (mono_image_get_method_info): Fix the case when the
18622         charset is empty.
18624 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
18626         * object.c: Added missing null check in
18627           mono_method_return_message_restore.
18629 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
18631         * reflection.c (mono_image_get_method_info): Handle the case when
18632         dllentry is empty.
18634 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
18636         * object.c: When creating the vtable for a proxy, take into account
18637         all inherited interfaces, not only the ones registered in
18638         iclass->interfaces. This fixs bug #74996.
18639         Also, in mono_method_return_message_restore, verify that the array
18640         of out args has the expected lengh.
18642 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18644         * socket-io.c: update the timeout in Poll when the call is interrupte.
18646 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18648         * socket-io.c: support abort/suspend in Select_internal after last
18649         change.
18651 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18653         * threadpool.c: remove warning.
18655 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18657         * icall.c:
18658         * socket-io.[ch]: Select_internal uses poll() now when available, thus
18659         removing the 1024 limit from select(). Runtime part of the fix for
18660         bug #71203.
18662 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18664         * socket-io.c: when resolving the addresses for the same
18665         host returned by gethostname(), get the local IPs from the interface
18666         list. Loopback addresses are discarded if the are interfaces up with
18667         non-loopback ones. Fixes bug #63265.
18669 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
18671         * appdomain.c, verify.c, object-internals.h, reflection.c:
18672         bumped corlib number to 36, and added new extra_flags field
18673         to ReflectionMethodBuilder and friends.  Fixes #75060.
18675 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
18677         * gc.c: register a new weak link only if the object is non-null
18678         (fixes bug#75047).
18680 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
18682         * culture-info.h : short time pattern too.
18684 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
18686         * culture-info.h : expand long time pattern string length.
18688 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
18690         * culture-info-table.h : update (more French date format; #72788).
18692 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
18694         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
18695         the method is static. Fixes #75029.
18697 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
18699         * reflection.c: Update the table_idx field of method builders after
18700         saving the module, since it can change. This is a workaround for
18701         bug #74914. 
18703 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
18705         * culture-info-table.h : update (additional French date format).
18707 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
18709         * icall.c (ves_icall_type_Equals): Revert last change.
18710         
18711         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
18713         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
18715 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
18717         * class-internals.h: Added executioncontext_class field to 
18718         MonoDefaults structure.
18719         * domain.c: Cache System.Threading.ExecutionContext class in 
18720         mono_defaults.
18721         * object.c: Capture the ExecutionContext for asynchroneous calls in
18722          mono_async_result_new.
18723         * object-internals.h: Added execution_context and original_context 
18724         fields to MonoAsyncResult. Added execution_context to MonoThread.
18725         * security-manager.c|.h: Added mono_get_context_capture_method to 
18726         return the capture method (if required by the security manager or by
18727         the framework version used).
18728         * threadpool.c: Apply capture (if present) ExecutionContext in 
18729         mono_async_invoke and revert to original context after it completes.
18731 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
18733         * culture-info-table.h : updated (real hacky solution for zh-CHT).
18735 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
18737         * culture-info-table.h : zh-CHT related workaround.
18739 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
18741         * marshal.c (emit_marshal_custom): Add some error checking and call the
18742         methods in the ICustomMarshaler interface. Fixes #74875.
18743         
18744         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
18745         native->managed wrappers.
18747 2005-05-12  Martin Baulig  <martin@ximian.com>
18749         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
18750         here and use the loader lock.
18752         * mono-debug.c: Properly lock when the debugger is not attached.
18753         (mono_debug_init): Release the initial lock if we're not running
18754         in the debugger.
18756 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
18758         * marshal.c (emit_marshal_custom): Pass through NULL values without
18759         calling the custom marshalling routines.
18761         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
18762         conversion in structures. Fixes #74882.
18764 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
18766         * culture-info-table.h : zh-* cultures were missing.
18768 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
18770         * threads.c: Added a new event background_change_event which is signaled
18771         when a thread changes its background mode.
18772         Moved here several checks previously done in managed code. The checks
18773         require the thread lock, and using the thread lock in managed code
18774         can result in deadlocks.
18775         Merged Start_internal and Thread_internal into a single method. Now 
18776         Thread_internal does all work of creating and starting a thread.
18777         Added icalls for setting and getting the state of the object. Moved from
18778         managed code to avoid locking there.
18779         Added wait_for_tids_or_state_change() which is called instad of
18780         wait_for_tids when waiting for non-backround threads to end. This method
18781         will return if one of the threads ends or the background_change_event
18782         is signaled.
18783         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
18784         the background mode. This method signals the background_change_event
18785         event.
18786         * icall.c:
18787         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
18788         removed Start_internal.
18789         
18790 2005-05-11  Martin Baulig  <martin@ximian.com>
18792         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
18793         to order of some fields to get proper alignment on 64-bit machines.
18795 2005-05-11  Martin Baulig  <martin@ximian.com>
18797         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
18798         changes as they're broken and completely fuck up the debugger.
18800         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
18802 2005-05-10  Martin Baulig  <martin@ximian.com>
18804         * reflection.c (mono_reflection_generic_class_initialize): Don't
18805         call mono_class_setup_parent() here.
18807 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18809         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
18810         send/receive timeout use an integer in milliseconds. We were using a
18811         struct timeval.
18813 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18815         * locales.c:
18816         (internal_get_cultures): reserve the first slot of the array for the
18817         InvariantCulture, which will be filled in managed code.
18819 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
18821         * reflection.c (mono_image_fill_module_table): Initialize the
18822         GENERATION field as well.
18824 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18826         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
18827         Monitor.Enter on the object.
18829 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
18831         * threads.c: Enable the wait for running threads when exiting.
18832         * icall.c: Suspend all threads before exiting.
18834 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
18836         * assembly.c (mono_assembly_load_reference): Fix warning.
18838 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18840         * threadpool.c: changed the default number of threads per cpu. From now
18841         on, the default will be 20 + (5 * number of cpus) instead of 50.
18843 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
18845         * loader.c (mono_method_get_signature_full): Add locking here.
18847 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
18849         * appdomain.c: Moved methods for parsing and freeing assembly
18850         names to assembly.c.
18851         * assembly.c, domain-internals.h: Created public methods for parsing
18852         assembly names. Fixed mono_assembly_load_with_partial_name:
18853         it now finds the best match, taking into account the version,
18854         token and culture specified in the partial name. Also return
18855         the latest version if no version information is specified.
18857 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
18859         * threadpool.c: replace check for SocketAsyncCall class.
18861 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18863         * threadpool-internals.h:
18864         * Makefile.am: added threadpool-internals.h
18866         * threadpool.c: call mono_unhandled_exception on exceptions not handled
18867         that happen in threadpool threads (tested on MS).
18868         (mono_thread_pool_remove_socket): new function that dispatch any pending
18869         AIO call on a socket that is closing. By now only epoll really needs it,
18870         as select/poll wake up when the socket closes.
18873         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
18875 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
18877         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
18879 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
18881         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
18883 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
18885         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
18886         has an abort request, convert it into a suspend request.
18888 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
18890         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
18891         warning for the usage of `UnmanagedFunctionPointerAttribute' which
18892         is not supported yet.
18894 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18896         * image.c: register assemblies loaded from data (bundles) in the loaded
18897         assemblies hash. Fixes bug #74772.
18899 2005-04-29  Martin Baulig  <martin@ximian.com>
18901         * class.c (mono_type_get_name_recurse): Update to the new naming
18902         schema from the latest .NET 2.x beta2.
18903         (mono_class_setup_vtable_general): If we're a generic instance,
18904         copy the vtable from our generic type definition and inflate all
18905         the methods in it.
18907         * loader.c (find_method): Update to the new naming schema from the
18908         latest .NET 2.x beta2.
18910 2005-04-29  Raja R Harinath  <harinath@gmail.com>
18912         * class.c (mono_class_init): Add a mono_loader_unlock to the
18913         #74734 fix.
18915 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
18917         * icall.c (ves_icall_System_Environment_Exit): Remove the 
18918         suspend_all_other_threads () call for the time being, since it can hang.
18920         * threads.c (mono_thread_manage): Similarly, disable the waiting for
18921         the background threads to exit, since it can also hang.
18923         * class.c (mono_class_init): Applied patch from Ankit Jain 
18924         (radical@gmail.com). Avoid pending init errors when a field refers
18925         to a nested class using a typeref. Fixes #74734.
18927         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
18928         this for dynamic modules.
18930 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18932         * threads.c: don't wait for threads that are in the process of aborting
18933         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
18934         and waiting for background threads to finish. This makes xsp and
18935         mod-mono-server exit without random length delays and/or hangs.
18937 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18939         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
18941 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
18943         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
18944         dynamic types to prevent infinite loops. Fixes #74727.
18946         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
18947         ..._is_assignable_to.
18949 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
18951         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
18953 2005-04-25  Martin Baulig  <martin@ximian.com>
18955         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
18957         * domain.c
18958         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
18960         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
18962         * reflection.c (build_compressed_metadata): Set metadata header
18963         version to 2.0.
18965 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
18967         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
18968         number into an integral and a decimal part. Fixes #70473.
18970         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
18972 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
18974         * culture-info-table.h : reflected the latest locale-builder output.
18976 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18978         * threadpool.c: check for SuspendRequested too when deciding if
18979         mono_thread_interruption_checkpoint should be called.
18981 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18983         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
18984         * threads.c: remove interruption_mutex and use Interlocked instead. When
18985         suspending all the threads, wait for all the suspended events at once.
18986         If we're shutting down and get an APC that is going to be queued,
18987         call mono_thread_execute_interruption immediately, as the thread might
18988         be sleeping on a pthread condition or mutex.
18990         * icall.c: call mono_runtime_set_shutting_down before suspending the
18991         threads.
18993         Fixes bug #74693. And now xsp is happier when exiting.
18995 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
18997         * loader.c (mono_stack_walk): Fix #74690.
18999 2005-04-22  Martin Baulig  <martin@ximian.com>
19001         * mono-debug.h (MonoDebugMethodJitInfo): Added
19002         `MonoDebugMethodJitInfo *jit'.
19004         * mono-debug.c (mono_debug_read_method): Cache the
19005         MonoDebugMethodJitInfo in `address->jit'.
19006         (mono_debug_free_method_jit_info): New public method.
19008 2005-04-22  Martin Baulig  <martin@ximian.com>
19010         * class.c (mono_class_is_assignable_from): Disallow
19011         type parameter -> interface.
19013 2005-04-21  Dick Porter  <dick@ximian.com>
19015         * threads.c (mono_thread_create): Turn an assertion into an error.
19017 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
19019         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
19020         
19021         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
19022         Fix some gcc 4.0 warnings.
19024 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
19026         * file-io.c: fix alt dir separator char on unix systems
19027         and cleanup (fixes bug #71214).
19029 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
19031         * marshal.c: Use CALLVIRT instead of CALL when dispatching
19032         a call to a remote domain, since the method may be an
19033         interface method in the client domain. This fixes bug #74192.
19035 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19037         * threadpool.c: recv/send are now performed before going back to managed
19038         code to save one transition.
19040 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19042         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
19044         * metadata/threadpool.c: removed hack to workaround the bug above.
19046         Fixes bug #74618.
19048 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
19050         * reflection.c reflection.h: Fix handling of parameter defaults in
19051         dynamic methods. Also fixes handling of parameter attributes.
19052         Fixes #74609.
19054         * mono-debug.c (mono_debug_close_image): Fix warning.
19056 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19058         * socket-io.h: replaced old unused field with new 'blocking'.
19059         * threadpool.c: restore socket blocking state on windows(tm).
19061 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
19063         * icall.c: don't return the codebase in the AssemblyName[] returned by
19064         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
19065         * object-internals.h: Removed FIXME (fields were presents) and fixed
19066         versioncompat declaration.
19068 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19070         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
19071         not closed, so don't cleanup when it happens.
19073 2005-04-13  Chris Toshok  <toshok@ximian.com>
19075         * mono-debug-debugger.h: change prototype for
19076         mono_debugger_lookup_type.
19078         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
19079         this function, although it should probably be named
19080         mono_debugger_init_type.
19082 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19084         * threadpool.c: fix non-AIO case.
19086 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
19088         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
19089         the built-in profiler to measure just JIT compilation times.
19091 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19093         * threadpool.c: the epollfd might be closed by another thread at
19094         any time, so ignore EBADF at treat it as a "we're closing" sign.
19096 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19098         * threadpool.c: release the semaphores with a count equals to the number
19099         of working threads in both IO and regular pools. Fixed typo that messed
19100         up the count of IO pool threads. Don't initialize the pipe handles if
19101         we're using epoll.
19103 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19105         * threadpool.c: some systems don't like a NULL when deleting the socket
19106         from epoll.
19108 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19110         * threadpool.c: fix semaphore allocation.
19112 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19114         * threadpool.c: added epoll() based implementation for asynchronous IO
19115         that is used instead of the default poll() when available.
19116         It can be disabled by setting MONO_DISABLE_AIO.
19118 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19120         * threadpool.c: windows needs 'closesocket' and instead of returning
19121         0 when the stream is closed while in select, it returns -1. Fixes bug
19122         #74573.
19124 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
19126         * class.c (class_compute_field_layout): Fix the regression caused by
19127         the previous try.
19129 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19131         * threadpool.c: separate pool for socket async. IO.
19132         * threadpool.h: mono_max_worker_threads is not a global any more.
19134 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
19136         * class.c (class_compute_field_layout): Fix #74549.
19138 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19140         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
19141         use 2 connected sockets instead.
19143 2005-04-08  Miguel de Icaza  <miguel@novell.com>
19145         * mono-config.c: Add new entry point for mkbundle
19146         mono_config_parse_memory. 
19148 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19150         * threadpool.c: removed another unused function.
19152 2005-04-08  Ankit Jain  <radical@corewars.org>
19154         * reflection.c (get_default_param_value_blobs): Add 'types'
19155         parameter to get the types encoded in the constant table.
19156         (mono_param_get_objects): Use the type from the constant table,
19157         not the type of the parameter, when creating default values.
19158         Handle null default values correctly.
19160 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19162         * file-io.c:
19163         * file-io.h:
19164         * threadpool.c:
19165         * threadpool.h:
19166         * icall.c:
19167         * socket-io.c: removed dead code for async IO.
19169 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19171         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
19173         * threadpool.c: intercept socket async. calls and pass them to a thread
19174         that is polling and dispatching the job items to the threadpool as
19175         socket become ready. Fixes bugs #71217, #71933.
19177         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
19178         between char and short/ushort arrays.
19180         * socket-io.c: remove dead code.
19182 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
19184         * locales.c,
19185           icall.c : removed InternalToUpper_Comp() and
19186           InternalToLower_Comp().
19188 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
19190         * char-conversions.h : The tables were incorrectly generated. Should
19191           be generated against invariant culture.
19193 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
19195         * object.c (mono_runtime_invoke_array): Fix return value when 
19196         passing pre-created valuetype objects to ctors.
19198         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
19199         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
19200         Fixes #74338.
19202 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
19204         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
19205         only used with --security and hides the wrong corlib version error.
19207 2005-03-30  Joshua Tauberer  <tauberer@for.net>
19209         * class.c: Changed mono_class_name_from_token so that types
19210         outside of a namespace don't have an initial period.  Improved
19211         the g_warning message used in _mono_class_get when loading
19212         fails.
19213         * assembly.c: In mono_assembly_load_reference, when an assembly
19214         can't be found, "No such file or directory" is misleading and
19215         unhelpful because a few paths were checked for the presence of
19216         the assembly.  When that happens (ENOENT), display a nicer
19217         message indicating the directories that were searched.  In all
19218         cases, the warning is made easier to read for non-hackers.
19220 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
19222         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
19223         project/solution.
19224         * appdomain.h|domain.c: Removed inline from functions.
19225         * appdomain.c: Reduced warnings when compiling on windows.
19226         * icall.c: Fixed output_debug declaration to gunichar2*.
19227         * mono-config.c: Reduced warnings when compiling on windows.
19228         * rand.c: Added missing "windows.h". Added missing return value.
19229         * rawbuffer.c: Added missing winsock2.h for windows.
19230         * sysmath.h: Added mono-compiler.h header to allow/ease 
19231         compilation with non-GCC compilers.
19232         * threads.c: Fixed declarations to compile with VS.NET C compiler.
19233         Removed cast warnings.
19235         Adapted from the work of J Lothian (for VC6).
19237 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
19239         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
19240         from default_path.
19242 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
19244         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
19245         the 2.0 profile.
19247 2005-03-27  Raja R Harinath  <harinath@gmail.com>
19249         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
19250         has to be in $(exec_prefix).  $(prefix) is for arch-independent
19251         stuff, and it would probably use $(prefix)/share rather than
19252         $(prefix)/lib.
19254 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19256         * console-io.c: added 2 includes that might be missing.
19258 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
19260         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
19261         profile.
19263         * reflection.c (create_custom_attr): Allocate the params array using
19264         alloca so it gets GC tracking.
19266 2005-03-23  Chris Toshok  <toshok@ximian.com>
19268         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
19269         out some spew.
19271 2005-03-24  Raja R Harinath  <rharinath@novell.com>
19273         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
19274         changes to pick up any changes in prefix, etc.
19276 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
19278         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
19279         
19280         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
19281         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
19283 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
19285         * class-internals.h object-internals.h class.c reflection.c: Extend the
19286         mono_lookup_dynamic_token () function to return the class of the
19287         token as well. 
19289         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
19290         well. Fixes #73848.
19292 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
19294         * security-manager.c: Skip inheritance checks for intra-corlib
19295         class inheritance and method overrides. This skips a lot of checks
19296         and (anyway) permissions cannot work until corlib is loaded.
19298 2005-03-23  Martin Baulig  <martin@ximian.com>
19300         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
19301         MONO_TYPE_GENERICINST.  
19303 2005-03-23  Martin Baulig  <martin@ximian.com>
19305         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
19307 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
19309         * class.c: added locking comments to some functions.
19310         Cache the interface offsets arrays (saves about 20 KB
19311         of runtime memory in a typical app).
19312         Reduce the time overhead in mono_class_setup_supertypes ().
19314 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
19316         * icall.c: speedup and fix leaks in GetMethodsByName and
19317         GetPropertiesByName.
19319 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
19321         * reflection.c: some locking fixes.
19323 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
19325         * metadata.c: added missing break in case statement.
19327 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
19329         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
19330         typedbyref return values. Fixes #73941.
19332 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
19334         * security-manager.c|h: Added demandunmanaged method and 
19335         suppressunmanagedcodesecurity class to MonoSecurityManager.
19336         Renamed aptc class to allowpartiallytrustedcallers.
19338 2005-03-17  Martin Baulig  <martin@ximian.com>
19340         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
19342 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19344         * file-io.c: disabled file async. IO using aio_*. It uses the
19345         threadpool now. Workaround for bug #73718.
19347 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
19349         * assembly.h, mono-config.c: added code to deal with bundled configs
19350         for bundled assemblies.
19352 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
19354         * *.c, private.h: cleanup, removing old private.h header file.
19356 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
19358         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
19359         and throw_on_unmappable_char attributes.
19361 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
19363         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
19364         _ProcessName_internal.
19366 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
19368         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
19369         #73631.
19371         * icall.c threads.c threads-types.h: Remove slothash icalls as they
19372         are no longer used.
19374 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
19376         * object.c (compute_class_bitmap): Add support for generics. Fixes
19377         #73527.
19379 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
19381         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
19383 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19385         * filewatcher.c: commented out the code for windows watcher, as we don't
19386         use it (we use the managed implementation instead).
19388 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
19390         * object-internals.h (MonoThread): Remove 'unused1' field.
19392         * appdomain.c: Bump corlib version.
19394         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
19396         * reflection.c (mono_reflection_create_runtime_class): Remove the
19397         AssemblyBuilder.Save optimization since it causes too many problems.
19399 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
19401         * exception.c|h: Added mono_get_exception_reflection_type_load to
19402         create a ReflectionTypeLoadException object.
19403         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
19404         to return NULL is a InheritanceDemand fails during reflection. Updated
19405         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
19406         ReflectionTypeLoadException if an InheritanceDemand fails during 
19407         reflection. Added icall mapping for GetLinkDemandSecurity.
19408         * security-manager.c|h: Added ves_icall_System_Security_
19409         SecurityManager_GetLinkDemandSecurity internal call to return the
19410         class and methods permissions set for a LinkDemand. Removed unused
19411         fields in MonoSecurityManager.
19413 2005-03-10  Martin Baulig  <martin@ximian.com>
19415         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
19416         it's a generic instance.
19418 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
19420         * reflection.c (mono_get_object_from_blob): Applied patch from
19421         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
19423         * class.c (mono_class_is_assignable_from): Another try at fixing 
19424         #73469 without breaking anything.
19426 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
19428         * class.c: (mono_class_is_assignable_from): Revert the last changes
19429         since they don't work with generics.
19430         
19431         * class.c (mono_class_is_assignable_from): Fix build bustage.
19433         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
19434         the managed IsAssignableFrom method. Fixes #73469.
19436         * reflection.c (mono_reflection_call_is_assignable_from): New helper
19437         function.
19439 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
19441         * object.c (mono_load_remote_field_new): Fix returning uninitialized
19442         memory when the remoting callback does not sets the out arguments.
19443         Fixes #73007.
19445         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
19446         by mistake.
19448         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
19450         * object-internals.h (MonoStackFrame): Sync with managed object layout.
19452         * appdomain.c: Bump corlib version.
19454 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
19456         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
19457         function.
19459         * threads.c (mono_thread_attach): Detect threads which are not started
19460         by the GC pthread wrappers.
19462 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
19464         * icall.c: Added new icall for RNG.
19465         * rand.c|h: Added new icall to open the RNG. This allows to share a 
19466         single handle on Linux to access /dev/urandom and fix #73183.
19468 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
19470         * object.c: setting the new vtable in a transparent proxy object must
19471         not change the GC descriptor.
19473 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
19475         * object.c: fixed compilation without GCJ support.
19476         * reflection.c: for runtime-created types ensure klass->has_references
19477         is correct (bug #73215).
19479 2005-03-02  Martin Baulig  <martin@ximian.com>
19481         * class.c (mono_class_is_assignable_from): Make this work if
19482         `oklass' is a generic instance; fixes #72831.
19484 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
19486         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
19487         with hasthis set.
19488         
19489         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
19491         * marshal.c: Reorganize native->managed marshalling code to also use
19492         the emit_marshal_... functions.
19494 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
19496         * object.c: typed allocs have issues with bitmap sizes > 30,
19497         so check for max_set >= 30.
19499 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
19501         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
19502         managed code. Fixes #73012.
19504         * metadata.h (MonoMarshalSpec): Add elem_mult field.
19506         * metadata.c reflection.c: Load/Emit elem_mult as well.
19507         
19508         * metadata.h (MonoMarshalSpec): Add comment.
19510         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
19512         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
19513         num_elem to -1 if not given.
19515         * object-internals.h (MonoReflectionMarshal): Add has_size field.
19517         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
19518         given values.
19520 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
19522         * null-gc.c (mono_gc_free_fixed): Was not compilable.
19524 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
19526         * reflection.c (encode_marshal_blob): Encode param_num field as well.
19528         * object-internals.h (MonoReflectionMarshal): Add param_num field.
19530 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
19532         * object.c: generalized the reference bitmap creation
19533         and added hooks for the new GC.
19534         * class-internals.c: removed the gc_bitmap field from MonoClass.
19536 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
19538         * domain.c: help the compiler to produce better code
19539         in mono_jit_info_table_find ().
19541 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
19543         * object.c: make all allocations look typed.
19545 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
19547         * socket-io.c: load Mono.Posix if it's not loaded already
19548         (fixes bug#73033).
19550 2005-02-24  Martin Baulig  <martin@ximian.com>
19552         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
19553         * reflection.c (dup_type): Likewise.
19555 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
19557         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
19558         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
19560 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
19562         * domain.c, threads.c, object-internals.h: make the critical thread
19563         local vars use the fast access mode (even when we're compiled in
19564         a lib). Provide accessors to be used by the jit during codegen.
19566 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19568         * appdomain.c: Changed hook functios behavior to include
19569         support for the reflection only assemblies. Some icalls were changed
19570         to support the mentioned assemblies too. Signatures of static methods
19571         try_assembly_resolve and real_load now have an additional parameter:
19572         refonly.
19574         * assembly.c: General changes to mono_assembly_ methods to support
19575         reflection only api. Functions mono_assembly_open, mono_assembly_load,
19576         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
19577         suffix, to support an additional gbool parameter to specify whether
19578         the assembli is reflection only or not. Created some new hook functions 
19579         to add support for reflection only assemblies. Signatures of static 
19580         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
19581         have now an additional parameter: refonly.
19583         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
19584         indicating whether the assembly is reflection only or not.
19586         * exception.c: Add mono_get_exception_invalid_operation.
19588         * icall.c: Throw an InvalidOperationException when trying to invoke
19589         a property/method/event, or trying to set/get the value of a field.
19590         Also add an icall to retrieve the ref_only flag to the
19591         MonoReflectionAssembly.
19593 2005-02-23  Chris Toshok  <toshok@ximian.com>
19595         Part of fix for #72827.
19596         * mono-debug.c (mono_debug_add_method): add lexical block data to
19597         the info we write.  Kind of a hack at the moment - we copy the
19598         lexical block info from the MonoDebugMethodInfo to the
19599         MonoDebugMethodJitInfo here, before writing it.
19600         (mono_debug_read_method): read the lexical block info.
19602         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
19604         * debug-mono-symfile.h: add lexical block support.
19606         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
19607         support.
19609 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
19611         * loader.c (mono_lookup_pinvoke_call): Fix warning.
19613         * object.c (mono_runtime_free_method): Call mono_free_method () and
19614         put the TODOs there.
19616         * loader.c (mono_free_method): Free up most memory allocated for 
19617         dynamic methods.
19619 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
19621         * reflection.c: properly flag a Type argument to a
19622         named custom attr value (bug #72248).
19624 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
19626         * reflection.c: reduce code duplication in named custom
19627         attribute encoding.
19629 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
19631         * reflection.c: properly encode custom attrs of type object
19632         (bug #72649).
19634 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
19636         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
19638 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
19640         * socket-io.c: load System.dll if it's not loaded already
19641         (bug #72850 and #70477).
19643 2005-02-21  Martin Baulig  <martin@ximian.com>
19645         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
19646         generic instances.
19648 2005-02-21  Martin Baulig  <martin@ximian.com>
19650         * reflection.c (mono_image_build_metadata): We also need to
19651         "fixup" the MethodImpl table after we computed the final method
19652         indices.  Call fixup_methodimpl() to do that.
19653         (fixup_methodimpl): New private method.
19655 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
19657         * assembly.c: special case mscorlib.dll (bug#72536),
19658         patch from Carlos Alberto Cortez.
19660 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
19662         * threads-types.h threads.c: Fix build bustage.
19664         * threads.c: Use a union for long<->double conversions.
19666         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
19667         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
19669         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
19670         containing the checkpoint call with NOT_TAKEN.
19671         
19672         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
19673         checkpoint before pushing the arguments, so they won't have to be
19674         spilled to stack.
19676 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
19678         * domain.c, assembly.c, domain-internals.h: make some data
19679         const and relocation-free.
19681 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
19683         * object.c, appdomain.c, class-internals.h: introduce the
19684         MonoClassRuntimeInfo structure to hold the info needed to
19685         use a class at runtime. Made mono_class_vtable() lock-free
19686         for all the appdomains.
19688 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
19690         * metadata-internals.h, image.c: introduce a per-image mempool to
19691         be used for memory that has the same lifetime as the image.
19693 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
19695         * domain.c: In mono_init_internal(), instead of selecting the first
19696         runtime version supported by an executable, get a list of all
19697         supported versions and select the one for which an mscorlib exists
19698         (since even if the runtime supports a given version, it doesn't mean
19699         that the framework for that version is installed).
19700         Modified get_runtimes_from_exe to support this behavior.
19701         In supported_runtimes, added information about additional system
19702         assembly versions.
19703         
19704         * assembly.c: Added support for more than one system assembly version
19705         per runtime version. Updated the assembly list.
19706         In mono_assembly_remap_version, removed the initial version check,
19707         since we don't know to which version we need to compare until we
19708         get the version set on which the assembly is based.
19709         Moved the code for loading corlib into the new method
19710         mono_assembly_load_corlib(), so it can be used by the initialization
19711         code.
19712         
19713         * domain-internals.h: Updated data structures and added declaration
19714         for mono_assembly_load_corlib.
19716 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
19718         * reflection.c (resolve_object): Fix the creation of the signature in 
19719         the SignatureHelper case.
19721         * assembly.c (mono_assembly_remap_version): Fix binary search.
19722         
19723 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
19725         * class.c: Added inheritance check when a method is overloaded (from a
19726         virtual method or when implementing an interface) and when a class is
19727         inherited. Added functions to set a failure for a class and to 
19728         retreive the exception from a failure.
19729         * class-internals.h: Added fields to MonoClass to keep the exception
19730         information status for inheritance (or other exceptions) to be thrown
19731         later (i.e. not at load time).
19732         * object.c: Throw the inheritance SecurityException when a type is to 
19733         be created with either class or method inheritance violations.
19734         * reflection.c|h: Fix when getting declsec from a class. Removed 
19735         unrequired code for class. Improved sanity in parameter naming.
19736         * security-manager.c|h: Added functions to check for class and method
19737         inheritance.
19739 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
19741         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
19742         and has_finalize in dynamic types as well.
19744 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
19746         * culture-info-table.h : fixed currency format for en-GB (and so on).
19748 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
19750         * gc.c: ensure the GC handles never have 0 as a value.
19752 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
19754         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
19755         a pointer to a struct to unmanaged code. Fixes #72625.
19757 2005-02-16  Martin Baulig  <martin@ximian.com>
19759         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
19761 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
19763         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
19765 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
19767         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
19769         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
19770         UnmanagedFunctionPointerAttribute, use it for determining calling convention
19771         etc. Fixes #71471.
19773         * reflection.c (mono_custom_attrs_get_attr): New helper function.
19775         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
19777 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
19779         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
19780         changes to make the current context a field in MonoThread.
19782 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
19784         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
19785         the last change.
19786         
19787         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
19788         extracted from mono_marshal_get_native_wrapper.
19790         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
19791         to create wrappers around native functions.
19793         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
19794         delegates for arbitrary function pointers. Fixes #71472.
19796 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
19798         * threads.c: cleaned up the code a little.
19800 2005-02-15  Martin Baulig  <martin@ximian.com>
19802         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
19803         the data table.
19805         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
19806         allocate larger chunks if needed.
19808 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
19810         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
19811         in by mistake.
19813 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
19815         * domain.c: keep the domains in an array and ensure the domain ids
19816         are kept small, so they can be used as indexes to domain-specific data
19817         with a small memory overhead.
19819 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
19821         * icall.c: Handle byref types in Type icalls. Fixes #72544.
19823 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
19825         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
19827 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
19829         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
19831         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
19832         values.
19834         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
19835         
19836 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
19838         * domain-internals.h: add the hashtable here.
19840         * class-internals.h: Remove `info' from MonoMethod
19842         * domain.c: Add a new hashtable, jit_trampoline_hash
19844 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
19846         * object.c: don't set the value of static fields
19847         (fixes bug#72494).
19849 2005-02-11  Martin Baulig  <martin@ximian.com>
19851         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
19852         (mono_debug_add_method): Silently ignore the method if it's too big.
19853         (mono_debug_add_type): Likewise.
19855 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
19857         * threads.c, appdomain.c: remove #ifdefs from the code.
19859 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
19861         * metadata-internals.h: Added flags to MonoAssembly to cache the most
19862         common security informations. This allows us to stay in unmanaged code
19863         when doing LinkDemand and it's special cases (except for the first 
19864         time for initialization). The flags a very much used with --security.
19865         * reflection.c|h: Added code to get declarative security attributes 
19866         for LinkDemand and InheritanceDemand. This required to refactor the
19867         existing code for Demand.
19868         * security-manager.c|h: Added new method fields for the special cases
19869         of LinkDemand.
19871 2005-02-10  Martin Baulig  <martin@ximian.com>
19873         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
19874         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
19876 2005-02-10  Martin Baulig  <martin@ximian.com>
19878         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
19879         debugging code; this is almost a complete rewrite.
19881         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
19883 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
19885         * domain.c, object.h: expose mono_string_equal () and 
19886         mono_string_hash ().
19887         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
19888         it's implemented in managed code.
19890 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
19892         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
19893         lo leak objects between appdomains.
19895 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
19897         * assembly.c: old compilers compilation fix from 
19898         robertj@gmx.net (Robert Jordan).
19900 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
19902         * class-internals.h: Little reminder for the future.
19904         * debug-helpers.c: Fix up wrapper_type_names
19906 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
19908         * image.c, metadata-internals.h: when loading an image from a file,
19909         mmap all of it and use the same codepaths as when using a
19910         in-memory image: the code is simpler and we use less memory
19911         (both writable and readonly).
19913 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
19915         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
19916         API to alloc runtime data structures that need to be tracked by the
19917         GC and contain pointers.
19918         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
19919         make the code more readable and eventually use a different GC.
19921 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
19923         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
19924         for out arguments.
19925         
19926 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
19928         * object.c: In release_type_locks(), don't release the cctor lock
19929         if it has already been released. This fixes a crash in the
19930         thread5 test.
19932 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
19934         * gc.c, marshal.c, icall.c: register a delegate for finalization
19935         only when the native function pointer has been allocated for it.
19937 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
19939         * object.c: cleaned up some code, allocate objects that are
19940         pointer free with the atomic malloc variant. Allocate memory
19941         for static data from the mempool if it's pointer-free.
19942         Allocate the bounds array at the end of the array data, when needed.
19943         * object-internals.h, object.h: move a private function in a private
19944         header.
19945         * class.c: handle missing case in tracking references in fields.
19947 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
19949         * class.c, class-internals.h: keep track if a type has
19950         reference fields in either the instance or static fields.
19952 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
19954         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
19955         and renamed to MonoRuntimeInfo. Added fields to store the expected
19956         framework assembly version. Changed mono_get_framework_version and
19957         mono_get_runtime_version for a single mono_get_runtime_info method.
19958         
19959         * assembly.c: Added method to remap system assembly versions to the
19960         current executing runtime version. Removed old mapping code.
19961         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
19962         
19963         * icall.c, reflection.c: Track api changes.
19965 2005-02-06  Miguel de Icaza  <miguel@novell.com>
19967         * loader.c (method_from_memberref): Improve error reporting,
19968         produce the class name instead of the typeref/typedef index. 
19970 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
19972         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
19974 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
19976         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
19977         stdcall and charset name mangling.  Reorganize the code and add
19978         some tracing stuff.
19980 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
19982         * monodiet.c: More iters!
19984         * marshal.c: Iter usage.
19986         * icall.c: Iter usage.
19988         * object.c: Use iters.
19990         * debug-helpers.c: More iters
19992 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
19994         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
19995         under win32.
19997 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
19999         * mono-debug-debugger.c: use iters
20001         * class.c, class-internals.h: mono_class_setup_events is static
20002         now
20004         * All callers: use iters
20006 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
20008         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
20009         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
20011 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
20013         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
20015         * marshal.h: Add prototypes for ldfld/stfld_remote.
20017         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
20018         this is called during startup.
20019         
20020 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
20022         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
20023         MonoThreadsSync struct private in monitor.c. Changed the way
20024         MonoThreadsSync is allocated so it's faster and there is no
20025         need to keep track of it with a finalizer and it uses less memory.
20026         This also finally allows us to allocate mono objects as ptrfree when
20027         there are no reference fields.
20029 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
20031         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
20032         disappearing link to the GC interface and use them to simplify
20033         the gchandles code.
20035 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
20037         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
20038         stfld_remote which call mono_load/store_field_new. This allows methods
20039         calling ldfld/stfld wrappers to be AOTed.
20041         * console-io.c: Include sys/filio.h under solaris.
20042         
20043         * console-io.c: Include curses.h if needed correctly.
20045 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
20046         
20047         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
20048         method->klass as well.
20050         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
20052         * class.c (mono_class_init): Switch on lazy initialization of 
20053         methods.
20055         * class.c (mono_class_get_finalizer): Handle the case when the 
20056         finalizer is inherited.
20058 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20060         * console-io.c: <curses.h> is needed by term.h on solaris.
20062 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
20064         * icall.c, class-internals.h, monodiet.c, class.c: Remove
20065         mono_class_setup_properties where possible. Remove this ftn from
20066         the header file, and make it static.
20068 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
20070         * loader.c: Add missing setup_... call.
20072         * class.c: Add missing setup_... calls.
20074         * class.c (mono_class_init): Switch on lazy initialization of 
20075         the generic vtable.
20076         
20077         * class.c (mono_class_init): Fix generics broken by the recent changes.
20079         * monodiet.c (handle_type): Add missing setup_... calls.
20081         * class.c: Back out garbage in previous patch.
20082         
20083         * class.c: Add missing setup_... calls.
20085         * class.c (mono_class_get_method_from_name_flags): Avoid calling
20086         mono_class_setup_methods () if possible.
20088         * class-internals.h (MonoClass): Add 'has_cctor' flag.
20090         * class-internals.h (MonoCachedClassInfo): New structure.
20092         * class.c: Initialize properties and events fields of MonoClass lazily.
20094         * class.c: Add infrastructure for lazily initializing the methods and
20095         vtable fields of MonoClass. Not yet used.
20097         * class.c (mono_class_get_finalizer): New helper function.
20099         * class.c: Add infrastructure for loading some class related data from
20100         an AOT file.
20102         * object.c: Add infrastructure for initializing the vtable from data
20103         in the AOT file.
20105         * gc.c (run_finalize): Use mono_class_get_finalizer ().
20107         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
20108         appropriate initialization function before accessing parts of the
20109         MonoClass structure.
20111         * marshal.c: Fix warnings.
20112         
20113         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
20115         * mono-debug-debugger.c (get_exception_message): Use 
20116         mono_class_get_method_from_name_flags ().
20118 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
20120         * reflection.c, appdomain.c: Replace a few manual searches that
20121         Zoltan missed. (Paolo approved this part of my initial patch).
20123 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
20125         * profiler.c: disable recording statistical events at report time.
20127 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
20129         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
20130         to byteswap arrays of enum values, too (bug #72080).
20132 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
20134         * appdomain.c (set_domain_search_path): Allow this to be called if
20135         domain->setup is not yet set.
20137         * loader.c (mono_method_get_index): New helper function.
20139         * loader.c reflection.c: Use mono_method_get_index ().
20141         * class.c (mono_class_get_method_from_name_flags): New helper method.
20143         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
20144         this.
20146         * class.c (mono_class_get_cctor): New helper method.
20148         * string-icalls.c object.c class.c marshal.c reflection.c: Use
20149         mono_class_get_method () to look up methods.
20151 2005-02-01  Miguel de Icaza  <miguel@novell.com>
20153         * console-io.c: Fix the build, this should work on Windows.
20155 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
20157         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
20158         be set to null to keep things valid
20160 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20162         * icall.c: added Console 2.0 icalls.
20163         * Makefile.am: added console-io.[ch]
20164         * console-io.[ch]: internal calls for Console 2.0 API.
20166 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
20168         * class.c: make sure we consider all the interfaces
20169         when calculating max_interface_id (bug found by
20170         Jeroen Frijters running ikvm).
20172 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
20174         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
20175         valuetype fields to null.
20177         * object.c (set_value): Ditto. Fixes #71669.    
20179 2005-01-31  Martin Baulig  <martin@ximian.com>
20181         * metadata.c (mono_metadata_has_generic_params): New public
20182         function; checks whether something is a generic method.
20184 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
20186         * appdomain.c: fix infinite recursion when adding assemblies.
20188 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
20190         * object.c: Fix small typo to return all items for Environment.
20191         GetCommandLineArgs.
20193 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
20195         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
20196         reflection.c: more domain and assembly-unload related fixes
20197         and memory leaks plugs.
20199 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
20201         * 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.
20203 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
20205         * loader.c (mono_method_signature): Make this method lazy
20206         (mono_get_method_from_token): Don't computate the signature here.
20208         Doing this saves quite a bit of memory. I got 90 kb on starting up
20209         monodoc. It should also save some disk reads on startup.
20211         * *: MonoMethod->signature might be NULL now. You *MUST* use
20212         mono_method_signature.
20214 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
20216         * object.c (mono_runtime_get_main_args): Return an array from the
20217         current domain here. Fixes #71938.
20219 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
20221         * monitor.c: formatting changes to comply with the
20222         mono coding style and remove #ifdefs from the code.
20224 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
20226         * metadata.c, private.h: remove some unneeded data
20227         and use a more compact representation for table schemas.
20229 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
20231         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
20232         to get a better distribution in hash tables.
20233         * *.c: use mono_aligned_addr_hash() where appropriate.
20234         * assembly.c: make var static.
20236 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
20238         * domain-internals.h: Put MonoJitInfo on a diet.
20240         * domain.c: Fix a warning.
20242 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
20244         * gc.c: rework the gc handles code to reuse handles
20245         when freed.
20247 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
20249         * domain.c: fixed long standing bug in mono_string_equal() which
20250         was brought to light with the ldstr changes.
20252 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
20254         * reflection.c: Remove warning by adding missing include for marshal.h
20256 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
20258         * domain.c, object.c: change the ldstr_table to hold
20259         MonoString* as keys: makes the runtime isinterned lookup
20260         faster and simplifies memory management.
20262 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
20264         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
20265         possible to add imperative security checks before calling the icall.
20266         * reflection.c: Return security attributes on the original MonoMethod
20267         (and not the wrapped one). This fix permissions on icalls.
20269 2005-01-25  Dick Porter  <dick@ximian.com>
20271         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
20272         the check for mktime() support actually test the mktime() return
20273         value.  "Fixes" bug 71682, though the output is still different to
20274         MS.
20276 2005-01-25  Martin Baulig  <martin@ximian.com>
20278         * class.c (mono_class_is_assignable_from): Make this work for
20279         generic instances.
20281 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
20283         * marshal.c (mono_string_utf8_to_builder)
20284         (mono_string_builder_to_utf16): We might not have ownership of the
20285         string. In thise case, we need to create a new buffer.
20287         * object-internals.h (mono_stringbuilder_capacity): sb->str might
20288         be null, in which case, use the default capacity.
20290 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
20292         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
20293         GC events to the profiler.
20295 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
20297         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
20298         if you don't want the GC to run.
20300 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
20302         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
20303         start providing a GC API and keeping different implementations in
20304         their own file.
20305         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
20307 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
20309         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
20310         mmap rather than allocating a huge buffer.
20311         (mono_debug_close_mono_symbol_file): Free the buffer allocated
20312         above.
20314 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
20316         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
20317         and CheckExecutionRights.
20318         * reflection.c|h: Keep the index of the declarative security to be 
20319         used, instead of the pointer, when AOT compiler is used. Also add 
20320         class initialization when requesting demands.
20321         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
20322         CheckExecutionRights. Both properties are now FALSE by default, and
20323         unmodifiable, unless the --security option is used.
20325 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
20327         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
20328         reflection.c: properly refcount images and assemblies, many leaks fixed.
20330 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20332         * threadpool.c: increase the timeout for threads in the thread pool to
20333         10s.  Fixes bug #67159.
20335 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
20337         * class-internals.h: Sun's compiler insists on explicit
20338         signed on bit fields to handle then correctly.
20340 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
20342         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
20343         Make the size of the array fit only the number of invalid path
20344         chars that we have.
20346         * class.c (_mono_class_get): Improve the error reporting when a
20347         class referenced is not found, to assist debugging. 
20349 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
20351         * threads.c: fix off-by-one error.
20352         * domain.c: free data allocated in the domain.
20354 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
20356         * reflection.c (mono_method_body_get_object): Fill out exception info
20357         as well.
20359         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
20360         structure.
20361         
20362 2005-01-19  Martin Baulig  <martin@ximian.com>
20364         * loader.c (mono_get_method_constrained): Make this work again.
20366 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
20368         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
20369         guint16 to match the managed side.
20371         * reflection.c (mono_reflection_body_get_object): Fill out local
20372         variables array.
20374         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
20375         as well.
20377         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
20378         'local_var_sig_token'.
20380 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
20382         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
20383         System.Drawing.
20385         * reflection.c (mono_method_body_get_object): Handle abstract and
20386         runtime methods.
20388 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
20390         * marshal.c, loader.c, class-internals.h, reflection.c:
20391         store the emthod data for a wrapper in an array instead of a list.
20393 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
20395         * marshal.c: change the code to allocate memory more
20396         conservatively for method wrappers.
20398 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
20400         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
20401         fields from MonoClass to the marshal info structure where they belong.
20403 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
20405         * class.c, object.c, class-internals.h, marshal.c: rearrange
20406         some fields and tweak some types to lower memory usage.
20408 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
20410         * threads.c (signal_thread_state_change): Handle the case when the
20411         target thread is the current thread.
20413         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
20415         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
20416         emit_ptr_to_object_conv. 
20418         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
20419         marshalling. Fixes #71352.
20421 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
20423         * metadata.h, blob.h: move table enum to blob.h so it can be included
20424         in any header.
20425         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
20426         cut the size of MonoImage/MonoDynamicImage.
20428 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
20430         * profiler.c (mono_profiler_install_simple): Fix default arguments.
20432 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
20434         * reflection.c, reflection.h, icall.c: add a function to check
20435         if an attribute type is defined for a metadata object.
20437 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
20439         * object-internals.h: Added some needed fields from StringBuilder class.
20440         * marshal.c: Set the maxCapacity when creating a StringBuilder.
20442 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
20444         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
20445         threads before shutting down the runtime.
20447         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
20449 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
20451         * object-internal.h, threads.c: implement stacksize and 
20452         parameterized thread start functionality (requires
20453         matching corlib). Marked broken code for later removal.
20455 2005-01-12  Martin Baulig  <martin@ximian.com>
20457         * class-internals.h (MonoGenericClass): Moved the `initialized'
20458         flag to MonoDynamicGenericClass, removed `init_pending'.
20459         (MonoGenericInst): Added `is_reference' flag.
20461 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
20463         * reflection.c (mono_image_create_pefile): Only set the pe_offset
20464         inside the MSDOS header. Fixes #71201.
20466         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
20467         gc thread.
20468         (mono_domain_finalize): Ditto.
20470 2005-01-12  Martin Baulig  <martin@ximian.com>
20472         * class.c (mono_get_shared_generic_class): Use the cache for
20473         non-dynamic generic classes.
20475         * class-internals.h (mono_class_create_generic_2): Removed
20476         function prototype, this function is now static inside class.c.
20478         * class.c (mono_class_create_generic_2): Made this static, only
20479         call it from mono_class_init() and mono_class_setup_parent().
20480         (collect_implemented_interfaces_aux): Call mono_class_init() on
20481         the interfaces we collect.
20482         (mono_class_setup_vtable): Call mono_class_init (class->parent).
20484 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
20486         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
20487         it a real thread handle.
20489         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
20490         MonoJitExceptionInfo, since each catch clause needs its own variable.
20491         
20492 2005-01-11  Dick Porter  <dick@ximian.com>
20494         * image.c (mono_pe_file_open): New variant on mono_image_open()
20495         that does not set up the CLI metadata; used for FileVersionInfo so
20496         it can get the data for windows binaries too.
20497         
20498         * process.c (process_read_string_block): Don't read off the end of
20499         the StringTable block.
20501         These both fix bug 70766.
20503 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
20505         * gc.c: set some fields to NULL at GC cleanup time.
20506         * threads.c: if we quit the main thread, call exit ().
20508 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
20510         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
20512 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
20514         * threads.h, threads.c, object.c: added accessor and settor for
20515         main_thread. Handle it specially when exiting from it: wait
20516         for other foreground threads to exit.
20518 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
20520         * process.c, verify.c: remove some bloat.
20522 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
20524         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
20525         the calling convention to cdecl under win32.
20527 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
20529         * object.c (mono_object_get_size): New function to get the size of
20530         an object instance.
20532         * profiler.c (simple_allocation): Use above.
20534 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
20536         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
20537         ves_icall_System_AppDomain_getRootDomain (as it's not required to
20538         get an appdomain by it's id and we can't assume the root's id is 0).
20539         * domain-internals.h: Change the function prototype to match.
20540         * icall.c: Change the icall table for AppDomain.
20542 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
20544         * locales.c (string_invariant_compare_char): Only compute
20545         GUnicodeTypes in the case where we need them.  Test for ordinality
20546         first and return if so.
20548         From the commit:
20550                 /*
20551                  * FIXME: here we must use the information from c1type and c2type
20552                  * to find out the proper collation, even on the InvariantCulture, the
20553                  * sorting is not done by computing the unicode values, but their
20554                  * actual sort order.
20555                  */
20557 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
20559         * loader.c: for P/Invoke methods, allow the "Internal" shared
20560         library name to refer to the calling process symbol namespace.
20562 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
20564         * Makefile.am: Add the security manager to the build.
20565         * security-manager.c|h: New. Initialization of the security manager.
20567 2005-01-07  Dick Porter  <dick@ximian.com>
20569         * threads.c: 
20570         * monitor.c: Update thread state during Monitor and WaitHandle
20571         waits.  Fixes bug 71031.
20573 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
20575         * reflection.c (property_encode_signature): Correctly handle when the
20576         property has no methods.
20578 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
20580         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
20581         
20582         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
20583         fields from mb, not rmb. Fixes #71017.
20585         * marshal.c (emit_ptr_to_str_conv): Add support for 
20586         ByValTStr -> string conversion. Fixes #71015.
20588         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
20590         * mempool.c (mono_mempool_contains_addr): New helper function.
20592 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
20594         * metadata.c (mono_metadata_compute_size): Fix size calculation of
20595         HasSematics encoded fields.
20596         
20597         * metadata.c (mono_type_to_unmanaged): Improve error message for 
20598         invalid string marshalling.
20600         * metadata.c: Fix warnings.
20601         
20602 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
20604         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
20605         profiler support.
20607 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
20609         * domain.c object.c domain-internals.h: Revert part of r38077 since the
20610         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
20611         tests.
20613 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
20615         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
20616         so methods containing these can be AOTed.
20618 2005-01-03  Martin Baulig  <martin@ximian.com>
20620         * loader.c (find_method): Removed the hack for generic instances.
20621         (method_from_memberref): If our parent is a generic instance, pass
20622         its generic type definition to find_method() and then inflate the
20623         method.
20624         (mono_get_method_constrained): Pass the generic type definition to
20625         find_method() and inflate the method later.
20627         * class-internals.h (MonoStats): Added `generic_class_count'.
20629         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
20630         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
20632         * reflection.c (mono_custom_attrs_from_params): Don't ignore
20633         generic type definitions.
20635 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
20637         * loader.c icall.c: Fix warnings.
20639 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
20641         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
20642         blittable types. Fixes #70864.
20644 2004-12-29  Martin Baulig  <martin@ximian.com>
20646         * icall.c
20647         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
20649         * reflection.c (mono_method_get_object): Create a
20650         "System.Reflection.MonoGenericMethod" for inflated methods; don't
20651         call mono_get_inflated_method().
20653         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
20655 2004-12-27  Martin Baulig  <martin@ximian.com>
20657         * class-internals.h (MonoMethod): Added `is_inflated' flag.
20658         (MonoMethodInflated): Added `inflated' field.
20660         * class.c (mono_class_inflate_generic_method): Don't really
20661         inflate the method here; just set the `is_inflated' flag in the
20662         MonoMethod.
20663         (mono_class_get_inflated_method): Actually inflate the method here
20664         if it's not already inflated; we use the MonoMethodInflated's new
20665         `inflated' field as a cache.
20667 2004-12-26  Martin Baulig  <martin@ximian.com>
20669         * class.c
20670         (inflate_generic_class): Moved some code out of inflate_generic_type().
20671         (mono_class_inflate_generic_method): If we're already inflated,
20672         inflate the context and use the declaring method; ie. make sure
20673         the declaring method of an inflated method is always the generic
20674         method definition.
20675         (mono_class_create_from_typedef): Create
20676         `class->generic_container->context->gclass'.
20678 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
20680         * metadata-internals.h, marshal.c, reflection.c: More
20681         MonoGHashTable->GHashTable.
20683         * domain-internals.h, class.c: Change MonoGHashTable's into
20684         GHashTables for some cases where no gc stuff is used
20686         All users: update apis
20688 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
20690         * metadata.c (builtin_types): Make this `const'. Makes this get
20691         put into the shareable section.
20692         (mono_metadata_init): Casts to make gcc happy.
20694 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
20696         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
20698 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
20700         * icall.c: Added an internal call to retrieve the position and length
20701         of assembly-level declarative security attributes (RequestMinimum, 
20702         RequestOptional and RequestRefuse). This is used by the Assembly class
20703         to re-create the corresponding permission sets.
20705 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
20707         * marshal.c: fix the stelemref wrapper to be type correct
20708         (and faster).
20710 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
20712         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
20713         to do key & 0x7fffffff. Hashtable already does this. It just
20714         results in longer code.
20716 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
20718         * appdomain.c: Bump corlib version.
20719         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
20720         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
20721         * reflection.c|h: Add functions to get declarative security infos
20722         (blob position and length) for assemblies, classes and methods.
20724 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
20726         * reflection.c: sort the constant table (bug #70693).
20728 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
20730         * object-internals.h, threads.c, domain.c: add accessors for
20731         the MonoThread and MonoDomain tls keys.
20733 2004-12-18  Martin Baulig  <martin@ximian.com>
20735         * class.c (inflate_generic_type): If we're inflating a generic
20736         instance, set `ngclass->context->container = context->container';
20737         ie. the container we inflated into.
20739         * metadata.c (mono_metadata_parse_generic_param): Reflect above
20740         inflate_generic_type() changes.
20742 2004-12-17  Martin Baulig  <martin@ximian.com>
20744         * class-internals.h
20745         (MonoGenericClass): Replaced `MonoType *generic_type' with
20746         `MonoClass *generic_class'.  Removed `dynamic_info'; if
20747         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
20748         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
20750 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
20752         * exception.c (mono_exception_from_token): New helper function.
20754 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
20756         * assembly.c (mono_assembly_load_with_partial_name): Call 
20757         mono_assembly_loaded before invoking the preload hooks. Fixes
20758         #70564.
20760         * object-internals.h (MonoThread): Change culture_info and 
20761         ui_culture_info into an array.
20763         * threads.c: Cache culture info objects from more than one appdomain.
20765         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
20766         current UI culture.
20768 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
20770         * threads.h threads.c appdomain.c: Clear the culture_info field of
20771         all threads during unloading if they point to an object in the dying
20772         appdomain.
20774 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
20776         * culture-info.h (TextInfoEntry): New struct
20777         * object-internals.h: sync with managed
20778         * locales.c: fill the `text_info_data' field
20779         * culture-info-tables.h: update
20781 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
20783         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
20784         collector.
20786 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
20788         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
20789         (ves_icall_ModuleBuilder_getMethodToken): Ditto
20791 2004-12-12  Martin Baulig  <martin@ximian.com>
20793         * mono-debug-debugger.c (write_type): If we're an enum and the
20794         builtin types have already been initialized, call mono_class_init().
20796 2004-12-11  Martin Baulig  <martin@ximian.com>
20798         * metadata.c (mono_metadata_load_generic_params): Added
20799         `MonoGenericContainer *parent_container' argument; automatically
20800         compute `container->is_method'; pass the correct owner to
20801         get_constraints().      
20803         * reflection.c (compare_genericparam): Sort the GenericParam table
20804         according to increasing owners. 
20806 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
20808         * profiler.c: allow disabling the default profiler.
20810 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
20812         * decimal.c, icall.c: allow disabling System.Decimal support.
20814 2004-12-09  Marek Safar <marek.safar@seznam.cz>
20816         * reflection.c: Add support for null attribute arguments.
20818 2004-12-09  Martin Baulig  <martin@ximian.com>
20820         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
20821         names to get rid of compiler warnings.
20823 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
20825         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
20826         mono_marshal_load_type_info (). Fixes #69625.
20827         (mono_marshal_get_ptr_to_struct): Likewise.
20829 2004-12-08  Martin Baulig  <martin@ximian.com>
20831         * mono-debug.h: Bumped version number to 47.
20833         * mono-debug-debugger.c
20834         (mono_debugger_event_handler, mono_debugger_event): Take two
20835         guint64 arguments insteed of a gpointer and a guint32.  
20837 2004-12-08  Martin Baulig  <martin@ximian.com>
20839         * debug-mono-symfile.h
20840         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
20841         `address' to `native_offset'.
20843 2004-12-08  Martin Baulig  <martin@ximian.com>
20845         * class.c (mono_class_create_from_typespec): Only inflate if we
20846         either have `context->gclass' or `context->gmethod'.
20848 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
20850         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
20852         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
20854         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
20856         * reflection.c (mono_assembly_get_object): Remove the workaround put
20857         in for the release.
20858         
20859         * appdomain.c: Use the corlib_internal field from MonoAssembly.
20861         * appdomain.c: Bump corlib version.
20863         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
20864         be visible in other appdomains.
20866 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
20868         * threads.c: Interlocked inc and dec for longs were messed up,
20869         use a KISS based impl for this. Fixes 70234
20871 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
20873         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
20875 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
20877         * icall.c: fix to follow policy not to allow struct
20878         arguments in icalls.
20880 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20882         * process.c: make the patch that handles spaces in file paths work
20883         on mono/windows too.
20885 2004-12-06  Martin Baulig  <martin@ximian.com>
20887         * class.c (mono_class_create_generic): Call
20888         mono_class_setup_supertypes() if we're dynamic.
20889         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
20891 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
20893         * object-internals.h: Add new fields to MonoThread.
20895         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
20897         * icall.c threads-types.h threads.c: Add new icalls.
20899         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
20901         * object-internals.h (MonoReflectionAssembly): Sync object layout with
20902         managed side.
20904         * appdomain.c: Bump corlib version.
20906         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
20907         internal assemblies. Fixes #69181.
20909 2004-12-05  Martin Baulig  <martin@ximian.com>
20911         * class.c (mono_class_inflate_generic_signature): Make this a
20912         no-op if `context' is NULL or we don't have any type parameters;
20913         also copy `sentinelpos'.        
20915 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
20917         * image.c: Add unbox_wrapper_cache.
20919         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
20921         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
20922         function generator.
20923         
20924         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
20925         Fixes #70173.
20927         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
20928         
20929 2004-12-04  Martin Baulig  <martin@ximian.com>
20931         * loader.c (mono_method_get_signature_full): New public function;
20932         like mono_method_get_signature(), but with an additional
20933         `MonoGenericContext *' argument.
20935         * class.c (mono_class_inflate_generic_signature): Formerly known
20936         as inflate_generic_signature(); make this public.
20938 2004-12-04  Martin Baulig  <martin@ximian.com>
20940         * metadata.c
20941         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
20942         instead of a `MonoGenericContainer *'.  
20943         (mono_metadata_parse_array_full): Likewise.
20944         (mono_metadata_parse_signature_full): Likewise.
20945         (mono_metadata_parse_method_signature_full): Likewise.
20946         (mono_metadata_parse_generic_inst): Likewise.
20947         (mono_metadata_parse_generic_param): Likewise.
20948         (mono_metadata_parse_mh_full): Likewise.
20949         (mono_type_create_from_typespec_full): Likewise.
20951 2004-12-03  Martin Baulig  <martin@ximian.com>
20953         * class-internals.h (MonoGenericContainer): Replaced the
20954         `MonoGenericContext * pointer with a `MonoGenericContext'
20955         structure and made it the first element.
20957 2004-12-03  Martin Baulig  <martin@ximian.com>
20959         * class.c
20960         (inflate_generic_type): Set the `context->container' when creating
20961         a new MonoGenericContext.
20962         (mono_class_inflate_generic_method): Likewise.
20963         (mono_class_create_from_typespec): Just use `context->container'
20964         to get the container.
20966         * loader.c (method_from_methodspec): Set `context->parent' from
20967         `context->container' - and if that's a method container, use its
20968         parent.  Also set the `context->container' when creating a new
20969         MonoGenericContext.
20970         (mono_get_method_from_token): Use just `context->container' to get
20971         the container.
20973         * metadata.c (do_mono_metadata_parse_generic_class): Also set
20974         `gclass->context->container'.
20976         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
20977         the `context->container' when creating a new MonoGenericContext.
20979 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
20981         * reflection.c (compare_genericparam): Sort params with identical
20982         owner by their number. Fixes gen-111 on sparc.
20984 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
20986         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
20987         around the domain changes.
20989         * appdomain.c (mono_domain_unload): Handle the case when the thread
20990         calling Unload is itself being aborted during unloading. Fixes #70022.
20992         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
20994         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
20995         checkpoint_func as an icall so it gets a wrapper.
20996         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
20997         in the cross-appdomain wrappers too.
20999         * threads.c (mono_thread_has_appdomain_ref): Make this public.
21001         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
21003         * reflection.c: Fix some memory leaks.
21004         
21005 2004-12-02  Martin Baulig  <martin@ximian.com>
21007         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
21009         * metadata.c (generic_class_cache): New static hashtable.
21010         (mono_metadata_lookup_generic_class): New public method.
21012 2004-12-02  Martin Baulig  <martin@ximian.com>
21014         * class.c (mono_class_create_from_typedef): Call
21015         mono_class_setup_parent() and mono_class_create_mono_type() before
21016         parsing the interfaces.
21018 2004-12-02  Martin Baulig  <martin@ximian.com>
21020         * metadata.c (generic_inst_cache): New static hashtable.
21021         (mono_metadata_lookup_generic_inst): New public function.
21022         (mono_metadata_inflate_generic_inst): New public function.
21023         (mono_metadata_parse_generic_inst): New public function.
21024         (do_mono_metadata_parse_generic_class): Use the new
21025         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
21026         since this'll also use the cache.
21028         * reflection.c (mono_reflection_bind_generic_method_parameters):
21029         Use mono_metadata_lookup_generic_inst() to use the new cache.
21031         * class.c (inflate_mono_type): Use
21032         mono_metadata_inflate_generic_inst() to inflate a generic
21033         instance; this'll also use the new cache.
21035         * loader.c (method_from_methodspec): Use
21036         mono_metadata_parse_generic_inst() and
21037         mono_metadata_inflate_generic_inst() rather than parsing it
21038         manually, so we can use the new cache.
21040 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
21042         * threads.c (wait_for_tids): Do not incorrectly free threads when 
21043         the wait times out.
21045 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
21047         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
21048         iter->args based on whether parameters are passed in registers (i.e.
21049         MONO_ARCH_REGPARMS is defined)
21051 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
21053         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
21054         the exception message. Fixes #70070.
21055         (method_from_methodspec): Fix warnings.
21057 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21059         * process.c: (complete_path) return the path quoted
21061 2004-12-01  Martin Baulig  <martin@ximian.com>
21063         * class-internals.h (MonoGenericInst): New structure.
21064         (MonoGenericClass): Replaced `type_argc', `type_argv' and
21065         `is_open' with `MonoGenericInst *inst'.
21066         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
21067         `is_open' with `MonoGenericInst *inst'.
21069 2004-11-30  Martin Baulig  <martin@ximian.com>
21071         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
21073         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
21074         to `generic_class_cache'.
21076         * metadata.c
21077         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
21078         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
21079         (mono_generic_inst_is_valuetype): Renamed to
21080         mono_generic_class_is_valuetype().
21082         * class-internals.h
21083         (MonoGenericInst): Renamed to MonoGenericClass.
21084         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
21085         (MonoClass): Renamed `generic_inst' to `generic_class'.
21086         (MonoGenericContext): Renamed `ginst' to `gclass'.
21088         * object-internals.h
21089         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
21091         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
21092         mono_reflection_generic_class_initialize().
21094         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
21095         now known as "System.Reflection.MonoGenericClass".
21096         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
21098 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
21100         * class-internals.h: Added a flag field to MonoClass to cache the
21101         declarative security attributes actions associated with the class.
21102         * domain-internals.h: Added booleans to MonoJitInfo to cache the
21103         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
21104         applicable to the JITted method.
21105         * reflection.c|h: Added functions to extract (as flags) which security
21106         actions are available (declaratively) for a method, class or assembly.
21107         * metadata.c|h: Added functions to search the declarative security
21108         table in the metadata.
21109         
21110 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
21112         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
21113         EXPORTEDTYPES are already in the class name cache, so there is no
21114         need to add extra code here to look at them. Just removes a bit of
21115         cruft.
21117         (ves_icall_System_Environment_get_TickCount): No need for #if
21118         WINDOWS. We already have the code in io-layer.
21120 2004-11-28  Martin Baulig  <martin@ximian.com>
21122         * loader.c
21123         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
21124         Fixes gen-112.cs.
21126 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
21128         * assembly.c (do_mono_assembly_open): Instead of having a
21129         conditional WITH_BUNDLE, incorporate support for bundles here, by
21130         having a global `bundles' variable holding a pointer to the actual
21131         bundles. 
21133         (mono_register_bundled_assemblies): New API call used by the
21134         bundle code. 
21136         See mkbundle.1 for details.
21137         
21138 2004-11-27  Martin Baulig  <martin@ximian.com>
21140         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
21141         the vtable for generic methods.
21143 2004-11-26  Martin Baulig  <martin@ximian.com>
21145         * metadata.c
21146         (mono_metadata_generic_method_hash): New public function.
21147         (mono_metadata_generic_method_equal): Likewise.
21149         * class-internals.h
21150         (MonoGenericContainer): Added `GHashTable *method_hash'.
21152         * reflection.c (ReflectionMethodBuilder): Added
21153         `MonoGenericContainer *generic_container'.
21154         (reflection_methodbuilder_to_mono_method): Don't create a new
21155         MonoGenericContainer each time we're called.
21156         (mono_reflection_bind_generic_method_parameters): Use
21157         `container->method_hash' to cache the results so we don't create a
21158         different method if we're called several times with the same
21159         arguments.
21161         * loader.c (method_from_methodspec): Use the new
21162         `container->method_hash' here, too.
21164 2004-11-26  Martin Baulig  <martin@ximian.com>
21166         * class.c (inflate_generic_signature): Correctly compute
21167         `res->has_type_parameters'.
21168         (mono_class_vtable): Use the `has_type_parameters' flag to
21169         determine whether we're a generic method.
21171         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
21173 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
21175         * object.c (mono_runtime_run_main): Fix a small memory leak.
21177 2004-11-25  Martin Baulig  <martin@ximian.com>
21179         * class.c (set_generic_param_owner): Fixed the loop.
21181 2004-11-25  Martin Baulig  <martin@ximian.com>
21183         * object.c (mono_class_vtable): Don't create any JIT wrappers for
21184         generic methods.
21186 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
21188         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
21189         names. Fixes #69787.
21191 2004-11-24  Martin Baulig  <martin@ximian.com>
21193         * class.c (mono_class_create_generic_2): If we don't have a
21194         `ginst->parent', inflate `gklass->parent' to get our parent.
21196 2004-11-24  Martin Baulig  <martin@ximian.com>
21198         * reflection.c (compare_genericparam): Correctly sort the
21199         GenericParam table; fixes #69779.
21201 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
21203         * reflection.c: When writing a PE file, don't create a huge
21204         buffer in memory. Just write the arrays we have to the file.
21205         This reduces memory usage.
21207         * metadata-internals.h: MonoDynamicStream pefile is no longer used
21208         globally.
21210 2004-11-17  Martin Baulig  <martin@ximian.com>
21212         * class.c (mono_class_init): Don't setup `class->parent' for
21213         dynamic instances; moved this to mono_class_generic_2().
21214         (mono_class_create_generic): Also set `klass->inited' for dynamic
21215         generic instances.
21216         (mono_class_create_generic_2): Don't do anything for dynamic
21217         generic instances.  Set `klass->parent' here and also call
21218         mono_class_setup_parent() here. 
21220         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
21221         `MonoType *parent' argument; set `ginst->parent' before calling
21222         mono_class_create_generic_2(), so we set the correct parent.
21224 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
21226         * reflection.c: allow getting attributes from ModuleBuilder
21227         (used by ikvm).
21229 2004-11-17  Martin Baulig  <martin@ximian.com>
21231         * class.c (mono_class_create_from_typedef): If a type parameter is
21232         inherited from an outer class, set its owner to that class.
21234 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
21236         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
21237           for (int*) written size. This fixes bug #69592.
21239 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
21241         * icall.c: Added IsAuthenticodePresnet internal call.
21242         * image.c|h: New function that check a MonoImage for an Authenticode
21243         signature in the certificate PE data directory.
21244         * security.c|h: New internal call to ask the runtime if an 
21245         Authenticode signature seems referenced in the PE header.
21247 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
21249         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
21251         * reflection.c (mono_image_create_pefile): Free the assembly streams
21252         after writing out the assembly file.
21254         * object.c (mono_runtime_run_main): Fix small memory leak.
21256         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
21257         property access modifiers. Fixes #69389.
21259 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
21261         * domain.c, object.c, object-internals.h, domain-internals.h,
21262         object.h, marshal.c: keep dynamic code info per domain.
21264 2004-11-15  Martin Baulig  <martin@ximian.com>
21266         * class.c (mono_type_get_name_recurse): Put type arguments in
21267         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
21268         see bug #68387.
21270 2004-11-15  Martin Baulig  <martin@ximian.com>
21272         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
21273         (mono_class_setup_vtable): When computing `the_cname' for a
21274         generic instance, don't include the namespace since we'd otherwise
21275         add it twice.
21277 2004-11-15  Martin Baulig  <martin@ximian.com>
21279         * class.c (mono_class_create_generic): Changed return type to void.
21280         (mono_class_create_generic_2): New public function; setup
21281         `class->method', `class->field' and `class->interfaces' here
21282         instead of in mono_class_init().
21284         * class.h (mono_class_create_generic): Moved to class-internals.h.
21286 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
21288         * reflection.c (mono_image_create_pefile): take a file HANDLE.
21289         rather than writing to memory, write to this file. Right now,
21290         we are just writting into a buffer, and copying that. However
21291         we can avoid the buffer later.
21293         (mono_dynamic_stream_reset): new function
21295         * icall.c, object-internals.h: update for the above.
21297 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
21299         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
21300         have been using gc'd memory. First it is slower, unlikely
21301         the comment in the source code said, secondly, it increases
21302         our footprint to do it in the gc.
21304         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
21305         the method so that it does not have to copy to managed code.
21307 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
21309         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
21311 2004-11-12  Martin Baulig  <martin@localhost>
21313         * reflection.c (mono_image_create_token): Allow generic method
21314         definitions here, since they may appear in an `.override'; see
21315         gen-98/gen-99 for an example.
21317 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
21319         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
21320         #69365.
21322         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
21323         descriptive.
21325 2004-11-11  Martin Baulig  <martin@ximian.com>
21327         * class.c (mono_class_setup_vtable): In an explicit interface
21328         implementation, the method name now includes the arity.
21330 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
21332         * object.c (mono_array_full_copy): Fix warning.
21334 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
21336         * appdomain.c: Removed look_for_method_by_name(). Use the new method
21337         mono_class_get_method_from_name() instead.
21338         
21339         * class-internals.h: Added two new types of wrappers. 
21340         Added MonoRemotingTarget enum. Added new trampoline function type, which
21341         takes an additional MonoRemotingTarget value as parameter, so it is
21342         possible to request a trampoline for a specific target.
21343         
21344         * class.c: Added new mono_class_get_method_from_name() method.
21345         
21346         * class.h: In MonoRemoteClass, we can have now to vtables, one for
21347         general remoting sinks and one specific for cross domain calls.
21348         
21349         * debug-helpers.c: Added new wrapper names.
21350         
21351         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
21352         of a remote class.
21353         
21354         * image.c: Porperly delete value objects form the remoting invoke hashtable.
21355         
21356         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
21357         with several other methods (mono_marshal_get_xappdomain_dispatch,
21358         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
21359         and others) can generate a fast remoting wrapper for cross domain calls.
21360         More information can be found in docs/remoting.
21361         Other changes: Removed mono_find_method_by_name, and used
21362         mono_class_get_method_from_name instead.
21363         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
21364         is stored in the remoting invoke hashtable.
21365         
21366         * marshal.h: published the new method for getting the xdomain wrapper,
21367         and also added a method for getting the adequate wrapper for a given
21368         method and target.
21369         
21370         * object-internals.h, object.c: Added a couple of methods for capying and
21371         cloning arrays.
21372         Modified mono_install_remoting_trampoline, which takes the new remoting
21373         trampoline that has a remoting target as parameter.
21374         mono_class_proxy_vtable now also takes a remoting target as parameter, and
21375         will return the most suitable vtable for the target.
21376         Added mono_remote_class_vtable, which returns the vtable of a remote class
21377         (which can be the normal remoting vtable or the xdomain vtable).
21378         
21379         * threads.c: the xdomain invoke and dispatch wrappers must also be
21380         protected against interruptions.
21382 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21384         * icall.c: use memmove in BlockCopyInternal when the source and
21385         destination arrays are the same.
21387 2004-11-09  Martin Baulig  <martin@ximian.com>
21389         * class-internals.h (MonoGenericContainer): Removed `method' and
21390         `signature', replaced them with `is_method' and `is_signature'
21391         flags.  Added `context'.
21393         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
21394         instead of a `MonoGenericContainer *'.
21396         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
21397         for dynamic type parameters.
21398         (mono_metadata_load_generic_params): Setup `container->context'.
21400         * reflection.c (mono_reflection_setup_generic_class): Setup
21401         `tb->generic_container->context'.
21402         (do_mono_reflection_bind_generic_parameters): Use
21403         mono_class_inflate_generic_type() to correctly inflate types,
21404         rather than using our own hack just for MONO_TYPE_VAR.
21406 2004-11-09  Martin Baulig  <martin@ximian.com>
21408         * class.c (mono_class_inflate_generic_method): Small fix; don't
21409         crash here.
21411         * icall.c
21412         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
21413         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
21414         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
21415         (ves_icall_Type_BindGenericParameters): Likewise.
21416         (ves_icall_Type_get_IsGenericInstance): Likewise.
21417         (ves_icall_Type_GetGenericParameterPosition): Likewise.
21418         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
21419         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
21420         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
21422 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
21424         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
21425         assembly versions and public key tokens. Fixes #69113.
21427 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
21429         * metadata.c: fix bug introduced with the type cache changes
21430         on 2004-11-06.
21432 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
21434         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
21435         the MonoClass pointer instead of the token in exception clauses.
21436         * reflection.c: updates for the above and make the code not depend
21437         on the structure of MonoExceptionClause.
21439 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
21441         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
21442         Add support for dynamic assemblies. Fixes #69114.
21444         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
21446 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
21448         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
21449         since most only those methods use it. the code member of
21450         MonoMethodPInvoke was dead, so that can be removed too. Also,
21451         remove inline_count (again, not used), and move slot so that it
21452         can share bits with some other flags. This saves 8 bytes in the
21453         structure and gives us about 50 kb back for mcs helloworld.cs
21455         * *.[ch]: Do naming changes for the above.
21457         * loader.c (mono_method_get_header): Lazily init the header
21458         on first access.
21459         (mono_get_method_from_token): don't init the header here
21460         (mono_free_method): the header may never be allocated
21462         Overall, this saves 150 kb of unmanaged allocations
21463         for mcs helloworld.cs. That accounts for 10% of the unmanaged
21464         memory at runtime.
21465         
21466         * loader.c, loader.h (mono_method_get_header): new accessor.
21468         * *.[ch]: use the above method. Prepares us to lazily load
21469         the header.
21471         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
21472         three warnings, which are actual bugs (see 69206).
21474         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
21475         unused. Saves a cool 4 bytes / method.
21477 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
21479         * metadata.c (builtin_types): Add types for System.Object here.
21480         (mono_metadata_parse_type_full): Cache MonoType*'s that are
21481         for a class or valuetype from klass->this_arg or klass->byval_arg.
21483         On mcs for a hello world, this gets us down from 21836 MonoType's
21484         to 14560.
21486         (mono_metadata_free_type): Account for the above change.
21488 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
21490         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
21491         exception instead of asserting if name is null.
21492         (ves_icall_System_AppDomain_GetData): Ditto.
21494 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
21496         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
21497         EnumBuilder.
21499         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
21500         Return NULL when the domain does not have entry_assembly set.
21502         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
21503         Add a 'resource_modules' argument.
21504         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
21506         * reflection.c (mono_reflection_create_runtime_class): Move setting
21507         of wastypebuilder here, so mono_get_type_object () returns a MonoType
21508         for enums too.
21510         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
21511         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
21512         Throw an ArgumentNullException if 'ptr' is null.
21514         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
21515         assemblies here. Fixes #69020.
21517 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
21519         * reflection.c (build_compressed_metadata): Fix the previous patch for
21520         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
21521         the stack.
21523 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
21525         * assembly.c (mono_assembly_names_equal): Allow a match if one of
21526         the cultures is false. Fixes #69090.
21528         * reflection.c (build_compressed_metadata): Fix invalid memory read 
21529         detected by valgrind.
21530         
21531         * reflection.c (mono_reflection_get_type): Avoid triggering a 
21532         TypeResolve multiple times for the same type. Fixes #65577.
21534 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
21536         * marshal.c: Avoid using ldftn to call managed functions. It is
21537         much slower than just a call.
21539         * reflection.c (mono_module_get_object): free the basename we
21540         allocate here from glib.
21541         
21542         * reflection.c (ensure_runtime_vtable): make sure to free
21543         overrides.  Also, we were allocating an array of MonoMethod not an
21544         array of MonoMethod*.
21546         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
21548         * image.c (mono_image_close): free image->guid here.
21550 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
21552         * reflection.c: Fix some spec conformance issues with the PE file
21553         structures so mcs compiled apps run on the Net 2.0 beta.
21555 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
21557         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
21558         Implement this. Fixes #67264.
21560         * debug-helpers.h debug-helpers.c marshal.c: Move 
21561         mono_find_method_by_name to debug-helpers.c.
21563 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
21565         * object.c (mono_release_type_locks): type_initialization_hash is
21566         a GHashTable.
21568         * reflection.c object.c object-internals.h: Fix warnings.
21570         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
21571         without accessors. Fixes #61561.
21573         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
21574         application base from the root domain if not set. Fixes #65641.
21575         (mono_runtime_init): Fix warning.
21577 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21579         * appdomain.c: call mono_thread_pool_init.
21580         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
21581         of worker threads based on the number of CPUs and the environment
21582         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
21583         for non-windows (windows) systems.
21585 2004-10-27  Chris Toshok  <toshok@ximian.com>
21587         * mono-debug-debugger.c (write_class): don't call mono_class_init
21588         here, as even with the check for (!klass->init_pending), we get
21589         into a situation where we're hitting cycles in class
21590         initialization.  Fixes #68816.
21592 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
21594         * image.c: Avoid overwriting values in the loaded_images_hash when an
21595         assembly is loaded multiple times. Fixes #61152.
21597         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
21598         so multiple satellite assemblies for the same name can be loaded.
21599         Fixes #68259.
21601         * mono_domain_assembly_preload: Actually return the loaded assembly, 
21602         not NULL.
21604         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
21605         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
21607         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
21608         pending finalizers are not invoked after the appdomain has been 
21609         unloaded. Fixes #67862.
21611 2004-10-22  Martin Baulig  <martin@ximian.com>
21613         * mono-debug-debugger.c
21614         (mono_debugger_runtime_invoke): Don't box valuetypes.
21616 2004-10-22  Chris Toshok  <toshok@ximian.com>
21618         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
21619         don't hide private methods.
21621 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
21623         * icall.c: Allows the runtime to "share" (when known) the public key
21624         token of an assembly. This avoid the need to recalculate the token 
21625         (from the public key) in managed code.
21627 2004-10-21  Chris Toshok  <toshok@ximian.com>
21629         * debug-helpers.c (append_class_name): argh, revert last patch.
21630         
21631 2004-10-21  Chris Toshok  <toshok@ximian.com>
21633         * debug-helpers.c (append_class_name): use '+' as the delimiter,
21634         not '/', so that it matches what the debugger uses to look up
21635         methods.
21637 2004-10-21  Martin Baulig  <martin@ximian.com>
21639         * mono-debug-debugger.c (mono_debugger_throw_exception): New
21640         public method; this is called each time an exception is thrown and
21641         allows the debugger to use exception catch points.
21643 2004-10-21  Martin Baulig  <martin@ximian.com>
21645         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
21646         the stack pointer and the exception object in some struct and pass
21647         that to the debugger.
21649 2004-10-21  Chris Toshok  <toshok@ximian.com>
21651         * mono-debug-debugger.c (do_write_class): add instance/static
21652         event support.  We don't expose "raise" or "other" yet.
21653         (event_is_static): new method.
21655 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
21657         * mono-debug-debugger.c
21658         (mono_debugger_handle_exception): Remove
21659         bogus return value for fussy compilers.
21661 2004-10-20  Martin Baulig  <martin@ximian.com>
21663         * mono-debug-debugger.c
21664         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
21665         (mono_debugger_handled_exception): Likewise.
21667 2004-10-20  Martin Baulig  <martin@ximian.com>
21669         * mono-debug-debugger.h (MonoDebuggerEvent): Added
21670         MONO_DEBUGGER_EVENT_EXCEPTION.
21672         * mono-debug-debugger.c (mono_debugger_handle_exception): New
21673         public function to send the debugger a notification for an
21674         exception and inform it about a catch/finally clause.
21676 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
21678         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
21679         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
21680         fix 2.95 build. 
21682         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
21684 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
21686         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
21687         marshalled as [In,Out]. Fixes #58325.
21689 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
21691         * reflection.c (mono_method_body_get_object): Implement some fields.
21693 2004-10-12  Martin Baulig  <martin@ximian.com>
21695         * reflection.c (mono_reflection_bind_generic_parameters): Small
21696         fix, correctly retrieve our parent from a generic instance.
21698 2004-10-12  Martin Baulig  <martin@ximian.com>
21700         * metadata.c (mono_metadata_generic_param_equal): We always have
21701         an owner.
21703         * class.c
21704         (mono_class_from_generic_parameter): We need to have an owner.
21705         (my_mono_class_from_generic_parameter): Likewise.
21707         * reflection.c (mono_reflection_setup_generic_class): Renamed to
21708         mono_reflection_create_generic_class() and added a new
21709         mono_reflection_setup_generic_class().  
21710         (mono_reflection_initialize_generic_param): If we're a nested
21711         generic type and inherited from the containing class, set our
21712         owner to the outer class.
21714 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
21716         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
21718         * reflection.c (mono_method_body_get_object): New function to create
21719         a MethodBody object.
21721         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
21723 2004-10-11  Martin Baulig  <martin@ximian.com>
21725         * metadata.c (_mono_metadata_type_equal): Renamed to
21726         do_mono_metadata_type_equal() and made static.
21728 2004-10-11  Martin Baulig  <martin@ximian.com>
21730         * appdomain.c: Bump corlib version number to 28.
21732 2004-10-10  Martin Baulig  <martin@ximian.com>
21734         * class-internals.h
21735         (MonoGenericInst): Added `MonoGenericContainer *container'.
21736         (MonoGenericMethod): Likewise.
21737         (MonoGenericContext): Likewise.
21738         (MonoGenericParam): Added `MonoGenericContainer *owner'.
21740         * metadata.c
21741         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
21742         (do_mono_metadata_parse_generic_inst): Likewise.
21743         (mono_metadata_parse_type_full): New public method.  This is the actual
21744         mono_metadata_parse_type() implementation - with an additional
21745         `MonoGenericContainer *' argument.
21746         (mono_metadata_parse_array_full): Likewise.
21747         (mono_metadata_parse_signature_full): Likewise.
21748         (mono_metadata_parse_method_signature_full): Likewise.
21749         (mono_metadata_parse_mh_full): Likewise.
21750         (mono_type_create_from_typespec): Likewise.
21751         (mono_metadata_interfaces_from_typedef_full): New public method;
21752         this is similar to the other _full() methods, but we take a
21753         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
21754         (mono_metadata_parse_generic_param): Take an additional
21755         `MonoGenericContainer *' argument and lookup the MonoGenericParam
21756         from that container.
21757         (mono_metadata_generic_param_equal): New static method to compare
21758         two type parameters.
21759         (_mono_metadata_type_equal): New static method; takes an
21760         additional `gboolean signature_only' argument - if true, we don't
21761         compare the owners of generic parameters.
21762         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
21763         with a TRUE argument - do a signature-only comparision.
21765         * loader.c: Use the new _full() methods and pass the
21766         MonoGenericContainer to them.
21768         * object-internals.h (MonoReflectionTypeBuilder): Added
21769         `MonoGenericContainer *generic_container' field.
21770         (MonoReflectionMethodBuilder): Likewise.
21772 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
21774         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
21775         case initial images of dynamic assemblies.
21777         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
21779         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
21781         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
21782         length of event->other array.
21783         (typebuilder_setup_events): Ditto.
21785         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
21786         'assembly_by_name' and add an 'assemblies' list.
21788         * assembly.h assembly.c: Add a new search hook for determining whenever
21789         an assembly is already loaded. Use this instead of searching in the
21790         loaded_assemblies list.
21792         * domain.c appdomain.c: Implement the new search hook so loaded 
21793         assemblies are now scoped by appdomain. Fixes #67727.
21795 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
21797         * threads.c (mono_thread_attach): Initialize synch_lock field so
21798         mono_thread_detach works again.
21800         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
21801         'lib' too. Fixes #63130.
21803 2004-10-06  Jackson Harper  <jackson@ximian.com>
21805         * culture-info-tables.h: regenerated.
21807 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
21809         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
21810         implemented by other interfaces in the result. Fixes #65764.
21811         
21812         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
21813         Handle unloadable modules without crashing.
21815         * image.c (load_modules): Revert the previous patch since modules must
21816         have a fixed index inside the array.
21817         
21818         * image.c (load_modules): Don't include native modules in the modules
21819         array.
21821 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
21823         * reflection.h: Add param_defaults field.
21825         * reflection.c: Add support for parameter defaults in dynamic methods.
21826         Fixes #64595.
21828         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
21829         an empty string when a type has no namespace. Fixes #64230.
21831 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
21833         * tabledefs.h: Added "internal" security actions to support non-CAS
21834         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
21835         Note: they do not seems to be used anymore in 2.0 (new metadata format)
21837 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
21839         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
21840         constructor of abstract class. Fixes #61689.
21842 2004-10-04  Martin Baulig  <martin@ximian.com>
21844         * class-internals.h (MonoGenericContainer): New type.
21845         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
21846         `MonoGenericContainer *generic_container'.
21847         (MonoClass): Replaced `gen_params' and `num_gen_params' with
21848         `MonoGenericContainer *generic_container'.
21850         * metadata.c (mono_metadata_load_generic_params): Return a
21851         `MonoGenericContainer *' instead of a `MonoGenericParam *';
21852         removed the `num' argument.
21854 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
21856         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
21857         for dynamic images.
21859         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
21860         machine fields.
21862         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
21864         * reflection.c: Save pe_kind and machine values into the generated
21865         image file.
21867         * appdomain.c: Bump corlib version number.
21869         * object-internals.h: Reorganize layout of LocalBuilder.
21871         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
21872         New helper function.
21874         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
21875         created MonoType for dynamic types. Fixes #66180.
21877 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
21879         * threadpool.c: the ares hashtable needs a critical section around it.
21880         this prevents some nasty segfaults
21882 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
21884         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
21885         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
21886         bug 67324).
21887         
21888 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
21890         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
21891         
21892 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
21894         * image.c: Always canonicalize image file names, to avoid loading
21895         the same assembly twice when referenced using a relative path.
21897 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
21899         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
21901         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
21903         * marshal.c: Fix warnings.
21905 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
21907         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
21908         attempting to marshal the delegate_trampoline as the method_addr.
21909         This patch has a static hashtable of marshalled delegates so that 
21910         we can map delegate_trampoline addresses back to delegates.  This
21911         allows a delegate passed to managed code to be passed back into native
21912         code.  Fixes #67039
21914 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
21916         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
21918         * reflection.c (method_encode_code): Align method headers properly.
21919         Fixes #66025.
21921 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
21923         * marshal.c: In the runtime invoke wrapper, reset the abort
21924         exception if it is cached. This avoids the automatic rethrowal of 
21925         the exception after the catch of the wrapper. Also check for pending
21926         interruptions before calling the managed method. This is done using
21927         the new method emit_thread_force_interrupt_checkpoint, since the
21928         normal checkpoint method is ignored when running the invoke wrapper.
21929         * object.c: If the abort exception is rethrown, set the abort_exc
21930         field of the thread, so it will be rethrown aftere every catch.
21931         * threadpool.c: Only run an interruption checkpoint if what has been
21932         requested is a stop of the thread (aborts will be ignored).
21933         * threads.c: By default, a thread will now never be interrumped while
21934         running the runtime invoke wrapper (this ensures that runtime_invoke
21935         will always return to the caller if an exception pointer is provided).
21936         There is a new special method mono_thread_force_interruption_checkpoint()
21937         to force an interruption checkpoint even if running a protected
21938         wrapper, which is used by the same runtime invoke wrapper to do a check
21939         at a safe point.
21941 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
21943         * object.c, object-internals.h: Implemented mono_release_type_locks,
21944         which releases the cctor locks held by a thread.
21945         * threads.c, threads.h: In thread_cleanup, release cctor locks held
21946         by a thread. Added mono_thread_exit() method to be used to safely stop
21947         a thread.
21949 2004-09-28  Raja R Harinath  <rharinath@novell.com>
21951         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
21952         Move null check before dereference.  Avoid indexing beyond the end
21953         of the 'modules' array.
21955 2004-09-28  Raja R Harinath  <rharinath@novell.com>
21957         * metadata-internals.h (MonoImage): Add module_count field.
21958         * image.c (load_modules): Set image->module_count.
21959         (mono_image_load_file_for_image): Use image->module_count.
21960         * reflection.c (mono_image_load_module): Append to image->modules array 
21961         of dynamic assembly.
21962         (mono_module_get_object): Fix loop to actually increment index.
21963         Use image->module_count.
21964         * assembly.c (mono_assembly_load_references): Use image->module_count.
21965         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
21966         Likewise.
21968 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
21970         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
21971         Avoid assert on generic types.
21973 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
21975         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
21977         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
21979         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
21980         function to convert a MarshalSpec structure to its managed counterpart.
21982         * reflection.c: Fix warnings.
21983         
21984         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
21985         field.
21987         * icall.c (mono_create_icall_signature): Fix build.
21989 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
21991         * icall.c: Add MakePointType icall.
21993         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
21994         warnings.
21996 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21998         * threadpool.c: reuse allocated slots in the queue.
22000 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
22002         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
22004         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
22006         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
22007         previous change.
22009         * tabledefs.h: Add constants for pinvoke attributes BestFit and
22010         ThrowOnUnmappableChar.
22012         * icall.c (ves_icall_Type_GetPacking): New icall.
22014 2004-09-24  Martin Baulig  <martin@ximian.com>
22016         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
22018 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22020         * appdomain.c:
22021         (mono_domain_set): allow setting a domain that is being unloaded.
22022         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
22023         being unloaded.
22025 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
22027         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
22028         the GetCustomAttributes icall.
22030 2004-09-23  Martin Baulig  <martin@ximian.com>
22032         * object-internals.h (MonoReflectionGenericParam): Replaced
22033         'has_ctor_constraint', `has_reference_type' and `has_value_type'
22034         with `guint32 attrs'.
22036 2004-09-23  Martin Baulig  <martin@ximian.com>
22038         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
22040 2004-09-23  Martin Baulig  <martin@ximian.com>
22042         * object-internals.h (GenericParameterAttributes): New enum.
22044 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
22046         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
22047         
22048         * class.c (init_events): Fill out event->other field.
22050         * class.c: Fix warnings.
22052         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
22054 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
22056         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
22057         walk which doesn't supply the IL offset.
22059 2004-09-22  Martin Baulig  <martin@ximian.com>
22061         * reflection.c (mono_reflection_setup_internal_class): If we're
22062         System.ValueType, System.Object or System.Enum, set
22063         `klass->instance_size' and create the vtable.
22064         (mono_reflection_create_internal_class): If we're an enum type,
22065         get the base class from our current corlib.
22067 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
22069         * reflection.h (MonoResolveTokenError): New type.
22071         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
22072         icall.
22074         * icall.c: Add an 'error' argument to the ResolveToken icalls.
22076 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
22078         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
22079         Support also calling constructors, but only for already allocated objects.
22081 2004-09-17  Geoff Norton <gnorton@customerdna.com>
22083         * reflection.c (type_get_qualified_name): If the klass is null
22084         return the typename to avoid a NullRefEx.
22085         (encode_cattr_value): Get the qualified name of the boxed type,
22086         not the underlying enumtype.  Fixes #62984.
22088 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
22090         * marshal.c: Fix problems with previous checkin.
22092 2004-09-21    <vargaz@freemail.hu>
22094         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
22095         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
22097         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
22099 2004-09-21  Geoff Norton <gnorton@customerdna.com>
22101         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
22102         should only return a type for pointers, arrays, and passbyref types.
22103         Fixes bug #63841.
22105 2004-09-21  Martin Baulig  <martin@ximian.com>
22107         * domain.c (mono_debugger_check_runtime_version): New public
22108         function.
22110         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
22112 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
22114         * reflection.c: Added missing sort to the declarative security 
22115         attributes table. MS implementation stops seeing the attributes if the
22116         token number regress in the table (as shown by ildasm and permview).
22118 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
22120         * object-internals.h (MonoReflectionModule): Add 'token' field.
22121         
22122         * reflection.c (mono_reflection_get_token): Add support for Module
22123         and Assembly.
22124         (mono_module_get_object): Set 'token' field.
22125         (mono_module_file_get_object): Set 'token' field.
22127         * icall.c: Add new Assembly and Module icalls.
22129         * appdomain.c: Bump corlib version.
22131 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
22133         * loader.h loader.c class.h class.c: Add helper functions for obtaining
22134         tokens of metadata objects.
22136         * reflection.h reflection.c (mono_reflection_get_token): New function
22137         to obtain the token of a metadata object.
22139         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
22141 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
22143         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
22144         
22145         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
22147 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
22149         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
22150         * object-internals.h: Added 3 MonoArray* members to MonoReflection
22151         AssemblyBuilder to access the permissions set in the class lib.
22152         * reflection.c: Added security attributes encoding step in 
22153         mono_image_build_metadata.
22154         * tabledefs.h: Added new security actions defined in 2.0:
22155         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
22157 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
22159         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
22160         macro parameter.
22162 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
22164         * locales.c: nullify the ICU_collator member of CompareInfo when it is
22165           finalized. There where random SIGSEVs at program termination, when
22166           an object being finalized was trying to do a string comparison and
22167           the current culture was already finalized.
22169 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22171         * threads.c: call thread_cleanup before finishing the thread if we get
22172         there.
22174 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
22176         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
22177         assemblies from the parent. Fixes #65665.
22179 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
22181         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
22182         modifiers.
22184 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
22186         * reflection.h: add prototype for mono_get_dbnull_object
22187         * reflection.c: add prototypes for get_default_param_value_blobs 
22188         and mono_get_object_from_blob for fussier compilers
22190 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
22192         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
22193         false deadlock checks in class initialization.
22195 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
22197         * image.c (mono_image_addref): Fix comment.
22199         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
22200         possible.
22202 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
22204         * reflection.c (mono_param_get_objects): Modified to return
22205         ParameterInfo.DefaultValue object.
22207         (get_default_param_value_blobs):
22208         (mono_get_object_from_blob):
22209         (mono_get_dbnull_object): New helper routines. 
22211         * object.c (mono_get_constant_value_from_blob): New helper routine
22212         carved out from get_default_field_value ()
22214         * object-internals.h (mono_get_constant_value_from_blob): Added
22215         function declaration.
22217 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
22219         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
22220         referenced assemblies. Fixes #62135.
22222         * exception.h exception.c (mono_get_exception_file_not_found2): New
22223         helper function.
22225 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
22227         * class.h class.c: Add mono_type_get_underlying_type ().
22229 2004-09-09  Geoff Norton <gnorton@customerndna.com>
22231         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
22232         Fix GetTypes() to support dynamically created assemblies.
22234 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
22236         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
22237         
22238         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
22239         previous patch.
22241         * reflection.h reflection.c loader.c: Allow dynamic construction of
22242         pinvoke methods. Fixes #65571.
22243         
22244         * reflection.c (mono_reflection_get_type): Revert previous change since
22245         it causes regressions.
22247 2004-09-08  Martin Baulig  <martin@ximian.com>
22249         * class.c (class_compute_field_layout): Don't call
22250         mono_class_layout_fields() for open generic instances.
22252 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
22253         * threads.c appdomain.c: fix typo in GC macro
22255 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22257         * threads.c: don't call mono_thread_detach() in start_wrapper(),
22258         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
22260 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
22262         * image.c (mono_image_close): Applied patch from 
22263         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
22264         assembly is loaded multiple times from data.
22265         
22266         * image.c (mono_image_open): Fix warning.
22268 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
22270         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
22271         once. Fixes #58334.
22272         
22273         * reflection.c (mono_reflection_create_runtime_class): Initialize
22274         klass->nested_classes. Fixes #61224.
22276 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
22278         * threads.c: sched_yield() on exit, to allow threads to quit.
22280 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
22282         * object.c (mono_unhandled_exception): Remove leftover debug code.
22284 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
22286         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
22288 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
22290         * marshal.c (emit_marshal_array): Really null terminate string arrays.
22291         
22292         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
22294 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
22296         * marshal.c (emit_marshal_array): Null terminate string arrays.
22297         
22298         * marshal.c (raise_auto_layout_exception): Fix warning.
22300         * reflection.c (mono_param_get_objects): Initialize the default value
22301         with DBNull.Value, not null. Fixes #62123.
22303 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
22305         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
22306         throw an exception with a cute explanation.
22308 2004-09-06  Dick Porter  <dick@ximian.com>
22310         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
22311         Close the new process's thread handle, as we don't use it.  The
22312         handle stays around forever otherwise.
22314 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
22316         * object.c (arith_overflow): Fix warning.
22318         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
22319         calling conventions in method refs. Fixes #65352.
22321         * reflection.c: Fix warnings.
22323 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
22325         * icall.c: Add a new icall for Array.Clear
22327 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
22329         * object.c: When allocating an array, we have to throw
22330         an overflow exception if any of the lengths are < 0.
22332 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
22334         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
22335         properly. Also move implementation of string array marshalling to 
22336         managed code. Fixes #42316.
22338 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22340         * assembly.c: provide more information when loading an assembly fails.
22342 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22344         * filewatcher.c: don't expect the development fam package to be
22345         installed.
22347 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
22349         * marshal.c: Make a copy of the signature cookie since it will be
22350         freed by the caller.
22351         
22352         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
22354         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
22356         * metadata.c (mono_metadata_free_marshal_spec): New function to free
22357         marshal specs.
22359         * marshal.c: More refactoring.
22360         
22361         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
22362         smaller functions.
22364 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
22366         * object.c: In mono_message_invoke, fill the output parameter array after
22367           calling the managed method (it was done before the call). This fixes
22368           bug #59299.
22370 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
22372         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
22373         as well.
22375 2004-09-02  Martin Baulig  <martin@ximian.com>
22377         * class.c (mono_class_instance_size): Don't allow generic type
22378         definitions or open generic instances.
22379         (mono_class_array_element_size): If we're a value type, call
22380         mono_class_instance_size() on the original class.
22382         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
22383         handle generic instances.
22385         * mono-debug-debugger.c (write_type): Handle generic instances
22386         like classes.
22388 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
22390         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
22391         the allocation request fails. Fixes #65089.
22393         * object.c (mono_runtime_free_method): Do not call mono_free_method.
22394         
22395         * object.c (mono_runtime_free_method): New function to free a dynamic
22396         method.
22398         * marshal.c (mono_delegate_free_ftnptr): New function to free the
22399         delegate trampoline.
22401         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
22402         with hasthis as dynamic,
22404         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
22406         * domain.c (mono_jit_info_table_remove): New function to remove an
22407         entry from the jit info table.
22409         * class-internals.h (MonoMethod): Add 'dynamic' field.
22411         * loader.c: Fix warnings.
22413 2004-09-01  Martin Baulig  <martin@ximian.com>
22415         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
22416         instead of mono_debugger_lock() because the latter one is a no-op
22417         unless running in the debugger.
22419 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
22421         * class.c (class_compute_field_layout): Classes with auto-layout or
22422         reference fields are not blittable.
22423         
22424 2004-09-01  Dick Porter  <dick@ximian.com>
22426         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
22427         mono_image_get_filename() to get the assembly location.
22429         * icall.c:
22430         * metadata.h: Fix compile warnings
22432 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
22434         * class.c (class_compute_field_layout): System.Object is blittable.
22436         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
22437         as in/out. Fixes #59909.
22439 2004-09-01  Martin Baulig  <martin@ximian.com>
22441         * metadata.h (MONO_TYPE_ISREFERENCE): Call
22442         mono_metadata_generic_inst_is_valuetype() if we're a generic
22443         instance to check whether our underlying type is a reference type.
22445 2004-09-01  Martin Baulig  <martin@ximian.com>
22447         * metadata.c (mono_type_size): If we're a generic instance, call
22448         mono_class_value_size() for value types.
22450 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
22452         * marshal.c: Implement more custom marshalling functionality. Fixes
22453         #64915.
22455 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
22457         * mono-debug.c, debug-mono-symfile.c: add some locking love.
22459 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
22461         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
22463         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
22465         * icall.c: Fix some warnings.
22467         * threads.c (abort_appdomain_thread): Fix unref errors.
22468         (mono_thread_current): Fix THREAD_DEBUG define.
22470 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
22472         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
22474         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
22476 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
22478         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
22479         string arrays.
22481 2004-08-28  Martin Baulig  <martin@ximian.com>
22483         * metadata.c
22484         (mono_metadata_generic_inst_is_valuetype): New public function.
22486         * metadata.h (MONO_TYPE_ISSTRUCT): Call
22487         mono_metadata_generic_inst_is_valuetype() if we're a generic
22488         instance to check whether our underlying type is a valuetype.
22490 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
22492         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
22493         #63768.
22495 2004-08-25  Martin Baulig  <martin@ximian.com>
22497         * loader.c (mono_get_method_from_token): Abstract methods can also
22498         be generic and thus have type parameters.
22500         * metadata-internals.h
22501         (MonoDynamicImage): Added `GPtrArray *gen_params'.
22503         * reflection.c (mono_image_get_generic_param_info): Don't create a
22504         metadata row, just add an entry to the `gen_params' array.
22505         (build_compressed_metadata): Sort the `gen_params' array and then
22506         actually create the metadata.
22508 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22510         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
22512 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
22514         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
22516 2004-08-24  Martin Baulig  <martin@ximian.com>
22518         * class.cs (mono_class_is_subclass_of): Like an interface, a
22519         generic instance also derives from System.Object.
22521 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
22523         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
22524         custom modifiers to be in any order. Fixes #61990.
22526 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
22528         * object.c: Register mono_object_new_fast icall.
22529         
22530         * object.c (mono_class_get_allocation_ftn): Return to calling
22531         mono_object_new_fast, since it seems faster to compute the object 
22532         size in unmanaged code than passing it as a parameter.
22534         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
22536         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
22537         this function with Boehm as the oom handler, so we don't have to check
22538         the result of GC_malloc.
22540         * object.c: Remove checks for oom.
22542         * object.h object.c (mono_class_get_allocation_ftn): New function to
22543         return the icall which can be used to allocate an instance of a given
22544         class. 
22546         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
22548         * class-internals.h: Add 'enabled' field.
22550 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
22552         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
22554 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
22555         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
22556         value 0x0010.
22558 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
22560         * appdomain.c: use the Tls function for appdomain too,
22561         at Zoltan's request. Actually return in mono_context_get
22563         * appdomain.c, profiler.c, threads.c: use __thread
22565 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
22567         * appdomain.c threads.c: Call GC_CreateThread on windows.
22569         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
22570         multiple libraries since this don't work on windows.
22572 2004-08-18  Martin Baulig  <martin@ximian.com>
22574         * class-internals.h
22575         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
22576         MonoMethodHeader.
22578         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
22579         MonoMethodNormal since we also need it for abstract and interface
22580         methods.
22582         * reflection.c
22583         (build_compressed_metadata): Sort the GenericParam table.
22584         (mono_image_create_token): Added `gboolean create_methodspec'
22585         argument; this is false when generating a MethodImpl token.
22586         (reflection_methodbuilder_to_mono_method): Abstract and interface
22587         methods may also have generic parameters.
22589 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
22591         * appdomain.c: thread local alloc
22593 2004-08-17  Martin Baulig  <martin@ximian.com>
22595         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
22597         * icall.c
22598         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
22599         argument.
22601         * class.c (mono_type_get_full_name): New public function.
22602         (mono_type_get_name): Don't include the type arguments.
22604 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
22606         * Makefile.am: Build static versions of libmetadata and libmonoruntime
22607         for inclusion into the mono executable.
22609 2004-08-16  Martin Baulig  <martin@ximian.com>
22611         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
22612         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
22614 2004-08-14  Martin Baulig  <martin@ximian.com>
22616         * class.c (dup_type): Also copy the `byref' field.
22618 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
22620         * reflection.c (create_dynamic_mono_image): Revert the last change 
22621         since it breaks bootstrap.
22623 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
22625         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
22627         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
22628         not free them with g_free.
22630 2004-08-11  Martin Baulig  <martin@ximian.com>
22632         * reflection.c (mono_reflection_setup_internal_class): Also call
22633         mono_class_setup_mono_type() if we already have a `tb->type.type'.
22635 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
22637         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
22638         called during default (first) AppDomain creation. Keep track of
22639         Evidence when loading assemblies.
22641 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
22643         * opcodes.c, opcodes.h: reduce runtime relocations.
22645 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
22647         * culture-info.h, locales.c: fixes and chages to sue the new
22648         optimized format of the locale data.
22649         * culture-info-tables.h: regenerated.
22651 2004-08-06  Geoff Norton <gnorton@customerdna.com>
22652         
22653         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
22655 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
22657         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
22658         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
22659         * domain-internals.h: icall declaration.
22660         * icall.c: icall registration.
22661         * object-internals.h: New fields in MonoAssembly for CAS.
22663 2004-08-05  Duncan Mak  <duncan@ximian.com>
22665         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
22666         CEE_LDELEM_ANY.
22668 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
22670         * reflection.c: fix to deal with object[] arrays in custom ctors
22671         (bug #62550).
22673 2004-08-05  Martin Baulig  <martin@ximian.com>
22675         * class.c (mono_class_array_element_size): Added support for
22676         generic instances and correctly handle "recursive" types.
22678 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
22680         * assembly.c: Fix warnings.
22682 2004-08-04  Martin Baulig  <martin@ximian.com>
22684         * class.c
22685         (mono_type_get_name_recurse): Added `gboolean include_arity'
22686         argument specifying whether or not we should include the generic
22687         arity in the type name.
22688         (_mono_type_get_name): New static function.
22689         (mono_class_setup_vtable): If we're a generic instance, don't
22690         include the generic arity in the names of explicit method
22691         implementations.        
22693 2004-08-03  Martin Baulig  <martin@ximian.com>
22695         * class.c (mono_type_get_name_recurse): Enclose the generic type
22696         arguments in `<', '>'.
22698 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
22700         * gc.c: make GC warning messages use the trace API, they are just
22701         noise to most of the users.
22703 2004-08-03  Martin Baulig  <martin@ximian.com>
22705         * debug-mono-symfile.c (read_string): Correctly read the string.
22707 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
22709         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
22710         
22711         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
22712         icalls.
22713         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
22715 2004-07-30  Martin Baulig  <martin@ximian.com>
22717         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
22718         Reflect latest symbol writer changes.   
22720 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
22722         * object.c: always create an object if null is passed
22723         to Invoke() where a valuetype is expected.
22725 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
22727         * marshal.c (mono_marshal_init): make managed
22728         signatures match native ones better for 64bits.
22730 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
22732         * appdomain.c: hack to build correctly the private bin path on windows.
22733         Fixes bug #61991.
22735 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
22737         * assembly.c: Load mscorlib from the correct framework directory
22738           (mono/<version>/mscorlib.dll).
22739         * appdomain.h: Added prototypes for new functions.
22740         * internals.h: Added some prototypes.
22741         * domain.c: When initializing the runtime, get from the executable and
22742           the configuration files the runtime version that the app supports.
22743           Added support methods for reading app.exe.config. Added list of versions
22744           supported by the JIT. Added two new methods: mono_init_from_assembly,
22745           which initializes the runtime and determines the required version from
22746           the provided exe file, and mono_init_version, which initializes
22747           the runtime using the provided version.
22748         * icall.c: Get machine.config from version-specific directory.
22749         * reflection.c: When generating an image, embed the version number
22750           of the current runtime.
22752 2004-07-28  Dick Porter  <dick@ximian.com>
22754         * socket-io.c
22755         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
22756         returned sockaddr size before creating the remote address object.
22757         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
22758         61608.
22760 2004-07-28  Dick Porter  <dick@ximian.com>
22762         * locales.c (string_invariant_compare_char): Fix invariant char
22763         compares between upper and lower cases.  Fixes bug 61458.
22765 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
22766         
22767         * marshal.c: actually cache stelem.ref wrappers.
22768         
22769 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
22771         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
22772         sections and remove the mono_cli_rva_map () function.
22774 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
22776         * debug-mono-symfile.c: fix one more endianess issue, from a patch
22777         by Geoff Norton (<gnorton@customerdna.com>).
22779 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
22781         * class.c: fix class loads for pointer types (typeof(int) !=
22782         typeof(int*)).
22784 2004-07-27  Martin Baulig  <martin@ximian.com>
22786         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
22787         reading the debugging information from an external ".mdb" file.
22789 2004-07-24  Martin Baulig  <martin@ximian.com>
22791         * reflection.c (mono_image_get_type_info): Only write a class
22792         layout entry if we actually have a size or a packing size.
22794 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
22796         * reflection.c (type_get_fully_qualified_name): 
22797         insert cast to get type checking of ?: with non-gcc compilers
22799 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
22801         * rand.c: use g_getenv for both lookups of
22802         MONO_EGD_SOCKET
22804 2004-07-17  Martin Baulig  <martin@ximian.com>
22806         * reflection.c (mono_reflection_bind_generic_method_parameters):
22807         Set `gmethod->reflection_info'.
22809 2004-07-17  Martin Baulig  <martin@ximian.com>
22811         * class.c (mono_class_create_from_typedef): Insert the newly
22812         created class into the hash table before computing the interfaces
22813         since we could be called recursively.
22815 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
22817         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
22818         function to implement stelem.ref in managed code
22819         * class-internals.h, debug-helpers.c: a new wrapper type
22820         for the above.
22822 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
22824         * gc.c: allow GC handles to work even when no GC is compiled in.
22825         Fix part of bug #61134 (GetAddrOfPinnedObject).
22827 2004-07-13  Peter Williams  <peter@newton.cx>
22829         * process.c (complete_path): Make sure we don't attempt to execute
22830         directories.
22832 2004-07-12  Geoff Norton <gnorton@customerdna.com>
22834         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
22835           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
22836           and will add/subtract the hour if needed
22838 2004-07-12  Martin Baulig  <martin@ximian.com>
22840         * reflection.c (mono_field_get_object): If we have
22841         `field->generic_info', take the attributes from
22842         `field->generic_info->generic_type'.    
22844 2004-07-12  Martin Baulig  <martin@ximian.com>
22846         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
22847         This function must be called before initializing the runtime.
22848         (mono_debug_init_1): New function; call this after initializing
22849         the runtime, but before loading the assembly.  It tells the
22850         debugger to load corlib and the builtin types.
22852         * mono-debug-debugger.c: Did some larger changes in the debugging
22853         code; support recursive class declarations, make sure we actually
22854         add all classes.
22856 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22858         * debug-helpers.c: undo my previous patch and fixed the real issue in
22859         ../mini/exceptions-x86.c
22861 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22863         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
22864         when no HOME env. variable was set and a NullRef was thrown in a .cctor
22865         called from other .cctors.
22867 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
22869         * loader.c: Removed the mono_loader_wine_init hack now that we are
22870         doing a managed version of Windows.Forms.
22872 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
22874         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
22875         threadpool.c, threads.c: remove static data from rootset.
22877 2004-07-09  Dick Porter  <dick@ximian.com>
22879         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
22880         Don't do any more processing if the matched length was 0.  It was
22881         increasing the size of the string before.  Fixes bug 61167.
22883 2004-07-09  Dick Porter  <dick@ximian.com>
22885         * socket-io.h:
22886         * socket-io.c
22887         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
22888         Add support for SO_PEERCRED if its available.
22890 2004-07-09  Peter Bartok <pbartok@novell.com>
22891         * loader.c: winelib.exe.so error message is now only displayed if
22892         MONO_DEBUG is set. To help us avoid questions when people are trying
22893         out the new Managed.Windows.Forms.
22895 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
22897         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
22898         for isinst and castclass wrappers.
22900         * class-internals.h icall.c: Move registration and lookup of JIT icalls
22901         to libmetadata from the JIT, so they could be used by the marshalling
22902         code and the interpreter.
22904         * marshal.c: Register marshalling related JIT icalls here instead of
22905         in mini.c. Use CEE_MONO_ICALL instead of the family of 
22906         CEE_MONO_PROC<x> opcodes to call marshalling functions.
22908         * metadata.h: Remove unneeded marshalling conversions.
22910         * opcodes.c: Update for new opcodes.
22911         
22912 2004-07-08  Martin Baulig  <martin@ximian.com>
22914         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
22915         (mono_debug_get_domain_data): Make this function static.
22917 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
22919         * gc.c, object.h: add nice GC handle API for embedders.
22921 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
22923         * reflection.c: more changes for the new api
22925         * object.c: When we reflect on a field w/ a constant value, it
22926         will not have a memory location, so we must access metadata. Also,
22927         allow easier reading of strings so that we can read them from
22928         the constant data.
22930         * class.c (mono_class_layout_fields): no need for literal fields here.
22932         * class-internals.h: api changes for const fields
22934         * icall.c (ves_icall_get_enum_info): use new apis for const fields
22936 2004-07-06  Martin Baulig  <martin@ximian.com>
22938         * mono-debug.h: Increment version number to 44.
22940         * mono-debug.c (mono_debug_add_wrapper): The second argument is
22941         now a gpointer, rewrote this whole method.
22943         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
22944         function.  Add information about the wrapper in a new "misc table".
22946         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
22947         for the new misc table.
22949 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
22951         * metadata-internals.h image.c: Add a cache for helper signatures.
22953         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
22955 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
22957         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
22958         delegates from a delegate. Fixes #61033.
22959         
22960         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
22961         marshalling of stringbuilder arrays. Fixes #59900.
22963 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
22965         * icall.c: Add EnumBuilder:setup_enum_type icall.
22967 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
22969         * icall.c: Added a new icall for the property version of
22970         OffsetOfStringData.
22972 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
22974         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
22975         it has a constant size across platforms.
22977         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
22978         stack trace.
22980 2004-06-29  Martin Baulig  <martin@ximian.com>
22982         * mono-debug.c (mono_debug_add_method): Protect the whole function
22983         in mono_debugger_lock(), not just parts of it.
22985 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
22987         * reflection.c: make sure padding bytes in heaps are zeroed.
22989 2004-06-24  David Waite  <mass@akuma.org>
22991         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
22992         image.c, loader.c, locales.c, marshal.c, metadata.c,
22993         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
22994         string-icalls.c, threads.c: change to C90-style comments from C99 /
22995         C++ -style
22997 2004-06-24  Dick Porter  <dick@ximian.com>
22999         * threads.c
23000         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
23001         return createdNew.  Fixes bug 60412.
23003         * threads-types.h: 
23004         * icall.c: Add createdNew parameter to CreateMutex icall
23006 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
23008         * reflection.c, object-internals.h: save default value in params.
23010 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23012         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
23013         no need to build a new path combining that with the application base.
23014         Fixes bug #60442.
23016 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
23018         * reflection.c: fixed minor standard compliance issues.
23020 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
23022         * reflection.c: fixed issue with encoding some custom attributes
23023         (arrays in properties and fields, bug #60411).
23025 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23027         * reflection.c: fix start address when copying the public key token.
23029 2004-06-23  Martin Baulig  <martin@ximian.com>
23031         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
23032         the `exc' object in a static object to put it into the GC's root set.
23034 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
23036         * reflection.c: make mono_reflection_setup_internal_class ()
23037         callable a second time to setup a new parent class.
23039 2004-06-23  Dick Porter  <dick@ximian.com>
23041         * threads.c: Check for WAIT_IO_COMPLETION return values.
23043 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
23045         * appdomain.c: Removed the g_free on the public key token. Now copy 
23046         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
23047         * assembly.c: Added public key token string value when loading 
23048         assemblies. Fix bug #60439.
23049         * icall.c: Added missing informations (like public key) in 
23050         GetReferencedAssemblies. Fix #60519.
23051         * image.h: Changed definition for public key token from const char*
23052         public_tok_value to guchar public_key_token [17];
23053         * reflection.c: Updated for changes to public key token.
23055 2004-06-22  Lluis Sanchez Gual
23057         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
23058         for the field in base classes.
23060 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
23062         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
23063         mark headers as not supported, they are installed only for use by the
23064         debugger.
23066 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
23068         * *.c, *.h: avoid namespace pollution in public headers.
23070 2004-06-21  Martin Baulig  <martin@ximian.com>
23072         * exception.c (mono_get_exception_security): It's in
23073         "System.Security", not in "System".
23075         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
23076         the exception classes.
23078 2004-06-21  Martin Baulig  <martin@ximian.com>
23080         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
23081         Protect the exception object from being finalized.
23083 2004-06-21  Martin Baulig  <martin@ximian.com>
23085         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
23086         public function.
23088 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
23090         * reflection.c: Load the assembly in mono_reflection_type_from_name,
23091         if it was not loaded before. Fix parts of #60439.
23093 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
23095         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
23096         code that was broken since Ben's change: wrappers are now
23097         dependent on the method signature only again.
23099 2004-06-21  Martin Baulig  <martin@ximian.com>
23101         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
23102         added interface support.
23104 2004-06-21  Martin Baulig  <martin@ximian.com>
23106         * class.c (mono_vtable_get_static_field_data): New public method.
23108 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
23110         * filewatcher.c : Windows build fix to be compliant with API changes.
23112 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
23114         * class.h, class.c: more accessors.
23115         * metadata.h, metadata.c: prepare for hiding MonoType and
23116         MonoMethodSignature: people should use the accessors from now on
23117         outside of the tree.
23119 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
23121         * *.c, *.h: more API cleanups.
23123 2004-06-18  Jackson Harper  <jackson@ximian.com>
23125         * assembly.c: Trace loading assemblies.
23126         * loader.c: Trace loading native libraries.
23127         * mono-config.c: Trace loading config files.
23128         
23129 2004-06-18  Dick Porter  <dick@ximian.com>
23131         * locales.c: Tell ICU the lengths of strings, it can cope with
23132         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
23134 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
23136         * image.c: swapped name/filename;
23138 2004-06-18  Martin Baulig  <martin@ximian.com>
23140         * mono-debug-debugger.c (write_class): Write the parent class at
23141         the end of the header.
23143 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
23145         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
23147 2004-06-17  Raja R Harinath  <rharinath@novell.com>
23149         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
23150         (bundle_obj): New conditional define.
23151         (BUILT_SOURCES): Remove.
23152         ($(bundle_srcs)): Make parallel-make safe.
23153         (libmonoruntime_la_LIBADD): Make unconditional.
23154         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
23155         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
23157 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
23159         * culture-info-tables.h: It was inconsistent with the latest
23160           supp info files.
23162 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
23164         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
23165         be loaded.
23167         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
23168         with gcc 2.95.
23170 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
23172         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
23173         cleaned up public header threads.h.
23175 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
23177         * Makefile.am, *.c, *.h: more API cleanups.
23179 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
23181         * Makefile.am: removed monosn from compilation.
23182         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
23183         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
23184         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
23185         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
23186         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
23187         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
23189 2004-06-15  Jackson Harper  <jackson@ximian.com>
23191         * assembly.c: Make locales lower case when searching the GAC for
23192         assemblies. gacutil will always make locales lowercase when
23193         installing so this effectively makes them case insensitive.
23194         
23195 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
23197         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
23198         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
23199           parameter which allows to choose whether the wait can be interrupted or 
23200           not. Also added the method mono_monitor_enter(), which locks the monitor
23201           using an infinite wait and without allowing interruption.
23202           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
23203           interrupted.
23204         * object.h: Added new fields in MonoThread. suspend_event holds the event
23205           used to susped/resume the thread. synch_lock is the lock object to use for
23206           modifying the thread state.
23207         * threads.c: Use the new synch_lock object for locking, instead of "this",
23208           which can generate deadlocks.
23209           Moved thread state change in Thread.Sleep and Thread.Join from managed
23210           to unmanaged code. This avoids a deadlock when the thread was suspended
23211           just after acquiring the thread lock.
23212           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
23213           Implemented Thread.Suspend using an event instead of ThreadSuspend,
23214           which is not fully implemented in the io-layer.
23215         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
23217 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
23219         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
23220         threads-types.h: more API cleanups.
23222 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
23224         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
23225         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
23226         threadpool.c, threads.c: first pass at the exported API cleanup.
23228 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
23230         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
23232 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23234         * icall.c: added internalGetHome.
23236 2004-06-14  Dick Porter  <dick@ximian.com>
23238         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
23239         possible to return successfully when '.' or '..' were the only
23240         entries in a directory, but were skipped.  The MonoIOStat was not
23241         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
23242         Fixes bug 59574.
23244 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
23246         * reflection.c: make binaries run on .Net 1.1 by default.
23248 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
23250         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
23252 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
23254         * marshal.c: keep track of struct size with explicit layout
23255         (bug #59979).
23257 2004-06-12  Martin Baulig  <martin@ximian.com>
23259         * mono-debug-debugger.c: Comment out a debugging g_message().
23261 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
23263         * reflection.c, reflection.h: do not free custom attrs that are cached.
23264         * icall.c: use braces to make code clearer.
23266 2004-06-11  Martin Baulig  <martin@ximian.com>
23268         * class.h (MonoInflatedField): New type.
23269         (MonoClassField): Replaced `MonoType *generic_type' with
23270         `MonoInflatedField *generic_info'.
23272         * icall.c
23273         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
23275 2004-06-11  Martin Baulig  <martin@ximian.com>
23277         * reflection.c (mono_image_create_method_token): Correctly encode
23278         varargs methods.
23280 2004-06-11  Martin Baulig  <martin@ximian.com>
23282         * metadata.c (mono_metadata_parse_method_signature): When parsing
23283         a MethodDef which has VarArgs, also set sentinelpos if we don't
23284         have any parameters.
23286 2004-06-11  Martin Baulig  <martin@ximian.com>
23288         * verify.c (mono_method_verify): In CEE_CALL, use
23289         mono_method_get_signature() to get the method's signature, unless
23290         we're a PInvoke method.
23292 2004-06-10  Jackson Harper  <jackson@ximian.com>
23294         * assembly.c: Use <path>/lib/mono/gac for the extra paths
23295         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
23296         logical name as the supplied path is just a prefix to the gac not
23297         the direct path to it.
23298         
23299 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
23301         * reflection.c: make the token for a created method match
23302         the token of the MethodBuilder it was created from
23303         (IKVM requires this behaviour now).
23305 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
23307         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
23308         reflection.c, socket-io.c: leak fixes.
23310 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
23312         * icall.c: handle sentinel pos in vararg methods in position different
23313         from 0.
23315 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23317         * culture-info-tables.h: freshly generated.
23319 2004-06-09  Martin Baulig  <martin@ximian.com>
23321         * loader.c (mono_get_method_constrained): Call `mono_class_init
23322         (constrained_class)'.   
23324 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
23326         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
23327         any methods. Fixes #59629.
23329 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
23331         * culture-info-tables.h: reflecting locale-builder updates.
23333 2004-06-08  Dick Porter  <dick@ximian.com>
23335         * object.h:
23336         * locales.c: Fixed compile warnings, including a real bug in
23337         CompareInfo_internal_compare.
23338         
23339 2004-06-08  Dick Porter  <dick@ximian.com>
23341         * locales.c
23342         (ves_icall_System_Globalization_CompareInfo_internal_index):
23343         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
23344         Double-check the resuls of usearches, because ICU currently
23345         ignores most of the collator settings here.  Fixes bug 59720.
23346         
23347 2004-06-08  Dick Porter  <dick@ximian.com>
23349         * locales.c
23350         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
23351         Fix memory leak and segfault-causing typo.  No idea how this one
23352         lasted so long without being noticed.
23354 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
23356         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
23357         any methods. Fixes #59629.
23359 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23361         * assembly.c:
23362         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
23363         own the critical section before). Removed dead code (that's done
23364         in the preload hook).
23366         (mono_assembly_load_with_partial_name): call the preload hook.
23368 2004-06-08  Martin Baulig  <martin@ximian.com>
23370         * metadata.c (mono_metadata_signature_alloc): Default
23371         `sentinelpos' to -1.
23373         * reflection.c (mono_image_get_array_token): Likewise.
23375 2004-06-08  Martin Baulig  <martin@ximian.com>
23377         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
23379         * metadata.c (mono_metadata_parse_method_signature): When parsing
23380         a MethodDef which has VarArgs, set sentinelpos.
23382         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
23383         `gint16' since we're using -1 for non-varargs methods.
23385         * reflection.c
23386         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
23387         (method_encode_signature): Added varargs support.
23388         (method_builder_encode_signature): Likewise.
23389         (mono_image_get_varargs_method_token): New static method.
23390         (mono_image_create_method_token): New public method; this is
23391         called via an icall instead of mono_image_create_token() when
23392         calling a varargs method.       
23394 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
23396         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
23398 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
23400         * culture-info-tables.h : Reflecting the latest locale-builder that
23401           fixed empty array representation ({} to {0}).
23403 2004-06-07  Jackson Harper  <jackson@ximian.com>
23405         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
23406         looking up extra gac paths. This allows MONO_GAC_PATH to act
23407         exactly like a prefix.
23408         
23409 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
23411         * reflection.c (mono_reflection_type_from_name): Make a copy of the
23412         type name before modifying it. Fixes #59405.
23414 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
23416         * culture-info.h: added fields for "all datetime patterns".
23417         * locales.c: (  ves_icall_System_Globalization_CultureInfo
23418           _construct_datetime_format ()): fill xxx_patterns fields.
23419         * object.h: added fields for "all datetime patterns" to
23420           MonoDateTimeFormatInfo.
23421         * culture-info-tables.h: reflecting locale-builder updates.
23423 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
23425         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
23426         the event has no add and remove methods. Fixes #59629.
23428 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
23430         * object.c: Fixed possible integer overflow when allocating large
23431         strings.
23433 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
23435         * culture-info-tables.h: reflecting locale-builder updates.
23437 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
23439         * culture-info-tables.h: reflecting locale-builder updates.
23441 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
23443         * culture-info-tables.h: reflecting locale-builder updates.
23445 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
23447         * threads.c: Made Thread.Sleep abortable.
23449 2004-06-02  Martin Baulig  <martin@ximian.com>
23451         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
23453         * debug-mono-symfile.h: Bumped symbol file version number to 37.
23455 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
23457         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
23459 2004-05-30  Jackson Harper  <jackson@ximian.com>
23461         * reflection.c: Do not hardcode assembly versions or public key
23462         tokens anymore. All of this except the corlib section was dead
23463         code anyways.
23464         
23465 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
23467         * object.c (mono_runtime_invoke_array): Automatically create boxed
23468         objects for byref valuetypes if needed. Fixes #59300.
23469         
23470         * object.c (mono_method_return_message_restore): Handle 
23471         MONO_TYPE_OBJECT as well.
23473 2004-05-28  Jackson Harper  <jackson@ximian.com>
23475         * reflection.c: The modified type encoding was causing build
23476         problems. Reverted for now.
23477         
23478 2004-05-28  Jackson Harper  <jackson@ximian.com>
23480         * reflection.c/h: Take an assembly ref so that we dont create
23481         fully qualified names when encoding types in the same assembly as
23482         the custom attribute being emitted.
23483         * appdomain.c: Increment version number.
23484         
23485 2004-05-26  Duncan Mak  <duncan@ximian.com>
23487         * icall.c
23488         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
23489         Set the full version number (major, minor, build, revision).
23491 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
23493         * marshal.c (emit_struct_conv): increment src/dst after blit
23494         (mono_marshal_get_managed_wrapper,
23495         mono_marshal_get_native_wrapper): make sure we have marshalling
23496         info before marshalling params (info computation affects
23497         blittable)
23499         * class.c (class_compute_field_layout): correctly deal with
23500         blittable
23501         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
23502         value types (as per what windows dows by default)
23503         (mono_class_setup_mono_type): System.ValueType is blittable
23504         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
23505         blittable
23507         * marshal.c (mono_marshal_load_type_info): flag types  as
23508         non-blittable if the native layout doesn't match the managed
23509         layout
23511 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23513         * appdomain.c: don't add stuff in the private search path that is
23514         above the application base. If application base is not set, there's
23515         no private search path.
23517 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
23519         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
23520         byref struct arguments in native->managed marshalling.
23522 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
23524         * marshal.c (mono_marshal_get_runtime_invoke): correctly
23525         cache methods using signature (special case for methods
23526         that are value type or string class)
23527         
23528         * image.c (mono_image_close): clean up allocated GSList's
23529         in runtime_invoke_cache.
23531 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23533         * mono-config.c: set the correct path for mono_cfg_dir on windows when
23534         there's no MONO_CFG_DIR environment variable defined.
23536 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23538         * threads.c: windows version must be >= 0x0500 to include OpenThread.
23540 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
23542         * threadpool.c: Really wait for 500ms after the async call, even if the wait
23543           is interrumped.
23544         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
23545           before waiting for it, and call CloseHandle after the wait to unref it.
23546           This will make sure that handles are not disposed too early.
23548 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23550         * appdomain.c:
23551         * appdomain.h:
23552         * icall.c: removed
23553         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
23554         needed now.
23556         * object.c: se the application_base only for the domain that runs
23557         Main. Fixes bug #59216,
23559 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23561         * appdomain.c:
23562         * object.c: only the domain in which Main is run have
23563         SetupInformation.ConfigurationFile set, so moved a few lines from
23564         appdomain.c to object.c.
23566 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23568         * appdomain.c: we tried to load [name].(dll|exe), but according
23569         to bug #57710, we must also try [culture]/[name].(dll|exe) and
23570         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
23571         There's a test case attached to bug #58922.
23573 2004-05-27  Dick Porter  <dick@ximian.com>
23575         * icall.c:
23576         * file-io.c: Implemented icalls for locking and unlocking regions
23577         in a file.
23578         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
23579         FALSE on error (fixes both compiler warning and real bug.)
23581 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
23583         * culture-info-tables.h: reflecting locale-builder updates.
23585           (Added missing ChangeLog entry for 05/26)
23587 2004-05-27  Jackson Harper  <jackson@ximian.com>
23589         * locales.c: Fix some cut and paste errors.
23590         
23591 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23593         * mono-config.c: set the correct path for config. directory on windows.
23595 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
23597         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
23598           on win32.
23600 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
23602         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
23603         from pinvoke functions.
23604         
23605         * marshal.c (mono_ftnptr_to_delegate): Implement this.
23607 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
23609         * culture-info-tables.h: reflecting locale-builder updates.
23611 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
23613         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
23614         #59086.
23616 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
23618         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
23619         * icall.c: Modified icalls for RNG.
23620         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
23621         Windows (CryptoAPI).
23623 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
23625         * locales.c: Fix build.
23627 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
23629         * culture-info-tables.h: reflecting locale-builder updates.
23631 2004-05-25  Jackson Harper  <jackson@ximian.com>
23633         * locales.c: When creating the current culture use the $LANGs
23634         specific culture. So DateTimeFormat and NumberFormat entries are created.
23635         
23636 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
23638         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
23639         a char array as parameter.
23641 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
23643         * image.c: In mono_image_open(), always use an absolute path name to
23644           look for already loaded images.
23646 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
23648         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
23649         missing in the windows build (like older cygwin include files).
23651 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
23653         * icall.c: Fixed check for possible integer overflow in Buffer_
23654         BlockCopy icall. Replaced comments style // by /* */.
23656 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
23658         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
23659         
23660         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
23661         check after MONO_VTADDR. Fixes pinvoke2.exe.
23663         * marshal.h marshal.c metadata.h: Add beginnings of support for
23664         ftnptr -> delegate marshalling.
23666 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
23668         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
23669         * threads.c: Fix warnings.
23671 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
23673         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
23674         * icall.c: Registered icalls for Suspend and Resume.
23675         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
23676           Thread.Abort.
23677         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
23678         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
23679         * process.c: Use WaitForSingleObjectEx.
23680         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
23681           checkpoints.
23682         * threads.c, threads.h: Make use of new Ex wait methods. Improved
23683           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
23684           for Suspend and Resume. Added new mono_thread_stop, used for stoping
23685           background threads. Added basic support for Abort in Windows.
23686           Start new threads using a managed delegate invoke wrapper. This wrapper
23687           has an interruption checkpoint that is needed since an interruption
23688           can be requested before the thread leaves the unmanaged code that starts 
23689           the thread.
23690         * marshal.c: Added interruption checkpoint after every native call, and
23691           also before managed calls for wrappers called from unmanaged code to
23692           go into managed code.
23693         * object.h: Added new field in MonoThread to keep track of interruption
23694           requests.
23696 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
23698         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
23699         calls.
23701 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23703         * appdomain.c:
23704         * assembly.c:
23705         * gc.c:
23706         * locales.c:
23707         * mono-config.c:
23708         * rand.c: getenv -> g_getenv (windows!)
23710         * process.c: complete_path is also used on non-windows platforms.
23712 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23714         * icall.c: new signature for Process_Start.
23716         * process.[ch]: new signature for Process_Start. If we're on windows
23717         and UseShellExecute is false, we have to search for the program by
23718         ourselves if we don't get a full path.
23720 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
23722         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
23723         marshalling and call CleanUpNativeData if needed. Fixes #58646.
23725 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23727         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
23728         Fixes bug #58373.
23730 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23732         * process.c: use double quotes to quote program name and arguments on
23733         windows. Fixes bug #58575.
23735 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23737         * file-io.c: don't return "." and ".." when using windows Find*File.
23739 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
23741         * marshal.c: Don't pass wrappers to message init because method 
23742         addressed used to lookup metadata. part of remoting[2|3] fix.
23744 2004-05-15  Jackson Harper  <jackson@ximian.com>
23746         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
23747         path is essentially the same as MONO_PATH except that it points to
23748         GACs instead of lib directories.
23749         * loader.h: The user gac is gone so we dont need function to
23750         enable/disable it.
23751         * mono-config.c: user gac option is now gone.
23752         
23753 2004-05-15  Jackson Harper  <jackson@ximian.com>
23755         * culture-info.h: Make defines more consistent, add calendar data
23756         to the culture info table.
23757         * culture-info-tables.h: Add basic calendar data. Basically
23758         everyone gets default gregorian until all the data is
23759         updated.
23760         * locales.c: Use the new consistent defines. Set calendar data for
23761         culture info objects.
23762         * object.h: add a field for calendar data to CultureInfo
23763         
23764 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
23766         * image.c: image->runtime_invoke_cache is keyed on signatures now.
23767         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
23768         a signature.
23769         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
23770         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
23771         an extra param that is the pointer of the method to invoke. The IL for
23772         the invoke method is no longer specific to the method, but to the
23773         signature of the method. Thus, we can share the same code for multiple
23774         methods. This reduces the number of methods that have to be compiled.
23776 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
23778         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
23780         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
23782         * icall.c: Optimize Buffer.BlockCopy.
23784 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23786         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
23787         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
23788         quote). Changed them to "MMMM yyyy".
23790 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
23792         * rand.c
23793         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
23795 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
23797         * reflection.h: Updated after changes to managed structures.
23799         * appdomain.c: Bump corlib version.
23801 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23803         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
23804         windows.
23806 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23808         * Makefile.am: link to ../os/libmonoos.la on windows.
23810         * assembly.c:
23811                 -If MONO_DEBUG, warn about non-existing directories in
23812                 MONO_PATH.
23813                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
23814                 compile time variable.
23815                 -Removed init_default_path and call mono_set_rootdir from
23816                 libmonoos.a instead (windows only).
23818         * assembly.h: declare mono_assembly_getrootdir().
23820         * domain.c:
23821         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
23823         * loader.c: s/getenv/g_getenv/
23825 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
23827         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
23829         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
23831         * metadata.h: Add new marshalling conversions.
23833         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
23834         function.
23836         * reflection.c (mono_reflection_get_type): Lookup the type in all
23837         modules of a multi-module assembly. Fixes #58291.
23839 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
23841         * threads.c: Before aborting a background, set the StopRequested
23842         state.  This avoids throwing the Abort exception.
23843         In mono_thread_manage, don't continue with the shutdown until all
23844         aborted threads have actually stopped.
23846 2004-05-10  Jackson Harper  <jackson@ximian.com>
23848         * locales.c: Remove the modifier from culture names.
23849         
23850 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23852         * Makefile.am: monosn is not installed any more. It has been deprecated
23853         in favor of sn.
23855 2004-05-07  Jackson Harper  <jackson@ximian.com>
23857         * locales.c
23858         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
23859         Fix array construction, add bailout if the length is 0.
23861 2004-05-07  Dick Porter  <dick@ximian.com>
23863         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
23864         machine doesn't have a DNS entry.  Patch by Urs Muff
23865         (umuff@quark.com), fixes bug 57928.
23867 2004-05-06  Jackson Harper  <jackson@ximian.com>
23869         * reflection.c: Handle null PublicTokens properly. alloc mem for
23870         assembly names culture so we dont crash when freeing it.
23871         
23872 2004-05-06  Jackson Harper  <jackson@ximian.com>
23874         * assembly.c: Check the usergac when loading with partial names.
23875         
23876 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
23878         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
23879         does nothing for now (not required for Linux/Windows) but the class
23880         library can call it (and a newer or modified runtime could need it).
23881         * icall.c: Registred icall.
23883 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23885         * loader.c: prints a message on module loading error we set MONO_DEBUG
23886         environment variable.
23888 2004-05-05  Jackson Harper  <jackson@ximian.com>
23890         * appdomain.c: Handle PublicKeyToken=null properly.
23891         
23892 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
23894         * environment.c|h: Added icall ves_icall_System_Environment_
23895         GetOSVersionString to get the current OS version as a string.
23896         * icall.c: Registred icall.
23898 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
23900         * object.c: in mono_object_get_virtual_method(), take into account that
23901         non-virtual methods don't have a slot in the vtable. Check needed when
23902         the object is a proxy.
23904 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
23906         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
23907         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
23909         * object.c (mono_class_compute_gc_descriptor): Fix warning.
23911         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
23912         passed when a valuetype is expected.
23914         * object.c (mono_unhandled_exception): Only set the exit code if the
23915         exception happens in the main thread. Fixes thread5.exe.
23917         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
23918         invalid names. Fixes #58047.
23920 2004-05-03  Jackson Harper  <jackson@ximian.com>
23922         * assembly.c: This line was committed accidently and is unneeded.
23923         
23924 2004-05-03  Jackson Harper  <jackson@ximian.com>
23926         * icall.c: Add new icall for Assembly::LoadWithPartialName
23927         * assembly.c/.h: new function that probes the GAC to load partial
23928         assembly names by Paolo Molaro.
23929         
23930 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23932         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
23933         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
23934         (type_get_fully_qualified_name): Added PublicKeyToken when building a
23935         full type name.
23937 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23939         * appdomain.c: fixed check for 'neutral' culture and removed warning.
23940         * reflection.c: fix bug when parsing a full type name and Version is not
23941         the last thing in the string.
23943 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
23945         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
23946         crashes when it is freed.
23948 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23950         * assembly.c: print the compat warning to stderr.
23952 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
23954         * assembly.c (mono_assembly_load_references): Add a compatibility
23955         hack to run old applications that might be still referencing the
23956         3300-based assemblies, only do this for System.xxx.
23958 2004-05-01  Jackson Harper  <jackson@ximian.com>
23960         * appdomain.c: If the culture is neutral we set it to "".
23961         
23962 2004-04-29  Jackson Harper  <jackson@ximian.com>
23964         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
23966 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
23968         * string-icalls.c: added low overhead function for copying chars
23969         * icall.c: added needed icall for the above function
23971 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23973         * icall.c: fix return value of get_global_assembly_cache.  Implemented
23974         Environment.GetLogicalDrives.
23976 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
23978         * rand.c: try and talk to egd or prngd
23979         for random bytes if opening devices fail.
23981 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
23983         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
23984         alignment for the type using the native alignment of its members 
23985         instead of using klass->min_align.
23987         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
23989 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23991         * file-io.c:
23992         * socket-io.c: added check for sys/aio.h.
23994 2004-04-28  Dick Porter  <dick@ximian.com>
23996         * threads.c: Don't abort a thread thats already aborting, when
23997         terminating everything.
23999 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24001         * icall.c: added 2 new async calls for Socket.
24003         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
24004         IO on *nix systems.
24006         * threadpool.c: removed unused variable.
24008 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
24010         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
24012 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
24014         * locales.c: put back string_invariant_tolower () and
24015         string_invariant_toupper ().
24017 2004-04-26 David Waite <mass@akuma.org>
24019         * file-io.h:
24020         * socket-io.h:
24021         * threads.h:
24022         * unicode.h: remove comma from end of enumeration declarations
24024 2004-04-26 David Waite <mass@akuma.org>
24026         * debug-mono-symfile.h:
24027         * decimal.c:
24028         * mono_debug.h:
24029         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
24032 2004-04-26  Jackson Harper  <jackson@ximian.com>
24034         * appdomain.c: Increment version number.
24035         
24036 2004-04-26  Jackson Harper  <jackson@ximian.com>
24038         * appdomain.c: Set assembly references public token value when
24039         PublicKeyToken is specified, not the hash_value. Free public token
24040         values when free assembly name data. Previously the public key
24041         token was hex decoded, however we are using hex encoded public key
24042         tokens, so this is not neccasary.
24043         * assembly.c: Lookup assemblies in the gac if their public token
24044         value is set. Add function to allow enabling user gac
24045         lookups. Specify whether or not the assembly was loaded from the
24046         GAC. Compare full assembly names when checking the cache for
24047         assemblies (Temporarily disabled see comment in code). Remove
24048         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
24049         specifies trace-loader they get extra info to stdout on the
24050         loading of assemblies.
24051         * image.h: Add a field for an assembly references public token
24052         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
24053         whether an assembly has been loaded from the GAC.
24054         * image.c: Remove a corlib -> mscorlib name mapping.
24055         * loader.h: Add function to enable/disable the user gac.
24056         * mono-config.c: Check if the usergac is enabled in the config
24057         file.
24058         * icall.c: New icall to determine whether or not an assembly has
24059         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
24060         * tabldefs.h: Add constant for assemblyref flag that specifies a
24061         full public key is used instead of a public token.
24062         * reflection.c: Remove mscorlib -> corlib mappings. Set
24063         PublicTokenValue instead of hash value. This value is a hex
24064         string so it does not need to be expanded.
24066 2004-04-26  Martin Baulig  <martin@ximian.com>
24068         * mono-debug-debugger.c (mono_debugger_initialize): Set
24069         `mono_debugger_initialized' before calling mono_debug_lock().
24071 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
24073         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
24074           InternalToUpper/InternalToLower.
24075         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
24076           removed invariant culture shortcut.  This is now done in managed code.
24077         * locales.c: (string_invariant_toupper/tolower) removed.
24079 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24081         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
24082         Added Poll internal call.
24084         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
24085         call for Poll. Select was too heavy for polling a single socket.
24087         * threadpool.[ch]: added mono_threadpool_cleanup.
24088         * threads.c: use it. Don't use Thread_Abort on windows.
24090 2004-04-23  Martin Baulig  <martin@ximian.com>
24092         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
24094 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
24096         * icall.c: Registred new icalls for key pair protection and added an
24097         icall for Environment.GetFolderPath on Windows.
24098         * security.c|h: Added new icalls for key pair protection.
24100 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24102         * socket-io.c: don't display the non-supported family warning for known
24103         families. Now this is not displayed on windows when checking support
24104         for IPv4/IPv6.
24106 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24108         * class.c: don't display the layout warning for static fields.
24110 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
24112         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
24113         * locales.c, locales.h: Added new icalls for culture-specific
24114         Char.ToLower and Char.ToUpper.
24116 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24118         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
24119         by David Waite.
24121 2004-04-20  Martin Baulig  <martin@ximian.com>
24123         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
24124         of the type name before passing it to mono_reflection_type_from_name().
24126 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
24128         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
24129         encodings here. Fixes #56965.
24131 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
24133         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
24134         fix test on strstr result not that I can see anything that
24135         relies on the result.
24137 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
24139         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
24140         Fixes #57081.
24142         * marshal.c (mono_marshal_get_string_encoding): New helper function.
24144         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
24145         function to determine which marshalling to use for strings. Fixes
24146         #56965.
24148         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
24150         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
24152 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
24154         * icall.c: #include mono-config.h
24156 2004-04-15  Jackson Harper  <jackson@ximian.com>
24158         * culture-info-tables.h: Fix date formats for en-US culture.
24159         
24160 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
24162         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
24163         ThreadPool.SetMinThreads.
24164         * threadpool.c: Implemented ThreadPool.GetMinThreads and
24165         ThreadPool.SetMinThreads.
24167 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
24169         * mono-config.c: also load the .config file in the directory
24170         where the assembly was found.
24172 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
24174         * assembly.c: load per-assembly config files.
24175         * icall.c: decrapified code to get the config dir and moved to
24176         mono-config.c.
24177         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
24178         per-assembly config files. When doing a dll map lookup give precedence
24179         to the per-assembly data.
24181 2004-04-14  Martin Baulig  <martin@ximian.com>
24183         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
24184         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
24185         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
24187         * mono-debugger-debugger.c: While the debugger is locked, remember
24188         whether the symbol tables have changes and send one single
24189         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
24191 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
24193         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
24195         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
24196         function.
24198         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
24199         account when marshalling string arrays. Fixes #56965.
24201 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
24203         * icall.c: Add new icalls mapping for security.
24204         * security.c|h: Add internal calls for WindowsIdentity,
24205         WindowsImpersonationContext and WindowsPrincipal.
24207 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
24209         * class.c: Added comment to ensure the System.MonoDummy class
24210         is removed when no longer necessary
24212 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
24214         * appdomain.c: Pass arguments to the bootstraping exceptions to
24215         minimize JITed methods at boot
24217         * metadata.c (mono_exception_from_name_two_strings): Allow for the
24218         second string to be null.
24220         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
24221         Change the protocol to minimize the JIT methods at startup.  Now
24222         it Returns the internal codepage, if the value of "int_code_page"
24223         is 1 at entry, and we can not compute a suitable code page
24224         number, returns the code page as a string.
24226 2004-04-13  Jackson Harper  <jackson@ximian.com>
24228         * culture-info-tables.h: Fix number of decimal digits for all
24229         english locales.
24231 2004-04-13  Jackson Harper  <jackson@ximian.com>
24233         * icall.c: Clairfy out of sync error message. It is not always
24234         your corlib that is out of sync.
24236 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
24238         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
24239         properties when only the set accessor is overriden. Fixes #55874.
24241 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
24243         * assembly.c (mono_assembly_load_references): Make this thread safe.
24244         Fixes #56327.
24246 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
24248         * monosn.c: Add missing initialization calls.
24250 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
24252         * locales.c:
24253         ves_icall_System_Globalization_CultureInfo_construct_number_format
24254         Fix g_assert so it compiles on fussier compilers re int/ptr
24255         mismatch
24257 2004-04-08  Dick Porter  <dick@ximian.com>
24259         * socket-io.h:
24260         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
24261         53992.  Also rearrange the code so that the internal calls return
24262         an error value and exceptions are thrown from managed code.
24264         * icall.c: Add type info to the socket icalls.
24266 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24268         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
24269         owes me a beer.
24271 2004-04-07  Martin Baulig  <martin@ximian.com>
24273         * class.c (mono_class_from_generic_parameter): Don't default
24274         `klass->parent' to `mono_defaults.object_type'.
24276 2004-04-07  Martin Baulig  <martin@ximian.com>
24278         * reflection.c (mono_reflection_initialize_generic_parameter): Set
24279         `param->pklass->reflection_info'.       
24281 2004-04-07  Jackson Harper  <jackson@ximian.com>
24283         * culture-info-tables.h: Fix date separator symbol.
24284         
24285 2004-04-07  Martin Baulig  <martin@ximian.com>
24287         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
24288         from System.Type to System.MonoType.
24290 2004-04-07  Martin Baulig  <martin@ximian.com>
24292         * reflection.h
24293         (MonoReflectionGenericParam): Added `has_reference_type' and
24294         `has_value_type' fields.
24296         * reflection.c (mono_image_get_generic_param_info): Encode the
24297         correct flags if we have the `class' or `struct' constraint.
24299 2004-04-07  Martin Baulig  <martin@ximian.com>
24301         * reflection.h
24302         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
24304 2004-04-07  Jackson Harper  <jackson@ximian.com>
24306         * appdomain.c: Revert extra patches, just wanted to bump the
24307         version number.
24308         
24309 2004-04-07  Jackson Harper  <jackson@ximian.com>
24311         * Makefile.am: Add culture-info private headers.
24312         * icall.c: Add new icalls for contructing locales.
24313         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
24314         * locales.h: Declare new culture info construction methods.
24315         * object.h: Add new fields used to avoid the CultureMap to
24316         MonoCultureInfo.
24317         * culture-info.h: Definition of structs used in the culture info
24318         tables.
24319         * culture-info-tables.h: Autogenerated tables that contain culture
24320         info data. This file was generated with the locale-builder tool.
24321         * appdomain.c: Incement corlib version number.
24322         
24323 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
24325         * appdomain.c: (mono_runtime_init) move mono_thread_init
24326         to before mono_object_new calls so critical sections
24327         are initialized before use.
24329 2004-04-07  Martin Baulig  <martin@ximian.com>
24331         * icall.c
24332         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
24333         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
24334         (ves_icall_MonoGenericParam_initialize): Removed.
24335         (monogenericparam_icalls): Removed.
24336         (generictypeparambuilder_icalls): Added new table for
24337         System.Reflection.Emit.GenericTypeParameterBuilder.
24339         * reflection.c
24340         (mono_reflection_define_generic_parameter): Removed.
24341         (mono_reflection_initialize_generic_parameter): This is now called
24342         from GenericTypeParameterBuilder's .ctor.
24344 2004-04-06  Martin Baulig  <martin@ximian.com>
24346         * class.c (mono_class_init): Don't inflate nested classes in a
24347         generic instance.
24348         (mono_type_get_name_recurse): Include the generic arguments for
24349         generic instances and generic type declarations.
24350         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
24351         (_mono_class_get_instantiation_name): Removed.
24352         (mono_class_create_generic): Always use `gklass->name' as our name.
24354         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
24356         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
24357         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
24358         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
24359         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
24360         closed generic methods here.
24362         * reflection.c
24363         (mono_reflection_generic_inst_get_nested_types): Removed.
24364         (inflate_mono_method): Copy the generic parameters from the
24365         MonoMethodHeader into out MonoGenericMethod.
24367 2004-04-06  Martin Baulig  <martin@ximian.com>
24369         * row-indexes.h
24370         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
24372         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
24374         * reflection.c (build_compressed_metadata): If we have any entries
24375         in the GenericParam, MethodSpec or GenericParamConstraint tables,
24376         set the header version to 1.1.
24378 2004-04-06  Martin Baulig  <martin@ximian.com>
24380         * class.c (mono_class_init): If we're a generic instance,
24381         initialize our nested classes, too.
24382         (_mono_class_get_instantiation_name): Deal with the new `!%d'
24383         suffix. 
24385 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24387         * process.c: quote the argument passed to the shell on windows.
24389 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
24391         * threads.c (mono_alloc_special_static_data): Allow this to be
24392         called during startup.
24394 2004-04-02  Martin Baulig  <martin@ximian.com>
24396         * icall.c
24397         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
24399 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
24401         * icall.c: Fix build.
24403 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
24405         * Makefile.am: Added security.c|h.
24406         * icall.c: Added icall for get_UserName;
24407         * security.c: New file for security related icalls. Added function
24408         get_UserName for System.Environment (fix #56144).
24409         * security.h: New. Header file for security.c
24411 2004-04-02  Dick Porter  <dick@ximian.com>
24413         * icall.c: Deleted the icalls that were obsoleted some time ago
24414         by the ICU string code, and which were mixed into the icall
24415         rearranging.  Fixes bug 55969.
24417         * string-icalls.h: 
24418         * string-icalls.c: Deleted the code that those icalls reference.
24420 2004-04-01  Martin Baulig  <martin@ximian.com>
24422         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
24424         * class.c (mono_class_from_generic_parameter): Don't set 
24425         TYPE_ATTRIBUTE_INTERFACE.
24426         (my_mono_class_from_generic_parameter): Likewise.
24428 2004-04-01  Martin Baulig  <martin@ximian.com>
24430         * loader.c (find_method): Added an optional `MonoClass *ic'
24431         argument to search in a specific interface.
24432         (mono_get_method_constrained): New public function.
24434 2004-04-01  Martin Baulig  <martin@ximian.com>
24436         * reflection.c (mono_image_get_generic_field_token): Use the
24437         `handleref' cache here.
24439 2004-04-01  Martin Baulig  <martin@ximian.com>
24441         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
24443         * reflection.c (create_generic_typespec): Use the `typespec' hash
24444         here, not the `typeref' one.    
24446 2004-04-01  Martin Baulig  <martin@ximian.com>
24448         * class.c (mono_class_inflate_generic_type): Moved the
24449         functionality into a new static inflate_generic_type() which
24450         returns NULL if it didn't do anything.  Only increment the
24451         `mono_stats.inflated_type_count' if we actually inflated
24452         something.
24453         (mono_class_get_full): Check the classes type to see whether we
24454         need to inflate it; also inflate MONO_TYPE_(M)VAR.
24456 2004-04-01  Jackson Harper  <jackson@ximian.com>
24458         * reflection.c: Set culture for assembly references.
24459         
24460 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
24462         * reflection.[ch], icall.[ch], Fix support for pinning variables.
24464 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24466         * assembly.c:
24467         (do_mono_assembly_open): the critical section also covers
24468         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
24470 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24472         * threads.c:
24473         (mono_manage_threads): abort the background threads when finishing.
24474         Fixes bug #47232.
24476 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24478         * gc.c: only close the done_event handle if there was no timeout.
24479         C-ified comments.
24481 2004-03-30  Martin Baulig  <martin@ximian.com>
24483         * icall.c (icall_entries): It's called "System.Activator", not
24484         "System.Activation".    
24486 2004-03-30  Martin Baulig  <martin@ximian.com>
24488         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
24489         (mono_class_create_from_typespec): Likewise.
24491 2004-03-30  Martin Baulig  <martin@ximian.com>
24493         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
24494         `has_ctor_constraint' and `initialized'.
24496 2004-03-30  Martin Baulig  <martin@ximian.com>
24498         * reflection.c (encode_new_constraint): New static function to add
24499         the constructor constraint attribute to a type parameter.
24500         (encode_constraints): Call encode_new_constraint() if necessary.
24502         * reflection.h
24503         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
24505         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
24506         
24507 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
24509         * reflection.c, icall.c: add support for pinning variables. 
24511 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
24513         * marshal.c (mono_marshal_get_managed_wrapper):
24514         init bool local with zero rather than null.
24516 2004-03-29  Martin Baulig  <martin@ximian.com>
24518         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
24519         the "official" behavior here.
24520         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
24522 2004-03-29  Martin Baulig  <martin@ximian.com>
24524         * icall.c: Reflect latest API changes.
24526 2004-03-29  Martin Baulig  <martin@ximian.com>
24528         * loader.c (mono_get_method_from_token): Also call
24529         mono_metadata_load_generic_params () for abstract and interface
24530         methods; replace the type arguments in the method signature with
24531         the ones which are loaded from the metadata.
24533 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
24535         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
24536         of the lock is not the current thread. MS.NET don't do it, in spite of
24537         what the documentation says. See bug #56157.
24539 2004-03-28  Martin Baulig  <martin@ximian.com>
24541         * class.c (mono_class_init): Don't call init_properties() and
24542         init_events() for generic instances; set `prop->parent' when
24543         inflating properties.
24545         * reflection.c (mono_generic_inst_get_object): Call
24546         `mono_class_init (ginst->klass)'.
24547         (mono_type_get_object): Only create a MonoGenericInst if your
24548         generic type is a TypeBuilder.
24549         (do_mono_reflection_bind_generic_parameters): Only set
24550         `ginst->is_dynamic' if our generic type is a TypeBuilder.
24552 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
24554         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
24555         Fixes #56091.
24557 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24559         * icall.c: added Kill_internal icall.
24560         * process.[ch]: added Kill_internal icall.
24562 2004-03-25  Martin Baulig  <martin@ximian.com>
24564         * class.h (MonoStats): Added `generic_instance_count',
24565         `inflated_method_count', `inflated_type_count' and
24566         `generics_metadata_size'.       
24568 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24570         * reflection.c: no warnings now.
24572 2004-03-25  Martin Baulig  <martin@ximian.com>
24574         * class.c (mono_class_get_full): New public function; does a
24575         mono_class_get(), but also takes a `MonoGenericContext *'.
24577         * loader.c (mono_field_from_memberref): Renamed to
24578         `field_from_memberref', made static and added `MonoGenericContext *'
24579         argument.
24580         (mono_field_from_token): Added `MonoGenericInst *' argument.
24581         (method_from_memberef): Likewise.
24582         (mono_get_method_from_token): Likewise.
24583         (mono_get_method_full): New public function; does a
24584         mono_get_method(), but also takes a `MonoGenericContext *'.
24586         * verify.c (mono_method_verify): Get the method's generic context
24587         and pass it to mono_field_from_token(), mono_get_method_full() and
24588         mono_class_get_full().
24590 2004-03-25  Martin Baulig  <martin@ximian.com>
24592         * class.c (mono_class_inflate_generic_type): Take a
24593         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
24594         `MonoGenericMethod *'.
24596 2004-03-25  Martin Baulig  <martin@ximian.com>
24598         * loader.h (MonoMethodInflated): Store the MonoGenericContext
24599         instead of the MonoGenericMethod here.
24601 2004-03-25  Martin Baulig  <martin@ximian.com>
24603         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
24604         each time we create a new MonoGenericInst, we also create a new
24605         context which points back to us.
24607         * class.c (inflate_method): Use `ginst->context' instead of
24608         creating a new context.
24610         * loader.c (method_from_memberref): Use
24611         `klass->generic_inst->context' instead of creating a new context.
24613 2004-03-25  Martin Baulig  <martin@ximian.com>
24615         * class.h (MonoGenericContext): New struct.
24616         (MonoGenericMethod): Removed `generic_inst'.
24618         * class.c (mono_class_inflate_generic_method): Take a
24619         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
24621 2004-03-25  Martin Baulig  <martin@ximian.com>
24623         * loader.h (MonoMethodInflated): New typedef.
24625         * metadata.h (MonoMethodSignature): Removed `gen_method', make
24626         `generic_param_count' consume just 30 bits, added `is_inflated'
24627         and `has_type_parameters' flags (one bit each).
24629         * class.c (mono_class_inflate_generic_method): Create a
24630         MonoMethodInflated instead of a MonoMethodNormal and set
24631         `is_inflated' in the method signature.
24633         * class.h (MonoGenericMethod): Removed `generic_method'.
24635 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
24637         * image.c: Make sure the name of a MonoImage is always an absolute path.
24638           This fixes bug #54415.
24640 2004-03-24  Martin Baulig  <martin@ximian.com>
24642         * class.c (mono_class_setup_vtable): If we're a generic instance,
24643         use our generic type's vtable size.
24645 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
24647         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
24648         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
24649         problems.
24651 2004-03-23  Martin Baulig  <martin@ximian.com>
24653         * class.h (MonoDynamicGenericInst): Added `int count_events' and
24654         `MonoEvent *events'.
24656         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
24657         (typebuilder_icalls): Added "get_event_info"; calls
24658         mono_reflection_event_builder_get_event_info(). 
24660         * reflection.c (mono_reflection_generic_inst_initialize): Added
24661         `MonoArray *events'.
24662         (mono_reflection_event_builder_get_event_info): New function.
24664 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
24666         * object.h: add mono_type_initialization_init
24668         * object.c (mono_runtime_class_init): 
24669         implement class constructor synchronization rules
24670         to cope with threading issues.  
24671         add mono_type_initialization_init
24673         * appdomain.c (mono_runtime_init): call 
24674         mono_type_initialization_init
24676         * class.h: removing initializing field from MonoVTable
24678 2004-03-23  Martin Baulig  <martin@ximian.com>
24680         * class.c (my_mono_class_from_generic_parameter): Use
24681         `param->name' if it's not NULL. 
24683 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
24685         * class.c: do not insert non-virtual methods in the vtable.
24686         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
24687         that means the method is non-virtual. This never would have
24688         happened before.
24690 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
24692         * profiler.c: Added lock for accessing coverage_hash.
24694 2004-03-22  Martin Baulig  <martin@ximian.com>
24696         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
24697         `method->method->signature->generic_param_count != 0' to make it
24698         work for interface methods.
24700 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24702         * process.c: quote the string passed to the shell using g_shell_quote.
24704 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24706         * threads.c:
24707         (mono_threads_manage): don't remove the finalizer thread and self
24708         from the threads hash table so that mono_thread_manage can be called
24709         more than once.
24711 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24713         * process.c: quote the arguments when UseShellExecute is true. Fixes
24714         bug #55790.
24716 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24718         * threads.c: set mono_thread_detach as a cleanup routine for every
24719         thread. This way it's always executed upon thread termination, either
24720         aborted or finished normally. No more xsp hangs!
24722 2004-03-17  Martin Baulig  <martin@ximian.com>
24724         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
24725         `int count_nested' and a `MonoType **nested'.
24727         * reflection.c (mono_reflection_bind_generic_parameters): Moved
24728         most of the functionality into a new static
24729         do_mono_reflection_bind_generic_parameters() and don't take a
24730         `MonoType *nested_in' argument any more.  Don't compute nested
24731         types here.
24732         (mono_reflection_generic_inst_get_nested_types): New public method
24733         to get nested types.
24735         * class.c (mono_class_create_generic): Set `klass->nested_in' if
24736         we're a nested class.
24738         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
24739         mono_reflection_generic_inst_get_nested_types() to compute the
24740         nested types.
24742 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
24744         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
24745         descriptive error message under windows.
24746         
24747 2004-03-17  Martin Baulig  <martin@ximian.com>
24749         * class.c (dup_type): Added `const MonoType *original' argument;
24750         copy the attrs from the original type.
24752 2004-03-17  Martin Baulig  <martin@ximian.com>
24754         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
24755         `m->generic_inst_cache' here.
24757 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
24759         * exception.h exception.c: Add stack_overflow_exception.
24761 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24763         * threadpool.c:
24764         (overlapped_callback): call SetEvent *after* invoking the callback.
24765         No need to call CloseHandle.
24767 2004-03-16  Martin Baulig  <martin@ximian.com>
24769         * reflection.c (mono_image_get_fieldref_token): Take a
24770         `MonoReflectionField *' instead of a `MonoClassField *' and a
24771         `MonoClass *'; store the `MonoReflectionField *' in the hash.
24773 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24775         * appdomain.c: don't add the culture to the filename we're looking for
24776         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
24778 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24780         * locales.c: don't ignore symbols when doing case insensitive compares.
24781         Thanks Dick! Fixes bug #54046.
24783         * threads.c: surround 'threads' usage with enter/leave in
24784         mono_thread_manage.
24786 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
24788         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
24789         implicitly marshalled as [Out]. Fixes #55450.
24791         (mono_marshal_get_runtime_invoke): Zero out the result if there is
24792         an exception.
24794 2004-03-16  Martin Baulig  <martin@ximian.com>
24796         * class.c (mono_class_from_generic_parameter): Use the actual
24797         parameter name. 
24799 2004-03-16  Martin Baulig  <martin@ximian.com>
24801         * reflection.c (type_get_signature_size): New static function.
24802         Compues the size of the type in a method signature.
24803         (method_get_signature_size): New static function; calls
24804         type_get_signature_size() to compute the actual size of the
24805         method's signature.
24806         (method_encode_signature): Use method_get_signature_size() to get
24807         the signature's size rather than using `nparams * 10'.
24809 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24811         * file-io.h: define here WapiOverlapped on windows. I don't want the
24812         regular OVERLAPPED one.
24814         * file-io.c:
24815         * threadpool.c: somehow, BindIoCompletionCallback is not found.
24816         Disabling AIO on windows.
24818 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24820         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
24821         bug #55385.
24823 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24825         * appdomain.c: upgraded corlib version.
24827         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
24828         and BeginWrite. Allow opening files for asynchrnous operations.
24830         * file-io.h: new struct that maps FileStreamAsyncResult.
24831         * icall.c: added new icalls.
24832         * process.[ch]: support setting child process environment variables
24833         and use the SHELL or COMSPEC when UseShellExecute is true.
24835         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
24836         callback for async. IO is here and also BindHandle.
24838         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
24839         from here.
24841 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
24843         * reflection.c (create_custom_attr): Allow len == 0.
24845         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
24846         computation on big-endian machines.
24848 2004-03-13  Martin Baulig  <martin@ximian.com>
24850         * class.h (MonoGenericInst): Added `int count_ifaces'.
24852         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
24853         `ginst->count_ifaces' instead `klass->interface_count' since we
24854         may get called before the vtable is created.
24856         * loader.c (mono_method_get_param_names): If we're a generic
24857         instance, return and don't initialize the class.
24859         * reflection.c (mono_reflection_setup_generic_class): Don't call
24860         ensure_runtime_vtable().
24861         (mono_reflection_bind_generic_parameters): Set
24862         `ginst->count_ifaces'.
24864 2004-03-11  Jackson Harper <jackson@ximian.com>
24866         * icall.c:
24867         * unicode.c:
24868         * unicode.h: Remove unused System.Char icalls.
24869         
24870 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
24872         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
24873         code when we P/Invoke the first library in Windows.Forms, instead
24874         of when we first open the assembly.
24876         * assembly.c: Drop the lookup from here.
24878 2004-03-10  Martin Baulig  <martin@ximian.com>
24880         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
24881         class for properties, fields and events.  Finally fixes #54945.
24883 2004-03-10  Martin Baulig  <martin@ximian.com>
24885         * metadata.c (mono_metadata_class_equal): New static function;
24886         checks whether two generic instances or two generic parameters are
24887         equal.
24888         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
24889         compare classes.        
24891 2004-03-10  Martin Baulig  <martin@ximian.com>
24893         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
24895         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
24896         argument and write it into the `reflection_info' field.
24898         * icall.c
24899         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
24900         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
24902 2004-03-09  Jackson Harper  <jackson@ximian.com>
24904         * char-conversions.h: use 8 bits for numeric data its all we need
24905         * icall.c: numeric data is only 8 bits now.
24907 2004-03-09  Martin Baulig  <martin@ximian.com>
24909         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
24911         * class.c (init_properties, init_events): Initialize the new
24912         `parent' field.
24914         * reflection.c (typebuilder_setup_properties): Likewise.
24915         (typebuilder_setup_events): Likewise.
24917         * reflection.h (MonoEventInfo): Replaced `parent with
24918         `declaring_type' and `reflected_type'.
24920         * icall.c (ves_icall_get_property_info): Distinguish between
24921         declaring and reflected type.
24922         (ves_icall_get_event_info): Likewise.
24924 2004-03-09  Martin Baulig  <martin@ximian.com>
24926         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
24927         (ves_icall_Type_GetField): Correctly set field->klass.
24929 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
24931         * loader.h: Fix warning.
24933 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
24935         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
24936         library routine if present.  Notice that it will still continue
24937         executing even if its missing, for those working on the Gtk#
24938         edition of Windows.Forms.
24940         * assembly.c (do_mono_assembly_open): If loading the
24941         System.Windows.Forms call mono_loader_wini_init.
24943 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
24945         * class.h: Added MonoRemoteClass struct.
24946         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
24947         function for MonoStrings.
24948         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
24949         Added internal call for getting the proxy type.
24950         * marshal.c: Get the type of transparent proxies from its remote_class.
24951         Added methods that generate the IL for type checks and casts:
24952         mono_marshal_get_isinst, mono_marshal_get_castclass, 
24953         mono_marshal_get_proxy_cancast.
24954         * marshal.h: Declaration of the previous new methods.
24955         * object.c: Added new moethods for creating and updating MonoRemoteClass
24956         instances: mono_remote_class, mono_upgrade_remote_class, 
24957         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
24958         * verify.c: FIx transparent_proxy_fields layout.
24959         * appdomain.c: Bump corlib version.
24961 2004-03-04  Jackson Harper  <jackson@ximian.com>
24963         * icall.c: Add icall to access char conversion tables.
24964         * char-conversions.h: Character conversion tables.
24965         * Makefile.am: Add char-conversions.h private header file.
24966         
24967 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
24969         * appdomain.c (unload_thread_main): Increase unloading timeout to
24970         10 sec as a temporary workaround for Nant problems.
24972 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
24974         * gc.c: Add checks for GC_enable and GC_disable.
24976         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
24977         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
24978         (bug #54988).
24979         
24980 2004-02-27  Martin Baulig  <martin@ximian.com>
24982         * reflection.c (mono_reflection_bind_generic_parameters): Take a
24983         `MonoReflectionType *' instead of a `MonoType *'.
24985 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
24987         * gc.c (run_finalize): Avoid finalizing the object representing the
24988         finalizer thread.
24989         (finalizer_thread): Fix warning.
24991 2004-02-25  Martin Baulig  <martin@ximian.com>
24993         * class.c (_mono_class_get_instantiation_name): Added `int offset'
24994         argument for nested types.
24995         (mono_class_create_generic): Added support for nested generictypes.
24997         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
24998         `GList *nested'.
25000         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
25002         * reflection.c (method_encode_signature): Increase the minimum
25003         value of `size' from 10 to 11.
25004         (mono_reflection_bind_generic_parameters): Take `int type_argc'
25005         and `MonoType **types' arguments instead of the `MonoArray
25006         *types'; added `MonoType *nested_in'.  Recursively instantiate
25007         nested classes. 
25009 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
25011         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
25012         stack_overflow_ex members which are used by exception handling.
25014         * appdomain.c (mono_runtime_init): Initialize the new members.
25016         * gc.c (mono_gc_enable): New helper function.
25017         * gc.c (mono_gc_disable): New helper function.
25019 2004-02-23  Martin Baulig  <martin@ximian.com>
25021         * icall.c: I must have been really stupid - make it actually work
25022         this time ;-)
25024 2004-02-23  Martin Baulig  <martin@ximian.com>
25026         * loader.c (method_from_memberref): Only inflate the method if
25027         it's in another klass.
25029 2004-02-23  Martin Baulig  <martin@ximian.com>
25031         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
25032         (mono_class_init): If we're a generic instance and an interface,
25033         compute `class->interface_id'; also create `class->interfaces'
25034         here and inflate them.
25036         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
25037         `ginst->is_open'.
25038         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
25040         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
25042 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
25044         * reflection.c (method_encode_code): Improved the error message
25045         generated by the exception.
25047 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25049         * icall.c: Martin did not do what he said in the ChangeLog for
25050         2004-02-18, but put back the changes for properties and events.
25051         Commenting those changes out again and adding comment to bug #54518.
25052         
25053         * process.c: removed warning.
25055 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
25057         * marshal.c (emit_struct_conv): Print an error message instead of
25058         asserting when a type does not have the StructLayout attribute.
25060 2004-02-20  Martin Baulig  <martin@ximian.com>
25062         * reflection.c (mono_type_get_object): Also use the cache for
25063         generic instances.
25064         (mono_reflection_bind_generic_parameters): Always compute
25065         `ginst->ifaces'.        
25067 2004-02-20  Martin Baulig  <martin@ximian.com>
25069         * class.h (MonoGenericMethod): Removed `klass'.
25071         * class.c (mono_class_inflate_generic_method): Added `MonoClass
25072         *klass' argument.
25074 2004-02-20  Martin Baulig  <martin@ximian.com>
25076         * reflection.c (method_encode_methodspec): Actually use the
25077         uninflated signature for the memberref.
25079 2004-02-20  Martin Baulig  <martin@ximian.com>
25081         * class.h (MonoGenericMethod): Removed `declaring'.
25083         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
25084         is NULL, compute it here.
25086 2004-02-20  Martin Baulig  <martin@ximian.com>
25088         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
25090         * metadata.c (mono_metadata_generic_inst_hash): New method.
25091         (mono_metadata_generic_inst_equal): New method.
25093         * reflection.c (mono_reflection_bind_generic_parameters): Use the
25094         `klass->image->generic_inst_cache' cache to avoid creating
25095         duplicate MonoGenericInst's.
25097         * class.c (mono_class_inflate_generic_type): Use the cache.
25099 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
25101         * object.c: fixed gc descriptor calculation for embedded valuetypes.
25103 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25105         * icall.c: added Socket.WSAIoctl icall.
25107         * socket-io.[ch]: implemented
25108         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
25110 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
25112         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
25114 2004-02-18  Urs C Muff  <umuff@quark.com>
25116         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
25117         this work on PPC and other big-endian architectures.
25119         * debug-mono-symfile.h: Prepended the names of all the `guint32'
25120         fields with an underscore to make sure they're only accessed by
25121         the read32() macro.
25123 2004-02-18  Martin Baulig  <martin@ximian.com>
25125         * icall.c: Put the klass->refclass changes back for methods and
25126         fields, but not for properties and events.  We're currently not
25127         distinguishing between DeclaringType and ReflectedType for
25128         properties and events, that's what caused the regressions.
25130 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25132         * object.c:
25133         (mono_async_result_new): the handle can be NULL.
25135         * threadpool.c: Use an event instead of a semaphore, don't initialize
25136         it until needed. This saves quite a few semaphores from being created
25137         when using the threadpool.
25139 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
25141         * object.c (mono_string_is_interned_lookup): Fix interning of long
25142         strings. Fixes #54473.
25144         * domain.c (ldstr_equal): Optimize if the two strings are equal.
25146         * icall.c: Revert the klass->refclass changes since they introduce
25147         regressions (bug #54518).
25149 2004-02-18  Martin Baulig  <martin@ximian.com>
25151         * class.c (mono_class_init): If we're a generic instance and don't
25152         come from a TypeBuilder, inflate our members here.
25153         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
25154         (mono_class_create_generic): New public method.
25155         (mono_class_initialize_generic): Removed.
25156         (get_instantiation_name): Renamed to
25157         _mono_class_get_instantiation_name() and made it public.
25159 2004-02-18  Martin Baulig  <martin@ximian.com>
25161         * class.c (mono_class_inflate_generic_type): Clear the new
25162         instance's `nginst->klass' when inflating a generic instance.
25163         (mono_class_is_subclass_of): Added (basic) support for generic
25164         instances.
25166 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
25168         * appdomain.h, domain.c: use a MonoCodeManager instead of a
25169         MonoMempool to hold compiled native code.
25171 2004-02-17  Martin Baulig  <martin@ximian.com>
25173         * class.h (MonoDynamicGenericInst): Added `count_properties' and
25174         `properties'.
25176         * reflection.c (mono_reflection_generic_inst_initialize): Added
25177         `MonoArray *properties' argument.
25179         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
25181 2004-02-17  Martin Baulig  <martin@ximian.com>
25183         * icall.c (ves_icall_Type_GetFields): Renamed to
25184         ves_icall_Type_GetFields_internal() and added a
25185         `MonoReflectionType *rtype' argument; pass it to
25186         mono_field_get_object() to set the field's "reflected" type.
25187         (ves_icall_Type_GetConstructors): Likewise.
25188         (ves_icall_Type_GetEvents): Likewise.
25189         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
25190         argument; pass it to mono_method_get_object() to set the method's
25191         "reflected" type.       
25193 2004-02-17  Martin Baulig  <martin@ximian.com>
25195         * class.h (MonoDynamicGenericInst): New type.
25196         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
25198         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
25199         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
25200         (ves_icall_MonoGenericInst_GetFields): New interncall.
25202         * class.c (mono_class_from_generic): Don't call
25203         mono_class_initialize_generic() if this is a dynamic instance;
25204         ie. it's being created from a TypeBuilder.
25205         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
25206         `class->byval_arg.type'.
25208         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
25209         to `inflate_method' and made static.
25210         (mono_reflection_inflate_field): Removed.
25211         (mono_reflection_generic_inst_initialize): New public method.
25213         * reflection.h (MonoReflectionGenericInst): Removed `methods',
25214         `ctors' and `fields'; added `initialized'.
25216 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
25218         * debug-helpers.c (mono_method_full_name): Fix output for empty
25219         namespaces.
25221 2004-02-12  Martin Baulig  <martin@ximian.com>
25223         * class.h (MonoClassField): Added `MonoType *generic_type'.
25225         * reflection.c (mono_image_get_fieldref_token): Added support for
25226         instantiated generic types.
25227         (field_encode_inflated_field): Removed.
25228         (mono_image_get_inflated_field_token): Removed.
25229         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
25231         * reflection.h (MonoReflectionInflatedField): Removed.
25233 2004-02-12  Martin Baulig  <martin@ximian.com>
25235         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
25236         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
25238         * reflection.c (mono_image_get_methodspec_token): Take a
25239         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
25240         (mono_image_create_token): Check whether we have a
25241         `method->signature->gen_method' and call
25242         mono_image_get_methodspec_token() if appropriate.
25243         (inflated_method_get_object): Removed.
25244         (mono_reflection_bind_generic_method_parameters): Return a
25245         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
25246         (mono_reflection_inflate_method_or_ctor): Likewise.
25248         * reflection.h (MonoReflectionInflatedMethod): Removed.
25250 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
25252         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
25253         for custom valuetype marshalling.
25255         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
25257 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25259         * icall.c: fixed WSAGetLastError_internal name.
25261 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
25263         * threads.c (mono_thread_attach): Allow this to be called multiple
25264         times for a thread.
25265         
25266         * threads.c (build_wait_tids): Do not wait for ourselves.
25268         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
25269         appdomain list is empty.
25271         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
25272         memory returned by mono_string_builder_to_utf16, since it points into
25273         managed memory. Thanks to Bernie Solomon for noticing this.
25275         * icall.c: Add AppDomainSetup icalls.
25277         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
25279         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
25280         types.
25282         * reflection.c (reflection_methodbuilder_to_mono_method): Save
25283         custom attributes to the method_aux struct. Also fix array indexes etc.
25285         * loader.c (mono_method_get_param_names): Make dynamic case work again.
25286         
25287 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
25289         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
25290         (both static and runtime) and reduce startup time.
25292 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
25294         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
25295         AsAny marshalling conversion instead of crashing.
25297         * marshal.c: Fix warnings.
25299 2004-02-09  Martin Baulig  <martin@ximian.com>
25301         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
25303         * reflection.h (MonoReflectionInflatedMethod): Removed the
25304         `declaring' field, it's now in the unmanaged MonoGenericMethod.
25306         * reflection.c (method_encode_methodspec): Removed the `method'
25307         argument; we get it from `gmethod->declaring'.
25308         (inflated_method_get_object): Removed the `declaring' argument.
25310 2004-02-09  Martin Baulig  <martin@ximian.com>
25312         * class.h (MonoGenericMethod): New type.
25313         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
25314         `generic_method'.
25316         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
25317         a `MonoGenericMethod *gen_method' one.
25319         * class.c (mono_class_inflate_generic_type): Take an additional
25320         `MonoGenericMethod * argument.  This is only non-NULL if we're
25321         inflating types for a generic method.   
25322         (mono_class_inflate_generic_signature): Renamed to
25323         inflate_generic_signature() and made static; take a
25324         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
25325         (inflate_generic_header): Take a `MonoGenericMethod *' argument
25326         instead of a `MonoGenericInst *' one.
25327         (mono_class_inflate_generic_method): Likewise.
25329         * reflection.c (encode_generic_method_sig): Take a
25330         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
25331         (method_encode_methodspec): Likewise.
25332         (inflated_method_get_object): Likewise. 
25334         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
25335         field with a `MonoGenericMethod *gmethod' one.  
25337 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
25339         * class.h (mono_class_has_parent): add parens to expansion
25340         so you can ! this.
25342 2004-02-08  Martin Baulig  <martin@ximian.com>
25344         * image.h (MonoImage): Removed `generics_cache'.
25346         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
25347         instead of a `MonoType *' argument; removed the `inflate_methods'
25348         argument.  Don't inflate methods here.
25350         * loader.c (find_method): If it's a generic instance, call
25351         mono_class_init() on the `sclass->generic_inst->generic_type'.
25353         * metadata.c (mono_type_size): Make this work on uninitialized
25354         generic instances; call it on the `ginst->generic_type's class.
25356         * reflection.c (mono_reflection_bind_generic_parameters): Call
25357         mono_class_from_generic() to create the `ginst->klass'.
25359 2004-02-08  Martin Baulig  <martin@ximian.com>
25361         * class.h (MonoClass): Changed type of `generic_inst' from
25362         `MonoType *' to `MonoGenericInst *'.
25364 2004-02-08  Martin Baulig  <martin@ximian.com>
25366         * icall.c (ves_icall_Type_BindGenericParameters): Just call
25367         mono_type_get_object(), this is now creating a `MonoGenericInst'
25368         for MONO_TYPE_GENERICINST.
25369         (ves_icall_MonoGenericInst_GetParentType): Likewise.
25370         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
25372         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
25373         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
25374         (inflated_method_get_object): Added `MonoClass *refclass' argument.
25375         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
25376         and reflected type.
25378         * reflection.h (MonoReflectionInflatedMethod): Removed
25379         `declaring_type' and `reflected_type'.
25381 2004-02-08  Martin Baulig  <martin@ximian.com>
25383         * class.h (MonoGenericInst): Added `MonoType *parent' and
25384         `MonoType **ifaces'.
25386         * reflection.h (MonoReflectionGenericInst): Removed `klass',
25387         `parent' and `interfaces'.
25389         * reflection.c (mono_reflection_bind_generic_parameters): Take a
25390         `MonoType *' argument and return a `MonoType *'.
25392         * icall.c
25393         (ves_icall_MonoGenericInst_GetParentType): New interncall.
25394         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
25396 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
25398         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
25399         valuetype marshalling.
25401 2004-02-06  Martin Baulig  <martin@ximian.com>
25403         * class.c
25404         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
25405         (my_mono_class_from_generic_parameter): Likewise.
25407 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
25409         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
25410         contents of the symbol files lazily.
25412         * object.h (MonoThread): Add 'name' and 'name_len' fields.
25414         * threads.h threads.c icall.c: New icalls for getting and setting the
25415         threads name.
25417 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
25419         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
25420         Raise an exception when the domain is not found.
25422 2004-02-03  Martin Baulig  <martin@ximian.com>
25424         * reflection.c (mono_image_get_methodspec_token): Use the
25425         uninflated signature; fixes gen-33.
25427 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
25429         * gc.c threads.c: Make the finalizer thread a normal managed thread so
25430         the finalizer code can use thread functionality.
25432         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
25433         the finalizer thread.
25435         * threads.c: Make some functions more robust.
25437         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
25439         * metadata.h: Add new marshalling conventions.
25441         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
25442         stringbuilder marshalling. Fixes #53700.
25444         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
25446         * reflection.c (mono_image_get_type_info): Save declarative security
25447         info.
25449         * reflection.c (mono_image_get_field_info): Handle uninitialized 
25450         unmanaged fields as well.
25452         * appdomain.c: Bump corlib version.
25454 2004-02-01  Martin Baulig  <martin@ximian.com>
25456         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
25457         method type arguments.  
25459 2004-01-30  Duncan Mak  <duncan@ximian.com>
25461         * marshal.h: Add prototype for
25462         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
25463         and
25464         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
25465         fix the build.
25467 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
25469         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
25470         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
25472 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
25474         * marshal.c (mono_marshal_get_native_wrapper): Add support for
25475         custom marshalling of valuetypes.
25477         * marshal.c: Fix some warnings.
25479 2004-01-29  Martin Baulig  <martin@ximian.com>
25481         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
25482         for generic method parameters.
25484         * reflection.c (method_encode_methodspec): Write the uninflated
25485         signature into the methodspec table.
25486         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
25487         is always the uninflated method.
25488         (reflection_methodbuilder_to_mono_method): Copy the generic
25489         parameters from the MethodBuilder into `header->gen_params'.
25491 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
25493         * class.c (mono_class_from_generic_parameter): Fix warning.
25495 2004-01-27  Martin Baulig  <martin@ximian.com>
25497         * class.c (mono_class_from_generic_parameter): Don't create
25498         `klass->methods' here.  
25500 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
25502         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
25503         extension since it does not work with libraries named lib<FOO>.dll.so.
25505 2004-01-25  Martin Baulig  <martin@ximian.com>
25507         * class.c (mono_class_inflate_generic_type): Added support for
25508         MONO_TYPE_GENERICINST.
25510         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
25511         inflate methods on open constructed types.      
25513 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25515         * object.c: fire ProcessExit event in the root AppDomain after running
25516         Main. Fixes bug #53299.
25518 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
25520         * socket-io.c: include the new socket-wrappers.h header.
25521         Use the wrappers instead of the unix socket functions to make the code
25522         more clear.
25524 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
25526         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
25528         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
25529         Fixes #22532.
25531 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
25533         * reflection.c (mono_image_create_pefile): Handle the case when the
25534         entry point is not a MethodBuilder.
25536         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
25537         field to ReflectionMethod since it is not allways a builder.
25539         * reflection.c (type_get_fully_qualified_name): New helper function to
25540         return the fully qualified name of a type.
25542         * reflection.c (encode_marshal_blob): Always emit the fully qualified
25543         type name for custom marshallers.
25545         * reflection.c (mono_marshal_spec_from_builder): Ditto.
25547         * class.c (mono_class_setup_vtable): If a parent class already 
25548         implements an interface, use the implementing methods from that class.
25549         Fixes #53148.
25551 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25553         * threadpool.c: just return instead of ExitThread to allow for thread
25554         clean up earlier.
25556 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
25558         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
25559         when closing resource modules.
25561         * reflection.c (mono_image_create_pefile): Handle the case when the
25562         entry point is not a MethodBuilder.
25564         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
25565         field to ReflectionMethod since it is not allways a builder.
25567 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
25569         * marshal.c (mono_marshal_get_managed_wrapper): 
25570         mono_marshal_alloc takes native int so CONV_I
25571         the arg for 64bits.
25573 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
25575         * reflection.c (fixup_cattrs): New function to fixup the methoddef
25576         tokens in the cattr table. Fixes #53108.
25578 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25580         * loader.c: don't trim ".dll" before looking up in the config file.
25581         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
25583 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
25585         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
25586         Return the module which contains the resource as well.
25587         (ves_icall_System_Reflection_Module_Close): New icall.
25589         * appdomain.c: Bump corlib version number.
25591         * image.c (mono_image_addref): New public function.
25593         * assembly.c: Call mono_image_addref.
25595         * reflection.c (mono_module_get_object): Increase reference count of 
25596         the image.
25598         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
25599         Fixes #22532.
25601         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
25602         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
25603         proper exceptions on DllImport problems.
25605 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
25607         * class.c, metadata.c: eliminate CSIZE macro.
25609 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
25611         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
25612         * object.h: Added async_callback field in MonoAsyncResult.
25613         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
25614         * verify.c: Added async_callback in MonoAsyncResult layout.
25616 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
25618         * reflection.c (mono_reflection_get_custom_attrs): Add support
25619         for Modules.
25621 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
25623         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
25624         marshalling.
25625         (mono_marshal_method_from_wrapper): Add null pointer check.
25627 2004-01-16  Martin Baulig  <martin@ximian.com>
25629         * debug-mono-symfile.h: Set version number to 36 and reflect
25630         latest symbol writer changes.
25632 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
25634         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
25635         multi-dimensional arrays.
25636         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
25637         (mono_class_from_mono_type): Use bounded_array_class_get.
25638         
25639         * class.c (mono_bounded_array_class_get): New function which takes
25640         a 'bounded' bool argument to distinguish vectors from one dimensional
25641         arrays.
25643         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
25644         bounded_array_class_get if the array has bounds.
25646         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
25647         Search modules loaded using AssemblyBuilder:AddModule as well.
25649 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25651         * appdomain.c: increased corlib version.
25652         * filewatcher.c: removed g_print.
25653         * icall.c:
25654         (get_property_info): only allocate what is actually requested.
25655         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
25657 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25659         * Makefile.am: added filewatcher.[ch]
25660         * filewatcher.[ch]: FileSystemWatcher runtime support.
25661         * icall.c: added new FSW icalls.
25663 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
25665         * string-icalls.c: fix stringbuilder regression as suggested by
25666         Iain McCoy <iain@mccoy.id.au>.
25668 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
25670         * process.c (process_read_stringtable_block): Recognize '007f' as
25671         a language neutral stringtable block.
25673 2004-01-12  Patrik Torstensson
25675         * object.h (MonoStringBuilder) : Changed layout to support our
25676         new stringbuilder class.
25677         * marshal.c: Change marshalling to support the new layout of 
25678         string builder.
25679         * appdomain.c: increased version number because new layout of
25680         string builder.
25682 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
25684         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
25685         assembly name as an string instead of an AssemblyName, since it is
25686         easier to extract info from it.
25688         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
25689         the culture subdirectories too. Fixes #52231.
25691 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25693         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
25694         It takes 2 new parameters with an optional name for the method to look
25695         for and case ignoring info.
25697         * threadpool.c: removed unused variable.
25699 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25701         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
25702         It takes 2 new parameters with an optional name for the property to look
25703         for and case ignoring info.
25704         Fixes bug #52753.
25706 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
25708         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
25709         Fix #52451.
25711 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25713         * appdomain.c:
25714         * assembly.c: escape the uri before passing it to g_filename_from_uri.
25715         Fixes bug #52630.
25717 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
25719         * reflection.c: Add support for more than one unmanaged resource.
25721         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
25722         in field->def_value, as done in all other cases.
25724         * reflection.c (mono_reflection_get_custom_attrs): Add support for
25725         TypeBuilders.
25727         * reflection.c (mono_reflection_create_runtime_class): Remove 
25728         errorneous assignment to klass->element_class, since it is already
25729         done in mono_reflection_setup_internal_class.
25731 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25733         * gc.c: added missing LeaveCriticalSection.
25734         * icall.c: indented a couple of lines.
25735         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
25736         if we call EndInvoke inside a callback. Fixes bug #52601.
25738 2004-01-07  Martin Baulig  <martin@ximian.com>
25740         * mono-debug-debugger.h
25741         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
25743 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
25745         * appdomain.c: Use messages in NotImplementedException.
25747         * exception.c (mono_get_exception_not_implemented): Now this takes
25748         a message argument.
25750         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
25751         exception instead of g_asserting an aborting when something is not
25752         implemented.
25754         Add some inline docs.
25756 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
25758         * reflection.h: Update after changes to object layout.
25760         * reflection.c: Implement saving of unmanaged aka win32 resources.
25762         * appdomain.c: Bump version number.
25764         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
25765         Handle missing domains gracefully.
25767 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
25769         * file-io.c : On Windows, there are much more invalid_path_chars.
25771 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
25773         * class.h, object.c: prepare for GetType () speedup.
25775 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
25777         * profiler.c: workaround for --profile null reference exception on
25778           cygwin. Patch by Patrik Torstensson.
25780 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
25782         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
25783         make work for unaligned access.
25785 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
25787         * class.c: small cleanup (class->fields [i] -> field).
25788         * image.c: check address of metadata is valid.
25790 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
25792         * assembly.h assembly.c (mono_assembly_loaded): New public function to
25793         search the list of loaded assemblies.
25795         * reflection.c (mono_reflection_type_from_name): Use 
25796         mono_assembly_loaded instead of mono_image_loaded.
25798         * reflection.c: Fix warnings.
25800 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
25802         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
25803         is dynamic. This is needed since an assembly can contain both dynamic and
25804         non-dynamic images.
25806         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
25807         assembly->dynamic.
25809         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
25811         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
25812         to store modules loaded using AddModule.
25814         * reflection.c (mono_image_fill_file_table): Generalize this so it works
25815         on Modules.
25817         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
25819         * reflection.c (mono_image_fill_export_table_from_module): New function to
25820         fill out the EXPORTEDTYPES table from a module.
25822         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
25823         into a separate function. Also handle loaded non-dynamic modules.
25825         * reflection.c (mono_image_basic_init): Fix memory allocation.
25827         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
25829         * assembly.c (mono_assembly_load_references): Make this public.
25831 2003-12-19  Martin Baulig  <martin@ximian.com>
25833         * class.c (mono_class_initialize_generic): Made this static, take
25834         a `MonoGenericInst *' instead of a `MonoClass *'.
25835         (mono_class_from_generic): Call mono_class_initialize_generic()
25836         unless we're already initialized or being called from
25837         do_mono_metadata_parse_generic_inst().
25839         * class.h (MonoGenericInst): Added `initialized' and
25840         `init_pending' flags.
25842         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
25843         `mono_class_init (gklass)' or mono_class_initialize_generic()
25844         here; set `generic_inst->init_pending' while parsing the
25845         `type_argv'.
25847 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
25849         * locales.c: include string.h for memxxx prototypes
25851 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
25853         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
25854         constructor when accessing literal fields.
25856 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
25858         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
25860         * reflection.c (assembly_add_resource_manifest): New function to fill
25861         the MANIFESTRESOURCE table.
25863         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
25865         * reflection.h: Update to changes in class layout.
25867         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
25868         Reenable call to mono_runtime_is_shutting_down ().
25870         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
25871         determine if the runtime is shutting down.
25873 2003-12-16  Jackson Harper <jackson@ximian.com>
25875         * icall.c: comment out call to mono_runtime_is_shutting_down to
25876         fix build.
25877         
25878 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
25880         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
25881         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
25883 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
25885         * reflection.c: move definition of swap_with_size
25886         to before its first call
25888 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
25890         * appdomain.c (mono_runtime_is_shutting_down): New public function.
25892         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
25893         icall.
25895         * object.c: Fix warnings.
25897         * icall.c (ves_icall_Type_Get...): Only consider inherited static
25898         members if FlattenHierarchy is set.
25900         * reflection.c (mono_image_add_decl_security): New function to emit
25901         declarative security.
25903         * reflection.h reflection.c: Add support for declarative security.
25905         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
25906         
25907 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
25909         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
25910         
25911         * appdomain.c verify.c: Moved corlib version checking into its own
25912         function in appdomain.c since it needs to create vtables etc.
25914 2003-12-13  Patrik Torstensson <p@rxc.se>
25916         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
25917         instead of unwrapped server.
25919 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
25921         * verify.c (check_corlib): Fix field index.
25923 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
25925         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
25926         GetGacPath icall.
25928 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
25930         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
25931         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
25932         cope with sizeof(size_t) != sizeof(guint32).
25934 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25936         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
25937         in case of failure.
25939 2003-12-10  Mark Crichton <crichton@gimp.org>
25941         * icall.c: removed the GetNonZeroBytes.  We now handle this case
25942         in managed code.
25944         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
25946 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
25948         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
25949         marked as deleted.
25951 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
25953         * verify.c (check_corlib): Handle the case when the version field is 
25954         initialized by a static constructor.
25956 2003-12-08  Patrik Torstensson  <p@rxc.se>
25958     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
25960 2003-12-08  Martin Baulig  <martin@ximian.com>
25962         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
25963         a MonoReflectionGenericParameter, also take the parameter index
25964         and name as arguments.
25965         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
25966         (ves_icall_MonoGenericParam_initialize): New interncall.
25967         (ves_icall_Type_make_byref_type): New interncall.
25969         * reflection.h (MonoReflectionGenericParam): Derive from
25970         MonoReflectionType, not just from MonoObject.  Added `refobj' and
25971         `index' fields.
25973         * reflection.c (mono_reflection_define_generic_parameter): Create
25974         and return a new MonoReflectionGenericParam; don't initialize the
25975         constraints here.
25976         (mono_reflection_initialize_generic_parameter): New public method;
25977         initializes the constraints and creates the `param->pklass'.
25979 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
25981         * reflection.h reflection.c: Use the new fields 'num_types', 
25982         'num_fields' and 'num_methods' to track the number of types etc.
25984         * verify.c (check_corlib): Check corlib version number.
25986 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
25988         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
25989         function works on all methods.
25991 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
25993         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
25994         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
25995         the custom_type_info flag of the transparent proxy.
25996         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
25997         objects that supports IRemotingTypeInfo.
25998         * object.h: Added custom_type_info field in transparent proxy.
26000 2003-12-06  Martin Baulig  <martin@ximian.com>
26002         * class.c (mono_class_create_from_generic): Removed.
26003         (mono_class_from_generic): Check `ginst->klass' before doing
26004         anything else.  This is important to fully support "recursive"
26005         generic types.
26007         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
26008         empty `generic_inst->klass' before doing anything else.
26010 2003-12-06  Dick Porter  <dick@ximian.com>
26012         * verify.c: 
26013         * object.h:
26014         * icall.c:
26015         * locales.c: Use C structs to access class fields.  Don't do a
26016         conversion between MonoString and UChar because both are
26017         platform-endian UTF-16.  Compare now takes startindex and count
26018         parameters.  Add a char overload for IndexOf.  Speed up the
26019         invariant string IndexOf.
26021 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
26023         * Makefile.am (monosn_LDADD): Fix parallel build.
26025 2003-12-04  Martin Baulig  <martin@ximian.com>
26027         * icall.c
26028         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
26029         (ves_icall_Type_make_array_type): New interncall.       
26031 2003-12-04  Martin Baulig  <martin@ximian.com>
26033         * locales.c: also change it in the !HAVE_ICU case.
26035 2003-12-04  Dick Porter  <dick@ximian.com>
26037         * icall.c:
26038         * locales.c: construct_compareinfo is now in CompareInfo, not
26039         CultureInfo.
26041 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
26043         * image.c (mono_image_load_file_for_image): Cache loaded images in the
26044         image->files array.
26046         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
26047         table as well.
26049         * assembly.c (mono_assembly_load_references): Only load references
26050         once.
26052         * class.c (mono_class_from_name): Avoid linear search of the 
26053         EXPORTEDTYPE table.
26055         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
26057 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
26059         * image.h (MonoImage): Add 'field_cache' field.
26061         * loader.c (mono_field_from_token): Cache field lookups.
26062         
26063         * reflection.c (mono_module_get_object): Fix name property.
26065         * icall.c (ves_icall_get_enum_info): Update after changes to 
26066         mono_metadata_get_constant_index ().
26068         * icall.c: Get rid of get_type_info icall, use a separate icall for
26069         each type property to avoid needless memory allocations. Fixes #51514.
26071         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
26072         to avoid needless binary searches.
26074         * class.c (class_compute_field_layout): Move the initialization of
26075         field->def_value to mono_class_vtable ().
26077         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
26078         non-corlib types.
26080         * object.c (mono_object_allocate): Make it inline.
26082         * object.c (mono_object_allocate_spec): Make it inline.
26083         
26084 2003-12-02  Dick Porter  <dick@ximian.com>
26086         * locales.c (create_NumberFormat): NumberFormatInfo construction.
26087         Patch by Mohammad DAMT (mdamt@cdl2000.com).
26089 2003-12-01  Dick Porter  <dick@ximian.com>
26091         * threads.c: Fix signature and call in CreateMutex and
26092         CreateEvent.
26094 2003-12-01  Dick Porter  <dick@ximian.com>
26096         * icall.c: 
26097         * locales.c: Implement string compares and searching
26099         * object.h: Add extra Thread field
26101 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
26103         * reflection.c (fixup_method): Add support for MonoCMethod.
26105 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
26107         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
26109         * reflection.c (assembly_name_to_aname): Allow extra characters in
26110         assembly names. Fixes #51468.
26112 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
26114         * exception.c (mono_exception_from_name_domain): New helper function.
26116         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
26117         exception object in the correct domain.
26119         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
26120         formatting + make a copy a the input data.
26122         * loader.c (mono_get_method_from_token): Methods which contain
26123         native code do not have entries in the ImplMap.
26125         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
26126         Thanks to Gonzalo for spotting this.
26127         
26128         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
26129         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
26131         * assembly.h (mono_assembly_load_from): Split the second part of 
26132         assembly loading into a new public function.
26134         * exception.h (mono_get_exception_bad_image_format): New function.
26136 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
26138         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
26139         Enumerate all modules inside a dynamic assembly. Fixes #51293.
26140         
26141         * icall.c: Add new icall for creating dynamic methods.
26143         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
26145         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
26147         * reflection.c (mono_reflection_create_dynamic_method): New icall to
26148         create a dynamic method.
26150         * reflection.c (resolve_object): New helper function.
26152         * reflection.c: Generalize ReflectionMethodBuilder and the functions
26153         which manipulate it so they can also work on dynamic methods.
26155         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
26156         creating the MonoReflectionMethodAux structure if it is not needed.
26157         
26158         * reflection.h verify.c: Update after changes to object layout.
26160         * reflection.c (method_builder_encode_signature): Fix compilation on
26161         gcc 2.95.x.
26163 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
26165         * appdomain.h: Added support for context static fields. Added static_data
26166           field to MonoAppContext and renamed thread_static_fields to a more
26167           generic special_static_fields in MonoAppDomain, since it can now contain
26168           context static fields.
26169         * domain.c: Updated hashtable name.
26170         * object.c: Replaced field_is_thread_static() for a more generic
26171           field_is_special_static() which also checks for context static attribute.
26172           In mono_class_vtable(), added support for static context fields.
26173         * threads.c: Changed methods that manage thread static fields to more
26174           generic methods so they can be reused both for thread and context static
26175           data.
26176         * threads.h: Declared some new methods.
26178 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
26180         * reflection.h: Update after changes to the managed types.
26182         * reflection.c (encode_custom_modifiers): New helper function.
26184         * reflection.c (method_encode_signature): Emit custom modifiers.
26186         * reflection.c (field_encode_signature): Emit custom modifiers.
26188 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
26190         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
26192         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
26193         implementation.
26195         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
26196         icall.
26198         * object.c (mono_field_get_value_object): New function.
26200         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
26201         specific.
26203 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
26205         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
26206         return a preallocated out-of-memory exception instance.
26208         * object.c (out_of_memory): Use the new function.
26210         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
26211         flag is before the custom modifiers. Fixes #49802.
26213 2003-11-16  Martin Baulig  <martin@ximian.com>
26215         * class.c (mono_class_is_open_constructed_type): Implemented the
26216         MONO_TYPE_GENERICINST case.
26218 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
26220         * assembly.c (mono_assembly_fill_assembly_name): New function to
26221         fill out the MonoAssemblyName structure.
26222         (mono_assembly_open): Use the new function.
26224         * icall.c (fill_reflection_assembly_name): New helper function.
26226         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
26227         new function.
26229         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
26231 2003-11-15  Martin Baulig  <martin@ximian.com>
26233         * class.c (mono_class_is_open_constructed_type): New public
26234         function; checks whether a type is an open constructed type,
26235         ie. whether it still contains type parameters.
26236         (mono_class_inflate_generic_type): If we're a type parameter and
26237         the inflated type is also a MONO_TYPE_(M)VAR, return the original
26238         type.
26240         * class.h (MonoGenericInst): Added `guint32 is_open'.
26242         * loader.c (method_from_methodspec): Check whether we're an open
26243         or closed constructed type and set `ginst->is_open'.
26245         * reflection.c (mono_reflection_bind_generic_parameters): Check
26246         whether we're an open or closed constructed type and set
26247         `ginst->is_open'.
26248         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
26249         from open constructed types.
26251 2003-11-15  Martin Baulig  <martin@ximian.com>
26253         * reflection.c (mono_reflection_bind_generic_parameters): If we're
26254         a generic instance (instead of a generic type declaration) with
26255         unbound generic parameters, bind them to our actual types.
26257 2003-11-14  Martin Baulig  <martin@ximian.com>
26259         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
26261         * reflection.c (mono_reflection_bind_generic_parameters): If we're
26262         an interface type, populate `res->interfaces' with instantiated
26263         versions of all the interfaces we inherit.
26265 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
26267         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
26268         when MONO_PATH is set but doesn't contain the install dir.
26270 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26272         * icall.c:
26273         (ves_icall_Type_GetInterfaces): don't return an interface twice when
26274         it's also implemented in base classes. Fixes bug #50927.
26276 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
26278         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
26279         if this method is called from a finalizer. Fixes #50913.
26281 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
26283         * threads.c: Implement VolatileRead/VolatileWrite
26285         * icall.c: Add new icalls for VolatileRead/VolatileWrite
26287 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
26289         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
26290         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
26291         2.95.3.
26293         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
26294         from Peter Ross (pro@missioncriticalit.com).
26295         
26296 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
26298         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
26300 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
26302         * assembly.c (mono_assembly_load_references): Disable check because it
26303         triggers on older corlibs which lots of people have.
26305 2003-11-12  Jackson Harper  <jackson@ximian.com>
26307         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
26308         load corlib.dll if mscorlib.dll is not found.
26309         * assembly.h: Remove corlib name define.
26310         * class.c:
26311         * domain.c:
26312         * image.c: Change corlib name to mscorlib.
26313         
26314 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
26316         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
26318 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
26320         * appdomain.h: Added loader_optimization here to sync with the C#
26321         code, and add disallow_binding_redirects field.
26323 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
26325         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
26327         * reflection.c (mono_image_build_metadata): Fix crash on modules
26328         with no types.
26330         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
26332         * icall.c (ves_icall_get_method_info): Return callingConvention as
26333         well.
26335         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
26336         namespaces from the EXPORTEDTYPE table as well.
26338         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
26339         from all modules inside the assembly.
26340         
26341 2003-11-11  Martin Baulig  <martin@ximian.com>
26343         * reflection.c (mono_reflection_bind_generic_parameters): Make
26344         this work for interfaces.
26346 2003-11-11  Martin Baulig  <martin@ximian.com>
26348         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
26350 2003-11-11  Martin Baulig  <martin@ximian.com>
26352         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
26353         "MonoInflatedMethod" and "MonoInflatedCtor".
26355 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
26357         * reflection.c (resolution_scope_from_image): Use the assembly table
26358         from the manifest module, since other modules don't have it.
26360         * debug-helpers.c (mono_type_full_name): New helper function.
26362         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
26364         * image.c (mono_image_load_file_for_image): New public function which
26365         is a replacement for the load_file_for_image in class.c.
26367         * assembly.c (mono_assembly_load_module): A wrapper for the function
26368         above which does assembly association and reference loading too.
26370         * class.c (mono_class_from_name): Call mono_assembly_load_module.
26372 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26374         * appdomain.c: not all of the attributes for the full assembly name
26375         are required and the order doesn't matter. Fixes bug #50787.
26377 2003-11-10  Dick Porter  <dick@ximian.com>
26379         * locales.c: Use platform-endian UTF16
26381 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
26383         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
26384         
26385 2003-11-10  Martin Baulig  <martin@ximian.com>
26387         * metadata.c
26388         (mono_metadata_load_generic_params): Make this actually work.
26390         * reflection.c (mono_reflection_bind_generic_parameters): If our
26391         parent is a generic instance, pass all the `types' to it, no
26392         matter whether it has the same number of type parameters or not.
26394 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
26396         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
26398         * assembly.c (mono_assembly_load_references): Move the image<->assembly
26399         assignment code to this function so it gets called recursively for all
26400         modules.
26402         * image.c (load_modules): Remove the assembly assignment since it is
26403         now done by mono_assembly_load_references.
26404         
26405         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
26406         Add 'module' argument.
26407         (mono_module_get_types): New helper function.
26408         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
26410 2003-11-08  Martin Baulig  <martin@ximian.com>
26412         * class.c (mono_class_inflate_generic_method): Interface method
26413         don't have a header.
26415         * reflection.c (mono_image_get_methodspec_token): Take an
26416         additional `MonoGenericInst *' argument instead of reading it from
26417         the header; this is necessary to support interfaces.
26418         (mono_image_create_token): Pass the `MonoGenericInst *' from the
26419         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
26420         (inflated_method_get_object): Take an additional `MonoGenericInst *'
26421         argument.
26423         * reflection.h (MonoReflectionInflatedMethod): Added
26424         `MonoGenericInst *ginst'.
26426 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
26428         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
26430 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
26432         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
26434 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
26436         * reflection.c 
26437         (reflection_methodbuilder_from_method_builder):
26438         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
26439         initialize a ReflectionMethodBuilder structure.
26440         (mono_image_get_methodbuilder_token):
26441         (mono_image_get_ctorbuilder_token): New functions to emit memberref
26442         tokens which point to types in another module inside the same assembly.
26444         * reflection.c: Use the new helper functions.
26445         
26446         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
26448         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
26449         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
26451         * reflection.c (resolution_scope_from_image): Emit a moduleref if
26452         neccesary.
26454         * reflection.c (mono_image_build_metadata): Emit metadata only for the
26455         current module. Emit the manifest only for the main module.
26457         * reflection.c (mono_image_create_token): Add assertion when a 
26458         memberref needs to be created.
26460         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
26462         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
26463         larger buffer for the custom attribute blob. Fixes #50637.
26464         
26465 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26467         * threadpool.c: notify listener on async processing handles after
26468         invoking the async callback. Thanks to Zoltan.
26470 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
26472         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
26473         avoid code duplication.
26475         * reflection.h (MonoDynamicImage): New type which is currently unused,
26476         but will be used through the ref.emit code in place of 
26477         MonoDynamicAssembly.
26479         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
26480         object layout.
26482         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
26483         a MonoDynamicImage instead of just a MonoImage.
26484         
26485         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
26486         icalls to ModuleBuilder but keep their semantics, so they will work
26487         with moduleb->assemblyb. This will change later.
26488         
26489 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
26491         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
26492         object layout.
26494         * reflection.c (mono_image_build_metadata): Avoid creation of a default
26495         main module, since it is now done by the managed code.
26497 2003-11-03  Martin Baulig  <martin@ximian.com>
26499         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
26500         `ginst->klass' here.
26501         (method_encode_methodspec): Don't use the `ginst->generic_method's
26502         klass if it's a generic instance, use `ginst->klass' in this case.
26504 2003-11-03  Martin Baulig  <martin@ximian.com>
26506         * reflection.c (mono_image_get_generic_method_param_info):
26507         Removed, use mono_image_get_generic_param_info() instead.
26508         (mono_image_get_type_info): Write the GenericParam table before
26509         the Method table.  This is neccessary because in the GenericParam
26510         table, type parameters of the class (ie. '!0' etc.) must come
26511         before the ones from its generic methods (ie. '!!0' etc).
26513 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
26515         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
26517 2003-11-02  Martin Baulig  <martin@ximian.com>
26519         * reflection.c (create_generic_typespec): Take a
26520         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
26521         the generic parameters from it.
26523 2003-11-02  Martin Baulig  <martin@ximian.com>
26525         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
26526         instead of a `MonoClassField *' since we just need the type.
26527         (create_generic_typespec): New static function.  Creates a
26528         TypeSpec token for a generic type declaration.
26529         (mono_image_get_generic_field_token): New static function.
26530         (mono_image_create_token): If we're a FieldBuilder in a generic
26531         type declaration, call mono_image_get_generic_field_token() to get
26532         the token.
26534 2003-11-02  Martin Baulig  <martin@ximian.com>
26536         * reflection.h
26537         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
26538         `MonoReflectionGenericInst *declaring_type' and
26539         `MonoReflectionGenericInst *reflected_type' fields.
26541         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
26542         `MonoReflectionGenericInst *declaring_type' and a
26543         `MonoReflectionGenericInst *reflected_type' argument instead of a
26544         single `MonoReflectionGenericInst *type' one.  Set
26545         `res->declaring_type' and `res->reflected_type' from them.
26546         (mono_reflection_inflate_field): Likewise.      
26548 2003-11-02  Martin Baulig  <martin@ximian.com>
26550         * class.c (mono_class_setup_vtable): Don't store generic methods
26551         in the vtable.  
26553 2003-11-02  Martin Baulig  <martin@ximian.com>
26555         * reflection.h (MonoReflectionGenericInst): Added
26556         `MonoReflectionType *declaring_type'.
26558         * reflection.c (mono_reflection_bind_generic_parameters): Use
26559         `if (tb->parent)' instead of `klass->parent'.
26561 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
26563         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
26564         with an empty ASSEMBLY table.
26566         * reflection.c (mono_image_build_metadata): Avoid using the same loop
26567         variable in the inner and outer loops.
26569 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
26571         * metadata.h (mono_metadata_make_token): Put parentheses around macro
26572         argument.
26574         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
26575         
26576         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
26577         icalls. Instead, do everything in managed code. This is needed since
26578         it is hard to restore the original domain etc. in unmanaged code in the
26579         presence of undeniable exceptions.
26581         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
26582         New icalls to push and pop appdomain refs.
26584 2003-10-31  Martin Baulig  <martin@ximian.com>
26586         * class.c (inflate_generic_type): Renamed to
26587         mono_class_inflate_generic_type() and made it public.
26589         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
26590         New interncall.
26592         * loader.c (mono_field_from_memberref): Also set the retklass for
26593         typespecs.
26595         * fielder.c (mono_image_get_inflated_field_token): New static
26596         method; creates a metadata token for an inflated field.
26597         (mono_image_create_token, fixup_method): Added support for
26598         "MonoInflatedField".
26599         (fieldbuilder_to_mono_class_field): New static function.
26600         (mono_reflection_inflate_field): New public function.
26602         * reflection.h
26603         (MonoReflectionGenericInst): Added `MonoArray *fields'.
26604         (MonoReflectionInflatedField): New typedef.     
26606 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
26608         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
26609         for Solaris and other platforms without s6_addr16
26611 2003-10-30  Martin Baulig  <martin@ximian.com>
26613         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
26614         argument instead of two.
26615         (mono_class_inflate_generic_signature): Likewise.
26616         (inflate_generic_header): Likewise.
26617         (mono_class_inflate_generic_method): Likewise.  In addition, if
26618         `ginst->klass' is set, it becomes the new `method->klass'.
26620         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
26621         field.
26623         * reflection.c (encode_generic_method_sig): Write a 0xa as the
26624         first byte. [FIXME]
26625         (method_encode_methodspec): If we have generic parameters, create
26626         a MethodSpec instead of a MethodRef.
26627         (fixup_method): Added support for "MonoInflatedMethod" and
26628         "MonoInflatedCtor".
26629         (mono_image_create_token): Added support for "MonoInflatedMethod"
26630         and "MonoInflatedCtor".
26631         (inflated_method_get_object): New static function; returns a
26632         managed "System.Reflection.MonoInflatedMethod" object.
26633         (mono_reflection_bind_generic_method_parameters): Return a
26634         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
26635         (mono_reflection_inflate_method_or_ctor): Likewise.
26636         (mono_image_get_generic_method_param_info): Initialize unused
26637         fields to zero.
26638         (mono_image_get_generic_param_info): Likewise.
26640         * reflection.h (MonoReflectionInflatedMethod): New public
26641         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
26642         "S.R.MonoInflatedCtor" classes.
26644         * loader.c (method_from_memberref): If we're a TypeSpec and it
26645         resolves to a generic instance, inflate the method.
26647 2003-10-28  Dick Porter  <dick@ximian.com>
26649         * object.c (mono_runtime_run_main): Convert command-line arguments
26650         into utf8, falling back to the user's locale encoding to do so.
26652 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
26654         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
26655         at this time.
26657         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
26659         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
26660         up icalls at method definition time. Partially fixes #33569.
26662 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
26664         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
26665         marshalling of arrays. Fixes #50116.
26667         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
26669         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
26670         points to a vtable in the dying appdomain.
26672         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
26673         listeners into unmanaged code inside the lock.
26675         * object.c (mono_class_vtable): Turn off typed allocation in non-root
26676         domains and add some comments.
26678 2003-10-25  Martin Baulig  <martin@ximian.com>
26680         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
26682         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
26684         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
26685         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
26686         currently parsing.  Create the generic class and store it in
26687         `generic_inst->klass' before parsing the type arguments.  This is
26688         required to support "recursive" definitions; see mcs/tests/gen-23.cs
26689         for an example.
26690         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
26691         to support recursive typespec entries.
26693         * class.c (mono_class_setup_parent): If our parent is a generic
26694         instance, we may get called before it has its name set.
26695         (mono_class_from_generic): Splitted into
26696         mono_class_create_from_generic() and mono_class_initialize_generic().
26698 2003-10-25  Martin Baulig  <martin@ximian.com>
26700         * icall.c (ves_icall_Type_BindGenericParameters): Return a
26701         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
26702         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
26703         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
26705         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
26706         (create_typespec): Likewise.
26707         (mono_reflection_bind_generic_parameters): Return a
26708         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
26709         (mono_reflection_inflate_method_or_ctor): New public function.
26711         * reflection.h (MonoReflectionGenericInst): New typedef.        
26713 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
26715         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
26716         inside the domain lock. Fixes #49993.
26717         
26718         * object.c (mono_class_vtable): When typed allocation is used, 
26719         allocate vtables in the GC heap instead of in the mempool, since the
26720         vtables contain GC descriptors which are used by the collector even
26721         after the domain owning the mempool is unloaded.
26723         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
26725         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
26726         reflect what it does. Also invalidate mempools instead of freeing
26727         them if a define is set.
26729         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
26730         of the appdomain.
26731         
26732         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
26733         hold the finalizable objects in this domain.
26735         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
26736         appdomain.
26738         * appdomain.c (mono_domain_set): New function to set the current
26739         appdomain, but only if it is not being unloaded.
26741         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
26742         appdomain which is being unloaded.
26743         
26744         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
26745         unloading of the root appdomain.
26747         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
26748         icall to execute a method in another appdomain. Intended as a 
26749         replacement for InternalSetDomain, which can confuse the code 
26750         generation in the JIT.
26752         * appdomain.c (mono_domain_is_unloading): New function to determine
26753         whenever an appdomain is unloading.
26755         * appdomain.c (mono_domain_unload): New function to correctly unload
26756         an appdomain.
26758         * assembly.c (mono_assembly_load_references): Check that an assembly
26759         does not references itself.
26761         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
26762         domain manually, it asks the finalizer thread to do it, then waits for
26763         the result. Also added a timeout.
26765         * icall.c: Register the new icalls.
26767         * threads.h threads.c: Export the mono_gc_stop_world and 
26768         mono_gc_start_world functions.
26769         
26770         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
26771         function to fill out the mempool with 0x2a.
26773 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
26775         * reflection.h (MonoReflectionMethodAux): New structure to store
26776         information which is rarely used, thus is not in the MonoMethod
26777         structure.
26779         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
26780         store the aux info.
26782         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
26783         and marshalling info into the aux structure.
26785         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
26786         from the aux structure.
26788         * loader.c (mono_method_get_param_names): Retrieve the param names from
26789         the aux structure.
26790         
26791 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
26793         * exception.h exception.c: Add AppDomainUnloadedException && fix 
26794         warning.
26796 2003-10-21  Dick Porter  <dick@ximian.com>
26798         * socket-io.c
26799         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
26800         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
26802 2003-10-21  Martin Baulig  <martin@ximian.com>
26804         * reflection.c (mono_reflection_bind_generic_parameters):
26805         `klass->parent' is NULL for interfaces.
26807 2003-10-21  Martin Baulig  <martin@ximian.com>
26809         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
26811 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
26813         * exception.c (mono_exception_from_name_msg): New helper function for
26814         creating exceptions and initializing their message field.
26816         * exception.c: Simplify functions using the new helper.
26818         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
26819         New function.
26821         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
26822         mono_raise_exception, since otherwise gcc doesn't generate the function
26823         epilog for raise_exception, confusing the stack unwinding in the JIT.
26824         Fixes #45043.
26826         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
26827         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
26828         Fixes #49499.
26830 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26832         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
26833         utf8.
26835 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
26837         * icall.c: Removed GetUninitializedObject method because
26838           AllocateUninitializedClassInstance does the same.
26840 2003-10-18  Martin Baulig  <martin@ximian.com>
26842         * class.c (inflate_generic_signature): Renamed to
26843         mono_class_inflate_generic_signature() and made it public.
26844         (my_mono_class_from_generic_parameter): New static function; if we
26845         don't already have the generic parameter's MonoClass, create a
26846         very simple one which is just used internally in the runtime and
26847         not passed back to managed code.
26849         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
26851         * metadata.h (MonoMethodSignature): Moved the
26852         `MonoGenericParam *gen_params' to the MonoMethodHeader.
26853         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
26855         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
26856         ves_icall_MonoMethod_GetGenericArguments(); this is now an
26857         interncall on the MonoMethod class, not on MethodInfo.
26858         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
26859         calling mono_reflection_bind_generic_method_parameters() directly.
26861         * loader.c (mono_method_get_signature): If this is a MethodSpec;
26862         return the already computed `method->signature'.
26863         (method_from_methodspec): New static function to load a method
26864         from a MethodSpec entry.
26865         (mono_get_method_from_token): Call the new method_from_methodspec()
26866         for MethodSpec tokens.  
26867         (mono_get_method_from_token): If we're a generic method, load the
26868         type parameters.
26870         * reflection.c (mono_image_get_memberref_token): Allow
26871         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
26872         table.
26873         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
26874         (mono_image_create_token): First check whether it's a generic
26875         method (so we'd need to create a MethodSpec), then do the other
26876         two alternatives.
26877         (mono_reflection_bind_generic_method_parameters): Return a
26878         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
26879         called directly from the interncall.
26881 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
26883         * reflection.c (load_public_key): Move loading of the public key
26884         into managed code.
26886         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
26888         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
26889         fields.
26891         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
26892         culture, hash_alg and public_key. Fixes #49555.
26894 2003-10-17  Martin Baulig  <martin@ximian.com>
26896         * class.h (MonoGenericInst): Moved this declaration here and added
26897         `MonoMethod *generic_method'.
26899         * icall.c
26900         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
26901         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
26903         * metadata.c (mono_metadata_type_equal): Two types of
26904         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
26905         index; ie. don't compare the address of the `MonoGenericParam'
26906         structure.
26907         (mono_metadata_load_generic_params): Removed the `MonoMethod
26908         *method' argument.
26910         * metadata.h (MonoGenericInst): Moved declaration to class.h.
26911         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
26913         * reflection.c (method_encode_signature): Encode the number of
26914         generic parameters.
26915         (encode_generic_method_sig): New static function.
26916         (method_encode_methodspec): New static function; creates an entry
26917         in the MethodSpec table for a generic method.
26918         (mono_image_get_methodspec_token): New static function.
26919         (mono_image_create_token): Call mono_image_get_methodspec_token()
26920         for generic methods.
26921         (mono_reflection_bind_generic_method_parameters): New public
26922         function.  Instantiates a generic method.
26924 2003-10-16  Martin Baulig  <martin@ximian.com>
26926         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
26927         *gen_params' here from MonoMethodHeader.
26929         * metadata.c (mono_metadata_parse_method_signature): If we have
26930         generic parameters, initialize `method->gen_params' and then set
26931         the correct `type->data.generic_param' in all the parameters.
26933 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
26935         * threads.c (mono_threads_get_default_stacksize): New function to 
26936         return the default stacksize.
26938         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
26939         termination of the finalizer thread, since the previous method had
26940         race conditions. Fixes #49628.
26942         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
26943         as for the other managed threads.
26945 2003-10-16  Martin Baulig  <martin@ximian.com>
26947         * class.c (inflate_generic_signature): Copy `generic_param_count'
26948         and `gen_params'.
26950         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
26951         New interncall.
26953         * metadata.c (mono_metadata_parse_method_signature): Actually set
26954         the `method->generic_param_count' here.
26955         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
26957 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
26959         * object.h: Add a new field to TypedRef to simplify the implementation
26960         of the REFANY opcodes in the JIT.
26962         * icall.c: Make use of the new field.
26964         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
26965         dynamically.
26967 2003-10-15  Martin Baulig  <martin@ximian.com>
26969         * class.c (mono_class_from_gen_param): Renamed to
26970         mono_class_from_generic_parameter() and moved most of the
26971         functionality from mono_reflection_define_generic_parameter()
26972         here; ie. we create a "real" class here.
26973         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
26974         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
26975         previously been called.
26977         * class.h (MonoGenericParam): Moved the declaration of this struct
26978         here from metadata.h and added `MonoMethod *method'.
26980         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
26981         interncall.
26983         * loader.c (mono_get_method_from_token): If we have any generic
26984         parameters, call mono_metadata_load_generic_params() to read them
26985         from the MONO_TABLE_GENERICPAR.
26987         * metadata.c (mono_metadata_load_generic_params): Added
26988         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
26990         * metadata.h (MonoMethodSignature): Replaced
26991         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
26992         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
26994         * reflection.c (mono_reflection_define_generic_parameter): Moved
26995         most of the functionality into the new
26996         mono_class_from_generic_parameter(); set the `method' field if
26997         we're a method parameter.       
26999 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
27001         * marshal.c (emit_struct_conv): if native size is 0
27002         emit no code.
27004 2003-10-14  Martin Baulig  <martin@ximian.com>
27006         * icall.c: The generics API has changed in the spec since it was
27007         added to System.Type; these modifications make it match the spec
27008         again.
27009         (ves_icall_Type_GetGenericParameters): Renamed to
27010         `ves_icall_Type_GetGenericArguments'.
27011         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
27012         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
27013         `ves_icall_MonoType_get_HasGenericArguments'.
27014         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
27015         `ves_icall_MonoType_get_IsGenericParameter'.
27016         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
27017         this is no interncall anymore.
27018         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
27019         `ves_icall_TypeBuilder_get_IsGenericParameter'.
27021 2003-10-14  Martin Baulig  <martin@ximian.com>
27023         * reflection.c (mono_reflection_bind_generic_parameters): Also
27024         inflate generic methods if we're reading the class from IL.
27026 2003-10-13  Martin Baulig  <martin@ximian.com>
27028         * reflection.c (mono_reflection_define_generic_parameter): This
27029         method isn't called directly from the icall anymore; take a
27030         `MonoReflectionAssemblyBuilder *' so we can use this for type and
27031         method generic parameters.
27032         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
27033         (method_builder_encode_signature): Encode generic parameters.
27034         (mono_image_get_method_info): Write generic params to the
27035         MONO_TABLE_GENERICPARAM table.
27037         * reflection.h (MonoReflectionMethodBuilder): Added
27038         `MonoArray *generic_params'.
27040         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
27042         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
27043         wrapper for mono_reflection_define_generic_parameter().
27044         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
27046 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
27048         * marshal.h: Add missing function to fix build.
27050         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
27051         the SetLastError pinvoke attribute.
27053         * marshal.c (mono_marshal_set_last_error): New helper function called
27054         by the generated code.
27055         
27056         * marshal.c (mono_mb_emit_branch): New helper function.
27058         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
27060         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
27061         classes as parameters and return values of delegates. Fixes #29256. 
27063 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
27065         * locales.c: use gint32 in non HAVE_ICU case
27067 2003-10-11  Martin Baulig  <martin@ximian.com>
27069         * mono-debug.c (mono_debug_add_method): Added a workaround for
27070         bug #48591.
27072 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
27074         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
27075         delegates passed to native code must use the STDCALL calling 
27076         convention. Fixes #35987.
27078 2003-10-10  Martin Baulig  <martin@ximian.com>
27080         * class.c (inflate_generic_type): If we're inflating for a generic
27081         type instance (and not for a generic method), return
27082         MONO_TYPE_MVAR unchanged.
27084 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27086         * string-icalls.c: Join ignores null strings in the source array.
27087         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
27088         * threads.c: GetAvailableTheads is slightly more accurate.
27090 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
27092         * threads.h threads.c : add mono_threads_set_default_stacksize
27093         and pass default to CreateThread calls.
27095 2003-10-09  Dick Porter  <dick@ximian.com>
27097         * icall.c:
27098         * locales.h:
27099         * locales.c: Internal calls for constructing CultureInfo and
27100         related objects from libicu (if its available.)
27102 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
27104         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
27106 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27108         * threadpool.c: added an argument to async_invoke_thread that is the
27109         item to process, pass the MonoAsyncResult to the thread start function
27110         when creating a new thread. This way we don't need to acquire any lock
27111         when we're creating a new thread. Readded a semaphore for faster
27112         response times (instead of that Sleep i added).
27114 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
27116         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
27117         get daylight change dates better on Windows, fix handling
27118         of platforms without tm_gmtoff.
27120 2003-10-06  Martin Baulig  <martin@ximian.com>
27122         * class.c (inflate_generic_method): Renamed to
27123         mono_class_inflate_generic_method() and made public.
27124         (mono_class_init): Don't inflate the generic methods here.
27125         (mono_class_from_generic): Added `gboolean inflate_methods'
27126         argument.  Inflate the methods here.
27128         * loader.c (mono_method_get_param_names): Ignore instances of
27129         generic types for the moment.
27131         * reflection.c (fixup_method): Added support for inflated methods.
27132         (mono_image_create_token): Use mono_image_get_methodref_token()
27133         for inflated methods.
27134         (mono_custom_attrs_from_param): Ignore instances of generic types
27135         for the moment.
27136         (mono_reflection_bind_generic_parameters): New public function.
27137         Moved all the functionality from
27138         ves_icall_Type_BindGenericParameters() here and added support for
27139         dynamic types.
27140         (mono_reflection_define_generic_parameter): Initialize
27141         `klass->methods' here.
27143         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
27144         functionality into mono_reflection_define_generic_parameter().
27145         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
27146         TypeBuilder, return that TypeBuilder.
27148 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27150         * appdomain.c: removed mono_delegate_semaphore.
27152         * threadpool.c:
27153         (mono_thread_pool_add): moved hash table creation inside and the thread 
27154         creation outside of the critical region.
27155         (mono_thread_pool_finish): removed obsolete code.
27156         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
27157         continue or exit the thread depending on the queue.
27159 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
27161         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
27162         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
27163         handle more bool marshalling options
27165 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
27167         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
27168         arrays of structs. Also add a more descriptive error message when
27169         a structure member is marshalled as LPArray.
27171 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
27173         * marshal.c (mono_marshal_get_native_wrapper): Add support for
27174         marshalling arrays of complex types. Fixes #29098. Also remove an
27175         usused and incomplete function.
27177 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
27179         * gc.c: report heap_size - free_bytes as total memory allocated
27180         (bug#49362).
27182 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
27184         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
27185         fix timezone handling problems on Windows.
27186         
27187         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
27188         asserts when the year is outside the range handled by ms the functions.
27190         * class.c (setup_interface_offsets): If the class is an interface,
27191         fill out its interface_offsets slot.
27193 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27195         * threadpool.c: mark threadpool threads as background.
27197 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
27199         * decimal.c - define DECINLINE to nothing if not using GCC
27201 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
27203         * assembly.c: More refcount fixes.
27205 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27207         * string-icalls.c: if we're not trimming, return the same string.
27208         When not splitting, don't create a new string.
27210 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27212         * image.c:
27213         (mono_image_open): increment the ref_count inside the critical section.
27215 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
27217         * image.c (mono_image_open): Fix reference counting bug.
27219 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
27221         * marshal.c (mono_marshal_type_size) struct alignment changed for 
27222         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
27223         64bits. Avoid leak in mono_marshal_get_native_wrapper when
27224         mono_lookup_pinvoke_call throws.        
27226 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
27228         * reflection.c (mono_reflection_parse_type): Fix #49114.
27230         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
27231         temporary workaround for cygwin header problem.
27233         * object.c (mono_object_isinst): Synchronize this with the code
27234         generated by the JIT for casts.
27236 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
27238         * reflection.c (encode_type): Fix #38332.
27240 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
27242         * marshal.c (mono_marshal_method_from_wrapper): New function to return
27243         the original method from the wrapper method.
27245 2003-09-25  Martin Baulig  <martin@ximian.com>
27247         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
27248         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
27249         (ves_icall_Type_get_IsGenericInstance): New interncall.
27251 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
27253         * object.c: fix cast warning in big endian code.
27255 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
27257         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
27258         
27259 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27261         * assembly.c: don't call check_env from mono_assembly_load. It's
27262         already done once in mono_assemblies_init and may cause headaches when
27263         multiple threads are loading assemblies.
27265 2003-09-19  Martin Baulig  <martin@ximian.com>
27267         * reflection.c (mono_reflection_define_generic_parameter): Don't
27268         allocate `klass->methods', set `klass->flags' to
27269         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
27271 2003-09-18  Martin Baulig  <martin@ximian.com>
27273         * class.c (mono_class_init): Don't create `class->methods' if it's
27274         already initialized.
27276         * metadata.c (mono_metadata_load_generic_params): Make this
27277         actually work.
27279         * reflection.c (mono_reflection_define_generic_parameter): Set
27280         parent class and interfaces from the constraints.
27282         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
27283         to keep this struct in sync with the declaration in TypeBuilder.cs.
27285 2003-09-17  Martin Baulig  <martin@ximian.com>
27287         * metadata.h (MonoType): Replaced the data's `int type_param'
27288         field with `MonoGenericParam *generic_param'.
27289         (MonoGenericParam): Added `MonoClass *klass'.
27291         * class.c (mono_class_from_gen_param): Removed the
27292         `MonoImage *image' and `int type_num' arguments.
27294         * metadata.c (mono_metadata_parse_generic_param): New static
27295         method; creates a MonoGenericParam which just contains the index.
27296         (do_mono_metadata_parse_type): Call
27297         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
27298         MONO_TYPE_MVAR.
27300         * reflection.c (mono_image_typedef_or_ref): Generic type
27301         parameters may be in the same assembly, but never use a typedef
27302         for them.
27303         (mono_reflection_define_generic_parameter): We're now creating a
27304         "real" class for the type parameter; it's now safe to call
27305         mono_class_from_mono_type() on the class'es type, it'll do the
27306         right thing.
27308 2003-09-16  Martin Baulig  <martin@ximian.com>
27310         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
27311         `symfile->range_entry_size' and `symfile->class_entry_size' here;
27312         the `symfile' data structure must be fully initialized before it
27313         gets added to the table.
27315 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
27317         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
27319         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
27320         class init trampolines.
27322 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
27324         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
27325         to the built-in profiler to turn off time and allocation profiling
27326         respectively.
27328 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
27330         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
27331         g_direct_equal.
27333         * debug-helpers.c (mono_method_full_name): Print the wrapper type
27334         in human readable form.
27336 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
27338         * reflection.c icall.c: Fixed warnings.
27340         * image.c (load_class_names): Use a temporary hash table to hold the
27341         namespaces in order to avoid doing many string comparisons.
27343         * image.h: Fix typo.
27345         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
27346         Pass NULL instead of g_direct_equal to the GHashTable constructor 
27347         since the NULL case is short-circuited inside g_hash_table_lookup, 
27348         leading to better performance.  
27350         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
27351         obtain the first custom attribute for a given index. Depends on the
27352         CustomAttribute table being sorted by the parent field.
27354         * reflection.c (mono_custom_attrs_from_index): Use the new function 
27355         for better performance.
27357 2003-09-07  Martin Baulig  <martin@ximian.com>
27359         * class.c (mono_class_init): If we're a generic instance, inflate
27360         all our methods instead of loading them from the image.
27361         (mono_class_from_generic): Set `class->methods = gklass->methods'.
27363 2003-09-07  Martin Baulig  <martin@ximian.com>
27365         * mono-debug-debugger.c: Added support for constructors.
27367 2003-09-06  Martin Baulig  <martin@ximian.com>
27369         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
27370         New interncall.
27372         * reflection.c (mono_reflection_setup_generic_class): Call
27373         ensure_runtime_vtable() to create the vtable.
27375 2003-09-05  Martin Baulig  <martin@ximian.com>
27377         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
27378         MONO_TYPE_MVAR.
27380 2003-09-04  Martin Baulig  <martin@ximian.com>
27382         * reflection.c (mono_reflection_define_generic_parameter): Generic
27383         parameters start with zero.
27385 2003-09-04  Martin Baulig  <martin@ximian.com>
27387         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
27389         * reflection.h (MonoReflectionGenericParam): New typedef.
27390         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
27391         the generic parameters from the managed TypeBuilder.
27393         * reflection.c (mono_reflection_define_generic_parameter): New function.
27394         (mono_reflection_create_runtime_class): Encode generic parameters.
27395         (mono_reflection_setup_generic_class): New function; this is
27396         called after adding adding all generic params to the TypeBuilder.
27397         (encode_type): Added MONO_TYPE_VAR.
27399 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
27401         * class.h class.c (mono_class_needs_cctor_run): Moved this method
27402         here from the JIT.
27404         * assembly.h assembly.c: Moved the AOT loading code into an assembly
27405         load hook.
27407 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
27409         * reflection.h reflection.c class.h class.c: Delete duplicate 
27410         definition of mono_type_get_name () from reflection.c and export the
27411         one in class.c.
27413         * class.c: Class loading fixes from Bernie Solomon 
27414         (bernard@ugsolutions.com).
27416         * reflection.c: Endianness fixes from Bernie Solomon 
27417         (bernard@ugsolutions.com).
27418         
27419 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
27421         * assembly.h assembly.c: Define a file format version for AOT
27422         libraries.
27423         
27424         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
27426         * appdomain.h (MonoJitInfo): New field to determine whenever the
27427         code is domain neutral.
27428         
27429 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
27431         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
27433 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
27435         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
27436         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
27437         Avoid caching the result since strings must be domain specific. Fixes
27438         #48050.
27440 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
27442         * marshal.c (mono_marshal_init): Make this callable multiple times
27443         since it is hard to find a correct place to call it.
27445         * object.c (mono_runtime_class_init): Execute static constructors in
27446         the correct appdomain.
27448         * image.c (build_guid_table): Handle the case when multiple images have
27449         the same GUID.
27451 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27453         * icall.c: added a couple of icalls for System.Web.
27455 2003-08-28  Martin Baulig  <martin@ximian.com>
27457         * icall.c (ves_icall_Type_BindGenericParameters): Use
27458         `klass->generic_inst' instead of `&klass->byval_arg' in the
27459         mono_type_get_object() call.  The returned type must be
27460         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
27462 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
27464         * NOTES: New file.
27466         * object.c (mono_class_proxy_vtable): Make it thread safe.
27468         * pedump.c: Fix warning.
27470         * object.c appdomain.h: Get rid of metadata_section. 
27471         It is no longer needed and it was causing deadlocks with domain->lock.
27473         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
27475 2003-08-26  Martin Baulig  <martin@ximian.com>
27477         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
27479 2003-08-26  Martin Baulig  <martin@ximian.com>
27481         * pedump.c (main): Call mono_metadata_init(),
27482         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
27483         and mono_loader_init().
27485 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
27487         * loader.h: Add missing include to fix build.
27489         * image.h: mono_image_load_references is no more.
27491         * assembly.c: Reworked assembly loading to make it really thread safe.
27492         After these changes, the assembly returned by mono_assembly_open is
27493         fully initialized, i.e. all its references assemblies are loaded.
27495         * assembly.c (mono_image_load_references): Renamed to 
27496         mono_assembly_load_references, and made private, since clients no
27497         longer need to call it.
27499         * class.c: Removed calls to mono_assembly_load_references, since it was
27500         a source of deadlocks.
27502         * loader.h loader.c class.h class.c: Protect data structures using a 
27503         new lock, the loader lock.
27505         * class.c (mono_class_setup_vtable): Create temporary hash tables and
27506         GPtrArrays only when needed.
27508         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
27509         into empty structures by mcs. Fixes pinvoke7.cs.
27510         
27511         * domain.c (mono_init): Call a new initialization function.
27513         * appdomain.c (mono_runtime_init): Call the new initializer function
27514         of the marshal module.
27516         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
27517         inserted into empty structures by mcs. Fixes pinvoke7.cs.
27519         * marshal.h marshal.c: Added locks around the wrapper caches to make
27520         this module thread safe.
27522         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
27523         this argument. Fixes pinvoke1.exe.
27525 2003-08-25  Lluis Sanchez <lluis@ximian.com>
27527         * object.h: Added call_type field to MonoMethodMessage and the corresponding
27528         enumeration of values. Removed fields to store remote call output values in
27529         MonoAsyncResult. Not needed any more.
27530         * object.c: Initialize call_type and async_result fields in mono_message_init.
27531         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
27532         dispatching the message.
27533         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
27534         async call to finish. To do it use a message with EndInvoke call type.
27536 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
27538         * loader.h loader.c (mono_method_hash_marhal_info): New function which
27539         determines whenever a method has marshalling info.
27541 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27543         * assembly.c: fix the build on windows.
27545 2003-08-22 Lluis Sanchez <lluis@ximian.com>
27547         * object.cs: Fixed bug #47785.
27549 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
27551         * string-icalls.c (StringReplace): If their are no occurances of
27552         the old string found return a reference to the supplied
27553         string. This saves some memory and matches MS behavoir.
27554         
27555 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27557         * socket-io.c: fixed compilation for systems that define AF_INET6
27558         and don't define SOL_IP/SOL_IPV6.
27560 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
27562         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
27563         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
27565         * rawbuffer.c rawbuffer.h: Make this module thread safe.
27567         * domain.c: Make this module thread safe.
27569         * domain.c (mono_init): Call new initialization function.
27571         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
27572         reference types too. Fixes #38812.
27574         * image.c (mono_image_init): Fixed warnings.
27576         * class.c (mono_class_from_typeref): Handle assembly load failure
27577         correctly.
27579         * appdomain.c (add_assemblies_to_domain): Handle the case when
27580         the references of an assembly are not yet loaded.
27582         * metadata.c image.c assembly.c: Moved initialization of global
27583         variables to a separate function called at startup since lazy 
27584         initialization of these variables is not thread safe.
27585         
27586         * image.c assembly.c: Made this module thread safe by adding locks in 
27587         the appropriate places.
27589         * domain.c (mono_init): Call the new initialization functions of the
27590         three modules.
27592 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
27594         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
27595           make a direct call. It is proxy's work to make the call asynchronous.
27596           mono_delegate_end_invoke(): If the targe is a proxy, just collect
27597           the return values.
27598         * object.cs: mono_method_call_message_new(): read AsyncResult and
27599           state object from parameters list, if this info is requested.
27600         * object.h: Added fields to store remote call output values in
27601           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
27603 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
27605         * object.h: add needed fields to MonoThread.
27606         * threads.c, threads.h: allow registering a function to cleanup data
27607         allocated per thread by the JIT.
27609 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
27611         * loader.h: portability fix by Bernie Solomon
27612         * <bernard@ugsolutions.com>.
27614 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
27616         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
27617         return a MonoArray. This simplifies the code and also ensures that
27618         the cache allways contains an object reference as a value.
27620         * icall.c (ves_icall_get_parameter_info): Simplified using the new
27621         function.
27623 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27625         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
27626         fixes a problem with byte ordering when getting the address family for
27627         a socket.
27629 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
27631         * .cvsignore: Added monosn.
27633         * reflection.h reflection.c loader.c: Added support for parameter
27634         marshalling to dynamically created types. Fixes #47295.
27636 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
27638         * rand.c: remove useless warnings.
27640 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
27642         * class.c: implemented ldtoken for methods and fieldrefs.
27644 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27646         * threadpool.c: when mono_async_invoke was called, no one took care of
27647         monitoring the queue. So if the method invoked took some time and we
27648         got new async invoke requests after 500 ms (the thread created waited
27649         that long in WaitForSingleObject), the new async invoke was not called
27650         until the previous one finished.
27652         This is fixed now. Thanks to Totte for helping with it.
27654 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27656         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
27658 2003-08-11  Martin Baulig  <martin@ximian.com>
27660         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
27662 2003-08-06  Martin Baulig  <martin@ximian.com>
27664         * mono-debug-debugger.c: Added support for static fields,
27665         properties and methods.
27667 2003-08-06  Martin Baulig  <martin@ximian.com>
27669         * mono-debug-debugger.c: Don't store the MonoString's vtable to
27670         make this work for applications with multiple application domains.
27672 2003-08-04  Martin Baulig  <martin@ximian.com>
27674         * mono-debug-debugger.c: Completely reworked the type support; the
27675         most important thing is that we're now just using one single
27676         `MonoType' instance per type.
27678 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
27680         * mono-endian.h, mono-endian.c, icall.c: Added icall
27681         ves_icall_System_Double_AssertEndianity to assert double word endianity
27682         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
27684 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
27686         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
27687         support, icalls and fixes.
27689 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
27691         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
27692         classes that are a punctuation character in .NET is not the same a
27693         g_unichar_ispunct.
27695 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
27697         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
27699 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
27701         * icall.c: Add new MemCopy internalcall.
27702         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
27703         Simplified code; It is not necessary to handle all the cases here,
27704         as the C# code takes care of it.  Only handle the case of the name
27705         resource embedded into the assembly.
27707         Changed signature to return the data pointer and the size of the
27708         data. 
27710 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
27712         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
27713         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
27715 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
27717         * socket-io.c: ignore EINTR error in select.
27719 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
27721         * class.h, class.c: removed unused subclasses field in MonoClass.
27723 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
27725         * icall.c: improve fix of get_base_definition(). If the parent class
27726           doesn't have the mehod, look at the parent of the parent.
27727         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
27728           to check if a parameter is an in or out parameter
27729           (PARAM_ATTRIBUTE_IN is not set by default).
27730           mono_method_return_message_restore(): Use mono_class_value_size to
27731           get the size of a value type. mono_type_stack_size (parameterType)
27732           does not return the correct value if parameterType is byRef.
27733           mono_load_remote_field(), mono_load_remote_field_new(),
27734           mono_store_remote_field(), mono_store_remote_field_new():
27735           raise exception if the remote call returns an exception.
27737 2003-07-28  Martin Baulig  <martin@ximian.com>
27739         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
27740         method.  This is a wrapper around mono_runtime_invoke() which
27741         boxes the instance object if neccessary.
27743 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
27745         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
27746         metadata.h, row-indexes.h, verify.c: first cut of generics support.
27748 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
27750         * icall.c: disable mcs bug workaround.
27752 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
27754         * object.c (mono_runtime_class_init): Take the metadata_section
27755         mutex before obtaining the domain mutex.
27757         * appdomain.h: Added definition of metadata_section mutex here. 
27759         * object.c: define metadata_mutex here.
27761 2003-07-24  Ravi Pratap  <ravi@ximian.com>
27763         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
27764         fixed.
27766 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
27768         * reflection.c: Fix bug #46669
27770 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27772         * exception.c:
27773         * exception.h:
27774         * icall.c:
27775         * object.h: fill in the type name for TypeLoadException.
27777 2003-07-23  Ravi Pratap  <ravi@ximian.com>
27779         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
27780         relationship between TypeBuilders while compiling corlib) and bug
27781         45993 (Array types returned from the runtime while compiling
27782         corlib were from the loaded corlib).
27784 2003-07-22  Martin Baulig  <martin@ximian.com>
27786         * mono-debug-debugger.c: Reworked the type support a bit more;
27787         distinguish between types and classes.
27789 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
27791         * icall.c: add IsArrayImpl icall.
27793 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
27795         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
27796         initializing real_size only once. Also fix bug #46602.
27798 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
27800         * object.c: Renamed mono_metadata_section to metadata_section.
27802 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
27804         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
27805           empty array if the type is an array. Fixed.
27806           ves_icall_MonoMethod_get_base_definition: if the base method
27807           is abstract, get the MethodInfo from the list of methods of
27808           the class.
27809         * reflection.c: ParameterInfo.PositionImpl should be zero-based
27810           and it was 1-based. Fixed in mono_param_get_objects.
27812 2003-07-20  Martin Baulig  <martin@ximian.com>
27814         * mono-debug.h: Set version number to 31.
27815         (mono_debug_init): Added `MonoDomain *' argument.
27817         * mono-debug-debugger.c: Reworked the type support; explicitly
27818         tell the debugger about builtin types; pass the `klass' address to
27819         the debugger.
27821 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
27823         * image.c: Allow new metadata tables to be loaded without a
27824         warning. Also update the warning message to give the new constant value.
27825                 
27826 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
27828         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
27829         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
27830         array type representation changes.
27832 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
27834         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
27835         on Environment.Exit () call.
27837 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
27839         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
27840         requires a matching corlib.
27842 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
27844         * Changelog: My editor decided to add a CR to each line. Sorry about that.
27845           Committed again without the CRs.
27846         
27847 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
27849         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
27850           getting it from the "this" socket instance. Did not work
27851           if the socket is a subclass of Socket.
27852           Also fixed bug #35371.
27854 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
27856         * metadata.c: fixed size for TypedByRef.
27857         * loader.c: when searching for a method, consider the vararg amrker.
27858         * unicode.c, decimal.c: constify some arrays.
27860 2003-07-15  Dick Porter  <dick@ximian.com>
27862         * socket-io.c: Fixed compilation for gcc < 3.2.
27864         Fixed compilation for machines that don't have AF_INET6 (thanks to
27865         Bernie Solomon <bernard@ugsolutions.com> for that part.)
27867         Fixed compile warnings.
27868         
27869         Fixed formatting and line endings.
27871 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
27873         * socket-io.h:
27874         * socket-io.c: Added IPv6 support.
27876 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
27878         * class.c (mono_class_is_assignable_from): New function to implement
27879         the is_assignable_from logic. Used by mono_object_isinst, 
27880         Type::IsAssignableFrom () and the interpreter.
27882         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
27883         Object, even interfaces.
27884         
27885         * object.c (mono_object_isinst): Implement in terms of 
27886         is_assignable_from.
27888         * icall.c (ves_icall_type_is_assignable_from): New icall.
27890 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
27892         * domain.c (foreach_domain): fix compiler warning.
27894 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
27896         * image.c (load_metadata_ptrs): use g_strndup because strndup is
27897         not available on all plattforms
27899 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
27901         * image.h image.c: Store the metadata version string in MonoImage.
27902         * icall.c: New icall to retrieve the image version.
27903         * reflection.c (create_dynamic_image): Fill in the image version field
27904         * reflection.c (build_compressed_metadata): Use the image version
27905         from the image structure.
27907 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27909         * appdomain.c: modified comment.
27910         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
27911         That will be its last iteration when mono_gc_cleanup is called from
27912         mono_runtime_cleanup and before the domain is unloaded.
27914         Fixes bug #45962.
27916 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
27918         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
27919         attributes.
27921 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
27923         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
27924         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
27925         Bernie Solomon <bernard@ugsolutions.com>.
27927 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
27929         * object.c, object.h: provide mono_object_new_fast() for faster
27930         allocation in some special cases.
27932 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
27934         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
27935         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
27937 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
27939         * threadpool.c: fix leaks.
27941 2003-07-01  Dick Porter  <dick@ximian.com>
27943         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
27944         using MonoGHashTables.  Fixes threadpool bug posted to list.
27946 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
27948         * image.h, image.c: added support to load an assembly from a byte array.
27949         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
27950         assembly bundle support.
27952 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
27954         * threadpool.c (mono_thread_pool_add): keep a reference to the
27955         AsyncResult to prevent GC
27957 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
27959         * class.c: leak fix.
27961 2003-06-25  Dick Porter  <dick@ximian.com>
27963         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
27964         for the async object, the WaitHandle object will close the handle.
27965         Fixes bug 45321.
27967 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
27969         * class.c: in mono_array_class_get (), lookup from the hash with the
27970         same type we insert: this works around a bug in
27971         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
27972         lluis. The real fix will have to wait for after the release.
27974 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
27976         * icall.c: fix memory leak when getting type members.
27978 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
27980         * reflection.c: added more pubtoken special cases.
27982 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
27984         * class.c: handle field offset correctly when class size
27985         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
27987 2003-06-20  Martin Baulig  <martin@ximian.com>
27989         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
27990         *image' field.
27992 2003-06-20  Martin Baulig  <martin@ximian.com>
27994         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
27996 2003-06-20  Martin Baulig  <martin@ximian.com>
27998         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
27999         just distinguish between variables in registers and variables at
28000         an offset relative to a register.
28002 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28004         * icall.c: #ifdef out latest changes until mcs is fixed.
28006 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
28008         * icall.c: return members in metadata order.
28010 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
28012         * icall.c: avoid infinite loop in GetTimeZoneData.
28014 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
28016         * icall.c: added Marshal.Prelink/All icalls.
28018 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
28020         * object.c, object.h: fix warnings and do some overflow checking
28021         when creating arrays.
28023 2003-06-17  Dick Porter  <dick@ximian.com>
28025         * file-io.h:
28026         * file-io.c: File attributes need to be tweaked slightly when
28027         passed from the managed to the w32 world.
28029 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
28030         * profiler.h profiler-private.h profiler.c: Rework last patch
28031         based on suggestion by Paolo.
28032         
28033 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
28035         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
28036         instruction level coverage data collection.
28037         * profiler.h profiler.c (: Added new callback function which can be
28038         used by the profiler to limit which functions should have coverage
28039         instrumentation.
28040         * profiler.c (mono_profiler_load): Call g_module_build_path to
28041         generate the file name of the profiler library.
28043 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
28045         * profiler.c, profiler.h, profiler-private.h: added basic block 
28046         coverage profiling API.
28048 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
28050         * reflection.c (mono_reflection_create_runtime_class): Add support
28051         for events in dynamically generated code.
28053         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
28054         not allocated.
28056 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
28058         * icall.c: when getting timezone info, return reasonable values if we
28059         can't get the actual data.
28061 2003-06-14  Dick Porter  <dick@ximian.com>
28063         * threads.c (start_wrapper): Remove the reference to the thread
28064         object in the TLS data, so the thread object can be finalized.
28065         This won't be reached if the thread threw an uncaught exception,
28066         so those thread handles will stay referenced :-( (This is due to
28067         missing support for scanning thread-specific data in the Boehm GC
28068         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
28070 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
28072         * reflection.c: ensure streams and tables are first allocated with
28073         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
28075 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
28077         * icall.c: fixed GetElementType for byrefs (bug# 44792).
28079 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
28081         * reflection.c (mono_reflection_create_runtime_class): Add support for
28082         properties to dynamically created classes.
28083         * reflection.c: Fix a few places where non-MonoObjects were inserted
28084         into the tokens hashtable.
28086 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
28088         * object.c: some support to handle out of memory exceptions.
28090 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
28092         * marshal.c (mono_marshal_get_native_wrapper): support reference
28093         return types
28095 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
28097         * object.h, object.c: more portability stuff from Bernie Solomon.
28098         Unexport mono_object_allocate(). Added mono_object_unbox ().
28099         Set exitcode when an unhandled exception is thrown.
28101 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
28103         * marshal.c (mono_marshal_get_native_wrapper): use custom
28104         marshaler for return types.
28106 2003-06-10  Dick Porter  <dick@ximian.com>
28108         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
28109         ip_mreq is available
28111 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
28113         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
28114         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
28115         by Bernie Solomon <bernard@ugsolutions.com>.
28117 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
28119         * gc.c (mono_gc_init): Avoid error message on shutdown when
28120         GC_DONT_GC=1 is used.
28122         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
28123         New icall to return the GUID of a module.
28125 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
28127         * class.c: ensure instance size always includes the parent's size
28128         even whem class size is set explicitly (fixes bug#44294).
28130 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
28132         * profiler.h, profiler.c: made the simple profiler thread-safe,
28133         get more accurate timing info. Allow the loading of an
28134         externally-developed profiler module.
28136 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
28138         * marshal.c (mono_marshal_get_native_wrapper): improved
28139         class/byref arguments.
28140         (mono_marshal_get_native_wrapper): better string marshaling support.
28142 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
28144         * class.c: ensure .pack and .size are handled correctly and
28145         simplified layout of static fields.
28147 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
28149         * appdomain.c
28150         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
28152         * loader.c (mono_lookup_pinvoke_call): look for modules in the
28153         current directory (fix bug 44008)
28155 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
28157         * marshal.c (mono_marshal_get_native_wrapper): started support for
28158         custom marshalers.
28159         (mono_delegate_to_ftnptr): consider marshalling specifications
28161 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
28163         * reflection.c, reflection.h: emit custom marshal info.
28165 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28167         * object.c: free the GError.
28168         * icall.c: added CloseEvent_internal.
28169         * threads.[ch]:
28170         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
28171         call.
28173 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
28175         * loader.c (mono_method_get_signature): Add support for dynamic
28176         assemblies.
28178 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
28180         * reflection.c: fixed bug #43905.
28182 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
28184         * class.c, domain.c, icall.c, metadata.h, object.h: support for
28185         handling TypedReference and ArgIterator.
28186         * loader.c, loader.h: added function to get signature at call site.
28188 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
28190         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
28191         data readonly. Buglets and warning fixes. Some MethodSpec support.
28193 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
28195         * class.h, class.c, object.c: remove relative numbering support.
28197 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
28199         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
28200         free the string, until we get a chance to fix Gtk#
28202 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28204         * marshal.c: revert last patch.
28206 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
28208         * icall.c: updates for new mono_class_vtable() not calling
28209         the type constructor anymore.
28211 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
28213         * object.h, object.c: separate vtable creation from type
28214         initialization. Make running the .cctor thread safe.
28216 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
28218         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
28220 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
28222         * loader.c (mono_get_method): consider calling convention
28224 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
28226         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
28227         to return the invisible global type for a module.
28229         * reflection.c (mono_image_build_metadata): Emit global fields too.
28231 2003-05-20  Peter Williams  <peterw@ximian.com>
28233         * loader.c (mono_lookup_internal_call): Add a few newlines.
28235 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
28237         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
28238         literal strings.
28240         * appdomain.c (set_domain_search_path): Recalculate search path when
28241         AppDomainSetup.PrivateBinPath changes.
28243         * object.c (mono_class_compute_gc_descriptor): It turns out some
28244         parts of the class libs (like System.Thread) holds pointers to
28245         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
28246         to treat native int a pointer type here.
28247         
28248 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
28250         * appdomain.h, domain.c: add hashtable for jump target resolution.
28252 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
28254         * reflection.h reflection.c icall.c: Added new icalls 
28255         GetManifestResourceInfoInternal, GetModulesInternal and support
28256         infrastructure.
28258 2003-05-16  Dick Porter  <dick@ximian.com>
28260         * icall.c:
28261         * file-io.h:
28262         * file-io.c: Implement System.IO.MonoIO::GetTempPath
28264 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
28266         * object.c: mono_store_remote_field: little fix to previous patch.
28268 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
28270         * class.c: add constructors to array classes.
28271         * icall.c: special case array construction for InternalInvoke (),
28273 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
28275         * class.h class.c reflection.c object.c: Added support for field
28276         defaults in dynamically generated classes.
28278 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
28280         * reflection.c: properly encode charset for ddlimport.
28282 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
28284         * threads.c: allow compiling without GC.
28286 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
28288         * appdomain.h, object.c, object.h, threads.c, threads.h: added
28289         handling of thread static data.
28291 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
28293         * reflection.h, reflection.c: added mono_custom_attrs_free ().
28295 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
28297         * class.c (mono_array_class_get): always set the serializable flags
28298         (mono_array_class_get): always set the SEALED attribute for array types
28300 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
28302         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
28303         attributes (fix for bug 42021).
28305 2003-05-12  Dick Porter  <dick@ximian.com>
28307         * gc.c: Don't run finalizers when the finalizer thread is
28308         finishing up, because the default domain has already been
28309         destroyed.
28311 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
28313         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
28314         value is null, we should throw an exception.   This is slightly
28315         different than the other conventions used for the constructor.
28317 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28319         * socket-io.c: fixed windows build.
28321 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28323         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
28325 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
28327         * object.c (mono_string_new_wrapper): Compatibility fix for MS
28328         compilers.
28330 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
28332         * class.c (mono_class_layout_fields): Add experimental GC aware
28333         auto layout facility. Requires class library changes to work correctly.
28335         (mono_class_setup_vtable): Avoid overriding explicit interface
28336         method implementations. Fixes iface3.exe test.
28338         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
28339         object reference.
28340         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
28341         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
28343         * metadata.h: Add new type classification macro which determines
28344         whenever the type holds an object reference.
28346 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
28348         * marshal.c (mono_marshal_get_native_wrapper): cleanups
28350 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
28352         * gc.c (finalizer_thread): Work around a GC bug.
28354 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
28356         * marshal.c (emit_struct_conv): allow unions
28358         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
28360 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
28362         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
28364 2003-05-06  Martin Baulig  <martin@ximian.com>
28366         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
28368 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28370         * socket-io.c:
28371         (Select_internal): allow NULLs, don't create arrays if not needed.
28372         Coupled with Socket.cs changes.
28374         * threadpool.c:
28375         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
28376         register a finalizer for it that will close the semaphore handle. This
28377         fixes the leak and make Lupus' test run with > 4080 loops.
28379 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
28381         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
28382         Jerome Laban (bug #42287)
28384 2003-05-02  Martin Baulig  <martin@ximian.com>
28386         * debug-mono-symfile.h
28387         (MonoSymbolFile): Moved declaration into mono-debug.h.
28388         (MonoDebugMethodJitInfo): Likewise.
28389         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
28390         argument.
28391         (_mono_debug_address_from_il_offset): Take a
28392         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
28394         * mono-debug.h
28395         (MonoDebugDomainData): New struct.
28396         (mono_debug_get_domain_data): New function.
28397         (mono_debug_add_method): Take an additional `MonoDomain *'
28398         argument.
28399         (mono_debug_source_location_from_address): Likewise.
28400         (mono_debug_il_offset_from_address): Likewise.
28401         (mono_debug_address_from_il_offset): Likewise.
28403 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
28405         * reflection.c: one more check for null type in custom attrs.
28407 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28409         * reflection.c: avoid warning (comparison is always false due to limited
28410         range of data type).
28412 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28414         * icall.c: throw an exception in Type.GetField if the argument 'name'
28415         is NULL.
28417 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
28419         * reflection.c: fixed handling of enums in named arguments to custom
28420         attributes (bug #42123).
28422 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
28424         * reflection.c: use the right array element type and handle
28425         a null for a Type argument, too.
28427 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
28429         * reflection.c: handle arrays as arguments to custom attributes.
28431 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
28433         * reflection.c: handle a string value in a custom attr
28434         ctor that takes an object.
28436 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
28438         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
28439         (fix bug #42063)
28441 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
28443         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
28445 2003-04-27  Martin Baulig  <martin@ximian.com>
28447         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
28448         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
28449         MONO_DEBUGGER_EVENT_BREAKPOINT.
28450         (mono_breakpoint_trampoline_code): Removed.
28451         (mono_debugger_event_handler): The last argument is now a
28452         `guint32'.
28453         (mono_debugger_insert_breakpoint_full): Removed the
28454         `use_trampoline' argument.
28455         (mono_debugger_method_has_breakpoint): Likewise.
28456         (mono_debugger_trampoline_breakpoint_callback): Renamed to
28457         mono_debugger_breakpoint_callback(); take the method and
28458         breakpoint number as arguments.
28460 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
28462         * metadata.c: fix off by one when loading parameters attributes.
28464 2003-04-24  Martin Baulig  <martin@ximian.com>
28466         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
28468 2003-04-24  Martin Baulig  <martin@ximian.com>
28470         * mono-debug-debugger.c: Moved all code which interacts with the
28471         Mono Debugger here.
28473         * debug-mono-symfile.c: This code now just deals with the symbol
28474         file itself, the debugger code is now in mono-debug-debugger.c.
28476 2003-04-23  Martin Baulig  <martin@ximian.com>
28478         * mono-debug.c (mono_debug_source_location_from_il_offset):
28479         New method; like mono_debug_source_location_from_address(), but
28480         takes an IL offset instead of a machine address.
28482 2003-04-23  Martin Baulig  <martin@ximian.com>
28484         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
28485         `line' field; this is now computed by the debugger.
28487 2003-04-23  Martin Baulig  <martin@ximian.com>
28489         * mono-debug.[ch]: New files.  This is the new debugging interface.
28491         * mono-debug-debugger.[ch]: New files.  Moved all code which
28492         interacts with the Mono Debugger here.
28494 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
28496         * domain.c (mono_init): initialize mono_defaults.monitor_class
28498 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
28500         * reflection.c (method_encode_code): Add a spicy exception to help
28501         future compiler authors.
28503 2003-04-21  Martin Baulig  <martin@ximian.com>
28505         * icall.c
28506         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
28507         Make this work with relative pathnames; g_filename_to_uri() needs
28508         an absolute filename.
28510 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
28512         * icall.c: Track name changes in Object and ValueType.
28514 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
28516         * metadata.c (mono_type_stack_size): size should be a multiple of
28517         sizeof (gpointer)
28519 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28521         * gc.c:
28522         (internal_domain_finalize): moved into mono_domain_finalize. No need
28523         to create another thread because the finalizers will be run in the
28524         finalizer thread.
28525         
28526         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
28527         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
28528         to be run (MS does this too).
28530 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
28532         * object.c (mono_class_compute_gc_descriptor): Update comment.
28534         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
28536         * image.h: Add synchronized wrapper cache.
28538         * image.c (do_mono_image_open): Initialize cache.
28540         * reflection.c (create_dynamic_mono_image): Initialize cache.
28542 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28544         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
28545         ves_icall_System_Buffer_ByteLengthInternal.
28547 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
28549         * reflection.c: setup klass->nested_in earlier. Allow
28550         a dash in the assembly name.
28552 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
28554         * metadata.c (mono_type_to_unmanaged): dont access
28555         type->data.klass for MONO_TYPE_OBJECT
28556         (mono_type_to_unmanaged): consider System.Delegate class
28558 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
28560         * class.c: just setup supertypes in the proper place instead of
28561         initializing the full element class for arrays.
28563 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
28565         * class.c: ensure the element class of arrays is initialized.
28566         Setup the supertype info for array classes, too.
28568 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
28570         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
28572 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28574         * Makefile.am: re-added -m option when running cygpath. This way,
28575         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
28576         separator.
28577         * mono-config.c: same codepath for locating mono config file for WIN32
28578         and the rest.
28579         * assembly.c: if mono_assembly_setrootdir is called, don't override
28580         the value set.
28582 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28584         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
28585         MONO_ASSEMBLIES variable.
28587 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
28589         * icall.c: added Assembly::GetNamespaces() icall.
28591 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28593         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
28595 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
28597         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
28598         * object.c: fixed bug in the construction of vtable for proxies
28600 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
28602         * object.c (mono_array_new): Mark mono_array_new as an icall.
28604 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28606         * class.c: fixed test for public method when overriding interfaces.
28607         Closes bug #40970.
28609 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
28611         * appdomain.h, domain.c: added mono_domain_foreach() to
28612         be able to access the currently loaded appdomains.
28613         * object.c: make string interning work across sppdomains.
28614         Mark some functions for use as icalls.
28616 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
28618         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
28620         * reflection.h reflection.c: Allocate long living data using 
28621         GC_MALLOC_ATOMIC so the collector does not need to scan it.
28623         * reflection.c: Double the allocation size in streams instead of
28624         increasing it, to prevent unneccesary copying on large assemblies.
28625         
28626         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
28627         creation if the assembly does not have the Run flag set.
28629 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
28631         * class.h: avoid the C++ keywords in header files (Jerome Laban
28632         spotted and fixed this).
28634 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28636         * object.c:
28637         (mono_unhandled_exception): fill in the arguments for the
28638         UnhandledException event. Only trigger that event for the default
28639         domain (as MS does).
28641 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
28643         * object.c: Improve typed allocation stuff based on suggestions from
28644         Paolo. Also turn it on if the GC library supports it.
28646 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
28648         * object.c object.h class.h: Added experimental typed allocation
28649         facility using the interfaces in gc_gcj.h.
28651         * os/gc_wrapper.h: Added new include files.
28652         
28653 2003-04-03  Martin Baulig  <martin@ximian.com>
28655         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
28656         which is not yet enabled by default.
28658         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
28659         functions.
28660         (mono_gc_lock, mono_gc_unlock): New static functions.
28662         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
28663         functions; stop/start the world for the garbage collector.  This
28664         is using the windows API; we need to complete the SuspendThread()/
28665         ResumeThread() implementation in the io-layer to make this work on Unix.
28666         (mono_gc_push_all_stacks): New public function; tells the garbage
28667         collector about the stack pointers from all managed threads.
28669 2003-04-03  Martin Baulig  <martin@ximian.com>
28671         * object.h (MonoThread): Added `gpointer stack_ptr'.
28673         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
28675 2003-04-03  Martin Baulig  <martin@ximian.com>
28677         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
28679 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
28681         * reflection.c (typebuilder_setup_fields): Initialize field.first and
28682         field.last.
28684 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
28686         * loader.c (mono_lookup_internal_call): Report the corlib that is
28687         out of sync.
28689 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
28691         * icall.c (ves_icall_type_GetTypeCode): fixed check for
28692         System.DBNull (it's class not valuetype).
28694 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
28696         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
28697         if the array method was already assigned a token (fixes bug#40646).
28699 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
28701         * reflection.c (mono_reflection_get_type): Attempt type resolve even
28702         if no assembly is given.
28704 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
28706         * metadata.h: Added the new tables.
28708         * row-indexes.h: Added definitions for new tables.
28710         * metadata.c: Add schemas for new tables, and add support for
28711         computing the sizes of them.
28713         * class.c: Update for handling the new type cases.
28715 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
28717         * metadata.h (MONO_TYPE_IS_VOID): new macro
28719 2003-03-31  Martin Baulig  <martin@ximian.com>
28721         * threads.h (MonoThreadCallbacks): Added `thread_created'.
28723         * threads.c (mono_thread_new_init): Call `thread_created' in the
28724         mono_thread_callbacks.
28726 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
28728         * loader.h: added marshalbyrefobject_class to mono_defaults
28729         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
28730         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
28731           generation of output parameters.
28732           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
28733         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
28734           contextbound and the target object belongs to the context of the caller.
28735         * object.h: added context and unwrapped_server variables in MonoRealProxy.
28736         * object.c: Implemented support for interfaces and abstract classes
28737           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
28738           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
28740 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
28742         * class.h class.c (mono_class_is_subclass_of): New function.
28743         
28744         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
28745         routines for most common case (calls from ArrayList::ToArray).
28747         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
28748         routine so programs which call Environment::Exit() can be profiled.
28750         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
28751         Added MONO_ARCH_SAVE_REGS.
28753         * icall.c (ves_icall_type_is_subtype_of): Use new function.
28755 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
28757         * blob.h: Add a couple of new MonoType types definitions.
28759         * tabledefs.h: Add a couple of new call convs.
28761 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
28763         * reflection.h (MonoReflectionDynamicAssembly): track changes in
28764         the layout of the class.
28766         * reflection.c (alloc_table): double the size on overflow to avoid
28767         unnecessary copying.
28769         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
28770         avoid filling out metadata tables and blobs. Also set mb->ilgen to
28771         null so it can be garbage collected.
28772         
28773 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
28775         * reflection.c (mono_reflection_get_type): Return the resolved type
28776         only if it is in the assembly we searched.
28778         * reflection.c (ensure_runtime_vtable): Initialize method slots.
28780         * class.c (mono_class_setup_vtable): Set the slot of the overriding
28781         method.
28783 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28785         * appdomain.c:
28786         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
28787         the right one is 'file:///blah', but MS allows it.
28788         * assembly.c:
28789         (mono_assembly_open): allow 'file://blah'
28791         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
28793 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
28795         * socket-io.c: fixes bug #40310.
28797 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
28799         * reflection.c (mono_reflection_parse_type): handle deeply nested
28800         types correctly.
28802         * reflection.c (mono_image_create_token): Use unique token values
28803         since they will be put into a hash table.
28805         * class.c (mono_class_setup_vtable): If a method occurs in more than
28806         one place in the vtable, and it gets overriden, then change the
28807         other occurances too.
28809         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
28810         object as return type.
28812 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
28814         * icall.c: Deleted "ToString" implementation for double and float
28815         because they are full implemented in managed code.
28817 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
28819         * reflection.c, reflection.h: implemented and exported functions
28820         to retrieve info about custom attributes.
28822 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28824         * appdomain.c: moved Uri handling to assembly.c
28825         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
28826         work when using a file Uri in *nix and windows.
28828         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
28829         GetReferencedAssemblies.
28831 2003-03-18  Dick Porter  <dick@ximian.com>
28833         * icall.c: Rename a couple of internal calls
28835         * threads.c: Set the thread state to Stopped when a thread exits.
28836         Fixes bug 39377.
28838 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
28840         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
28841         New icall.
28843         * object.c (mono_class_vtable): fix warning.
28845 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
28847         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
28849         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
28850         memory.
28851         (method_encode_clauses): Create exception info structures in the right
28852         order.
28853         (mono_reflection_setup_internal_class): Initialize supertypes field.
28855         * class.c object.c: Handle interfaces which implement other interfaces 
28856         correctly.
28858         * class.h class.c: Move the supertypes array initialization code into 
28859         a separate function so it can be used for dynamic types too. Also call
28860         it earlier, in mono_class_init(), since it can be used before the
28861         type is initialized.
28863 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28865         * Makefile.am:
28866         * assembly.c:
28867         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
28869         * appdomain.c:
28870         * appdomain.h:
28871         * marshal.c:
28872         * object.c: remove warnings.
28874 2003-03-13  Martin Baulig  <martin@ximian.com>
28876         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
28877         (MonoDebugLexicalBlockEntry): New types.
28879         * debug-mono-symfile.c
28880         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
28882 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28884         * process.c: ret can be any non-zero value accroding to MS doc.
28886 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
28888         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
28889         fixing a warning for a miss-used prototype, would have cause
28890         random memory corruption.
28892 2003-03-07  Martin Baulig  <martin@ximian.com>
28894         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
28895         getting really annoying ....
28897 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
28899         * reflection.c (fixup_method): added support for array methods.
28901 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
28903         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
28904         (pointed out by Michael Adams).
28906 2003-03-04  Dick Porter  <dick@ximian.com>
28908         * icall.c: Temporarily reverted the Double and Single ToString()
28909         change, because it broke nunit.
28911 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
28913         * object.h, threads.h: make include files compatible with C++
28914         (patch by Jerome Laban <jlaban@wanadoo.fr>).
28916 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
28918         * icall.c: Erased ToString helper functions for Double and Single.
28919         Now, that implementations ar all in managed code (Double and Single
28920         Formatters).
28922 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
28924         * appdomain.c: Added method for initializing the default context of
28925         a domain. Added internal call for getting the default context.
28926         * appdomain.h: Added context variable in MonoDomain struct.
28927         * domain.c: mono_domain_set also sets the default context of the domain
28928         * icall.c: Mapped internal method InternalGetDefaultContext.
28929         * object.c: mono_object_get_virtual_method returns always a remoting
28930         wrapper if the object is a transparent proxy.
28931         mono_runtime_invoke_array: when creating an object by calling the
28932         constructor, if the created object is a proxy, then the constructor should
28933         be called using the a remoting wrapper.
28935 2003-03-03  Dick Porter  <dick@ximian.com>
28937         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
28938         variable so it compiles on solaris.  Problem spotted by
28939         Christopher Taylor <ct@cs.clemson.edu>
28941 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28943         * appdomain.c:
28944         (get_info_from_assembly_name): don't leak value.
28946         * icall.c:
28947         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
28948         result.
28950 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
28952         * assembly.c: export mono_image_load_references ().
28953         * class.c: handle function pointers. mono_class_from_name() now
28954         supports nested type names directly.
28956 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
28958         * reflection.h reflection.c: Encode already created dynamic methods 
28959         and fields correctly as a DEF instead of a REF.
28961         * reflection.c: Get rid of the force_ref argument to 
28962         mono_image_typedef_or_ref since it was wrong in the first place.
28964         * string-icalls.c: add error checking to string constructors according
28965         to the MSDN docs.
28967         * reflection.c: Emit types in the order their TypeBuilders were 
28968         created. Previously, a new table index was assigned to each type before
28969         the tables were emitted. This was wrong because the signature blob
28970         might already refer to a type by its original table index.
28972 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
28974         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
28975         change.
28976         
28977 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28979         * Makefile.am: make assemblies dir have \ instead of / on windows.
28981 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
28983         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
28984         iterate over the NESTEDCLASS table using a linear search since the
28985         table is not guaranteed to be sorted by the secondary key.
28987         * class.c (mono_class_create_from_typedef): fixed up call to
28988         mono_metadata_nesting_typedef.
28989         
28990 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
28992         * marshal.c (mono_string_to_byvalstr): clear the memory as
28993         suggested by Jerome Laban <jlaban@wanadoo.fr>
28995 2003-02-26  Dick Porter  <dick@ximian.com>
28997         * process.c: Cope with padding in .rsrc blocks
28999 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
29001         * metadata.h: reverted the filter_len change, it breaks reflection
29002         
29003 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
29005         * metadata.h: added a new field to store the filter_len
29006         
29008 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
29010         * reflection.c: handle custom attributes for types and members
29011         created with Reflection.Emit (bug#38422).
29013 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
29015         * reflection.c: define RTSpecialName automatically for constructors for
29016         compatibility with MS.NET.
29018         * reflection.c (mono_reflection_create_runtime_class): initialize
29019         nested_in field of dynamically created classes.
29021 2003-02-22  Martin Baulig  <martin@ximian.com>
29023         * debug-mono-symfile.h: Incremented version number.
29025 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
29027         * object.h icall.c process.c: fix warnings.
29029 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
29031         * appdomain.h appdomain.c:
29032         (mono_domain_try_type_resolve): split the 
29033         name_or_tb argument into a name and a tb argument.
29034         (mono_domain_has_type_resolve): new function to check whenever the
29035         application has registered a TypeResolve event handler.
29036         
29037         * icall.c reflection.h reflection.c: move the type resolve logic into
29038         mono_reflection_get_type () so it will be invoked when 
29039         Assembly::GetType () is called.
29041         * reflection.c:
29042         (mono_reflection_get_type): renamed to get_type_internal.
29043         (mono_reflection_get_type): fixed type name generation so it works 
29044         for nested types too.
29045         (mono_reflection_get_type): call has_type_resolve () to avoid the 
29046         costly type name generation if there is no resolve event handler.
29048 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
29050         * class.c, image.c: load exported types from file references.
29052 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
29054         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
29055           used to cache the managed methods used to create proxies and make 
29056           remote invocation of methods.
29057         * class.h: Added in MonoVTable a flag to indicate that a class needs 
29058           to be remotely created.
29059         * object.c: Modified the method mono_class_vtable(). It now initializes 
29060           the remote flag of the vtable. Modified mono_object_new_specific(), 
29061           so now it checks the remote flag.
29062         * icall.c: Added a couple of internal methods, one for enabling instance 
29063           creation interception for a type, and one for creating objects bypassing
29064           the remote check.
29066 2003-02-18  Martin Baulig  <martin@ximian.com>
29068         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
29069         New interncall to get a method's metadata token.
29071         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
29072         New interncall for the debugger.
29074 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
29076         * class.c (mono_class_setup_vtable): allocate supertype array
29078 2003-02-18  Martin Baulig  <martin@ximian.com>
29080         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
29082 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29084         * reflection.c:
29085         (assembly_name_to_aname): jump over unknown properties (i've found
29086         something like: 'type, assembly, version=xxx, custom=null, public...',
29087         so now will ignore custom=null and still get the rest of the values).
29089 2003-02-17  Dick Porter  <dick@ximian.com>
29091         * threads.c: Have Thread.Start() wait for a semaphore to signal
29092         that the thread has set up all its local data.  This fixes bug
29093         34323, where Abort() raced the new thread's TLS data.
29095         Also removes the handle_store() call from start_wrapper, because
29096         threads are now always created suspended and there is no longer a
29097         race between the parent and child threads to store the info.
29099 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
29101         * image.c: explain the #- heap issue in a message, hopefully
29102         avoiding FAQs on mono-list.
29104 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29106         * icall.c:
29107         (GetEntryAssembly): if the domain has not invoked
29108         AppDomain.ExecuteAssembly yet, return the assembly of the default
29109         AppDomain.
29111 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
29113         * class.c (mono_ldtoken): make it work in dynamic assemblies.
29115 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
29117         * metadata.c, reflection.c: simple speedup to type hash
29118         and equals code.
29120 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
29122         * image.c, image.h, class.c, assembly.c: move module loading
29123         to MonoImage. When loading metadata, consider alignemnet from
29124         the start of metadata, not from the metadata address in memory.
29126 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
29128         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
29129         AssemblyBuilder objects. Factored out custom attribute creation into
29130         a separate function.
29131         (create_custom_attr): new function to create custom attributes.
29133 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
29135         * Makefile.am: Got tired of typing the full pathname to pedump.
29136         Until there is another option, am installing this.
29138 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
29140         * class.c (class_compute_field_layout): always set field->parent 
29141         (mono_ldtoken): use mono_defaults.fieldhandle_class;
29143 2003-02-11  Dick Porter  <dick@ximian.com>
29145         * threads-types.h:
29146         * monitor.c: Rewrote Monitor, making lock much faster and
29147         Pulse/Wait work as specified.  Also uses much fewer handles, and only
29148         creates them as needed.
29150         * exception.c: Added SynchronizationLockException
29152         * threads.c: Deleted old Monitor implementation.  The new one is
29153         in a new file.
29155 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
29157         * class.c: handled TypedReference type code. Set the correct size for
29158         class data. Setup interface_offsets for interface classes, too.
29160 2003-02-09  Martin Baulig  <martin@ximian.com>
29162         * debug-mono-symfile.h: Reflect latest symbol writer changes.
29164 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
29166         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
29167         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
29168         * object.c: fixed mono_object_get_virtual_method () for interfaces.
29169         * verify.c: check for code that runs after the end of the method.
29171 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
29173         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
29174         "System.Math::Round2".
29175         * sysmath.h: Added Floor, Round and Round2 definitions.
29176         * sysmath.c: Modified certain functions that were not 100% compliant
29177         with MS.NET (math precision) and added the implementation of Floor,
29178         Round and Round2.
29180 2003-02-07  Martin Baulig  <martin@ximian.com>
29182         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
29184 2003-02-07  Martin Baulig  <martin@ximian.com>
29186         * debug-mono-symfile.c: Reflected latest symwriter changes.
29187         (mono_debug_create_mono_symbol_file): Removed.
29188         (mono_debug_open_mono_symbol_file): Take an argument which
29189         specifies whether to create a dynamic symbol file.
29191 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
29193         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
29195 2003-02-05  Martin Baulig  <martin@ximian.com>
29197         * reflection.c (mono_image_build_metadata): Make this public,
29198         protect it against being called multiple times, don't create
29199         resources and don't build the compressed metadata here.
29200         (mono_image_create_pefile): Do this here.
29202         * icall.c
29203         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
29205 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29207         * socket-io.c: fixed bug #36322.
29209 2003-02-06  Piers Haken <piersh@friskit.com>
29211         * appdomain.[ch]:
29212         * class.h:
29213         * debug-mono-symfile.c:
29214         * icall.c:
29215         * loader.c:
29216         * mono-config.c:
29217         * monosn.c:
29218         * reflection.c:
29219         * socket-io.c: warning cleanups
29221 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
29223         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
29224         function. works like remoting invoke, but does a check for the Proxy first.
29226 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
29228         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
29230 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
29232         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
29233         array of pointers.
29234         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
29235         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
29237         * object.c (mono_store_remote_field_new): used by the new jit
29238         instead of mono_store_remote_field
29239         (mono_load_remote_field_new): used by the new jit
29240         instead of mono_load_remote_field
29242 2003-02-05  Patrik Torstensson
29244         * appdomain.c: changed unload to take the domain id instead
29245         of domain
29246         
29247         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
29250 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29252         * appdomain.c: don't look for assemblies in ApplicationBase if
29253         PrivateBinPathProbe is set.
29255 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29257         * object.c: make the first argument in main_args contain the absolute
29258         path to the assembly. Fixes bug #37511.
29260 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29262         * icall.c: get correct UTC offset for countries not using daylight
29263         time saving. Fixes bug #30030.
29265 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29267         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
29268         and 1 are the family).
29270 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
29272         * icall.c (ves_icall_InternalExecute): removed wrong assertion
29274         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
29276 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
29278         * reflection.c: added support for SignatureHelper tokens, which is
29279         needed by the Calli opcode.
29281         * reflection.h: track changes to SignatureHelper class.
29283         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
29285 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29287         * appdomain.c: fixed loading assemblies from PrivateBinPath.
29289 2003-02-03  Patrik Torstensson
29290         * appdomain.[c|h], domain.c : 
29291          - Added support for getting a domain via domain id
29292          - Support for setting and getting domain from System.AppDomain 
29293            (used in cross appdomain channel)
29294          - Added support for get/set for a MonoAppContext on a thread 
29295            (Context class in System.Runtime.Remoting.Contexts),
29296          - Removed hack in Get/SetData and ExecuteAssembly.
29297         
29298         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
29299         the managed world to get control when a proxy is created.
29301         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
29302         
29303 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
29305         * icall.c
29306         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
29307         Populate the codebase field as well.
29309 2003-02-02  Martin Baulig  <martin@ximian.com>
29311         * debug-mono-symfile.c
29312         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
29313         (mono_debug_symfile_add_method): Allow interncalls.
29315 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29317         * icall.c: throw parse exception if strtod fails or the string is empty.
29319 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
29321         * marshal.c: handle object type separately from defined
29322         class types.
29324 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
29326         * marshal.c: handle NATIVE_LPSTR for strings when it's
29327         explicitly specified.
29329 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
29331         * reflection.c, reflection.h, icall.c: setup the reflection
29332         handle cache for ModuleBuilders and AssemblyBuilders.
29334 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
29336         * reflection.c (reflection_methodbuilder_to_mono_method): set
29337         pinvoke flag
29339 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29341         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
29343 2003-01-29  Dick Porter  <dick@ximian.com>
29345         * threads.c: No need for the fake_thread kludge now that Thread
29346         doesn't run a class constructor
29347         
29348 2003-01-29  Dick Porter  <dick@ximian.com>
29350         * threads.c: Use g_direct_hash instead of the rather bogus
29351         g_int_hash
29353 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
29355         * marshal.c (mono_marshal_get_native_wrapper): add check for null
29356         (fix pinvoke12.exe)
29357         (mono_marshal_get_struct_to_ptr): generate valid IL code
29358         (mono_marshal_get_ptr_to_struct): generate valid IL code
29359         (*): correctly set sig->pinvoke, we need to memdup the signature
29360         to do that
29362 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
29364         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
29365         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
29367 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
29369         * profiler.c: provide more callers information.
29371 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
29373         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
29375         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
29377         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
29379 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
29381         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
29382         exception instead of going into an infinite loop on dates which it 
29383         can't yet handle.
29385         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
29386         out-of-range exception if needed.
29388         * class.c (mono_class_setup_vtable): allow a virtual method to provide
29389         an implementation for an interface method and to override an inherited
29390         method at the same time. 
29391         Imagine a scenario when a virtual method is used to override a
29392         virtual abstract method in a parent class, and this same method 
29393         provides an implementation for an method inherited from an interface. 
29394         In this case, the interface resolution code will set im->slot, which 
29395         means that the virtual method override pass will skip this method 
29396         which means a pointer to the abstract method inherited from the parent
29397         will remain in the vtable of this non-abstract class.
29399         * class.c: (mono_class_setup_vtable): continue search for a real 
29400         method if only an abstract method is found.     
29402 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
29404         * reflection.c: add size to encoding for ByValStr and ByValArray
29405         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
29407 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
29409         * class.c (mono_class_setup_vtable): pass the override info as an
29410         argument.
29412         * class.c (mono_class_setup_vtable): set the slot of overriding methods
29413         correctly.
29414         
29415         * reflection.c (ensure_runtime_vtable); add support for method 
29416         overrides.
29417         
29418 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
29420         * reflection.c (resolution_scope_from_image): Hack to work to work with
29421         dynamic assemblies.
29423         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
29424         added a 'force_ref' argument to force this function to allways return 
29425         a TypeRef. This is needed by mono_image_get_memberref_token ().
29426         
29427 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
29429         * reflection.c (mono_image_get_type_info): interfaces really don't have
29430         a parent.
29432         * reflection.c (mono_image_basic_init): fill out missing fields of
29433         image structure.
29435         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
29436         dynamic assemblies. This is required so dynamic assemblies show up in
29437         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
29438         Type::GetType() etc. This is consistent with MS behaviour.
29440         * image.c image.h reflection.c: add newly created classes to the name 
29441         cache so mono_class_get () will find them.      
29443 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
29445         First part of changes to get IKVM.NET running under mono.
29446         
29447         * appdomain.h, appdomain.c: added new function 
29448         mono_domain_try_type_resolve() which will emit TypeResolve events. 
29449         This function will call AppDomain::DoTypeResolve to do the actual work.
29451         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
29452         moved existing code dealing with dynamic tokens to a new function 
29453         called mono_reflection_lookup_dynamic_token (). This function will 
29454         raise TypeResolve events when appropriate. Since reflection.c is not 
29455         part of libmetadata, a new hook function called 
29456         mono_lookup_dynamic_token() is added to class.c which will call this.
29458         * assembly.h assembly.c: make the invoke_load_hook function public,
29459         so it can be called for dynamic assemblies.
29461         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
29463         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
29464         type isn't found.
29466         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
29467         MonoGHashTable, since it contains pointers to objects which the GC 
29468         needs to track.
29470         * assembly.c (search_loaded): remove unused variable.
29471         
29472 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
29474         * object.c: fixed issue exposed by gcc-generated IL programs
29475         that use RVA data for pointers.
29477 2003-01-25  Martin Baulig  <martin@ximian.com>
29479         * threads.c (start_wrapper): Moved the initialization of
29480         `start_func' above the mono_new_thread_init() call to which we
29481         pass it as argument.
29483 2003-01-24  Martin Baulig  <martin@ximian.com>
29485         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
29486         the MonoThread pointer.
29488 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
29490         * icall.c: Rename `PowImpl' to Pow.
29492 2003-01-23  Dick Porter  <dick@ximian.com>
29494         * threads.c (start_wrapper): Create a Thread object if needed, so
29495         the Main() thread can do the class initialisation in a subthread
29496         that has been set up to allow managed code execution.
29498         Pass the thread ID instead of the MonoThread pointer to the thread
29499         start and attach callbacks.  This change is required, because the
29500         jit thread start callback must be called _before_ the Thread
29501         object can be created.
29502         
29503         (mono_thread_init): Removed much object creation code that is no
29504         longer needed.  No managed code is called from here now.
29506         * object.c (mono_runtime_exec_managed_code): Create a subthread
29507         for Main, and call back to the runtime to use it.
29508         Set the exit code when Main exits.
29510         * gc.c: Make sure domain finalisation happens in a subthread.
29511         Re-enable threaded GC, fixing bug 31333 (again).
29513         * environment.c: System.Environment internall calls (so far just
29514         ExitCode is here, the others are still in icall.c)
29516         * appdomain.c (mono_runtime_cleanup): All threads running managed
29517         code should have finished before mono_runtime_cleanup() is
29518         reached, so no need to clean up threads.
29520 2003-01-22  Martin Baulig  <martin@ximian.com>
29522         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
29523         `gpointer func' arguments.      
29524         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
29525         but added `MonoThread *thread' argument.
29526         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
29528         * threads.c (mono_new_thread_init): Added `gpointer func' argument
29529         and pass it to the mono_thread_start_cb callback.
29530         (mono_install_thread_callbacks): New public function to install a
29531         set of callbacks which are set by the debugger.
29532         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
29534 2003-01-22  Martin Baulig  <martin@ximian.com>
29536         * Makefile.am: Install debug-mono-symfile.h.
29538 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
29540         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
29542 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
29544         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
29545         * class.c (mono_ptr_class_get): correctly set access levels of pointers
29546         (mono_array_class_get): correctly set access levels of arrays
29548 2003-01-20      Patrik Torstensson
29549         * image.h (MonoAssemblyName): changed major, minor, build, revision
29550         from signed to unsigned.
29552 2003-01-20  sean kasun <skasun@azstarnet.com>
29554         * reflection.c (load_cattr_value): Now this handles
29555         MONO_TYPE_SZARRAY.  Fixes bug #35629
29557 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
29559         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
29560         integer value
29562 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29564         * decimal.c: fixed bug #26056.
29566 2003-01-17  Martin Baulig  <martin@ximian.com>
29568         * gc.c: Raise an ExecutionEngineException instead of using g_error().
29570 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29572         * exception.[ch]:
29573         (mono_get_exception_type_initialization): new function.
29575         * object.c: throw a TypeInitializationException when an exception is
29576         thrown invoking the class constructor.
29578 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29580         * reflection.c: fixed attribute reading.
29582 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29584         * icall.c:
29585         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
29586         provided, look for the type in the calling assembly and then in
29587         mscorlib; if the assembly name is provided, only try that one.
29589 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
29591         * object.c: register the vtable before there is a chance it's
29592         queried again recursively.
29594 2003-01-13  Duncan Mak  <duncan@ximian.com>
29596         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
29597         gc-internal.h. 
29598         
29599 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
29601         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
29603 2003-01-11  Martin Baulig  <martin@ximian.com>
29605         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
29606         this to 20 for the release.
29608 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
29610         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
29612         * loader.c (mono_method_get_marshal_info): bug fix
29614         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
29615         structures with explicit layout
29617 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
29619         * profiler.c: made the output more readable (and sorted). 
29620         Added caller information for the allocation profiler.
29622 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
29624         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
29626 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29628         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
29629         to get value types.
29630         
29631 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
29633         * object.c, profiler.h, profiler.c, profiler-private.h:
29634         Added object allocation profiler.
29636 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
29638         * reflection.h, reflection.c: handle global methods.
29639         Compress blob entries.
29641 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
29643         * marshal.c: fix compilation.
29645 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
29647         * loader.c (mono_method_get_marshal_info): impl.
29649         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
29651 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29653         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
29654         for reference types.
29656 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
29658         * loader.c: fixed off by one error in loaded parameter names.
29660 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
29662         * marshal.c (mono_marshal_get_icall_wrapper): like
29663         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
29664         instead of a MonoMethod.
29666 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29668         * decimal.c: fixed bug #36537.
29670 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
29672         * marshal.c: throw a missing method exception if a
29673         P/Invoke method is not found.
29675 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
29677         * icall.c: allow a null this for constructors.
29679 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
29681         * icall.c: raise the proper exceptions if the arguments to the
29682         internal Invoke are incorrect.
29684 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
29686         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
29688 2003-01-03  Martin Baulig  <martin@ximian.com>
29690         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
29692 2002-12-31  Martin Baulig  <martin@ximian.com>
29694         * debug-mono-symfile.c: Completely rewrote the type section.
29695         Instead of using individual malloc()ed fields, we use one big
29696         continuous memory area and offsets into this area.
29697         See the comments in the source code for details.
29699 2002-12-30  Martin Baulig  <martin@ximian.com>
29701         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
29703 2002-12-30  Martin Baulig  <martin@ximian.com>
29705         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
29706         line number table in this data blob instead of using an external
29707         pointer.
29709 2002-12-28  Martin Baulig  <martin@ximian.com>
29711         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
29713 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
29715         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
29716         as a boxed return type.
29718 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
29720         * appdomain.c
29721         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
29722         g_build_filename to properly get separators on the filename created.
29724         * object.h: Small change, introduce MonoMarshalByRefObject to
29725         track the layout of that structure in the C# universe as we make
29726         changes there.
29728 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
29730         * object.c: removed assert to allow static fields on interfaces.
29731         * loader.c: a TypeSpec may be used for any type, not just arrays.
29733 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
29735         * class.c, class.h: added mono_class_array_element_size ().
29736         Ignore static methods in interfaces.
29738 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29740         * threads.c: fixed the build under cygwin.
29742 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
29744         * reflection.c: handle nullref constants. Allocate keys for
29745         reflection handles with the GC.
29747 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
29749         * threads.c, threads.h: added mono_thread_get_abort_signal()
29750         to get a suitable signal for thread abort.
29752 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
29754         * metadata.c: fix handling of ExportedType table.
29756 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29758         * icall.c: added WriteWindowsDebugString internal call.
29760 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29762         * reflection.h: added fields to match C# implementation.
29764 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29766         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
29768 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
29770         * gc.h, gc-internal.h: Rename header for GC internal calls to
29771         gc-internal.h from gc.h as to not clash with Boehm GC having its
29772         header installed as <gc.h> in outside include paths.
29773         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
29774         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
29776 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29778         * icall.c: assign minor, build and revision in FillName.
29780 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
29782         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
29783         Added support for running code generated by Reflection.Emit.
29785 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29787         * appdomain.c: check for NULL argument in LoadFrom.
29789 2002-12-10  Dick Porter  <dick@ximian.com>
29791         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
29793 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29795         * appdomain.c: fix buglet when building exe file name.  Handle full
29796         assembly name (needed after latest changes to AssemblyName).
29797         * image.c:
29798         (mono_image_close): free some hashtables.
29800 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
29802         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
29803         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
29804         on some systems (redhat 7.3) 
29806 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
29808         * threads.c: delete the critical section of a sync block,
29809         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
29811 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
29813         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
29815 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29817         * appdomain.[ch]: handle the assembly preload event to try loading the
29818         assemblies using the paths we have in the current domain.
29820         * assembly.[ch]: created an assembly preload hook that is called to try
29821         loading the assembly by other means that the ones provided here.
29823         * domain.c: initialize the domain search path.
29825         From now on, assemblies (TODO: except corlib and System) are loaded
29826         according to these rules when using mono_assembly_load ():
29828                 1. It tries to load the assembly from the ApplicationBase
29829                 of the current domain appending .dll and .exe (TODO: have to
29830                 try loading from name/name.dll and name/name.exe).
29832                 2. It tries the search path specified in PrivateBinPath for the
29833                 current domain (if any).
29835                 3. Previous behavior.
29837 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
29839         * icall.c: implemented GetInterfaceMap() related icall.
29840         * domain.c, loader.h: load MethodInfo in mono_defaults.
29842 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
29844         * gc.c: disable the finalizer thread for now, untill all the issues
29845         with it are resolved.
29847 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
29849         * string-icalls.c: handle embedded nulls in string ctor when the
29850         length is specified.
29852 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
29854         * class.c: look for explicit interface implementation in parent
29855         classes, too.
29857 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
29859         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
29861 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
29863         * gc.c: protect handles with a critical section.
29865 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29867         * icall.c:
29868         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
29869         parameters. If no assembly specified, try getting the type from all
29870         the assemblies in the current domain, else, load the assembly and get
29871         the type from it.
29873 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29875         * marshal.c: applied patch from Aleksey Demakov that fixes
29876         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
29878 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29880         * icall.c: fixed get_location.
29882 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
29884         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
29885         declarations to make it work with older gcc. 
29887         * loader.c (mono_get_method): set signature->pinvoke for native calls
29889 2002-11-20  Dick Porter  <dick@ximian.com>
29891         * threads.c (mono_thread_init): Set the main thread's handle
29893 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
29895         * gc.c: allow compilation without GC support. Changed to match the
29896         mono coding style.
29898 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
29900         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
29902 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
29904         * reflection.c: set a public key token on the core assemblies.
29906 2002-11-18  Dick Porter  <dick@ximian.com>
29908         * threads.c: Split out some thread initialisation so that other
29909         files can set the start callback function.
29911         * gc.c: Run finalisers in a separate thread, to avoid stack
29912         overflow.  Fixes bug 31333.
29914         * appdomain.c: Set up GC finalisation thread.
29916         * reflection.c: 
29917         * object.c: 
29918         * domain.c: Use gc.h macros for GC_malloc
29919         
29920 2002-11-15  Dick Porter  <dick@ximian.com>
29922         * threadpool.c: 
29923         * threads.c:
29924         * appdomain.c: Removed mono_runtime_init_with_attach(),
29925         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
29926         merging the extra parameter with the existing function.  Removed
29927         unneeded code in mono_thread_attach().
29929 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
29931         * image.c (mono_image_loaded_by_guid): a method to get loaded
29932         images by guid. 
29933         (load_metadata_ptrs): we store the guid as string.
29935 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
29937         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
29939         * metadata.c (mono_guid_to_string): imported method form Zoltan
29940         Varga (slightly modified)
29942         * assembly.c (mono_assembly_open): load precompiled code
29944         * loader.h (MonoMethod): we store the method token for use in the
29945         aot compiler. 
29947 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29949         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
29950         the hook function called when an assembly is loaded.
29951         
29952         * domain.c: Modified file.
29953         (mono_domain_assembly_load): removed hash table insertion of assemblies.
29955         Fixes bug #33196.
29957 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
29959         * reflection.c: Map PEFileKind to the value expected by the WinNT
29960         image loader. 
29962 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29964         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
29965         Read until the buffer is filled completely.
29967 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29969         * icall.c: implemented MonoType.InternalGetEvent ().
29971 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29973         * appdomain.c: implemented InitAppDomainSetup. Delayed
29974         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
29975         the entry_assembly.
29977         * assembly.c: base_dir is now an absolute path ending with
29978         G_DIR_SEPARATOR.
29980         * icall.c: modified get_location according to the above changes.
29982         * object.c: init AppDomain.SetupInformation for the default domain after
29983         we have the entry assembly.
29985         * domain.c: when unloading a domain, setup = NULL.
29987 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
29989         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
29991 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
29993         * object.h, object.c: introduced mono_object_get_virtual_method ()
29994         to lookup the method invoked on an object when a callvirt is done on
29995         a method.
29996         * icall.c: make MethodInfo::Invoke() always do a virtual call.
29998 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30000         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
30001         current domain when loaded an assembly and failed to load it.
30003         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
30005 2002-10-31  Dick Porter  <dick@ximian.com>
30007         * icall.c: 
30008         * file-io.h: 
30009         * file-io.c: Return the error status in a parameter, as the
30010         GetLastError() value has long since been blown away if we try and
30011         look it up in a subsequent internal call invocation.  Delete the
30012         GetLastError() internal call, because it's useless.
30014 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
30016         * class.[ch]: added cast_class to fix bug 29517
30018 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
30020         * marshal.c: create valid IL code in the filter clause:
30021         the new JIT is less forgiving:-)
30023 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30025         * icall.c: removed get_property internal call.
30027 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
30029         * appdomain.h domain.c: Added an ID to appdomains.
30030         
30031         * threads.c threads.h icall.c: Implement icall
30032         Thread:GetDomainID(), and remove unused icall 
30033         CurrentThreadDomain_internal.
30035 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30037         * icall.c: Don't recurse through the base types in GetConstructor.
30038         Fixes bug #32063. 
30040 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
30042         * mempool.h, mempool.c: added mono_mempool_empty() and
30043         mono_mempool_stats().
30045 2002-10-23  Dick Porter  <dick@ximian.com>
30047         * file-io.c: 
30048         * file-io.h: 
30049         * icall.c: Added MonoIO.GetFileType internal call
30051 2002-10-17  Dick Porter  <dick@ximian.com>
30053         * appdomain.c (mono_runtime_cleanup): Don't signal the async
30054         delegate semaphore before waiting for all threads to finish,
30055         because new threads can also call async delegates.  Fixes bug
30056         32004.
30058         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
30059         of 3 seconds, in case another async job is queued.  (This part is
30060         needed because the bug fix reintroduced the 3s exit lag.)  This
30061         makes the mono_runtime_shutdown flag superfluous.
30063 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
30065         * reflection.c: include ehader size in method section headers.
30066         Really check for suplicated modules entries.
30068 2002-10-17  Martin Baulig  <martin@gnome.org>
30070         * debug-mono-symfile.c: Added back support for locals.
30072 2002-10-14  Martin Baulig  <martin@gnome.org>
30074         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
30075         MONO_TYPE_VOID.
30077 2002-10-14  Martin Baulig  <martin@gnome.org>
30079         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
30080         mono_class_get() instead of looking in the class cache. 
30082 2002-10-13  Martin Baulig  <martin@gnome.org>
30084         * debug-mono-symfile.c: Set version number to 28, include the
30085         signature in method names.
30087 2002-10-13  Martin Baulig  <martin@gnome.org>
30089         * debug-mono-symfile.h: Set version number to 27.
30091 2002-10-11  Martin Baulig  <martin@gnome.org>
30093         * gc.c: Don't register/unregister NULL pointers as disappearing links.
30095 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
30097         * metadata.c, metadata.h: added helper function to allocate signatures.
30099 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30101         * icall.c: added internal call to get the location of machine.config.
30103 2002-10-08  Martin Baulig  <martin@gnome.org>
30105         * debug-mono-symfile.c: Ignore classes with a pending init for the
30106         moment.
30108 2002-10-03  Dick Porter  <dick@ximian.com>
30110         * threads.c: Freebsd pthread_t is a pointer
30112 2002-10-03  Dick Porter  <dick@ximian.com>
30114         * socket-io.c: Implemented GetHostName_internal
30116 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30118         * mono-config.c:
30119         (mono_config_parse_file): don't leak the text.
30121 2002-10-02  Martin Baulig  <martin@gnome.org>
30123         * debug-mono-symfile.c: Added support for methods.
30125 2002-10-01  Martin Baulig  <martin@gnome.org>
30127         * debug-mono-symfile.c: Don't emit methods and line numbers for
30128         the dynamic symbol file, just write the type table.  We can easily
30129         have an external helper program which creates a symbol file for an
30130         IL file.        
30132 2002-10-01  Dick Porter  <dick@ximian.com>
30134         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
30135         Only add the handle to the cleanup array when we're about to
30136         launch the thread.  Bug 31425 deadlocked when the test was run on
30137         mono under w32.
30139 2002-10-01  Martin Baulig  <martin@gnome.org>
30141         * debug-mono-symfile.c: Added support for properties.
30143 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
30145         * reflection.c: unaligned store fix from Mark Crichton
30146         <crichton@gimp.org>.
30148 2002-09-27  Martin Baulig  <martin@gnome.org>
30150         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
30151         New interncall.
30153 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
30155         * assembly.h, assembly.c: use a sane API to hook into the assembly
30156         loading process instead of a useless special-purpouse hack
30157         (ngen needs a hook, too, for example).
30159 2002-09-27  Dick Porter  <dick@ximian.com>
30161         * threads.c (mono_thread_init): Call GetCurrentProcess() so
30162         io-layer can set up some process handle info.  Not needed on w32,
30163         but doesn't hurt either.
30165         * process.c: Pass the program name in the second parameter to
30166         CreateProcess, so the path is searched.  Include the working
30167         directory. Implemented process name, process enumeration, and some
30168         process detail internal calls.
30169         
30170         * icall.c: Added internal calls for process lookup, and some
30171         process details
30173 2002-09-26  Martin Baulig  <martin@gnome.org>
30175         * assembly.c (mono_install_open_assembly_hook): New global
30176         function to install a function to be invoked each time a new
30177         assembly is loaded.
30178         (mono_assembly_open): Run this callback function if set.
30180         * debug-mono-symfile.c: Put back line numbers for the dynamic
30181         symbol file and also record the .il file as source file.  This
30182         allows us to install the temporary symbol file as `file.dbg' just
30183         like a compiler-generated one.
30185 2002-09-26  Nick Zigarovich <nick@chemlab.org>
30187         * Corrected typo in gc.c (BOHEM vs BOEHM).
30189 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30191         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
30192         GetProperties. Also avoid calling g_slist_length in GetProperties and
30193         GetMethods.
30195 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
30197         * reflection.c: avoid unaligned stores (bug spotted by
30198         Mark Crichton  <crichton@gimp.org>).
30200 2002-09-25  Martin Baulig  <martin@gnome.org>
30202         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
30203         instead of guint64 for addresses and added prologue/epilogue info.
30205 2002-09-25  Martin Baulig  <martin@gnome.org>
30207         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
30208         store line number info.  For the dynamic symbol file, we only need
30209         to provide the JIT generated dynamic line number info for the dynamic
30210         symbol file.
30212 2002-09-25  Martin Baulig  <martin@gnome.org>
30214         * debug-mono-symfile.h: Incremented version number.
30216 2002-09-24  Martin Baulig  <martin@gnome.org>
30218         * class.c (mono_debugger_class_init_func): New global function
30219         pointer variable.
30220         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
30221         call it.
30223         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
30224         function.  This is called via the mono_debugger_class_init_func
30225         hook to add all types to the dynamic type table.
30226         (ves_icall_MonoDebugger_GetType): New interncall to get a class
30227         from its metadata token.
30229         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
30230         New interncall for the debugger.
30232 2002-09-24  Nick Drochak <ndrochak@gol.com>
30234         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
30235         before using it in case it is null.
30236         
30237 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
30239         * metadata.c: allow custom modifiers in local var signatures
30240         (bug spotted by Zoltan Varga).
30242 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
30244         * class.c: deal with the <Module> class that may have a NULL vtable.
30245         Eliminate warnings.
30247 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
30249         * image.c, image.h: more strong name helpers.
30250         * monosn.c: more work: convert pem keys to cryptoapi format.
30252 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
30254         * string-icalls.c: speedup IndexOf.
30256 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
30258         * icall.c: updates from Zoltan.2.Varga@nokia.com.
30260 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
30262         * icall.c: cleanup: use mono_object_domain ().
30264 2002-09-23  Martin Baulig  <martin@gnome.org>
30266         * debug-mono-symfile.c: Improved type support.
30268 2002-09-22  Martin Baulig  <martin@gnome.org>
30270         * debug-mono-symfile.c: Added support for reference types and strings.
30272 2002-09-22  Martin Baulig  <martin@gnome.org>
30274         * debug-mono-symfile.c: Started to work on the type table.
30276 2002-09-21  Martin Baulig  <martin@gnome.org>
30278         * debug-mono-symfile.c: Largely reworked the symbol table format.
30279         The symbol table is now incrementally updated each time a new
30280         method is added.  We're now also using our own magic and version
30281         so that you don't need to recompile all your classes if the
30282         dynamic table changes.
30283         (mono_debug_update_mono_symbol_file): Removed.
30284         (mono_debug_symfile_add_method): New function to add a method.
30286 2002-09-21  Martin Baulig  <martin@gnome.org>
30288         * icall.c
30289         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
30290         New interncall.
30292         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
30293         New interncall to get a method from its metadata token.
30295 2002-09-21  Martin Baulig  <martin@gnome.org>
30297         * debug-mono-symfile.c: Create type table.
30299 2002-09-20  Martin Baulig  <martin@gnome.org>
30301         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
30303 2002-09-20  Martin Baulig  <martin@gnome.org>
30305         * debug-mono-symfile.c: Provide information about params and locals.
30307 2002-09-20  Martin Baulig  <martin@gnome.org>
30309         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
30310         New interncall.
30312         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
30313         interncall to get a method from its metadata token.
30315 2002-09-20  Martin Baulig  <martin@gnome.org>
30317         * debug-mono-symfile.c: Added a few checks for method->header
30318         being non-NULL.  This should never happen, but for the moment
30319         let's use a g_warning() rather than a g_assert().
30321 2002-09-19  Mark Crichton  <crichton@gimp.org>
30323         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
30324         even if support for it isn't present.  Added an #ifdef to fix this.
30326         * socket-io.c: Added checks back for Solaris support.
30328 2002-09-19  Martin Baulig  <martin@gnome.org>
30330         * debug-mono-symfile.c (read_string, write_string): Reflect latest
30331         changes in the symbol file format.
30333 2002-09-18  Martin Baulig  <martin@gnome.org>
30335         * debug-mono-symfile.c: Set version number to 21.
30337 2002-09-18  Dick Porter  <dick@ximian.com>
30339         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
30340         on netbsd.  Fixes bug 30051.
30342 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30344         * reflection.c:
30345         (set_version_from_string): little fix.
30347 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
30349         * monosn.c, Makefile.am: added strong name utility.
30350         * reflection.h, reflection.c: implemented delayed signing,
30351         locale, version and hash id assembly attributes.
30353 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
30355         * loader.c, metadata.c: load param attributes in signatures.
30357 2002-09-16  Martin Baulig  <martin@gnome.org>
30359         * debug-mono-symfile.c: Added string table with all method names.
30361 2002-09-14  Martin Baulig  <martin@gnome.org>
30363         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
30364         fast method lookup.
30366 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
30368         * reflection.c: record the public key token of referenced assemblies.
30370 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
30372         * image.c, image.h: added functions to get the strong name and the
30373         public key of an assembly.
30374         * pedump.c: use them.
30376 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
30378         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
30380 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
30382         * marshal.c (mono_marshal_get_managed_wrapper): Added
30383         MONO_TYPE_BOOLEAN 
30385 2002-09-11  Martin Baulig  <martin@gnome.org>
30387         * gc.c: Call GC_unregister_disappearing_link() on all links when
30388         finalizing them, this is necessary to aviod a crash in boehm's
30389         finalize handler.
30391 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
30393         * gc.c: handle GetTarget for finalized objects spotted and fixed by
30394         nick@chemlab.org.
30396 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
30398         * icall.c: implemented MonoType::Module.
30399         * reflection.c, reflection.h: mono_module_get_object () from
30400         Tomi Pakarinen <tomi.pakarinen@welho.com>.
30402 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
30404         * icall.c: ignore overridden methods in GetMethods ().
30405         Fix for FieldInfo::SetValue().
30406         * object.c: handle float/double in runtime invoke.
30408 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
30410         * object.c: allow a constructor to be called again on an object.
30412 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
30414         * class.h, class.c: move field layout code to it's own function and
30415         export it. Get an interface id earlier. Move fields in MonoClass
30416         so they are more cache friendly and align the bitfields.
30417         * loader.c: temporary handle get_param_names() for a runtime method.
30418         * reflection.c, reflection.h: more code to handle runtime creation of
30419         types.
30421 2002-09-09  Martin Baulig  <martin@gnome.org>
30423         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
30424         signature with the pinvoke field being set for the actual call.
30426 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
30428         * icall.c: removed some unused icalls. Start of map of glib charsets
30429         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
30431 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
30433         * debug-helpers.c: break infinite loop (found and fixed by
30434         Holger Arnold <harnold@gmx.de>).
30436 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
30438         * icall.c: target may be null in create_delegate.
30440 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
30442         * marshal.c: handle a boolean return type.
30444 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
30446         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
30448 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
30450         * gc.c: fix weakreferences.
30452 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
30454         * icall.c: added icall to get default codepage.
30456 2002-09-03  Dick Porter  <dick@ximian.com>
30458         * threads.h: 
30459         * threads.c: Use MonoThread instead of MonoObject where
30460         apropriate.
30462         Store running thread objects in a hash table, so that we have all
30463         the info to hand when waiting for them to finish
30464         (means we don't need OpenThread() any more, so mingw builds should
30465         be fully functional again.)
30467         * verify.c:
30468         * object.h: Added thread ID to MonoThread
30470 2002-09-03  Martin Baulig  <martin@gnome.org>
30472         * icall.c (System.Reflection.Assembly::get_location): New interncall.
30474 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30476         * icall.c: fixed leak in get_temp_path. Thanks lupus.
30478 2002-09-03  Martin Baulig  <martin@gnome.org>
30480         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
30481         argument to store the end address of the disassembled instruction.
30483         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
30484         here from debug-symfile.h.
30485         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
30486         JIT into this struct.
30487         (MonoSymbolFile): Added `char *image_file' field.
30488         (MonoDebugGetMethodFunc): Removed.
30489         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
30490         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
30491         (mono_debug_find_method): New method.
30493         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
30494         create a full symbol file.
30495         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
30496         and static symbol files.
30497         (mono_debug_find_method): The symbol file keeps an internal method hash,
30498         call this to get a MonoDebugMethodInfo from a MonoMethod.
30500         * debug-symfile.[ch]: Removed.
30502 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
30504         * image.c (do_mono_image_open): Remove linker version check.
30506 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
30508         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
30509         wrappers for instance methods.
30510         
30511 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30513         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
30515 2002-08-28  Dick Porter  <dick@ximian.com>
30517         * Makefile.am: Export HOST_CC for w32 builds
30519 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
30521         * file-io.c process.c: MonoString are null terminated, no
30522         need for mono_string_to_utf16() anymore.
30524 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
30526         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
30528 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
30530         * icall.c, reflection.h: speedup System.MonoType.
30532 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
30534         * reflection.c: allow null as the value of a string argument in
30535         custom attributes constructors.
30537 2002-08-27  Martin Baulig  <martin@gnome.org>
30539         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
30540         `trampoline_address' field.
30542 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
30544         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
30545         check (fixes bug #29486) 
30547 2002-08-27  Martin Baulig  <martin@gnome.org>
30549         * debug-mono-symfile.c: Changed the file format in a way that allows us
30550         open it read-only and to use a specially malloced area for all the
30551         dynamic data.  We can now also generate a symbol file on-the-fly if we're
30552         debugging IL code and there is no MCS generated symbol file for it.
30554 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
30556         * object.c: added a define for a good string and array
30557         creation speedup (not enabled by default because we need to deal with
30558         the synch stuff).
30560 2002-08-26  Martin Baulig  <martin@gnome.org>
30562         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
30563         function to create a dynamic symbol file.  This is used by the
30564         debugger to create a symbol file for IL code on-the-fly.
30566 2002-08-26  Martin Baulig  <martin@gnome.org>
30568         * loader.c (mono_lookup_pinvoke_call): Include the error message
30569         from g_module_error() in the error message.
30571 2002-08-24  Martin Baulig  <martin@gnome.org>
30573         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
30574         function to update the symbol file.  The symbol file is mmap()ed
30575         writable, but private.  This allows us to install the symbol file
30576         together with the assembly.
30578 2002-08-24  Martin Baulig  <martin@gnome.org>
30580         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
30581         but they can read the new symbol file format which mcs is now creating.
30583         * debug-symfile.c (mono_debug_find_source_location): Moved to
30584         debug-mono-symfile.c; this is now operating on the new symbol file.
30586 2002-08-23  Martin Baulig  <martin@gnome.org>
30588         * debug-helpers.c (mono_method_desc_from_method): New function to get
30589         a MonoMethodDesc from a MonoMethod.
30591 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
30593         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
30594         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
30596 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
30598         * string-icalls.[ch]: make helper methods static.
30600 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30602         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
30603         types to it and to SetValueInternal.
30605         * object.c: Moved handle_enum label to its proper place. This was the
30606         f... bug! ;-)
30608         This time i compiled mcs and gtk-sharp and they both work.
30610 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30612         * icall.c: reverted partially my previous patch until 
30613         object.c:set_value handles enums correcly.
30615 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30617         * icall.c:
30618         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
30619         (ves_icall_System_Environment_get_MachineName): removed warning when
30620         compiling under cygwin.
30622 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
30624         * object.c: fixed field_get_value() for reference types.
30626 2002-08-22  Dick Porter  <dick@ximian.com>
30628         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
30629         Don't free a buffer while it's still needed.  Patch from Jonathan
30630         Liger <Jonathan.liger@wanadoo.fr>
30632 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
30634         * icall.c (ves_icall_System_Environment_get_Platform): Add new
30635         internal call.
30637 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
30639         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
30640         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
30642         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
30643         we call unmanaged code which throws exceptions.
30645 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
30647         * appdomain.h: added per-domain entry_assembly.
30648         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
30649         arguments.
30650         * icall.c: Assembly::GetEntryAssembly icall.
30651         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
30652         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
30654 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
30656         * appdomain.h, gc.c: added mono_domain_finalize ().
30658 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30660         * object.c:
30661         (mono_print_unhandled_exception): changed g_warning by g_printerr
30662         because g_log has a 1024 characters limit (yeah, i got a big stack
30663         trace). Don't print exception name, that should be in ToString 
30664         returned string.
30666 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30668         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
30669         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
30671 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30673         * object.c:
30674         (mono_print_unhandled_exception): after previous commit, i realized
30675         that MS calls ToString on the exception. I changed this function to
30676         do that. This way we get stack_trace for free.
30678 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30680         * object.c:
30681         (mono_print_unhandled_exception): invoke Message property instead of
30682         getting 'message' field from Exception. Don't allocate memory for
30683         'trace' and 'message' if not needed.
30685 2002-08-18  Dick Porter  <dick@ximian.com>
30687         * unicode.c: Fix asserts to match Encoder.cs checks
30689 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
30691         * marshal.c: fix unaligned store issue and a few wrong
30692         opcode argument types.
30694 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30696         * icall.c: added GetUninitializedObjectInternal internal call.
30698 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
30700         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
30701         to the right domain.
30703 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
30705         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
30707         * class.c (class_compute_field_layout): set blittable to false for Strings
30709         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
30711 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
30713         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
30714         first chunk of code to create types at runtime. Code to
30715         handle ReflectedType/DeclaringType. Make reflection handles
30716         domain specific.
30718 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
30720         * class.c: set correct name in arrays.
30722 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
30724         * appdomain.c (mono_domain_transfer_object): make it work with
30725         valuetypes. bug fixes.
30727 2002-08-12  Dick Porter  <dick@ximian.com>
30729         * object.h: Rename some parameters to avoid c++ keywords (Patch
30730         from Joseph Wenninger <kde@jowenn.at>)
30732 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
30734         * icall.c: added icall to implement Assembly.GetFile*.
30736 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
30738         * reflection.h, reflection.c: code to embed managed resources.
30740 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
30742         * class.c: move all the type size stuff into
30743         class_compute_field_layout().
30745 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
30747         * class.c: ensure enums have always the correct instance size.
30748         * unicode.c: remove wrong assert.
30750 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
30752         * assembly.c: fix mem corruption issue.
30753         * image.h, image.c: added mono_image_get_resource () to access
30754         managed resources.
30755         * icall.c: implemented Assembly.EntryPoint property and some
30756         Managed Resources related internalcalls.
30759 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
30761         * image.c, image.h: impemented mono_image_get_entry_point ().
30762         * appdomain.c: use mono_image_get_entry_point.
30764 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
30766         * reflection.c: support the object type argument when loading
30767         custom attributes.
30769 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
30771         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
30772         String as return type.
30774 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
30776         * reflection.c: fix encoding of named args for custom attrs to match
30777         the ms implementation. Read them back when instantiating custom
30778         attributes.
30780 2002-08-02  Radek Doulik  <rodo@ximian.com>
30782         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
30783         by Dietmar as quick fix
30784         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
30785         16 as stack size, used on more places as quick fix before Dietmar
30786         will fix it properly
30788 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
30790         * object.h, object.c: added accessors for fields and properties.
30792 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
30794         * class.c, class.h: made mono_class_get_field_from_name ()
30795         loop on parent types.
30796         Added mono_class_get_property_from_name ().
30798 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
30800         * class.c, class.h: move the code to setup the type vtable in its own
30801         function so that it can be reused also for types created at runtime.
30802         Eliminate the "class" identifier from the header file.
30803         * reflection.c: setup the vtable for enums so that we can create
30804         objects for use in SetConstant ().
30806 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
30808         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
30809         instead of the delegate itself as this pointer (bug #28383)
30811 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
30813         * marshal.c (mono_marshal_get_managed_wrapper): added return type
30814         conversions.
30816 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
30818         * loader.c: don't set the pinvoke bit on icalls.
30820 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
30822         * debug-helpers.c (mono_method_full_name): only print a number to
30823         indicate wrapper type (so that the output is more readable in traces).
30825 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
30827         * class.c (mono_class_init): include method override patch from Paolo
30829 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
30831         * icall.c: fixed GetTypeCode().
30833 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
30835         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
30836         use real delegate invoke function to make it work with multicast
30837         delegates (fix bug# 28291).
30839 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
30841         * object.c: load constant strings.
30843 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
30845         * reflection.c: no magic numbers.
30846         * tabledefs.h: security action enum.
30848 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
30850         * assembly.c: fix possible memory corruption.
30852 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
30854         * reflection.h, reflection.c: added support for linking resources.
30855         * verify.c: check we have an updated corlib.
30857 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
30859         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
30860         string arrays.
30861         (mono_marshal_string_array): null terminate unmanaged string arrays.
30862         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
30864 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
30866         * icall.c: Type.GetType () can now return also types from the
30867         calling assembly.
30869 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
30871         * loader.h, loader.c: stack walking support.
30872         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
30873         GetCallingAssembly.
30875 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
30877         * marshal.c: added optimisations for blittable types 
30879         * class.c (mono_array_class_get): do not set blittable attribute on arrays
30880         (mono_class_setup_mono_type): set blittable attribute for single
30881         and double.
30883         * marshal.c (mono_string_utf8_to_builder): impl.
30884         (mono_string_builder_to_utf8): impl.
30885         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
30887 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
30889         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
30890         (mono_marshal_get_managed_wrapper): impl. byref types
30892 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30894         * icall.c:
30895         (search_method): don't display debug message. 
30897 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
30899         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
30901 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
30903         * appdomain.c: set the missing filename when throwing exception.
30905 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
30907         * metadata.c (mono_type_size): code cleanup
30908         (mono_type_stack_size): removed some test code
30910 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
30912         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
30913         mono_get_exception_file_not_found now.
30915         * exception.c (mono_exception_from_name_two_strings): New version
30916         that will call a constructor with two string arguments. 
30917         (mono_get_exception_file_not_found): New helper routine, used to
30918         report file-not-found errors.
30920 2002-07-20  Dick Porter  <dick@ximian.com>
30922         * process.h:
30923         * process.c: Pass file handles to CreateProcess
30924         
30925         * icall.c:
30926         * file-io.h:
30927         * file-io.c: Implemented CreatePipe
30929 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
30931         * metadata.c (mono_get_param_info): set alignment for value types
30933 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
30935         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
30936         Constify mono_domain_assembly_open().
30937         * loader.c: handle null namespace in icalls.
30939 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
30941         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
30942         (emit_str_to_ptr_conv): marshal object as structs
30944         * metadata.c (mono_type_to_unmanaged): marshal object as structs
30946         * marshal.c (mono_marshal_get_runtime_invoke): support value types
30948 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
30950         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
30951         (mono_marshal_get_native_wrapper): we an now return value types
30953 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
30955         * verify.c: more checks implemented.
30957 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
30959         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
30960         (fix bug #27695)
30961         (mono_marshal_get_native_wrapper): allow byref arguments
30962         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
30963         impl. PtrToStringXXX methods
30964         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
30965         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
30966         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
30967         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
30968         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
30970 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
30972         * reflection.c: fix buglet in parsing an assembly name.
30974 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
30976         * marshal.c (emit_ptr_to_str_conv): first impl.
30978 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
30980         * object.c, class.h: cache the vtable in the class as suggested by
30981         vargaz@freemail.hu (Zoltan Varga).
30983 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
30985         * class.h, loader.c: added mono_field_from_token().
30986         * verify.c: first cut of type checking code.
30988 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
30990         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
30992 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
30994         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
30995         (fix bug #27782)
30996         (mono_marshal_get_remoting_invoke): impl.
30997         (mono_delegate_begin_invoke): impl.
30998         (mono_mb_emit_save_args): impl.
30999         (mono_delegate_end_invoke): impl.
31000         (mono_marshal_get_delegate_begin_invoke):
31001         (mono_marshal_get_delegate_end_invoke):
31002         (mono_marshal_get_delegate_invoke): generate a special name for
31003         those methods (including the signature) and associate them whith
31004         the delegate class. 
31006 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
31008         * reflection.[ch]: 
31009         (mono_reflection_type_from_name): now it has a MonoImage parameter
31010         which is used as the default image to search the type in. If the image
31011         is NULL or getting the type from it fails, it defaults to corlib.
31013         * icall.c: changed 1 call to mono_reflection_type_from_name to match
31014         new parameter.
31016 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
31018         * reflection.c: update the parameter table index.
31020 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
31022         * domain.c: don't include the mark byte in the string hash.
31024 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
31026         * icall.cs: icall for Type.GetTypeCode ().
31027         * verify: a couple of fixes and disabled local initialization checks.
31029 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
31031         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
31033         * debug-helpers.c (mono_method_full_name): print the type of the
31034         runtime wrapper
31036         * metadata.c (mono_signature_hash): a hash function for signatures
31037         (mono_signature_hash): better hash algorithm
31039         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
31041         * debug-helpers.c (mono_method_full_name): this can now generate
31042         method names with signatures
31044         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
31045         method dont have this pointers.
31047 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
31049         * reflection.c: fixup typebuilder tokens.
31050         * image.c: fix buglet.
31051         * marshal.h: remove whitespace.
31052         * metadata.h, metadata.c: reinstate code that was removed.
31053         * verify.c: handle catch directives and fix another couple of bugs.
31055 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
31057         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
31058         (mono_marshal_get_native_wrapper): make it comp. with the old code
31059         (mono_marshal_get_native_wrapper): support boolean
31060         (mono_marshal_get_managed_wrapper): support more types
31062 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
31064         * class.c (class_compute_field_layout): compute class->blittable attribute.
31066 2002-07-09  Dick Porter  <dick@ximian.com>
31068         * threads.c: Make the thread cleaning up cope with threads that
31069         call ExitThread()
31071 2002-07-08  Radek Doulik  <rodo@ximian.com>
31073         * reflection.c (method_encode_code): use non-translated values to
31074         compute finally_start, this fixes exception handling on ppc, yay!
31076         * decimal.h (struct signscale): fix endianess
31078 2002-07-07  Radek Doulik  <rodo@ximian.com>
31080         * reflection.c: swap box_val and not val
31082 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
31084         * reflection.c, reflection.h: handle full assembly info in type name.
31085         Handle Type arguments when loading custom attributes.
31086         * icall.c: updated to use new mono_reflection_type_from_name () method.
31088 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31090         * loader.c:
31091         (method_from_memberref): also print assembly name when method not found.
31093 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31095         * icall.c:
31096         (ves_icall_TypeGetProperties): fixed bug #27473. 
31098 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31100         * reflection.c: display image name and token when cannot find the
31101         .ctor for an attribute.
31103 2002-07-05  Martin Baulig  <martin@gnome.org>
31105         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
31107 2002-07-04  Dick Porter  <dick@ximian.com>
31109         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
31110         compile on mingw.  This will cause mingw builds to not wait for
31111         subthreads to terminate after the main thread does.  I've lodged a
31112         bug with the mingw developers for them to wrap OpenThread().
31114 2002-07-03  Dick Porter  <dick@ximian.com>
31116         * threads.c: Store thread IDs instead of handles, because
31117         GetCurrentThread() returns a pseudohandle and therefore stores
31118         useless values.  mono_thread_cleanup() continues checking the
31119         array of threads until it is empty, to cope with subthreads
31120         spawning new threads after the main thread has finished.
31122         * profiler.h:
31123         * profiler.c:
31124         * profiler-private.h: Pass the thread ID to thread profiler
31125         functions, instead of a handle
31127 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
31129         * verify.c: fixes to make it more usable.
31130         * pedump.c: added --verify code to verify IL code in an assembly.
31132 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31134         * reflection.c: turn errors into warnings to allow compiling corlib.
31136 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
31138         * reflection.c: add special cases to compile corlib.
31140 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
31142         * reflection.c: handle properties with only a set method.
31144 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
31146         * opcodes.h: add enum with opcodes in opval order.
31148 2002-07-01  Dick Porter  <dick@ximian.com>
31149         
31150         * object.h:
31151         * object.c (mono_runtime_run_main): Removed unneeded argument
31153 2002-06-28  Martin Baulig  <martin@gnome.org>
31155         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
31157 2002-06-27  Dick Porter  <dick@ximian.com>
31159         * threads.c: Store the handle in both the parent thread and in the
31160         subthread, to minimise the time between starting a new thread and
31161         storing its ID.
31163 2002-06-26  Dick Porter  <dick@ximian.com>
31165         * appdomain.c (mono_runtime_cleanup): Close the socket library
31166         after all the threads have finished, not before
31168 2002-06-26  Martin Baulig  <martin@gnome.org>
31170         * debug-symfile.c (mono_debug_find_source_location): Added
31171         `guint32 *line_number' argument.  If it's not NULL, store the line number
31172         there and return the file name without the line number.
31174 2002-06-25  Dick Porter  <dick@ximian.com>
31176         * icall.c:
31177         * process.h:
31178         * process.c: Process forking and other support functions
31180 2002-06-25  Dick Porter  <dick@ximian.com>
31182         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
31183         things dont happen when the image is closed.
31184         (mono_image_lookup_resource): Walk the resource section looking
31185         for a particular entry
31187         * cil-coff.h: PE resource section decoding
31189 2002-06-25  Dick Porter  <dick@ximian.com>
31190         
31191         * assembly.h:
31192         * assembly.c: 
31193         (mono_assembly_foreach): Accessor functions to walk the list of
31194         loaded assemblies
31195         (mono_assembly_set_main):
31196         (mono_assembly_get_main): Process methods need to know which
31197         assembly is the "main" one
31199         * object.c (mono_runtime_run_main): Record the main assembly
31201         * debug-helpers.c: Fix typo
31203 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
31205         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
31206         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
31208 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
31210         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
31212 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
31214         * image.c (do_mono_image_open): Initialize reference count,
31215         otherwise we leak the MonoImage.
31217 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
31219         * reflection.c: small tweak to handle self-hosting.
31221 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
31223         * reflection.c: fix type name parse code.
31225 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
31227         * reflection.c: break out of the loop.
31228         * image.c: special case corlib.
31230 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
31232         * reflection.c: add all the custom attrs at the end to ensure the
31233         ctors have been properly initialized when the attributes are defined
31234         in the current assembly.
31236 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
31238         * reflection.c: handle correctly multiple-nested types.
31240 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
31242         * row-indexes.h: fix typos.
31243         * reflection.c: adjust for typos and fix method_def_or_ref
31244         encoding in MethodImpl table.
31246 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
31248         * reflection.c: fix entry point patching (thanks Serge!).
31250 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
31252         * verify.c: add check for System.Exception
31254 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
31256         * image.c, class.c: minifix for code just c&p'ed.
31257         * reflection.c: warning fix.
31258         * object.h, loader.h, domain.c: load also StringBuilder.
31260 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
31262         * marshal.h, marshal.c: some support code to handle complex marshaling.
31264 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31266         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
31267         Better signatures with vtable error dump.
31269 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
31271         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
31273 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
31275         * icall.c (ves_icall_Type_GetField): impl.
31277 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31279         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
31280         to retrieve a marshal description blob for a field or param.
31282 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
31284         * reflection.h, reflection.c: change order of nested type emission
31285         to avoid table corruption. The NestedTypes table is sorted.
31286         * icall.c: change order of GetConstructor results to workaround mcs bug.
31288 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
31290         * reflection.h, reflection.c: handle field and param marshal
31291         information.
31293 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
31295         * icall.c, marshal.c marshal.h: more Marshal class implementation.
31297 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
31299         * reflection.c: fix call convention.
31301 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
31303         * reflection.h, reflection.c: mono_image_get_memberref_token()
31304         takes a type instead of a class, now. Added
31305         mono_image_get_array_token() to create tokens for the special
31306         multi-dim array methods.
31308 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
31310         * assembly.c: handle modules (no assembly table). Split
31311         loading references in its own function.
31312         * class.c: handle moduleref resolution scope.
31313         * image.c, image.h: cache module name in image.
31315 2002-06-07  Martin Baulig  <martin@gnome.org>
31317         * reflection.c (mono_image_get_type_info): Only add a class layout entry
31318         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
31320 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
31322         * icall.c: more signature fixes that used uint instead of int.
31324 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31326         * reflection.c: fixed signature of field refs.
31328 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
31330         * class.c, reflection.c: handle typerefs of nested types
31331         (both on read and when writing files).
31333 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
31335         * icall.c: fix method signatures that tried to workaround the previous
31336         typo, d'oh!
31338 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
31340         * debug-helpers.c: fix typo.
31342 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
31344         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
31345         rewrote the PE/COFF writing code (our programs are understood by the
31346         ms runtime, now).
31348 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
31350         * gc.c, gc.h, icall.c: weakreference support.
31352 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
31354         * Makefile.am, mono-config.c: use $(sysconfdir).
31356 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
31358         * icall.c: changed default precision of Double.ToString() to 15.
31359         Fixed memory leak. Unified with Single.ToString.
31361 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
31363         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
31365 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
31367         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
31368         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
31369         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
31370         and myself.
31372 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
31374         * debug-symfile.c, sysmath.c: yet more compilation fixes.
31376 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31378         * reflection.c, socket-io.c: more compilation fixes.
31380 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
31382         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
31383         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
31384         unicode.c: warning and compiler compatibility fixes.
31386 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
31388         * class.h, metadata.c: fixed warnings/compilation errors.
31390 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
31392         * Makefile.am, mono-config.c, mono-config.h: configuration file
31393         support routines.
31394         * loader.c, loader.h: make Dll mapping configurable at runtime in the
31395         config file. Export methods to insert and lookup mappings.
31397 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
31399         * reflection.c: handle types and boxed objects in custom attr
31400         constructors.
31402 2002-05-30  Martin Baulig  <martin@gnome.org>
31404         * debug-symfile.c
31405         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
31407 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
31409         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
31410         to lookup the implmap row for a P/Invoke method.
31411         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
31412         P/Invoke method from the runtime on an as needed basis.
31414 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
31416         * metadata.c (mono_metadata_parse_signature): impl.
31418 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
31420         * class.c: handle .pack directive.
31422 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
31424         * object.c: initialize static fields with RVA data.
31426 2002-05-25  Martin Baulig  <martin@gnome.org>
31428         * debug-symfile.c
31429         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
31431 2002-05-24  Martin Baulig  <martin@gnome.org>
31433         * debug-symfile.c
31434         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
31435         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
31436         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
31438 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
31440         * object.c: special case string ctros in invoke.
31441         * gc.c: silly whitespace changes.
31443 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
31445         * threadpool.[ch]: impl. a threadpool that can
31446         be used by mint and mono.
31448 2002-05-22  Martin Baulig  <martin@gnome.org>
31450         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
31451         The first argument is now a `MonoReflectionModuleBuilder *', the return
31452         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
31453         `methods' field to get the method builder.  The `token' argument is the
31454         unfixed token.
31456         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
31457         invalid characters instead of g_assert_not_reached()ing.  This seems
31458         to be the behaviour of mscorlib.
31460 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
31462         * object.c (mono_runtime_invoke_array): applied patch from Rachel
31463         Hestilow to fix bug #25104
31465 2002-05-21  Martin Baulig  <martin@gnome.org>
31467         * debug-symfile.c (mono_debug_find_source_location): New function.
31468         Looks up an IL offset in the line number table and returns the source
31469         location as a string.
31471 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31473         * icall.c:
31474         (mono_double_ToStringImpl): changed %f by %g until we have something
31475         better.
31477 2002-05-21  Nick Drochak  <ndrochak@gol.com>
31479         * icall.c : Use different name for Math.Pow's icall.  Needed to check
31480         parameters first in C#.
31482 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
31484         * icall.c, reflection.h: added icall to get info about an event.
31486 2002-05-20  Radek Doulik  <rodo@ximian.com>
31488         * object.c (mono_value_box): don't use memcpy for boxing on BIG
31489         endian
31490         (mono_value_box): don't use memcpy for small sizes on
31491         architectures with unaligned access
31493 2002-05-20  Martin Baulig  <martin@gnome.org>
31495         * reflection.c (mono_reflection_setup_internal_class): Don't crash
31496         if `tb->parent == NULL'.
31497         (mono_reflection_create_internal_class): New function.  This is
31498         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
31499         for enum types.
31501         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
31502         New interncall.
31504 2002-05-19  Martin Baulig  <martin@gnome.org>
31506         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
31507         argument to get the length, don't default to the array length.
31509 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
31511         * assembly.c (mono_assembly_setrootdir): New function used to
31512         override the MONO_ASSEMBLIES directory.
31514 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
31516         * icall.c: ValueType_GetHashCode() initialize local var.
31518 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
31520         * reflection.c: sort custom attributes table.
31522 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
31524         * reflection.c: support named args in custom attributes (write support).
31526 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
31528         * reflection.c: fix finally position calculation.
31530 2002-05-15  Radek Doulik  <rodo@ximian.com>
31532         * reflection.c: fixed endianess at many places
31534         * icall.c (ves_icall_InitializeArray): comment out debug msg
31536 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
31538         * object.c (mono_unhandled_exception): new function to handle
31539         unhandled exceptions.
31540         (mono_unhandled_exception): call the UnhandledException event.
31541         (mono_runtime_delegate_invoke): impl.
31543 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
31545         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
31546         returns the RVA, not the direct pointer to the data. Handle the case
31547         when the class size is fixed.
31549 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
31551         * reflection.c: fix some endianess issues.
31553 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
31555         * object.c (mono_runtime_invoke): is now able to catch exceptions.
31557         * threads.c (mono_thread_init): added a callback which is invoked
31558         at thread start.
31560 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
31561         
31562         * icall.c: make GetHashCode return non-negative values.
31564 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
31566         * object.c, icall.c, gc.c: revert to address-based hashcode.
31568 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
31570         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
31572 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
31574         * icall.c, class.c: special case <Module>.
31576 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
31578         * icall.c: fix bug in GetNow().
31580 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
31582         * object.c (mono_runtime_class_init): make sure that we call all
31583         static class constructors.
31585 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
31587         * reflection.c: sort methodsemantics table.
31589 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
31591         * reflection.h, reflection.c: honour init locals setting.
31593 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
31595         * icall.c: copied Double ToStringImpl for Single ToStringImpl
31597 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
31599         * reflection.c: support ContructorBuilders in attribute blob creation.
31601 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
31603         * reflection.c: some changes to build a binary that can be run
31604         directly in windows.
31606 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
31608         * loader.c: print a big message when an icall can't be found.
31610 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31612         * string-icalls.c: fix bug 24248.
31614 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
31616         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
31617         icall.c, reflection.h: separate assembly loading by pathname and by
31618         assembly name. Use the MONO_PATH env var to search for assemblies.
31620 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
31622         * assembly.c, image.h: add some support for assemblies
31623         with multiple modules.
31624         * class.c, class.h: export mono_class_from_typeref().
31625         * loader.c: remove duplicated code and use mono_class_from_typeref(),
31626         instead.
31628 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
31630         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
31631         documentation says (the ECMA one is correct).
31633 2002-05-02  Dick Porter  <dick@ximian.com>
31635         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
31636         Don't name the synchronisation mutex.
31638 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
31640         * rand.c
31641         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
31642         Make the prototypes match.
31643         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
31644         Same.
31646         * icall.c
31647         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
31648         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
31649         all systems have tm.tm_zone, so use strftime() with %Z to print
31650         the timezone abreviation into a temp string.
31652         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
31653         rather than mono_array_addr() on a MonoString on Big Endian
31654         machines.
31656 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
31658         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
31659         fix bug 24041
31661 2002-04-30  Dick Porter  <dick@ximian.com>
31663         * socket-io.c: Cope with SOCKET being an integer rather than a
31664         pointer now.
31666         * threads.c: Added Thread_free_internal, to deal with thread
31667         handle cleanup.  Moved calls to handle_store() and handle_remove()
31668         to start_wrapper(), so each can only be called once.  Allocate
31669         synchronisation blocks with GC_malloc(), and use GC finalisation
31670         to close the handles.
31672         * icall.c: added System.Threading.Thread::Thread_free_internal
31674 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
31676         * icall.c: support Environment.Exit, CommandLineArgs().
31678 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
31680         * object.c, object.h: added mono_runtime_run_main () and
31681         mono_runtime_get_main_args () for use in System.Environment.
31683 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
31685         * gc.c: fix thinko, enable actual finalization since the jit is now
31686         fixed.
31688 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
31690         * gc.c, object.c: take into account that an object may be offset wrt the address
31691         returned by GC_malloc().
31693 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
31695         * image.c: handle files without entries in the assembly table (modules).
31697 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
31699         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
31700         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
31701         allowed to be null when it's System.Object class setup.
31703 2002-04-27  Martin Baulig  <martin@gnome.org>
31705         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
31706         if `tb->parent == NULL' rather than crashing.
31708 2002-04-28  Nick Drochak  <ndrochak@gol.com>
31710         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
31711         calling acos() where asin() should have been called.
31713 2002-04-26  Martin Baulig  <martin@gnome.org>
31715         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
31716         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
31717         there's a subdirectory called `System', but we don't want to read that
31718         subdirectory as an assembly.
31720 2002-04-25  Martin Baulig  <martin@gnome.org>
31722         * debug-symfile.c: Reflect latest MonoString changes.
31724 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
31726         * rand.c, rand.h: instance method icalls need to have an explicit
31727         this pointer as first argument in the C implementation.
31729 2002-04-25  Nick Drochak <ndrochak@gol.com>
31731         * icall.c: Fix typo in map for GetNonZeroBytes
31733 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
31735         * string-icalls.c : String does now passes unit tests without any 
31736         errors, the following changes has been made:
31737         
31738         Implemented replace methods.
31739         Renaming of methods to (try) follow the standard.
31740         Fixed compare ordinal
31741         Made all memory allocated directly to function instead of via icall function.
31742         Small performance fix in is_in_array function
31743                         
31744  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
31746         c (mono_string_Internal_ctor_charp_int_int):
31747         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
31748         sindex < 0, throw ArgumentOutOfRangeException instead of
31749         ArgumentNullException.
31751         Added new check for length == 0, however
31752         I need to make it return String.Empty from the C code.
31753         
31754         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
31755         that calculate the length for us here.
31756         
31757         (mono_string_Internal_ctor_sbytep_int_int): Replaced
31758         mono_string_new_utf16 with mono_string_new, since value is utf8.
31760 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
31762         * object.c: register the object for finalization if needed.
31763         Allocate one more char in the string for the terminating 0 char.
31765 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
31767         * class.c, class.h, image.c: check if a type implemenst a destructor.
31768         Use the proper key for array class lookups.
31769         * icall.c: register the icalls in the System.GC class.
31770         * gc.c, gc.h: GC-related functions and icalls.
31772 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31774         * icall.c:
31775         * socket-io.c:
31776         * unicode.c: free some strings gotten from mono_string_to_utf8 and
31777         changed a couple of free () by g_free ().
31779         * decimal.c: one-liner in the comments for decimal2string ().
31781 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
31783         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
31785 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
31787         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
31788         * object.c (mono_runtime_invoke_array) : handle null in params
31790 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
31792         * string-icalls.c: fixed bug in split (one off bug)
31794 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
31796         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
31797         * icalls.c: added String::Equals as internal method
31799 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
31801         * threads.c: fixed bug in the double interlocked functions
31803 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
31805         * threads.c: implemented all of the new interlocked icalls.
31806         * string-icalls.c: fix a bug in insert.
31807         * icalls.c: added the icalls for interlocked, removed old string functions.
31808         
31809 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
31811         * loader.c: fix off-by-one error when reading argument names.
31813 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
31815         * profiler.c: win32 counter implementation (untested).
31816         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
31817         (the latter needs testing and more complete impl. from win32 folks).
31819 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
31821         * object.c: mono_array_new_full workaround mono_array_class_get
31822         problem.
31824 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
31826         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
31827         * object.h (mono_string_chars): Changed casting type.
31829 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
31831         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
31832                            method signatures to use gunichar2 instead of gint16.
31834 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
31836         * object.h, object.c: domain-specific versions of mono_object_new and
31837         mono_array_new.
31839 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
31841         * object.c: changed String layout
31843         * string-icalls.c (mono_string_Internal_ctor_chara): added
31844         internal string constructors.
31846 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
31848         * threads.c: pass 'this' to the thread start routine.
31850 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31852         * string-icalls.c: fix IndexOf and LastIndexOf. Now
31853         InternalCompareStr don't call twice mono_string_cmp_char for the last
31854         character. Improved performance in mono_string_cmp_char.
31856 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
31858         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
31859         code into its own library: libmonoruntime.
31861 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
31863         * object.h, object.c: changed array format so that szarrays do not
31864         require a bounds structure.
31865         * icall.c, appdomain.c: support for new szarray format.
31867 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
31869         * metadata.c: compare also the retuns type when comparing signatures:
31870         we didn't do this as an optimization since really overloaded methods
31871         must differ also in the arguments, but this doesn't work with
31872         low-level IL code (or when using explicit conversion operators: see
31873         bug#23498 for an example).
31875 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
31877         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
31879 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
31881         * icall.c: make MonoType::GetElementType its own icall.
31883 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
31885         * icall.c: remove MonoMethod_get_Name().
31886         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
31887         object.
31889 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
31891         * string-icalls.c: optimized a few methods.
31893 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
31895         * icall.c: added all new string internal calls
31896         * string-icalls.c: added, new string internal call implementation.
31897         * object.c: added mono_string_new_size for allocating a string a size
31899 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
31901         * object.c (mono_object_isinst): use the same code as in the
31902         optimized x86 version.
31904 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
31906         * profiler.c: TSC-based timer code (faster and more accurate).
31907         Not hooked up in configure, yet (set USE_X86TSC to 1).
31909 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
31911         * profiler.c, profiler.h: track time spent compiling methods.
31912         * threads.c: track thread creation/destruction.
31914 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
31916         * profiler.c, profiler.h, profiler-private.h: profiling interface
31917         and sample implementation. Moved here so that it can be used also by
31918         the jit.
31920 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
31922         * reflection.c, reflection.h: keep types and other handles separate in
31923         the hash tables for referred tokens. Add guid for modules.
31925 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
31927         * assembly.c: fix bugs found with valgrind.
31928         * metadata.h, metadata.c: added mono_metadata_guid_heap().
31930 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
31932         * threads: added icall support for getting current domain for
31933                    the thread.
31935 2002-04-13  Martin Baulig  <martin@gnome.org>
31937         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
31938         (MonoDebugVarInfo): Added `index' field for register based addresses.
31939         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
31940         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
31941         `MonoDebugVarInfo *params' and `guint32 this_offset' with
31942         `MonoDebugVarInfo *this_var'.
31944         * debug-symfile.c (relocate_variable): New static function to write
31945         a location description for a local variable or method parameter.
31947 2002-04-12  Martin Baulig  <martin@gnome.org>
31949         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
31950         stack offset and begin/end scope address of a local variable.
31951         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
31952         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
31953         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
31955         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
31956         Added new relocation types for start/end scope of a local variable.
31958 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
31960         * object.h: add mono_object_domain() macro.
31961         * reflection.c: handle typespecs.
31962         * icall.c: MonoMethod::get_Name() implementation.
31964 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
31966         * icall.c: String::GetHashCode() icall implementation.
31968 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31970         * icall.c: String::IndexOfAny icall.
31971         * object.c, object.h: make array->max_length more useful.
31972         Intrduced mono_object_class() and mono_string_length() macros.
31974 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31976         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
31977         instead of g_unichar_isdigit.
31979 2002-04-11  Nick Drochak  <ndrochak@gol.com>
31981         * icall.c: Implement a simple Double.ToString().
31983 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
31985         * appdomain.h: only io-layer.h is supposed to be included.
31986         * icall.c: explicitly import environ. Fix warning.
31988 2002-04-10  Nick Drochak  <ndrochak@gol.com>
31990         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
31991                 return true even if it's not Daylight Savings time.
31992                 Only return false for the case where the function isn't
31993                 implemented for a plaform (read Windows).
31995 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31997         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
31998         data with a mutex.
32000 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
32002         * mempool.c (mono_mempool_alloc): only use g_malloc when
32003         absolutely necessary.
32005 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
32007         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
32009         * class.c (mono_class_vtable): use domain mempool to allocate vtable
32010         (mono_class_proxy_vtable): use domain mempool
32012 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
32014         * appdomain.h, appdomain.c: split initialization that requires the
32015         execution engine support into mono_runtime_init().
32017 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
32019         * class.c (mono_class_init): don't include vtable inside MonoClass
32020         to save some memory, gather some statistics.
32021         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
32023 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
32025         * icall.c: internalcall implementation for ValueType.Equals().
32027 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
32029         * object.c (mono_message_init): moved 
32030         (mono_runtime_exec_main): new arch. independent impl.
32031         (mono_runtime_invoke_array): new method - like
32032         mono_runtime_invoke, but you can pass an array of objects.
32033         (mono_remoting_invoke): new arch. independent impl.
32034         (mono_message_invoke): new arch. independent impl.
32035         (mono_runtime_class_init): new arch. independent impl.
32036         (mono_runtime_object_init): new arch. independent impl.
32038 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32040         * metadata.c, object.c, reflection.c: documented the exported
32041         functions.
32043 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
32045         * icall.c: simpler code to pass the assembly builder data to corlib.
32046         Implement GetNestedTypes() internalcall.
32048 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
32050         * class.c: warn if a type can't be loaded.
32052 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
32054         * image.h: typedef MonoImageOpenStatus
32055         * types.h: removed unused file
32056         
32057 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
32059         * icall.c: Enum_ToObject accepts enum value arguments.
32061 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
32063         * class.c: move initialization of properties, events and nested
32064         classes, so that they happen for interfaces, too.
32066 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32068         * icall.c: cleanup some ugly casts in Array_SetValue*.
32070 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32072         * icall.c: the values array fro enums is of the correct type, now.
32073         Implement (correctly) getFullName instead of assQualifiedName for
32074         MonoType.
32075         * reflection.h, reflection.c: added mono_type_get_name ().
32077 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32079         * assembly.c, image.h: for each MonoImage, record from wich assembly
32080         it was loaded.
32081         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
32082         Make Type.Assembly work.
32084 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
32086         * debug-symfile.h: use char* instead of gpointer to avoid
32087         unnecessary casts.
32089         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
32091         * icall.c (ves_icall_InternalExecute): impl. FielSetter
32092         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
32094 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
32096         * icall.c (mono_message_init): impl. (code cleanup)
32097         (ves_icall_InternalExecute): impl. FieldGetter
32099         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
32100         defined we call all (non-static)methods through the vtable. 
32102 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
32104         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
32105         finalizer even though the memory is still referenced (and the chunk of
32106         memory is not freed).
32108 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
32110         * assembly.c: fix brokeness.
32112 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
32114         * class.c: kill some warnings. Check explicit interface method
32115         implementation also without considering the namespace.
32116         Load also literal strings in static class data.
32118 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
32120         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
32121         (default_assembly_name_resolver): Make the resolver take the
32122         "base" directory where the assembly was originally defined, so we
32123         can load DLLs that are in the same directory as the assembly that
32124         is being referenced.
32126 2002-03-28  Dick Porter  <dick@ximian.com>
32128         * file-io.h: 
32129         * file-io.c:
32130         * socket-io.c: 
32131         * unicode.h: 
32132         * unicode.c: Warning cleanups
32134 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
32136         * object.h, reflection.h: use the correct type instead of MonoObject.
32138 2002-03-28  Martin Baulig  <martin@gnome.org>
32140         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
32141         (mono_debug_update_symbol_file): Initialize classes if necessary.
32143 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
32145         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
32146         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
32148 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
32150         * assembly.h: fix function prototype.
32151         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
32152         * mono-endian.h: use const cast.
32154 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
32156         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
32158 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
32160         * loader.c: don't assert when a typeref can't be loaded, give
32161         a chance to the runtime to trow an exception instead.
32162         * loader.h: fix warning.
32164 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
32166         * class.c (mono_class_proxy_vtable): added proxy support
32168 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
32170         * icall.c: removed last of PAL calls, added System.Environment
32171         * file-io.h, file-io.c: MonoIO implementation
32172         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
32174 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
32176         * appdomain.c: do not use the byte marker in ldstr table lookup.
32177         * debug-helpers.c: allow two ':' to separate class and method name.
32178         * object.c: allocate arrays bounds with the GC, too.
32179         * verify: add a few more checks.
32181 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
32183         * reflection.c: output also literal strings. Allocate parameter data
32184         with GC_malloc() (thanks, Martin, for catching this!).
32186 2002-03-26  Martin Baulig  <martin@gnome.org>
32188         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
32189         include the `this' offset in the `param_offsets'.
32191 2002-03-25  Martin Baulig  <martin@gnome.org>
32193         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
32194         mono_debug_get_class() function to get the classes. Added new
32195         relocation types for arrays and strings.
32196         (mono_debug_get_class): New static function to search in all
32197         referenced assemblies for a metadata token.
32199         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
32201 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
32203         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
32204         hold gc-allocated objects. Make the string heap a stream like the
32205         others. Removed duplicated code when writing stream info.
32206         Added asserts to catch possible buffer overflows. Set the sorted map
32207         for tables that need sorting. Added some documentation.
32209 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
32211         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
32212         for interned strings and vtables.
32214 2002-03-24  Martin Baulig  <martin@gnome.org>
32216         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
32217         it in the array since it was created with g_slist_prepend().
32219 2002-03-24  Martin Baulig  <martin@gnome.org>
32221         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
32222         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
32223         (mono_debug_method_from_token): Renamed to
32224         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
32225         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
32227         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
32228         relocation types.
32230         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
32232 2002-03-24  Martin Baulig  <martin@gnome.org>
32234         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
32235         (mono_debug_method_from_token): New func.
32237         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
32238         New interncall, calls mono_debug_local_type_from_signature().
32239         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
32240         calls mono_debug_method_from_token().
32242 2002-03-23  Martin Baulig  <martin@gnome.org>
32244         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
32245         specifies the number of bytes to be converted, not the array size.
32246         Return the number of chars, not the number of bytes.
32247         (ves_icall_iconv_get_chars): The `byteCount' argument
32248         specifies the number of bytes to be converted, not the array size.
32250 2002-03-23  Martin Baulig  <martin@gnome.org>
32252         * reflection.h (MonoReflectionSigHelper): New type.
32254         * reflection.c (mono_reflection_sighelper_get_signature_local),
32255         (mono_reflection_sighelper_get_signature_local): New functions.
32257         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
32258         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
32259         interncalls.
32261 2002-03-23  Martin Baulig  <martin@gnome.org>
32263         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
32264         is_writeable is set.
32265         (mono_raw_buffer_update): New function to write the modified map
32266         back to disk.
32268         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
32270         * debug-symfile.c (mono_debug_update_symbol_file): Call
32271         mono_raw_buffer_update() when done writing.
32273 2002-03-23  Martin Baulig  <martin@gnome.org>
32275         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
32277         * debug-symfile.c: Added support for arguments and local variables.
32279 2002-03-23  Dick Porter  <dick@ximian.com>
32281         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
32282         protected by ifdefs, hence breaking the w32 build.
32284 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
32286         * object.c: implement is_interned() the right way.
32288 2002-03-21  Martin Baulig  <martin@gnome.org>
32290         * debug-symfile.[ch]: New files to handle debugging information
32291         files. There's also support to dynamically update these symbol
32292         files to include machine dependent information.
32294 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
32296         * threads.c (mono_thread_create): new function to create thread
32297         from C
32299 2002-03-20  Martin Baulig  <martin@gnome.org>
32301         * icall.c (ves_icall_InternalInvoke): Create a new object if the
32302         method is a constructor.
32303         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
32304         points to ves_icall_InternalInvoke().
32306 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
32308         * file-io.c: Flush shouldn't throw exceptions.
32310 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
32312         * file-io.c: FileStream flush support; FileSetLength now
32313         restores file pointer.
32315 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
32317         * class.c: set image for pointer classes.
32319 2002/03/19  Nick Drochak <ndrochak@gol.com>
32321         * sysmath.c: Forgot one.
32323 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
32325         * sysmath.c: Avoid redefining existing names.
32327 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
32329         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
32330         handled by runtime as icall rather than dllimport from libm.so
32331         * file-io.c, file-io.h: fixed handle argument type.
32333 2002-03-18  Dick Porter  <dick@ximian.com>
32335         * reflection.c (mono_image_get_type_info): rename interface to
32336         iface, because of "#define interface struct" on windows.
32338 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
32340         * class.c, class.h: rename and export mono_ptr_class_get().
32341         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
32342         * reflection.c, reflection.h, icall.c: better/saner type name
32343         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
32344         method signatures.
32346 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
32348         * class.c (mono_class_init): removed hardcoded GHC_SLOT
32350         * icall.c (ves_icall_InternalInvoke): impl.
32352 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
32354         * reflection.c: output the interface map table, too.
32356 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
32358         * class.c (class_compute_field_layout): separate computation of 
32359         static field layout
32361 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
32363         * icall.c: added System.Buffer support.
32364         * file-io.c: moved file icalls from PAL to FileStream.
32366 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
32368         * icall.c (ves_icall_System_Object_GetHashCode): impl.
32370 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
32372         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
32374 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
32376         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
32378 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
32380         * debug-helpers.{c,h}: moved here from monograph some useful functions
32381         to locate a method by name/signature in a class or image. Included
32382         also a small and flexible IL disassembler.
32384 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
32386         * reflection.c: fixup tokens in methods with small header size, too.
32388 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
32390         * object.c (mono_string_to_utf8): remove assert(!error), instead
32391         print a warning. 
32393 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
32395         * icall.c: update to the new mono_Array_class_get interface.
32397 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
32399         * appdomain.c, object.c: Boehm-GC enable.
32400         * icall.c: make get_data_chunk() support split data requests.
32401         Ensure a class is initialized in more cases. Return only the first
32402         property found in GetProperties() or the compiler gets confused. 
32403         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
32404         * reflection.h, reflection.c: add fixup mechanism for field and method
32405         tokens. Initialize assembly->typeref in a single place. Output
32406         properties after events. Support custom attributes for events, too.
32407         Typo fix for paramter custom attrs.
32409 2002-03-07  Martin Baulig  <martin@gnome.org>
32411         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
32413 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
32415         * class.c (mono_array_class_get): fix. for multi. dim. arrays
32417 2002-03-06  Martin Baulig  <martin@gnome.org>
32419         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
32420         non-zero lower bounds. See testcases #F10-#F13.
32422 2002-03-05  Martin Baulig  <martin@gnome.org>
32424         * exception.c (mono_get_exception_argument_out_of_range): New exception.
32426         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
32427         ves_icall_System_Array_GetValue(), only calculate the absolute array position
32428         here.
32429         (ves_icall_System_Array_SetValue): Likewise.
32430         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
32431         as argument and does the actual work. This function is used when copying a
32432         multi-dimensional array.
32433         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
32434         now do all the widening conversions of value types.
32435         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
32437 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
32439         * class.c: remove some magic numbers and use the smbolic names,
32440         instead. Added init_events() to load event info at class init time.
32441         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
32442         and mono_metadata_methods_from_event().
32443         * reflection.h, reflection.c: added support for writing out the evnets
32444         related information.
32446 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
32448         * reflection.h, icall.c: use a different method (GetInterfaces)
32449         to gather interface info and add isbyref, isprimitive and
32450         ispointer to the ves_icall_get_type_info() return value.
32452 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
32454         * class.h: stared adding support for events.
32455         * icall.c: split find_members implementation. Added debug icall to get
32456         the address of an object.
32457         * reflection.c: handle TypeBuilders in mono_type_get_object().
32459 2002-03-01  Martin Baulig  <martin@gnome.org>
32461         * icall.c (ves_icall_System_Array_GetLength): This must throw an
32462         ArgumentOutOfRangeException(), not an ArgumentException().
32463         (ves_icall_System_Array_GetLowerBound): Likewise.
32464         (ves_icall_System_Array_GetValue): Improved argument checking.
32465         (ves_icall_System_Array_SetValue): Improved argument checking.
32467 2002-03-01  Martin Baulig  <martin@gnome.org>
32469         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
32470         called with invalid arguments rather than just dying with g_assert().
32471         (ves_icall_System_Array_SetValue): Likewise.
32472         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
32473         raise a NotImplementedException instead.
32474         (ves_icall_System_Array_GetLength): Added argument checking.
32475         (ves_icall_System_Array_GetLowerBound): Added argument checking.
32477 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
32479         * object.h (mono_assert): new macros mono_assert and
32480         mono_assert_not_reached
32482 2002-02-28  Martin Baulig  <martin@gnome.org>
32484         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
32485         and "System::String::IsInterned" to "System::String::_IsInterned".
32487 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
32489         * icall.c: remove hacks for typebuilder. Added icall to create a
32490         modified type from a tybebuilder.
32491         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
32492         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
32493         to create a backing MonoClass for a TypeBuilder.
32495 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
32497         * class.c, class.h: more refactoring of class init.
32498         Export mono_class_setup_mono_type() and mono_class_setup_parent().
32500 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
32502         * marshal.c, marshal.h: start of marshaling interface.
32504 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
32506         * icall.c: fix order in assembly qualified name icall.
32508 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
32510         * class.c: do not free str, since we store it in the hash table.
32511         * reflection.h: add label field to MonoILExceptionInfo.
32512         * reflection.c: handle references to more than one assembly. Handle
32513         case when there isn't a module created in the assembly.
32515 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
32517         * class.c: Fix typo. Start refactoring of class init code.
32519 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
32521         * appdomain.c: exit with 1 on error.
32522         * class.c: we already have the name in MonoClassField.
32523         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
32524         MonoStreamHeader instead of an offset of image->raw_metadata.
32526 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
32528         * appdomain.c (mono_init): Be even more descriptive about the error.
32530 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
32532         * appdomain.c: give the user an informative message when corlib can't
32533         be loaded.
32535 2002-02-26  Martin Baulig  <martin@gnome.org>
32537         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
32538         New icall to get the time zone data.
32540 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
32542         * reflection.c: set virtual and raw size of section correctly.
32543         * threads.c: transfer domain information to newly created threads.
32545 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
32547         * class.c: when instancing a class in a domain, load the default
32548         vaules for static fields from the constant table. Fix System.Enum to
32549         not be an enum.
32550         * icall.c: implement Object::GetType() internalcall. Implemented
32551         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
32552         Fixed checking of binding flags in find_members().
32553         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
32554         * reflection.c: handle enumerations when writing to the constant
32555         table. Use a different object cache for types.
32558 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
32560         * object.c (mono_object_isinst): fix for arrays
32562         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
32564 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
32566         * object.c: don't use mprotect ()  and fix intern pool hash table
32567         lookup for big endian systems.
32569 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
32571         * icall.c: change type_is_subtype_of () signature.
32573 2002-02-21  Mark Crichton  <crichton@gimp.org>
32575         * rand.c, rand.h: Added random number generator for
32576         System.Security.Cryptography classes.
32578         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
32580         * icall.c: Added System.Security.Cryptography calls.
32582 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
32584         * class.c, icall.c, metadata.c: better support for pointer types.
32585         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
32586         * reflection.c: Add support for getting custom attrs for properties
32587         and simplify some code.
32589 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
32591         * icall.c: change getToken () and add custom attribute GetBlob()helper
32592         method.
32593         * reflection.h: add custom attrs array to the reflection builder structures.
32594         * reflection.c: encode and emit custom attributes for all the relevant
32595         reflection objects. Cache fieldref and methodref tokens. Change
32596         mono_image_create_token() interface to take a MonoDynamicAssembly.
32597         More complete custom attributes decoder. Load custom attributes for
32598         Assembly, Field, Method and Constructor objects, too. Make the
32599         returned array an Attribute[] one, not object[]. Added
32600         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
32601         custom attribute constructor.
32603 2002-02-20  Dick Porter  <dick@ximian.com>
32605         * icall.c:
32606         * rawbuffer.c:
32607         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
32608         problem code out for now).
32610 2002-02-19  Radek Doulik  <rodo@ximian.com>
32612         * object.c (mono_ldstr): use hash table to avoid multiple swapping
32614 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
32616         * icall.c: register the GetCustomAttributes method.
32617         * object.c, object.h: add mono_string_new_len ().
32618         * reflection.h, reflection.c: added mono_runtime_invoke(),
32619         mono_install_runtime_invoke(). Added
32620         mono_reflection_get_custom_attrs () to load custom attributes and
32621         create the attribute objects.
32623 2002-02-19  Dick Porter  <dick@ximian.com>
32624         * threads-dummy-types.c:
32625         * threads-dummy-types.h:
32626         * threads-dummy.c:
32627         * threads-dummy.h:
32628         * threads-pthread-types.c:
32629         * threads-pthread-types.h:
32630         * threads-pthread.c:
32631         * threads-pthread.h:  Deleted obsolete files
32633 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
32635         * class.c (mono_class_vtable): runtime init the class when we
32636         allocate static class data.
32638         * icall.c (ves_icall_System_Array_SetValue): check for null values.
32640         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
32641         and String - but we will need generic marshalling support in the
32642         future. 
32643         (mono_init): set the domain name in a ms compatible way
32645         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
32646         String[].
32648 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
32650         * object.c (mono_array_clone): use alloca() instead of g_malloc  
32651         for sizes
32653         * appdomain.c (mono_domain_unload): impl.
32655 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
32657         * appdomain.c, object.c: fix intern pool implementation.
32658         * class.c: fix alignment code.
32660 2002-02-16  Radek Doulik  <rodo@ximian.com>
32662         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
32663         and s2 > s1, just copy lower bytes to be compatible with little
32664         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
32665         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
32667         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
32668         force big_endian to be 1 for big endian machines 
32669         (ves_icall_iconv_new_decoder): ditto
32671 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
32673         * socket-io.c (convert_sockopt_level_and_name): If the system
32674         doesn't define SOL_IP or SOL_TCP, get them by hand using
32675         getprotobyname() and caching the values (because this could be a
32676         slow operation).
32677         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
32678         Use the appropriate struct when the system does support it. Ie,
32679         not all systems have struct ip_mreqn so use struct ip_mreq when
32680         appropriate.
32682 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
32684         * reflection.c: handle finally clauses.
32686 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
32688         * socket-io.c: use g_snprintf() instead of snprintf.
32690 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
32692         * reflection.c (mono_param_get_objects): Cast second argument to
32693         mono_method_get_param_names to a const char** to silence the
32694         compiler warning.
32696         * appdomain.c (mono_domain_assembly_open): Put parens around the
32697         truth statement in the for-loop.
32699         * unicode.c (iconv_convert): Got rid of a compiler warning about
32700         int i being unused when the system has a new iconv.
32701         (iconv_get_length): Same.
32703         * image.c (load_class_names): Cast the second argument to
32704         g_hash_table_insert() to char* to hush compiler warnings about the
32705         arg being a const.
32706         (mono_image_open): Same here.
32708         * socket-io.c: Don't conditionally include sys/filio.h or
32709         sys/sockio.h here anymore since we now get them from
32710         io-layer/io-layer.h
32711         (inet_pton): If the system doesn't support inet_aton, implement
32712         using inet_addr and also #define INADDR_NONE if it isn't defined
32713         by the system.
32715 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
32717         * metadata.c, metadata.h: added function to get packing and size info
32718         of a typedef.
32719         * reflection.h, reflection.c: handle field RVA data. Save info about
32720         the table layout if needed. Assign typedef indexes to all the types
32721         before dumping the info about them to avoid forward reference problems.
32723 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
32725         * socket-io.c (convert_sockopt_level_and_name): ifdef
32726         SO_ACCEPTCONN because it is not defined on my system (old debian)
32728 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
32730         * opcode.c: use stddef.h to get NULL.
32732 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
32734         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
32735         for FIONBIO, FIONREAD and SIOCATMARK.
32736         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
32737         define INADDR_NONE and besides, inet_addr() is deprecated and
32738         should not be used. Use inet_pton() instead - it also has the
32739         added bonus that it can easily handle IPv6 addresses as well.
32740         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
32742 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
32744         * decimal.c: remove _MSC_VER conditional.
32746 2002-02-13  Dick Porter  <dick@ximian.com>
32748         * socket-io.c: 
32749         * icall.c: Internal calls for Blocking, Select, Shutdown,
32750         GetSocketOption and SetSocketOption
32752 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
32754         * assembly.cs: better resolver: use it instead of some kludgy
32755         code.
32757 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
32759         * reflection.c: the best way to speed-up the compiler is to avoid
32760         infinite loops.
32762 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
32764         * class.c (mono_class_vtable): changed the object layout
32765         (obj->vtable->class). 
32766         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
32768 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
32770         * assembly.c: look for assemblies in the assembly dir, too.
32772 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
32774         * class.c: fix thinko in mono_class_from_type().
32776 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
32778         * exception.h, exception.c: added TypeLoadException.
32779         * object.h, object.c: added mono_array_clone ().
32780         * icall.c: handle throwOnError in AssemblyGetType().
32781         Added Array.Clone().
32782         * opcode.h, opcode.c: use a single value for the opcode val.
32783         Compile fix for non-gcc compilers.
32785 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
32787         * opcodes.c, opcodes.h: export interesting info about opcodes.
32789 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
32791         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
32792         icalls. 
32794         * class.c (class_compute_field_layout): set element_class for enums
32795         (mono_class_create_from_typedef): set element_class for normal classes
32797         * icall.c (ves_icall_System_Enum_get_value): impl.
32799         * class.c (mono_class_create_from_typedef): do not set valuetype
32800         flag for System.ValueType and System.Enum
32802 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
32804         * unicode.c (iconv_convert): fix big endian problem.
32806 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
32808         * class.c: add asserts if we are ever going to scribble over memory.
32809         * socket-io.c: not all systems have AF_IRDA defined.
32811 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
32813         * class.c (class_compute_field_layout): do not consider static
32814         fields to compute alignment
32816 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
32818         * appdomain.c (mono_appdomain_get): impl.
32819         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
32821 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
32823         * icall.c: ignore "file://" prefix when loading an assembly.
32825 2002-01-23  Dick Porter  <dick@ximian.com>
32827         * socket-io.c:
32828         * icall.c:
32829         * Makefile.am: Added socket support
32831 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
32833         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
32834         code back.  This should return the assemblies that are loaded by
32835         the runtime on behalf of an application domain. 
32837         The current implementation is still broken, it just returns every
32838         assembly loaded, but until we get real applications domain this
32839         will do.
32841 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
32843         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
32844         AppDomain object.
32846 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
32848         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
32849         the mono_class_from_name lookup.
32850         (ves_icall_get_parameter_info): ditto.
32851         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
32852         method.
32853         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
32855 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
32857         * class.c: load also nested classes on class init.
32858         System.ValueType instance methods gets passed boxed
32859         values, unless methods in derived classed that get a pointer to the
32860         data.
32861         * icall.c: use better name parsing code in GetType().
32862         * image.c, image.h: add mono_image_loaded ().
32863         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
32864         * reflection.c, reflection.h: added mono_reflection_parse_type().
32866 2002-01-22  Veronica De Santis <veron78@interfree.it>
32868         * icall.c : Added mapping of internal calls for Manual and Auto reset events
32869         * threads.c : Added the implementation of internal calls for events
32870         * threads.h : Added prototypes of internal calls for events
32871         
32872 2002-01-21  Radek Doulik  <rodo@ximian.com>
32874         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
32876 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
32878         * class.c (mono_class_init): set min_align to 1 (instead of 0)
32879         (mono_class_value_size): use min_align
32881 2002-01-20  Dick Porter  <dick@ximian.com>
32883         * threads.h:
32884         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
32885         so it compiles on w32.
32887 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
32889         * metadata.c (mono_type_stack_size): impl.
32891         * class.c (mono_class_get_field): impl. memberref token
32893 2002-01-16 Veronica De Santis <veron78@@interfree.it>
32895         * icall.h : Added the internal calls mapping for CreateMutex_internal
32896                     and ReleaseMutex_internal.
32897         * threads.h : Added the prototype of mutexes internal calls.
32898         * threads.c : Added the implementations of mutexes internal calls.
32900 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
32902         * metaparse.h: removed unused file.
32903         * reflection.c, reflection.h: added stream_data_align () function 
32904         to align data in streams and keep stream aligned. Add support for
32905         exception support in method headers.
32907 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
32909         * unicode.c: make iconv_convert () return the number of bytess written
32910         in the output buffer.
32912 2002-01-15  Dick Porter  <dick@ximian.com>
32913         * threads.c: Make the runtime's idea of infinite timeouts coincide
32914         with the class library's
32916         Fix a particularly egregious bug in mono_thread_cleanup(). That
32917         code was so utterly bogus it must have been written on a Monday.
32919 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
32921         * reflection.h: add subtypes field to TypeBuilder.
32922         * reflection.c: encode constants for literal fields.
32923         Handle subtypes. Fix user string token (and add a zero byte)
32924         at the end.
32925         
32926 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
32928         * class.c (mono_class_init): bug fix: assign slot numbers for
32929         abstract methods.
32931 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
32933         * reflection.c: don't try to output a code RVA for abstract methods.
32934         Small fixes for method header format. Output parameter info to the
32935         ParamDef table. Save method overriding info to MethodImpl table.
32936         Fix property support. Allow typedef.extends to be a type in the
32937         building assembly.
32938         * verify.c: fix off-by-one error.
32940 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
32942         * class.c: fix mono_class_from_mono_type () for szarray types.
32943         Remove unused cache check in mono_class_from_type_spec().
32944         * icall.c: *type_from_name () functions handle simple arrays and byref.
32945         * reflection.c: handle byref and szarray types. Handle methods without
32946         body (gets P/Invoke compilation working). Handle types and fields in
32947         get_token ().
32948         * reflection.h: add rank to MonoTypeInfo.
32950 2002-01-10  Dick Porter  <dick@ximian.com>
32952         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
32953         internal calls
32955 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
32957         * icall.c: initialize class in type_from_handle ().
32958         Loop also in parent classes for get_method ().
32959         * reflection.c: properly encode class and valuetype types.
32960         Start on encoding TypeBuilder types. Handle fieldrefs.
32961         Use correct length when registering a user string.
32962         Handle ConstructorBuilder and MonoMethod in get_token ().
32963         Make mono_type_get_object () aware of cached types.
32964         * object.c: back out change to mono_string_new ().
32966 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
32967         * object.c: mono_string_new should return a NULL when the string 
32968         passed in is NULL -- not try to deference it.
32969         
32970 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
32972         * icall.c: hack to make IsSubType work for TypeBuilders.
32973         * reflection.c: emit constructors before methods.
32974         Retrieve param names in mono_param_get_objects().
32976 2002/01/05  Nick Drochak  <ndrochak@gol.com>
32978         * Makefile.am: fix list of headers and sources so automake 1.5
32979         doesn't complain. Removed \# at end of list.
32981 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
32983         * reflection.c: get token for a method ref. Set return type of
32984         constructor to void.
32985         * loader.c: debug message.
32986         * class.c: typo fix.
32988 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
32990         * icall.c: fix array init with rank > 1. FindMembers
32991         loops in parent class as well.
32992         * image.c: do not insert nested types in name cache.
32993         * reflection.c: warning fix.
32994         * reflection.h: add override method (for interface impl).
32996 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
32998         * metadata.c: fix customattr decoding.
33000 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
33002         * rawbuffer.cs: Added native Win32 implementation, avoids using
33003         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
33005 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
33007         * class.c: make the low-level routines handle the cache.
33009 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
33011         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
33013 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
33015         * class.c: fix mono_array_element_size() for objects.
33016         * class.h, class.c: add properties to MonoClass and load them
33017         at init time.
33018         * icall.c: check with isinst() when assigning a value to an array
33019         instead of requiring the classes to match exactly.
33020         Implemented icall for System.Type::GetType().
33021         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
33022         enums. Handle bindingflags when looking for methods and fields.
33023         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
33024         and mono_metadata_methods_from_property().
33025         * reflection.h, reflection.c: added structures for propreties,
33026         parameters and enums. Implemented mono_property_get_object() and
33027         mono_param_get_objects().
33029 2001-12-18  Dick Porter  <dick@ximian.com>
33031         * file-io.c: Use mono_string_to_utf16() instead of
33032         mono_string_chars()
33034         * object.c: Added mono_string_to_utf16(), which copies the non
33035         NULL-terminated MonoString into a new double-null-terminated
33036         buffer.
33038 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
33040         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
33042 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
33044         * file-io.c: raise exceptions if handle is invalid.
33046 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
33048         * assembly.c: yet another check for mscorlib.
33049         * class.c, class.h: load nesting info for classes.
33050         * icall.c: many new functions to support the Reflection classes.
33051         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
33052         * reflection.h, reflection.c: mono_image_create_token(),
33053         mono_assembly_get_object(), mono_type_get_object(),
33054         mono_method_get_object(), mono_field_get_object(): methods to return
33055         objects that parallel the C representation of assemblies, types,
33056         methods, fields.
33058 2001-12-11  Dick Porter  <dick@ximian.com>
33060         * icall.c:
33061         * file-io.c: Internal calls for file IO.
33063 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
33065         * tabledefs.h: missing FileAttributes.
33066         * verify.h, verify.c: use is_valid_string () to simplify and check for
33067         valid strings more correctly. Fix warnings and speeling.
33068         Check more tables: Filed, File, ModuleRef, StandAloneSig.
33069         Check code: branches, maxstack, method calls.
33071 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
33073         * object.c (mono_object_allocate): removed static, so that the jit
33074         can allocate value types.
33076         * icall.c (ves_icall_System_DateTime_GetNow): impl.
33078 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
33080         * class.c: init enum types right away and register the
33081         token->MonoClass map in mono_class_create_from_typedef ().
33082         * verify.h, verify.c: first cut of the verifier.
33083         * pedump.c: add --verify switch to verify metadata tables.
33084         * tabledefs.h: add some missing enums.
33086 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
33088         * class.c (mono_install_runtime_class_init): impl.
33089         (mono_class_init): renamed mono_class_metadata_init to
33090         mono_class_init, also removed the metadata_inited flag
33092         * object.c (mono_object_isinst): use faster algorithm
33094 2001-11-30  Radek Doulik  <rodo@ximian.com>
33096         * mono-endian.h: reverted last change
33097         added function prototypes
33099         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
33100         add mono-endian.c back
33102         * mono-endian.c: returned back, as Paolo pointed out, it's needed
33103         for unaligned access, I've mistaked it with endianess. I am
33104         sorry.
33105         (mono_read16): fix reverted endianess
33106         (mono_read64): ditto
33107         (mono_read32): ditto
33109 2001-11-30  Dick Porter  <dick@ximian.com>
33111         * exception.c: Implement mono_exception_from_name()
33113 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
33115         * metadata.h, metadata.c: remove params_size and locals_size and their
33116         calculation from the metadata code: they are only usefult to the
33117         interp.
33119 2001-11-29  Radek Doulik  <rodo@ximian.com>
33121         * object.c (mono_ldstr): swap bytes here, it's probably not the
33122         best place, but works for me now, I'll redo it once I know mono
33123         better, also note that I add PROT_WRITE and don't reset back, also
33124         note that it's only affects big endians, so x86 should be OK
33126         * mono-endian.h (read16): use just glib macros for both endians
33128         * mono-endian.c: removed as glib macros are used in in
33129         mono-endian.h so we don't need to care about endianess for read
33130         macros as glib does that for us already
33132 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
33134         * class.h, class.h: take minimum alignment into consideration so
33135         that the fields of a class remain aligned also when in an array.
33137 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
33139         * loader.h, loader.c: add mono_method_get_param_names().
33140         * class.c: 0-init class fields.
33142 2001-11-26  Dick Porter  <dick@ximian.com>
33144         * icall.c:
33145         * threads-types.h:
33146         * threads.c: New file that handles System.Threading on all platforms
33148         * object.c: 
33149         * object.h: Remove the synchronisation struct from MonoObject,
33150         replace it with a pointer that gets initialised on demand
33152         * Makefile.am: Replace all the system-specific threading code with
33153         a single file that uses the new wrapper library
33155 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
33157         * class.c, class.h: add mono_install_trampoline() so that the runtime
33158         can register a function to create a trampoline: removes the ugly
33159         requirement that a runtime needed to export arch_create_jit_trampoline.
33160         * object.h, object.c: added mono_install_handler() so that the runtime
33161         can install an handler for exceptions generated in C code (with
33162         mono_raise_exception()). Added C struct for System.Delegate.
33163         * pedump.c: removed arch_create_jit_trampoline.
33164         * reflection.c: some cleanups to allow registering user strings and
33165         later getting a token for methodrefs and fieldrefs before the assembly
33166         is built.
33167         * row-indexes.h: updates and fixes from the new ECMA specs.
33169 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
33171         * class.h, class.c: add enum_basetype field to MonoClass.
33172         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
33173         to get index in the constant table reated to a field, param or
33174         property.
33175         * reflection.h, reflection.c: handle constructors. Set public-key and
33176         version number of the built assembly to 0.
33177         * row-indexes.h: update from new ECMA spec.
33179 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
33181         * class.h, class.c: add a max_interface_id to MonoClass.
33182         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
33183         since it's used to do that. Added mono_type_type_from_obj().
33184         Make GetType() return NULL instead of segfaulting if the type was not
33185         found. Handle simple arrays in assQualifiedName.
33186         * object.h: add a struct to represent an Exception.
33187         * reflection.c: output call convention in method signature.
33188         Add code to support P/Invoke methods and fixed offsets for fields.
33190 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
33192         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
33193         the value.
33194         * icall.c: use mono_array_addr instead of array->vector: fixes the
33195         reflection image writing.
33196         * reflection.c: init call convention byte to 0 in method signature.
33197         Encode the property signature. Don't output property-related methods
33198         twice. Really process the properties for a type (don't cast a field to
33199         a property, my mom always told me that).
33200         Fix 64 bit issues in pointer alignment in a different and more
33201         readable way.
33203 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
33205         * loader.h: Removed type class from MonoDefaults, added monotype
33207         * loader.c: Loaded MonoType, removed loading of Type
33209         * icall.c (my_mono_new_object): Now returns a System.MonoType,
33210         and fills in System.Type._impl with a RuntimeTypeHandle rather
33211         than the actual MonoClass *
33213         (ves_icall_type_from_handle): change from type_class to
33214         monotype_class
33216         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
33217         implemented
33219         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
33220         implemented
33222         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
33224         (ves_icall_System_Reflection_Assembly_GetType): implemented
33226         (ves_icall_System_MonoType_assQualifiedName): implemented
33228         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
33230 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
33232         * assembly.c (mono_assembly_open): Implement a cache for the
33233         assemblies. 
33235         (mono_assembly_close): only destroy the assembly when the last
33236         reference is gone.
33237         
33238 2001-11-09  Dick Porter  <dick@ximian.com>
33240         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
33242 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
33244         * class.c (mono_class_metadata_init): bug fix: compute the right slot
33246 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
33248         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
33249         from Martin Weindel.
33250         * object.h: add mono_string_chars ().
33252 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
33254         * reflection.c (build_compressed_metadata): Eliminates warnings
33255         and uses 64-bit clean code.
33257         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
33258         (mono_type_equal): Change signature to eliminate warnings.
33260 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
33262         * icall.c, loader.c: remove the internalcall array constructors.
33263         Changes to match the new MonoArray structure.
33264         * object.h, object.c: an array object doesn't allocate an extra
33265         vector. Add mono_array_new_full () to create jagged arrays easily.
33267 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
33269         * metadata.h, metadata.c: add mono_metadata_field_info () to
33270         retreive all the info about a field from vairous tables.
33271         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
33272         * class.h, class.c: augment MonoClassField with more info.
33273         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
33274         policy and load a field's RVA if needed.
33276 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
33278         * class.c (mono_class_metadata_init): create a trampoline for all
33279         virtual functions instead of actually compiling them.
33281 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
33283         * class.h, class.c: include name in MonoClassField.
33284         * class.c: fix fundamental type of System.Object and System.String.
33285         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
33286         tokens in ldtoken.
33287         * icall.c: remove internalcalls for the Reflection stuff that is now
33288         done in C# code.
33289         * loader.c: mono_field_from_memberref () implementation.
33290         * mono-endian.c: thinko (s/struct/union/g).
33291         * object.c, object.h: make the mono_string_* prototypes actually use
33292         MonoString instead of MonoObject.
33293         * reflection.c, reflection.h: updates for changes in the reflection
33294         code in corlib: we use C structures that map to the actual C# classes.
33295         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
33296         fat method header if needed and use the info from the ILGenerator for
33297         methods. Handle fields in types. Misc fixes.
33299 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
33301         * class.c (mono_class_metadata_init): bug fix: always allocate
33302         space for static class data
33304 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
33306         * class.c (mono_compute_relative_numbering): use relative
33307         numbering to support fast runtime type checks.
33309 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
33311         * class.c (mono_class_create_from_typeref): added debugging output
33312         to print class name when MonoDummy is returned instead of real class
33314 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
33316         * class.c (mono_class_metadata_init): interface offset table now
33317         contains pointers into the vtable - this is more efficient for the jit
33319 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
33321         * class.c (mono_class_metadata_init): use a temporary vtable (the
33322         old algorithm only worked for the interpreter, but not for the jit)
33324 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
33326         * loader.c (method_from_memberref): use mono_class_get to get the
33327         class of an array instead of using System.Array directly.
33328         (mono_get_method): also add MEMBERREF methods to the method cache
33329         which usefull for arrays.
33331 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
33333         * pedump.c (arch_compile_method): added to compute vtable entry
33335         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
33336         number of interfaces.
33337         
33338         * class.h: merged MonoArrayClass into MonoClass
33340         * class.c (mono_class_create_from_typedef): compute the vtable size and
33341         allocate space to include the vtable inside MonoClass
33342         (mono_class_metadata_init): initialize the vtable
33344 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
33346         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
33347         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
33348         * image.c: endian fixes by Laurent Rioux.
33349         * object.h, object.c: rename MonoStringObject to MonoString and
33350         MonoArrayObject to MonoArray. Change some function names to conform to
33351         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
33352         guint16* as first argument, so don't use char*.
33353         Provide macros to do the interesting things on arrays in a portable way.
33354         * threads-pthread.c: updates for the API changes and #include <sched.h>
33355         (required for sched_yield()).
33356         * icall.c: updates for the API changes above.
33357         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
33358         platforms that need them.
33360 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
33362         * class.c: set the correct type for all the fundamental
33363         type when loading the class.
33365 2001-10-05  Dick Porter  <dick@ximian.com>
33367         * threads-pthread.c (pthread_mutex_timedlock): Simple
33368         compatibility version for C libraries that lack this call.
33370 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
33372         * class.c: MonoTypes stored in MonoClass are stored as
33373         fundamental MonoTypes when the class represents a
33374         fundamental type (System.Int32, ...).
33375         The TypeHandle return by ldtoken is a MonoType*.
33376         * icall.c: ves_icall_get_data_chunk () write out all the
33377         PE/COFF stuff. Implement ves_icall_define_method (),
33378         ves_icall_set_method_body (), ves_icall_type_from_handle ().
33379         * image.c: properly skip unknown streams.
33380         * loader.h, loader.c: add type_class to mono_defaults.
33381         * metadata.c, metadata.h: export compute_size () as
33382         mono_metadata_compute_size () with a better interface.
33383         Typo and C&P fixes.
33384         * pedump.c: don't try to print the entry point RVA if there is no entry point.
33385         * reflection.c, reflection.h: many cleanups, fixes, output method
33386         signatures and headers, typedef and typeref info, compress the metadata
33387         tables, output all the heap streams, cli header etc.
33388         * row-indexes.h: typo fixes.
33390 2001-10-04  Dick Porter  <dick@ximian.com>
33392         * object.h: Add a synchronisation mutex struct to MonoObject
33394         * object.c (mono_new_object): Initialise the object
33395         synchronisation mutexes
33397         * icall.c: System.Threading.Monitor internal calls
33398         
33399         * threads-pthread.h:
33400         * threads-pthread.c: System.Threading.Monitor internal calls
33402         * threads-types.h: New file, includes the system-specific thread
33403         structures
33404         
33405         * threads-pthread-types.h:
33406         * threads-pthread-types.c: New files, handle pthread-specific
33407         synchronisation types
33409         * threads-dummy-types.h: 
33410         * threads-dummy-types.c: New files of dummy support for
33411         thread-specific types
33413         * metadata.c:
33414         * image.c:
33415         * pedump.c: include mono-endian.h not endian.h
33416         
33417         * Makefile.am: More threads files.
33418         Name mono-endian.h not endian.h
33420 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
33422         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
33423         stuff and implement a few more bits.
33424         * icall.c: a field needs to be dereferenced twice. Do not use the same
33425         name for two variables in the same scope.
33426         * image.c, image.h: cleanups.
33428 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
33430         * class.c (mono_class_metadata_init): bug fix: compute the right size
33432 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
33434         * icall.c: implemented some of the Reflection internalcalls.
33435         * image.c, image.h: start writing out the PE/COFF image.
33436         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
33437         that does the reverse than decode_blob_size ().
33438         * object.c: use mono_metadata_encode_value (). Move here
33439         temporary implementation of mono_string_to_utf8 ().
33440         * rawbuffer.c: make malloc_map static.
33442 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
33444         * metadata.c: fix type comparison for arrays.
33445         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
33446         Added a couple of new classes to monodefaults.
33447         * icall.c: added a couple of Reflection-related internalcalls.
33448         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
33449         Added a byval_arg MonoType to MonoClass.
33451 2001-09-28  Dick Porter  <dick@ximian.com>
33453         * icall.c:
33454         * threads-pthread.h: 
33455         * threads-pthread.c: Implemented internal calls for
33456         LocalDataStoreSlot operations.  Applied mutexes around all shared
33457         data.  Reworked the thread creation and Start() operations to
33458         avoid a race condition.
33459         
33460         * threads-dummy.h:
33461         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
33463 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
33465         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
33467 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
33469         * class.c, loader.c: warn and return NULL instead of erroring out.
33470         * icall.c: added System.AppDomain::getCurDomain().
33471         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
33473 2001-09-25  Dick Porter  <dick@ximian.com>
33475         * threads-pthread.h:
33476         * threads-pthread.c: Implemented timed thread joining and added
33477         System.Threading.Thread::Join_internal internal call
33479         * icall.c: Added System.Threading.Thread::Join_internal internal call
33481         * threads-dummy.h:
33482         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
33484 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
33486         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
33487         mono_string_intern () to implement the semantics of the ldstr opcode
33488         and the interning of System.Strings.
33489         * icall.c: provide hooks to make String::IsIntern and String::Intern
33490         internalcalls.
33492 2001-09-23  Dick Porter  <dick@ximian.com>
33494         * threads-dummy.c: 
33495         * threads-dummy.h: New files of dummy threading routines
33497         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
33498         support code based on system specifics
33500         Rename PTHREAD_LIBS to THREAD_LIBS
33501         
33502 2001-09-23  Dick Porter  <dick@ximian.com>
33504         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
33505         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
33506         internal calls.
33507         (mono_thread_init): Set up a Thread object instance to return when
33508         the main thread calls Thread.CurrentThread
33509         (mono_thread_cleanup): Wait for all subthreads to exit
33511         * icall.c: New internal calls for System.Threading.Thread::Sleep
33512         (including Schedule) and CurrentThread
33514         * threads.h: New file, to insulate thread-specific stuff from the
33515         rest of the code
33517 2001-09-21  Dick Porter  <dick@ximian.com>
33519         * threads-pthread.h: 
33520         * threads-pthread.c: New file, for handling pthreads-style
33521         threading support.  Start() now starts a new thread and executes
33522         the ThreadStart delegate instance.
33524         * icall.c: Added the internalcall for
33525         System.Threading.Thread::Start_internal
33527         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
33529 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
33531         * loader.c: work around the different signatures for delegates
33532         constructors csc generates in compiled code vs the ones compiled in mscorlib.
33534 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
33536         * class.h, class.c: add mono_class_get_field_from_name ().
33537         * *: Fix C comments and other ANSI C issues.
33539 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
33541         * endian.h, assembly.c: fix some endianness issues.
33543 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
33545         * loader.h, load.c: add delegate_class to mono_defaults.
33546         Handle runtime provided methods in mono_get_method ().
33548 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
33550         * loader.c (mono_get_method): use pinvoke for internal call
33552         * icall.c: use pinvoke for internal call
33554         * loader.c (method_from_memberref): set the method name
33556 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
33558         * metadata.c: help the compiler generate better code for
33559         mono_class_from_mono_type ().
33561 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
33563         * class.c (mono_class_metadata_init): delayed computing of the
33564         class size to mono_class_metadata_init ()
33566 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
33568         * class.c, class.h: add an interfaces member to MonoClass.
33569         * image.c, image.h: add assembly_name field to MonoImage
33570         from the assembly table.
33571         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
33573 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
33575         * class.c: Handle Array in mono_class_from_mono_type ().
33576         * metadata.c, pedump.c: some endian fixes.
33578 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
33580         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
33581         * metadata.c: fix small problem introduced with the latest commit.
33583 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
33585         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
33586         We don't need a MonoMetadata pointer anymore to compare signatures in
33587         mono_metadata_signature_equal (), update callers.
33588         Reduced memory usage an number of allocations for MonoMethodHeader and
33589         MonoMethodSignature.
33591 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
33593         * metadata.c: added compare for szarray.
33595 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
33597         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
33598         and add a couple more types to it and mono_defaults. Give an hint on
33599         classes that need implementing in our corlib and are referenced
33600         in mscorlib.
33602 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
33604         * class.h, class.c: keep track if a class is also an Enum.
33605         * loader.c: Implement a couple more types for use in libffi
33606         marshalling. Gives better diagnostics when failing to dlopen
33607         a library. Set method->klass for P/Invoke methods, too.
33609 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
33611         * class.c, class.h: add a MonoType this_arg to MonoClass that
33612         represents a pointer to an object of the class' type that
33613         can be used by the interpreter and later the type cache.
33614         Add best guess alignment info for valuetype objects.
33616 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
33618         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
33619         into MonoType: one less level of indirection and allocation and
33620         simplifies quite a bit of code. Added cache for MonoTypes that are
33621         used frequently, so that we don't need to allocate them all the time.
33623 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
33625         * class.c (mono_class_create_from_typedef): System.Enum is also a
33626         value type, although it does not derive from System.ValueType
33627         (maybe a bug in the ms compiler?)
33629         * metadata.c (mono_type_size): return the right size for value types
33631         * loader.c (mono_get_method): only initialize method header if not abstract
33633         * class.c (mono_class_from_mono_type): use mono_default values. 
33635 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
33637         * *: use MonoClass pointers instead of <type_tokens>
33638         
33639         * class.h: new flag: metadata_inited.
33641         * class.c (mono_class_metadata_init): impl.
33642         (mono_class_instance_size): impl.
33643         (mono_class_data_size): impl.
33645 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
33647         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
33648         MonoClass now has the name and name_space fields. 
33649         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
33650         mono_get_method () takes and optional MonoClass as argument.
33651         Removed mono_typedef_from_name() and added mono_class_token_from_name()
33652         instead that takes advantage of a map from class names to typedef
33653         tokens in MonoImage.
33655 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
33657         * metadata.c: zero is not a valid alignment boundary.
33658         Merge MONO_TYPE_VOID in default decoding code.
33660 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
33662         * image.h: merged MonoMetadata into MonoImage
33664         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
33665         identify the type of elements.
33667 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
33669         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
33670         * cil-coff.h: split MonoMSDOSHeader and add size info.
33671         * image.c: add some consistency checks.
33672         * metadata.c: fix row size computation: one programmer
33673         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
33674         add explanation for the locator routine.
33675         Fix decoding of size in method header.
33676         
33677 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
33679         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
33680         (g_concat_dir_and_file): Bring g_concat_dir_and_file
33681         function from gnome-libs.  This uses the right path separator
33682         based on the OS, and also works around a bug in some systems where
33683         a double slash is not allowed. 
33684         (default_assembly_name_resolver): Use g_concat_dir_and_file
33685         (mono_assembly_open): ditto.
33687 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
33689         * metadata.c (mono_metadata_signature_equal): impl.
33691         * *: void is now a realy MonoType (instead of using NULL)
33692         
33693         * metadata.c (do_mono_metadata_parse_type): use
33694         mono_metadata_parse_type to parse void value.
33696 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
33698         * metadata.c, metadata.h: in the signature and method header store
33699         only the space required for holding the loca vars and incoming arguments.
33701 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
33703         * metadata.c (do_mono_metadata_parse_type): treat void like any
33704         other type (instead of assigning NULL);
33706 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
33708         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
33710 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
33712         * image.c (do_mono_image_open): added a cache for arrays.
33714 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
33716         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
33717         decode a single column from a row in a metadata table and changes
33718         to take advantage of it in the typedef locator (gives a nice speed up).
33719         Store offset info for function params.
33721 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
33723         * image.h (MONO_IMAGE_IS_CORLIB): removed 
33725 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
33727         * assembly.c: how could mono_assembly_close () had ever worked?
33728         * metadata.c, metadata.h: provide offset info for local vars.
33729         Implement mono_type_size () to take care of alignment as well
33730         as size (it was mono_field_type_size in cli/class.c before).
33732 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
33734         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
33736         * assembly.h (CORLIB_NAME): set to corlib.dll
33738         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
33740 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
33742         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
33743         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
33744         tokentype.h: massive namespace cleanup.
33746 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
33748         * metadata.h, metadata.c: decode exception clauses when parsing method header.
33750 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
33752         * metadata.c (mono_metadata_free_type): added check for type !=
33753         NULL (void) before calling mono_metadata_free_type()
33755 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
33757         * metadata.h, row_indexes.h: added header with enumerations to use
33758         to index in the columns from tables in metadata and to decode coded
33759         tokens: we should start using this instead of embedding magic numbers
33760         all over the code.
33762 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
33764         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
33765         Move metadata_t info from cli_image_info_t to MonoImage, where
33766         it's easily accessible. Changed all the uses accordingly.
33767         Added the method and class caches to MonoImage.
33768         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
33769         and mono_metadata_decode_value () signature to be more consistent
33770         with the other parse functions (and simplify code). Taken advantage
33771         of zero-length array allocation with GCC. Removed reduntant (and
33772         wrong) MonoFieldType struct and use MonoParam instead. Changed
33773         mono_metadata_parse_field_type () to use common code for parsing.
33774         Added mono_metadata_typedef_from_field () and
33775         mono_metadata_typedef_from_method () to lookup a typedef index from a
33776         field or method token.
33777         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
33779 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
33781         * metadata.c (mono_metadata_parse_field_type): Implement. 
33782         (do_mono_metadata_parse_type): Split engine from
33783         mono_metadata_parse_type, so that we can create smaller structures
33784         for things that just have one pointer to the MonoType (look at
33785         the MonoFieldType)
33787 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
33789         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
33790         as Jan Gray found out, it is incorrect. 
33792 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
33794         * assembly.c: Implement asssembly loading.  This loads an image
33795         and loads all the referenced assemblies.  Come to think of it, we
33796         could always do lazy loading of the assemblies. 
33798         * image.c (mono_image_open): Keep loaded images in a hashtable.
33800         * image.h (MonoImage): Add reference count.
33802 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
33804         * assembly.c (mono_assembly_open): Keep track of the file name in
33805         case the assembly has no ASSEMBLY table.
33807         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
33808         from get.c here.
33810 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
33812         * metadata.c, metadata.h: decode local vars in method header
33813         parse function. Change callers accordingly.
33815 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
33817         * metadata.h, cil-coff.h: protect against multiple inclusion.
33818         Added some new structures to hold information decoded from metadata:
33819         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
33820         and relevant decoding/free functions.
33821         * metadata.c: implement decoding functions. Add warning for out of bounds
33822         index in mono_metadata_locate(). Implement mono_get_method () to retreive
33823         all the info about a method signature and invocation. Remove check on
33824         uninitialized local var in parse_mh() and fix memory leak.
33826 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
33828         * metadata.h: More macros.
33830         * tokentype.h: New file.
33832 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
33834         * assembly.c: added a consistency check and initialize
33835         some structures with g_new0().
33836         * metadata.c: fixed a couple more bugs in table size computation
33837         and add other checks for out-of bound access to metadata.
33839 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
33841         * metatada.c: fix bugs computing table sizes. Spew a
33842         warning when index in string heap is out of bounds.
33844 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
33846         * metadata.h: Add a couple of macros to manipulate tokens. 
33848 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
33850         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
33851         cli_section_tables).
33853 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
33855         * metadata.c (mono_metadata_user_string): New function, provides
33856         access to the UserString heap. 
33858 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
33860         * metadata.c: Add inline documentation.
33862 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
33864         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
33865         files. 
33867 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
33869         * typeattr.h: New file, TypeAttribute flags. 
33871 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
33873         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
33874         mono_assembly_ensure_section): Section loading code.
33875         (load_section_tables): Load the sections.
33877         * mono/metadata/metadata.c (mono_metadata_locate_token,
33878         mono_metadata_locate): Functions to locate the information
33879         definition given a token or a table and an index.
33880         (mono_metadata_compute_table_bases): New.
33881         (compute_size): New function to compute the sizes of the various
33882         tables.
33884         * mono/metadata/metadata.h: Finish listing the different index
33885         types. 
33887         * mono/metadata/pedump.c: Improve to dump new information.
33889 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
33891         * mono/metadata/metadata.c: Entered all the tables matching
33892         Beta2. 
33894         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2