merge -r151658:151801 from mono-2-6 branch
[mono-project.git] / mono / metadata / ChangeLog
blob16b1574c7d4ea7b1f24e49d701e68ec132cb5acd
1 2010-02-13  Zoltan Varga  <vargaz@gmail.com>
3         * debug-helpers.c (mono_method_desc_search_in_image): Handle short names like
4         'int' for system classes.
6 2010-01-16  Zoltan Varga  <vargaz@gmail.com>
8         * generic-sharing.c (instantiate_other_info): Don't create ftnptr's from the
9         result of mono_compile_method (), it already includes an ftnptr.
11 2010-02-10  Geoff Norton  <gnorton@novell.com>
13         * reflection.c: Support building with DISABLE_REFLECTION
15 2010-02-09 Gonzalo Paniagua Javier <gonzalo@novell.com>
17         * threadpool.c: Fixes for SetMinThreads and SetMaxThreads.
18         Closes bug #566057.
20 2010-02-09  Rodrigo Kumpera  <rkumpera@novell.com>
22         * icall.c (param_info_get_type_modifiers): Handle the case when the member object is a
23         property. This happens which instances returned by PropertyInfo::GetIndexParameters ().
25         * reflection.c (mono_reflection_get_custom_attrs_info): Ditto.
27         * object-internals.h: Export mono_class_is_reflection_method_or_constructor as part of
28         the internal API.
30         Fixes #574434.
32         Backport of r151093.
34 2010-02-09  Mark Probst  <mark.probst@gmail.com>
36         * threads.c: Removed two assertions that were too strict.  Added a
37         clarifying comment.  Fixes #577090.
39         Backport of r151074.
41 2010-02-08  Zoltan Varga  <vargaz@gmail.com>
43         * domain.c (mono_jit_info_table_find): Avoid looking in the root domain, since
44         the caller has no way of knowing the domain which owns the returned MonoJitInfo.
46         * appdomain.c (create_exceptions): Call mono_thread_push/popappdomain_ref ().
48 2010-02-05  Rodrigo Kumpera  <rkumpera@novell.com>
50         * icall-def.h: Rename get_MetadataToken to GetMetadataToken.
52 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
54         * verify.c (mono_method_verify): Use the new basic block formation pass
55         to avoid verifying dead basic blocks. This is the same behavior as the
56         runtime MS verifier. 
58         backport of r150888.
60 2010-02-04  Rodrigo Kumpera  <rkumpera@novell.com>
62         * mono-basic-block.c:
63         * mono-basic-block.h: New implementation of a basic block formation pass.
64         The formation pass does static liveness analysis as well to detect dead
65         basic blocks.
67         backport of r150887.
69 2010-02-04  Zoltan Varga  <vargaz@gmail.com>
71         * marshal.c (mono_marshal_get_native_wrapper): Emit a null check for the
72         'this' argument in icalls.
74 2010-02-03 Sylvain Dupont <duposyl@gmail.com>
76         backport of r149817
78         * cominterop.c marshal.c: Added support for marshalling in, in/byref,
79           in/out, in/out/byref parameters of type SAFEARRAY[VARIANT].
81         Code is contributed under MIT/X11 license.
83 2010-02-02  Zoltan Varga  <vargaz@gmail.com>
85         * reflection.c (resolve_object): Handle MonoArrayMethod. Fixes #575955.
87 2010-01-29  Zoltan Varga  <vargaz@gmail.com>
89         * class.c (make_generic_param_class): Initialize interface offsets since we
90         set klass->inited. Fixes #574819.
92 2010-01-28  Zoltan Varga  <vargaz@gmail.com>
94         * domain.c (mono_domain_free): Send the END_UNLOAD profiler event before
95         calling the JIT domain cleanup hook.
97 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
99         * pedump.c (main): Properly set the verifier mode when running the metadata
100         verifier.
102         Backport of r150304.
104 2010-01-28  Rodrigo Kumpera  <rkumpera@novell.com>
106         * verify.c (verify_class_for_overlapping_reference_fields): Properly verify
107         overlapping fields now that we're called before has_references is set.
109         * pedump.c (dump_verify_info): Clear any loader error before verifying another
110         method. Otherwise all sort of weird stuff happens.
112         Backport of r150303.
114 2010-01-27  Zoltan Varga  <vargaz@gmail.com>
116         * object.c (mono_field_get_value_object): Handle nullable types correctly.
117         Fixes #572874.
119 2010-01-25  Zoltan Varga  <vargaz@gmail.com>
121         * icall.c (ves_icall_System_Array_SetValueImpl): Handle nullable types correctly.
122         Fixes #573322.
124 2010-01-06  Atsushi Enomoto  <atsushi@ximian.com>
126         * culture-info-table.h : regenerated.
128 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
130         * reflection.c (typebuilder_setup_fields): Pretend field setup already
131         happened before starting to encode the actual fields. This avoid ciclic
132         dependencies and eventual crashes.
134         Fixes #572660.
136         Backport of r150008.
138 2010-01-21  Rodrigo Kumpera  <rkumpera@novell.com>
140         * metadata-verify.c (parse_generic_inst): Fail a type signature if it 
141         has a recursive reference to itself.
143         Fixes #571863.
145         Backport of r149969.
147 2010-01-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
149         * icall.c: don't raise AppDomain.TypeResolve when the type is loaded
150         from the current assembly or mscorlib. Fixes bug #322957.
152 2010-01-19  Sebastien Pouliot  <sebastien@ximian.com>
154         * security-core-clr.c (mono_security_core_clr_can_access_internals):
155         Handle the case where 'basedir' can be NULL (e.g. SRE assemblies)
156         [Backport r149823]
158 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
160         * verify.c (store_local): Better error message.
161         
162         Backport of r149845.
164 2010-01-19  Rodrigo Kumpera  <rkumpera@novell.com>
166         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Handle inflated generic methods
167         on a GTD.
169         Backport of r149808.
171 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
173         * metadata-verify.c (parse_type): Fail a type signature if it has a recursive reference
174         to itself.
176         * metadata-verify.c (mono_verifier_verify_typespec_signature): Change signature to take
177         the token as parameter.
179         * verify-internals.h: Ditto.
181         * metadata.c (mono_type_create_from_typespec): Pass token to verifier.
183         Fixes #571460.
185         Backport of r149776.
187 2010-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
189         * class.c (mono_class_from_typeref): Fail loading of self-referencing typeref tokens.
191         Fixes #569579.
193         Backport of r149760.
195 2010-01-15  Rodrigo Kumpera  <rkumpera@novell.com>
197         * class.c (mono_class_setup_fields): Guard against unfinished types. This
198         happens only on 2.6 and not trunk because trunk better deals with unfinished types. 
200 2010-01-14  Rodrigo Kumpera  <rkumpera@novell.com>
202         * class.c (mono_type_has_exceptions): Check the generic instance. It can fail
203         independently of the GTD.
205         * class.c (mono_class_setup_fields): Fail if field has negative offset.
207         * class.c (mono_class_setup_fields): Fail if valuetype has zero size. Add sizeof(MonoObject)
208         to the upper limit since instance_size includes this amount.
210         * class.c (mono_class_layout_fields): Check if the types of the static fields have failed.
212         Fixes #569544.
214         Backport of r149575.
216 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
218         * class.c (mono_class_get_implemented_interfaces): Now take a MonoError argument.
220         * class.c:
221         * cominterop.c:
222         * icall.c:
223         * object.c: 
224         * class-internals.h: Adjust for new signature of mono_class_get_implemented_interfaces.
226         Backport of r149414.
228 2010-01-12  Rodrigo Kumpera  <rkumpera@novell.com>
230         * class.c (mono_class_setup_interfaces): Now take a MonoError argument and
231         it can fail loading the type.
233         * class.c: Add mono_class_inflate_generic_class_checked.
235         * class.c:
236         * verify.c:
237         * class-internals.h: Adjust for new signature of mono_class_setup_interfaces.
239         Backport of r149413.
241 2010-01-11  Zoltan Varga  <vargaz@gmail.com>
243         * socket-io.c (AI_ADDRCONFIG): Applied patch from John Lightsey (jd@cpanel.net).
244         Fixes build on rh 7.3.
246 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
248         * class.c (mono_bounded_array_class_get): Make these classes PUBLIC. Fixes
249         #565120.
251 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
253         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait): Don't close the
254         wait handle if the wait is interrupted, since it is still in mon->wait_list, and
255         we can't remove it from it since we don't hold the lock.
256         (mon_new): Free the orphaned events here when a mon structure is added to the
257         freelist. Fixes #561239. Thanks to Mike Rieker <wmrieker@nii.net> for tracking
258         this down.
260 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
262         * generic-sharing.c (instantiate_other_info): Avoid creating jump trampolines since
263         they cannot be patched. Partly fixes #564408.
265 2010-01-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
267         * assembly.c: fix MONO_PATH debug output.
269 2010-01-05  Rodrigo Kumpera  <rkumpera@novell.com>
271         * verify.c (mono_verifier_verify_class): Properly check for broken parent. Ignore
272         types that are meant to not have a parent.
274         Backport of r149053.
276 2010-01-05  Sebastien Pouliot  <sebastien@ximian.com>
278         * pedump.c: Backport earlier fixes from Rodrigo Kumpera since
279         they are useful for testing ML
281 2010-01-04  Sebastien Pouliot  <sebastien@ximian.com>
283         * verify.c (verify_valuetype_layout_with_target): Fix case
284         that can lead to infinite recursion. Fix bug #567861
285         [Backport r149042]
287 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
289         * class.c (count_virtual_methods): Remove the assert and now
290         fail properly.
291         
292         * class.c (setup_interface_offsets): This can fail now.
294         * class.c (mono_class_setup_vtable_general): Check for parent vtable
295         errors. Check setup_interface_offsets errors.
297         * class.c (setup_interface_offsets): Simplify the return error logic
298         and remove class_init_ok.
300         Fixes #560327.
302         Backport of r149031.
304 2010-01-04  Rodrigo Kumpera  <rkumpera@novell.com>
306         * class.c (mono_class_init): Do class verification at the beginning. Add
307         some asserts to avoid tripping into invalid memory.
309         * object.c (compute_class_bitmap): Replace a g_assert_not_reached with a
310         g_error and a decent message.
312         * verify.c (mono_verifier_verify_class): Verify for invalid super type.
314         Fixes #567548.
316         Backport of r149028.
318 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
320         * marshal.c (mono_marshal_get_runtime_invoke): Fix a memory leak.
322 2010-01-03  Zoltan Varga  <vargaz@gmail.com>
324         * locales.c (construct_culture_from_specific_name): Applied patch from
325         José Antonio Sánchez Lázaro <jasl@darcysoft.es>. Fix a crash if a culture was
326         not found. Fixes #567900.
328 2009-12-31  Sebastien Pouliot  <sebastien@ximian.com>
330         * loader.c (mono_method_get_signature_full): Remove two asserts.
331         Return NULL instead so that the verifier can handle both cases 
332         gracefully. Fix bug #564897
333         [Backport r148951]
335 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
337         * class.c (mono_class_setup_methods): Use checked version of mono_class_inflate_generic_method_full
338         so we can properly fail types instead of crashing.
340         Fixes #567676.
342         Backpor of r148948.
344 2009-12-30  Rodrigo Kumpera  <rkumpera@novell.com>
346         * marshal.c (mono_mb_emit_restore_result): Properly handle generic enums.
348         Backport of r148941.
350 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
352         * verify.c (init_stack_with_value_at_exception_boundary): Do stack overflow checking here
353         as max stack might be zero.
355         Fixes #562320.
357         Backport of r148911.
359 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
361         Rework all uses of mono_class_setup_methods to accept that it can fail now.
363         * class.c (mono_class_setup_methods): This function now can fail the class. Do so for generic
364         instances if the GTD did.
366         * class.c (mono_class_setup_properties): Ditto.
368         * class.c (mono_class_setup_events): Ditto.
370         * class.c (mono_class_setup_vtable): Fail early if the type is already broken.
372         * class.c (mono_class_setup_vtable_general): Add a few more missing broken type checks. Sanitize
373         error setting.
375         * class.c (mono_class_init): Fail if GTD did.
377         * cominterop.c:
378         * generic-sharing.c:
379         * icall.c:
380         * loader.c:
381         * object.c:
382         * verify.c: Properly handle failure of mono_class_setup_methods.
384         Backport of r148905.
386 2009-12-26  Rodrigo Kumpera  <rkumpera@novell.com>
388         * class-internals.c: Add mono_class_inflate_generic_method_full_checked and make
389         mono_class_inflate_generic_method_full internal.
391         * class.c (inflate_generic_context): Now takes a MonoError argument.
393         * class.c (mono_class_inflate_generic_method_full): Now calls the _checked and abort on
394         errors.
396         Backport of r148904.
398 2009-12-26  Zoltan Varga  <vargaz@gmail.com>
400         * domain.c (mono_domain_free): Backport part of r143047. Free special static
401         fields earlier to avoid crashes if the types they refer to are freed. Fixes
402         #565923.
404 2009-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
406         * loader.c (mono_method_get_signature_full): Check if the returned signature is compatible
407         with the one from the original method.
409         * metadata-verify.c (mono_verifier_is_sig_compatible): New function to verify signature
410         compatibility.
412         * verify-internals.h: Add new function to the internal API.
414         Fixes #566295.
416         Backport of r148828.
418 2009-12-18  Dimitar Dobrev  <dpldobrev@yahoo.com>
420         * culture-info-tables.h: regenerated it to include the Georgian culture.
422 2009-12-18  Zoltan Varga  <vargaz@gmail.com>
424         * reflection.c (mono_reflection_get_type_internal_dynamic): Use assembly->domain
425         instead of the current domain, since the two might not match if this is called
426         from the debugger.
428         * metadata-internals.h (MonoDynamicAssembly): Add a 'domain' field to specify the
429         domain which created this assembly.
431 2009-12-17  Rodrigo Kumpera  <rkumpera@novell.com>
433         * icall.c (ves_icall_Type_GetMethodsByName): Don't pin virtual methods if they are newslot.
434         A private virtual newslot method is used to implement an interface method without exposing
435         it to users. When querying for public instance methods, such method would hide a public one
436         on a parent type.
438         Fixes #564379.
440         Backport of r148694.
442 2009-12-17  Zoltan Varga  <vargaz@gmail.com>
444         * reflection.c (resolve_object): Fix the encoding of unmanaged calling
445         conventions.
447 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
449         * reflection.c (mono_type_get_object): Guard against NULL generic param owner.
451 2009-12-16  Rodrigo Kumpera  <rkumpera@novell.com>
453         * reflection.c (mono_type_get_object): If the type is VAR or MVAR check
454         if the owner class has not been finished before returning reflection_info.      
456         Fixes #565127.
458         Backport of r148575.
460 2009-12-16  Zoltan Varga  <vargaz@gmail.com>
462         * reflection.c (mono_custom_attrs_from_param): Avoid a crash if a dynamic
463         param doesn't have custom attributes. Fixes #565117.
465 2009-12-15  Rodrigo Kumpera  <rkumpera@novell.com>
467         * class.c (mono_class_setup_fields): Fail valuetypes that are bigger than 1Mb.
469         Backport of r148503.
471 2009-12-15  Marek Habersack  <mhabersack@novell.com>
473         * appdomain.c (mono_make_shadow_copy): make sure access mode of
474         the target files is reset to writable by owner and readable by
475         everyone else to prevent problems when updating shadow copies of
476         files whose source is read-only. Fixes bug #556884
478 2009-12-14  Miguel de Icaza  <miguel@novell.com>
480         * verify.c (mono_method_verify): The Unused opcodes produce an
481         InvalidProgramException on .NET
482         
483 2009-12-14  Sebastien Pouliot  <sebastien@ximian.com>
485         * loader.c (mono_method_get_header): Move assert after the verifier
486         has been called on the method header.
487         [Backport r148406]
489 Fri Dec 11 18:24:04 CET 2009 Paolo Molaro <lupus@ximian.com>
491         * boehm-gc.c: fixed race condition while getting the target of a
492         disappearing link (bug #522233).
494 2009-12-09  Sebastien Pouliot  <sebastien@ximian.com>
496         * loader.c (mono_method_signature): Always call mono_loader_unlock 
497         before returning.
498         [Backport r147991]
500 2009-12-09  Rodrigo Kumpera  <rkumpera@novell.com>
502         * metadata-verify.c: Add mono_verifier_verify_string_signature to check
503         user string blobs.
505         * verify-internals.h: Add new function to the internal API.
507         * verify.c (do_ldstr): Call into mono_verifier_verify_string_signature to
508         check if it's a valid string.
510         * object.c (mono_ldstr): Ditto.
512         Fixes #561943.
514         Backport of r147941.
516 2009-12-07  Rodrigo Kumpera  <rkumpera@novell.com>
518         * class.c (mono_class_from_typeref): Bounds check idx against the 
519         assemblyref table.
521         Backport of r147797.
523 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
525         Applied patch from Laurent Etiemble (laurent.etiemble@gmail.com).
527         * mono/metadata/assembly.c: When opening an assembly image, pass the real
528         names in addition to the runtime generated one.
530         * mono/metadata/image.h: Add a function to take the real name of the assembly
531         image.
533         * mono/metadata/image.c: If a real name has been passed to load an assembly,
534         use it instead of the runtime generated one.
536         Code is contributed under MIT/X11 license.
538 2009-12-05  Zoltan Varga  <vargaz@gmail.com>
540         * marshal.c (emit_marshal_vtype): Do the klass == date_time_class checks
541         before the other checks to prevent problems if the DateTime class is blittable.
542         Hopefully fixes #559600.
544 2009-12-03  Rodrigo Kumpera  <rkumpera@novell.com>
546         * loader.c (find_method_in_class): Ignore methods with broken signatures.
548         Fixes #559906.
550         Backport of r147557.
552 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
554         * verify.c (get_stack_type): Return that the type is invalid instead of
555         asserting.
557         * verify.c (mono_method_verify): Verify that all locals and arguments
558         have valid stack types.
560         Fixes #559913.
562         Backport of r147485.
564 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
566         * verify.c (mono_method_verify): Bounds check the filter offset. Make all
567         bounds checking overflow aware.
569         Fixes #559910.
571         Backport of r147472.
573 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
575         * verify.c (do_invoke_method): Check for invalid method signatures.
577         Fixes #553450.
579         Backport of r147464.
581 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
583         * class.c (mono_class_setup_fields): Fail an enum without an instance field.
585         Fixes #558042.
587         Backport of r147455.
589 Wed Dec 2 16:35:49 CET 2009 Paolo Molaro <lupus@ximian.com>
591         * class.c: remove asserts for invalid type token in
592         mono_class_name_from_token(), mono_assembly_name_from_token() and
593         mono_class_create_from_typedef () (fixes bug #553318).
595 Wed Dec 2 15:48:19 CET 2009 Paolo Molaro <lupus@ximian.com>
597         * metadata.c, class.c, loader.c: remove assert after bsearch() for
598         incorrect assemblies (bug #553322).
600 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
602         * metadata.c (mono_metadata_inflate_generic_inst): Add MonoError parameter.
604         * metadata-internals.h: Change signature of mono_metadata_inflate_generic_inst. 
606         * class.c (inflate_generic_type): Use new version of mono_metadata_inflate_generic_inst.
608         * class.c (inflate_generic_context): Ditto.
610         * loader.c (method_from_methodspec): Ditto.
612         Fixes #558230.
614         Backport of r147436.
616 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
618         * class.c (mono_type_retrieve_from_typespec): Use MonoError machinery to report errors.
620         * class.c (mono_class_create_from_typespec): Ditto.
622         * class.c (mono_class_get_full): Fix for change on the above 2 functions.
624         * class.c (mono_type_get_full): Fix for change on the above 2 functions.
626         Fixes #558184.
628         Backport of r147427.
630 2009-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
632         * verify.c (mono_class_has_default_constructor): Check fror broken signatures.
634         * verify.c (verify_delegate_compatibility): Ditto.
636         * verify.c (do_newobj): Ditto.
638         Fixes #558046.
640         Backport of r147422.
642 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
644         * verify.c (mono_method_verify): Check for catch clauses with broken
645         types.
647         Fixes #558465.
649         Backport of r147261.
651 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
653         * verify.c (code_bounds_check): Do proper overflow checking.
655         * verify.c (mono_method_verify): The number of switch entries is
656         an unsigned int. Properly bounds check it.
658         Fixes #558594.
660         Backport of r147259.
662 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
664         * metadata.c: Kill mono_metadata_get_param_attrs_checked. Add
665         mono_metadata_method_has_param_attrs which only checks if a given param
666         list has a non zero flags entry.
668         * metadata.c (mono_metadata_get_param_attrs): Add param_count parameter
669         to inform how many params should we expect to decode.
671         * loader.c (mono_method_signature): Use mono_metadata_method_has_param_attrs
672         as it's faster than mono_metadata_get_param_attrs.
674         * metadata-internals.h: Fix mono_metadata_get_param_attrs signature and
675         add mono_metadata_method_has_param_attrs.
677         Backport of r147244.
679 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
681         * class.c (mono_class_setup_vtable_general): Check for mono_method_get_vtable_slot
682         failures.
684         * class.c (mono_method_get_vtable_slot): Don't assert if the computed method slot
685         is -1 but its class is broken.
687         Fixes #558522.
689         Backport of r147219.
691 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
693         * metadata.c: Introduce mono_metadata_get_param_attrs_checked which checks
694         for parameter overflow.
696         * metadata.c (mono_metadata_parse_method_signature_full): Use checked version
697         of mono_metadata_get_param_attrs.
699         * metadata-internals.h: Add mono_metadata_get_param_attrs_checked to the internal
700         API.
702         * loader.c (mono_method_signature): Use checked version of mono_metadata_get_param_attrs.
704         Backport of r147218.
706 2009-12-01  Rodrigo Kumpera  <rkumpera@novell.com>
708         * class.c (mono_class_setup_fields): Check for fields with broken types.
710         Fixes #558741.
712         Backport of r147214.
714 2009-11-28  Zoltan Varga  <vargaz@gmail.com>
716         * appdomain.c (create_exceptions): New helper function extracted from
717         mono_runtime_init () to precreate objects used during exception handling.
718         (mono_runtime_init): Call it.
719         (mono_domain_create_appdomain_internal): Ditto. Fixes #555264.
721 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
723         * class.c (mono_class_setup_vtable_general): Cache the result of
724         get_virtual_methods () since it can be slow because of the metadata
725         optimization.
727 2009-11-27  Zoltan Varga  <vargaz@gmail.com>
729         * metadata-internals.h (_MonoImage): Change 'method_cache' to a GHashTable
730         from a MonoValueHashTable for now, since the later is based on an earlier
731         version of hpj's internal probing code and seems to have serious collision
732         issues.
734         * loader.c (mono_get_method_full): Update after the change above.
736 2009-11-26  Rodrigo Kumpera  <rkumpera@novell.com>
738         * class.c (check_interface_method_override): Check for NULL signatures and fail
739         the type.
741         * debug-helpers.c (mono_signature_get_desc): Return a fixed string for NULL signatures.
743         Fixes #553428.
745         Backport of r146970.
747 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
749         * loader.c (field_from_memberref): Resolve the class first then the field
750         signature. Remove a lot of duplicated code and make sure we don't pass valid
751         values to mono_loader_set_error_field_load.
753         Fixes #553306.
755         Backport of r146937.
757 2009-11-25  Rodrigo Kumpera  <rkumpera@novell.com>
759         * class.c (inflate_generic_type): Change code to use new signature of
760         mono_error_set_bad_image.
762         Fixes #558124.
764         Backport of r146936.
766 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com> 
768         * verify.c (mono_method_verify): Don't free ctx.params items if 
769         we aborted while inflating the ctx.locals. Complete previous fix
770         [Backport 146919]
772 2009-11-25  Sebastien Pouliot  <sebastien@ximian.com>
774         * verify.c (mono_method_verify): Use the uninflated type name, 
775         when the inflated is null, to report errors. Also take care when
776         freeing, not to free everything since, in case of an error, some
777         stuff would be copies (i.e. not allocated by the function itself)
778         Fix bug #558145
779         [Backport r146900]
781 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
783         * verify.c (stack_push, stack_pop, stack_pop_safe): Assert if we underflow
784         or overflow. The caller must have done this check explicitly. This guard us
785         from accessing invalid memory.
787         * verify.c (do_push_static_field): Check for stack overflow.
789         Fixes #553333.
791         Backport of r146876.
793 2009-11-24  Rodrigo Kumpera  <rkumpera@novell.com>
795         * loader.c (find_method_in_class): Don't crash if the signature cannot
796         be resolved.
798         * metadata.c (mono_metadata_parse_generic_param): Return NULL instead
799         of asserting for the case of invalid params.
801         Fixes #553304.
803         Backport of r146875.
805 2009-11-24  Bill Holmes  <billholmes54@gmail.com>
807         Backport of 144280.
809         * cominterop.c : Search the interface parts of vtable to find 
810           method matches.  Fixes 547030.
812         Code is contributed under MIT/X11 license.
814 2009-11-24  Sebastien Pouliot  <sebastien@ximian.com>
816         * image.c (mono_image_load_module): Fix crash when a bad assembly
817         has no module at all (fix bug #553412) and also replace the 
818         g_assert with a return NULL (documented return value for failure)
819         [Backport r146839]
821 2009-11-18  Sebastien Pouliot  <sebastien@ximian.com>
823         * class.c (can_access_internals): Allow CoreCLR to participate in
824         allowing (or not) [InternalsVisibleTo] between assemblies.
825         * security-core-clr.c|h: Make sure that only trusted code (a 
826         superset of platform code) can access the internals of platform
827         code.
828         [Backport r146452]
830 2009-11-16  Sebastien Pouliot  <sebastien@ximian.com>
832         * security-core-clr.c (get_caller_no_reflection_related): 
833         [Mono]Type.InvokeMember is outside System.Reflection[.Emit] but
834         it's still reflection and must be filtered correctly.
836 2009-11-15  Zoltan Varga  <vargaz@gmail.com>
838         * boehm-gc.c (mono_gc_base_init): Applied patch from DKoushik K. Dutta (
839         koush@koushikdutta.com). Disable GC_no_dls on android.
841 2009-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
843         * reflection.c (mono_image_module_basic_init): Handle exceptions correctly.
845         Backport of r145798.
847 2009-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
848     
849         * object-internals.h: Change signature for mono_string_to_utf8_image.
851         * object.c (mono_string_to_utf8_image): Change signature to take a MonoError
852         argument.
854         * reflection.c: Take care of mono_string_to_utf8_image change and avoid raising
855         exceptions due to mono_string_to_utf8.
857         Backport of r145797.
859 2009-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
861     * object-internals.h: Change signature for mono_string_to_utf8_mp.
863     * object.c (mono_remote_class): Make sure all resources are released before
864     raising an exception.
866     * object.c (mono_print_unhandled_exception): Avoid raising an exception.
868         Backport of r145796.
870 2009-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
872      * mono-perfcounters.c (network_get_impl): Change variable initialization
873      ordering to fix potential memory leak in case of exceptions.
875      * mono-perfcounters.c (mono_perfcounter_create): Properly handle badly
876      encoded strings.
878         Backport of r145795. 
880 2009-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
882     * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): Change
883     variable initialization ordering to fix potential memory leak in case
884     of exceptions.
886         Backport of r145794.
888 2009-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
890     * appdomain.c: Fix shadow path code to better deal with exceptions.
892         Backport of r145658.
894 2009-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
896     * appdomain.c: Use checked version of mono_string_to_utf8 to avoid raising an
897     exception in the middle of the runtime code.
899         Backport of r145657.
901 2009-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
903     * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): Don't
904     leak memory with broken envvar value.
906         Backport of r145656.
908 2009-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
910         * object-internals.h: Add mono_string_to_utf8_checked.
912         * object.c: Implement mono_string_to_utf8_checked.
914         Backport of r145539.
916 2009-11-05  Sebastien Pouliot  <sebastien@ximian.com>
918         * class.c: When CoreCLR is enabled don't call mono_init_com_types
919         if MONO_CLASS_IS_IMPORT return true unless the type reside in 
920         platform (trusted) code. Instead we return a TypeLoadException to
921         be thrown later. This is the exception thrown by Silverlight 2 if
922         a type, inside application (user) code is marked with [ComImport]
923         [Backport r145534]
925 2009-11-05  Zoltan Varga  <vargaz@gmail.com>
927         * icall.c (ves_icall_System_Diagnostics_Debugger_IsAttached_internal): Call
928         mono_is_debugger_attached () too.
930         * mono-debug.c (mono_is_debugger_attached): New helper function.
931         (mono_set_is_debugger_attached): Ditto.
933 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
935         * class.c: Add missing check for load errors after every
936         call to mono_class_setup_fields
938         Fixes #552282.
940         Backport of r145501.
942 2009-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
944         * metadata.c: Change event table schema to use TDOR for event type
945         as this is what it's meant to be.
947         * metadata.c (mono_metadata_compute_size): Change MONO_TABLE_ASSEMBLYPROCESSOR
948         to MONO_TABLE_ASSEMBLYREFPROCESSOR, which is table that has a MONO_MT_TABLE_IDX
949         entry.
951         * metadata.c (mono_metadata_compute_size): Trim MT_TABLE_IDX of code that no
952         longer makes sense: remove MONO_TABLE_EVENT and remove checks for non-existent
953         rows in MONO_TABLE_GENERICPARAM.
955         Fixes #552289.
957         Backport of r145478.
959 2009-11-05  Rolf Bjarne Kvinge  <RKvinge@novell.com>
961         * culture-info-tables.h: regenerated.
963 2009-11-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
965         * debug-helpers.c: avoid g_strdup() in mono_type_full_name().
967 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
969         * verify.c: Replace calls to mono_class_inflate_generic_type with
970         mono_class_inflate_generic_type_checked. Fixes #480005.
972         Backport of r144759 and r145284.
974 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
976         * class-internals.h: Change signature of mono_class_inflate_generic_type_with_mempool to take
977         a MonoError parameter.
979         * class-internals.h: Add new mono_class_inflate_generic_type_checked version that can does proper error handling.
981         * class.c (inflate_generic_type): Add a MonoError parameter. Don't assert on error, use new mono error machinery.
983         * class.c (mono_class_inflate_generic_type_with_mempool): Add new MonoError parameter.
985         * class.c, generics-sharing.c: Changes to handle mono_class_inflate_generic_type_with_mempool new signature.
987         Backport of r144688 and r144755.
989 2009-11-04  Sebastien Pouliot  <sebastien@ximian.com>
991         * string-icalls.c|h: Remove string internal calls that are not 
992         used anymore by the class libraries.
993         * icall.c: Remove System_Reflection_FieldInfo_internal_from_handle
994         which is not used in the class librairies.
995         * icall-def.h: Update tables.
996         [Backport r145416]
998 2009-11-04  Rodrigo Kumpera  <rkumpera@novell.com>
1000         * reflection.c (fieldref_encode_signature): If field_image is NULL then
1001         the token is already properly encoded. Fixs 4.0 build.
1003         Backport of r145396.
1005 2009-11-04  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1007         * locales.c (construct_number_format): Check if the number index is
1008         valid before trying to use it, if not, just return.
1009         
1010 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1012         * reflection.c (fieldref_encode_signature): Add new field_image parameter
1013         to indicate which assembly to use when resolving a custom-mod.
1015         Fixes handling of volatile fields used across assemblies as reported in #551513.
1017         Backport of r145337.
1019 2009-11-03  Rodrigo Kumpera  <rkumpera@novell.com>
1021         * class.c (mono_class_setup_methods): Only give a slot for virtual methods
1022         of interfaces. Fixes IKVM.
1024         * class.c (mono_class_setup_vtable_general): Improve debug spew.
1026         Backport of r145307.
1028 2009-11-02  Zoltan Varga  <vargaz@gmail.com>
1030         * debug-mono-symfile.c (check_line): Fix the handling of IL offset 0.
1032         * threads.c (mono_thread_attach): Call the profiler thread start callback.
1034         * object-internals.h (_MonoThreadInternal): Add a 'flags' field.
1036         * threads.c (build_wait_tids): Ignore threads which have the DONT_MANAGE
1037         flag set.
1039         * profiler.c: Add new profiler callbacks for runtime invoke.
1041         * object.c (mono_runtime_invoke): Call the runtime invoke callbacks.
1043 2009-10-31  Miguel de Icaza  <miguel@novell.com>
1045         * threads.c: refactor the code that initializes the
1046         thread_start_args into a reusable function and use this in the two
1047         methods that start up threads.
1049 2009-10-31  Zoltan Varga  <vargaz@gmail.com>
1051         * appdomain.c (mono_domain_try_unload): Applied patch from Romain Tartière.
1052         Fix returning when WaitForSingleObjectEx returns WAIT_IO_COMPLETION.
1054 2009-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
1056         * mono-perfcounters.c: add the "_Total" instance for CPU counters.
1057         Until now, we only had the per-cpu(core) counters.
1059 2009-10-25  Zoltan Varga  <vargaz@gmail.com>
1061         * threads.c (start_wrapper): Avoid an assert if thread_start_args () is NULL.
1063         * threads.c (start_wrapper): Call mono_profiler_thread_start () later after
1064         signalling start_notify.
1066 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1068         marshal.c: BeginInvoke cannot be called on multicast delegates with
1069         multiple targets. Fixes bug #574426.
1070         Backported from trunk.
1072 2009-10-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
1074         * threadpool.[ch]: added hooks for thread start/finish and item
1075         processing begin/end. For monotouch use only.
1077 2009-10-24  Zoltan Varga  <vargaz@gmail.com>
1079         * threads.c (mono_thread_get_name): New helper function.
1081         * reflection.c (resolve_object): Set handle_class for strings too.
1082         (mono_reflection_create_custom_attr_data_args): New helper function to decode
1083         a cattr blob into a set of arrays and structures without creating the custom
1084         attributes themselves.
1085         (create_custom_attr_data): Simplify using create_custom_attr_data_args.
1087         * mono-debug.c (mono_debug_il_offset_from_address): New helper function.
1089         * debug-mono-symfile.c (mono_debug_symfile_get_line_numbers): New helper
1090         function.
1092 2009-10-23  Sebastien Pouliot  <sebastien@ximian.com>
1094         * security-manager.c: Report if core-clr is active from
1095         ves_icall_System_Security_SecurityManager_get_SecurityEnabled
1096         to allow Moonlight BCL to behave appropriately (both in browser
1097         and outside, e.g. smcs)
1098         [Backport r144737]
1100 2009-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
1102         * mono-config.c: ignore UTF-8 BOM and report parser errors.
1103         Fixes bug #549108.
1105 2009-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1107         * class.c: fix typo.
1109 2009-10-22  Zoltan Varga  <vargaz@gmail.com>
1111         * marshal.c (mono_string_builder_to_utf16): Applied patch from
1112         Hib Eris  <hib@hiberis.nl>. Return empty string for empty string builders.
1113         Fixes #549173.
1115 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
1117         * socket-io.[ch]: fix VS build.
1119 2009-10-21  Rodrigo Kumpera  <rkumpera@novell.com>
1121         * verify.c (verify_delegate_compatibility): Properly verify delegate creation of static
1122         methods. Fixes #543021.
1124         Backport of r144534.
1126 2009-10-21 Gonzalo Paniagua Javier <gonzalo@novell.com>
1128         * icall-def.h:
1129         * socket-io.[ch]: implemented SendFile.
1131 2009-10-20  Zoltan Varga  <vargaz@gmail.com>
1133         * class.c (mono_class_create_from_typedef): Initialize class->element_class
1134         before the interfaces to avoid crashes later if class initialization fails.
1135         Fixes #548417.
1137 2009-10-19  Sebastien Pouliot  <sebastien@ximian.com>
1139         * assembly.c (mono_assembly_load_reference): Fix leak when 'status'
1140         code is known. (parse_public_key) Remove duplicate (unneeded) NULL
1141         check since 'pubkey' can't be NULL at this stage
1142         * icall.c (ves_icall_System_Array_FastCopy): Add comment about
1143         the check. (ves_icall_Type_GetInterfaceMapData) Remove duplicate
1144         initialization of 'iter'
1145         [Backport r144403]
1147 2009-10-13  Martin Baulig  <martin@ximian.com>
1149         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
1150         `MONO_DEBUGGER_EVENT_TRAMPOLINE' into
1151         `MONO_DEBUGGER_EVENT_OLD_TRAMPOLINE' and added a new
1152         `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
1154         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 81.4.
1156 2009-10-07  Zoltan Varga  <vargaz@gmail.com>
1158         * marshal.c (emit_marshal_vtype): Emit marshalling of DateTime to OLE DATE.
1159         Fixes #322934.
1161 2009-10-06  Mark Probst  <mark.probst@gmail.com>
1163         * object.c (mono_method_return_message_restore): Handle the case
1164         where the argument is an instance of a generic type.  Fixes
1165         #544446.
1167         Backport of r143506.
1169 2009-09-30  Zoltan Varga  <vargaz@gmail.com>
1171         * marshal.c (emit_marshal_object): Emit out marshalling of stringbuilders.
1172         Fixes #543133.
1174 2009-09-29  Rolf Bjarne Kvinge  <RKvinge@novell.com>
1176         * appdomain.c|h: Add a mono_domain_try_unload method which is
1177         equivalent to mono_domain_unload, except that it returns an exception
1178         instead of throwing it. Make mono_domain_unload use the
1179         mono_domain_try_unload method to avoid code-duplication.
1181         Backport of r142658.
1183 2009-09-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
1185         * marshal.c: don't create the handle when calling. It is created later
1186         if needed.
1188 2009-09-24  Zoltan Varga  <vargaz@gmail.com>
1190         * marshal.c (emit_ptr_to_object_conv): Generate an exception instead of
1191         aborting when a conversion is not implemented.
1193 2009-09-23  Miguel de Icaza  <miguel@novell.com>
1195         * verify.c: when comparing culture strings, use g_ascii_strcmp
1197         * assembly.c (mono_public_tokens_are_equal): Change g_strcasecmp
1198         when comparing public key tokens to use memcmp on 16 bytes.   I do
1199         not believe this ever worked as advertised in the past.
1201         The standard Public Key is 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00
1202         which would have always failed earlier.
1204 2009-06-25  Miguel de Icaza  <miguel@novell.com>
1206         * gc.c: Raise a NullArgumentException if the object passed is
1207         null.
1209 2009-09-22  Zoltan Varga  <vargaz@gmail.com>
1211         * image.c (mono_image_close): Atomically decrement the reference count and
1212         remove the image from the hash tables, to prevent another thread from seeing a
1213         dying MonoImage. Fixes #541194.
1215 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1217         * threadpool.c: actually use the minimum number of 'completion ports'
1218         (for us is just a potential worker thread).
1220 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1222         * threadpool.c: remove ares_htable. It does not make sense any more
1223         since the same objects are now stored in GC-tracked arrays while they are
1224         in the queue.
1226 2009-09-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
1228         * threadpool.c: increase the minimum length of the queues to 128.
1229         Remove warning.
1231 2009-09-21  Zoltan Varga  <vargaz@gmail.com>
1233         * marshal.c (mono_marshal_get_string_ctor_signature): New internal function to
1234         return the modified signature used by string ctors.
1236 2009-09-20  Zoltan Varga  <vargaz@gmail.com>
1238         * marshal.c (mono_marshal_get_runtime_invoke_dynamic): New internal function
1239         to return a runtime-invoke wrapper which uses DYN_CALL to call the wrapped
1240         method, to be used by full-aot.
1242 2009-09-18  Rodrigo Kumpera  <rkumpera@novell.com>
1244         Since the runtime supports lazy initialization of a type's vtable and this can cause a type
1245         to fail, we need to ensure that the vtable is properly initialized at spots were the type must
1246         be known to be good.
1248         * class.c (mono_class_init): Fail array types if their element type fails initialization
1249         as well.
1251         * object.c (mono_class_create_runtime_vtable): Fail array types if their element type fails
1252         initialization, additionally we request the element_type vtable to be initialized as well.
1254         This is fine and should not increase the working set in any meaningful way since it's reasonable
1255         to assume       that most code will create an array and eventually populate it, which will require the
1256         type's vtable to be initialized.
1258         * loader.c (field_from_memberref): Add a comment for a possibly useless mono_class_init call.
1260 2009-09-17  Atsushi Enomoto  <atsushi@ximian.com>
1262         * normalization-tables.h : regenerated.
1264 2009-09-16  Zoltan Varga  <vargaz@gmail.com>
1266         * mono-debug.c (mono_debug_add_method): Increase the size of the buffer,
1267         a leb128 encoding can take up to 5 bytes.
1269 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
1271         * class.c (verify_class_overrides): Remove useless argument.
1273         * class.c (mono_class_setup_vtable_general): Move the overrides check to happen
1274         before interface enumeration as this is no longer required.
1276 2009-09-15  Rodrigo Kumpera  <rkumpera@novell.com>
1278         * class.c: New function mono_class_is_assignable_from_slow that is safe to be
1279         used under mono_class_init context. This functions avoid any code path that
1280         calls mono_class_init, which leads it to be slow as some things like the interface
1281         bitmap are not available.
1283         * class.c (verify_class_overrides): Use mono_class_is_assignable_from_slow instead
1284         of it's own broken version. Fixes the verifier part of #538588.
1286         * class-internals.h: Export mono_class_is_assignable_from_slow as part of the internal
1287         API.
1289 2009-09-15  Mark Probst  <mark.probst@gmail.com>
1291         * class.c (mono_class_init): Always set an exception in a class if
1292         vtable setup fails.  Fixes #538577.
1294         * generic-sharing.c: Raise an exception if mono_class_vtable()
1295         returns NULL.
1297 2009-09-13  Zoltan Varga  <vargaz@gmail.com>
1299         * marshal.c (mono_marshal_get_runtime_invoke): Don't share instance 
1300         methods of vtypes, as they could be incorrectly shared with static methods
1301         taking an IntPtr argument.
1303 2009-09-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
1305         * domain.c:
1306         * object.c:
1307         * class-internals.h: renamed waithandle_class to
1308         manualresetevent_class.
1309         * marshal.c: propagate the exception if a remoting BeginInvoke call
1310         fails.
1312 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1314         * object.c: Properly handle vtable failures.
1316 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1318         * socket-io.c: Assert on vtable failure.
1320         * mono-mlist.c: Assert on vtable failure.
1322 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1324         * marshal.c: Assert on vtable failure.
1326 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1328         * icall.c: Properly handle vtable failures.
1330 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1332         * debug-helpers.c (mono_class_describe_statics): Properly handle vtable failures.
1334 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1336         * cominterop.c (ves_icall_System_ComObject_CreateRCW): Property handle vtable failures.
1338         * console-unix.c (do_console_cancel_event): Same.
1340 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1342         * class-internals.h: Add mono_class_vtable_full function that allows control
1343         if an exception should be raised or not.
1345         * object.c (mono_class_vtable): Call into mono_class_vtable_full. Fix this function
1346         to do what its documentation say, that is to return NULL and set exception_type on
1347         failure.
1349         * object.c (mono_class_create_runtime_vtable): Add new raise_on_error parameter
1350         and change the code to honor it.
1352 2009-09-11  Rodrigo Kumpera  <rkumpera@novell.com>
1354         * verify.c: Fix typo in error message.
1356 2009-09-10  Sebastien Pouliot  <sebastien@ximian.com>
1358         * security-core-clr.c: Fix default_platform_check so it can run
1359         the runtime coreclr tests (without an infinite recursion when
1360         throwing an exception).
1362 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1364         object.c (mono_delegate_ctor_with_method): Guard against null method.
1366 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1368         * marshal.c (mono_marshal_get_xappdomain_dispatch): Add an assert
1369         that should be replaced with error handling later.
1371 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1373         * marshal.c (mono_delegate_end_invoke): Fix warning.
1375 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1377         * loader.c (mono_field_from_token): Properly handle invalid
1378         dynamic tokens.
1380 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1382         * pedump.c (verify_image_file): Skip types that can't be
1383         decoded.
1385 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1387         * verify.c: Look for recursive valuetypes only against the
1388         type been initialized as this is a lot simpler and works.
1390 2009-09-10  Rodrigo Kumpera  <rkumpera@novell.com>
1392         * verify.c: Ensure that fields are properly loaded before
1393         checking them.
1395 2009-09-10  Bill Holmes  <billholmes54@gmail.com>
1397         * object.c (mono_object_get_virtual_method) : Call 
1398           mono_cominterop_get_invoke if the object is a COM object.
1400         Code is contributed under MIT/X11 license.
1402 2009-09-09  Rodrigo Kumpera  <rkumpera@novell.com>
1404         * verify.c: Check for recursive valuetype definitions.
1406 2009-09-08  Rodrigo Kumpera  <rkumpera@novell.com>
1408         Use inheritance-aware interface offsets. Inherited types use the same offsets
1409         of their parents. This reduce offset duplication in case more than one type in
1410         the inheritance tree explicitly implements the same interface.
1412         This also removes a source of vtable bubbles found in #532409. An abstract type
1413         isn't required to provide abstract methods to all interfaces it implements, which
1414         resulted in a bubble with the previous scheme as the child would get a non-full
1415         vtable from its parent. We fail all concrete types with vtable bubbles, so this
1416         should be fixed.
1418         This change causes an increase of 1.7% in vtable memory usage for IronPython pystone but
1419         it's expected to not cause any significant increase beyond that.
1421         * class.c (setup_interface_offsets): Compute super class iface offsets
1422         first to force sharing.
1424         * class.c: Add VTABLE_SELECTOR macro to the vtable debug macros to help
1425         dumping only the relevant ones.
1427         * class.c (mono_class_setup_vtable_general): Give newslot, non final, virtual
1428         methods a new slot regardless if they belong to an interface or not. This allows
1429         an inherited type to override the iface method separately from the class one.
1431 2009-09-04 Gonzalo Paniagua Javier <gonzalo@novell.com>
1433         * threadpool.c: make the Sleep() alertable to prevent delays exiting
1434         applications that take less than 2s to execute.
1435         Bug #524984 fixed.
1437 2009-09-04  Zoltan Varga  <vargaz@gmail.com>
1439         * object-internals.h (MonoRuntimeCallbacks): Add a 'get_runtime_build_info' callback.
1441         * object.c (mono_get_runtime_callbacks): New helper function to return
1442         the runtime callbacks.
1444         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Use the result of
1445         mono_get_runtime_build_info () as the display name.
1446         
1447 2009-09-03  Zoltan Varga  <vargaz@gmail.com>
1449         * marshal.c (emit_marshal_array): Call conv.ovf.i on the array parameter
1450         argument, since NEWARR expects a native int. Fixes #481559.
1452 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1454         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Guard
1455         against broken SRE methods.
1457 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1459         * class.c (mono_type_get_full): Don't call mono_metadata_free_type on
1460         a NULL variable. Abort early on failure.
1462 2009-09-03  Rodrigo Kumpera  <rkumpera@novell.com>
1464         * class.c (can_access_type): Fail visibility test for non nested
1465         types with nested visibility.
1467 2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
1469         * assembly.c (parse_public_key): Avoid allocating (and not 
1470         freeing) the public key array when it's not requested by the 
1471         caller.
1472         * threads.c (mono_thread_manage, mono_thread_create_internal, 
1473         ves_icall_System_Threading_Thread_Thread_internal): Free 
1474         allocated memory on error.
1476 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1478         * icall.c, icall-def.h: Remove some dead code from early SRE changes.
1480 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1482         * class.c (mono_class_setup_fields): Remove duplicated local variable
1483         named gklass.
1484         Rename gklass to gtd to reflect the fact that it points to the generic
1485         type definition.
1486         Remove the duplicated call to mono_class_setup_fields on gtd and move
1487         the error check to the beginning.
1489 2009-09-02  Rodrigo Kumpera  <rkumpera@novell.com>
1491         * marshal.c (mono_array_to_lparray): Do DISABLE_COM properly.
1492         Remove cruft of the previous patch.
1494 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1496         * metadata-verify.c (verify_method_table): Check for abstract + final.
1497         Fixes #534175.
1499 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1501         * verify.c (verify_class_fields): Check for duplicate fields.
1503 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1505         * metadata-verify.c: Verify the typeref table for duplicates.
1507 2009-09-01  Rodrigo Kumpera  <rkumpera@novell.com>
1509         This reverts r140936 and properly handles interfaces with static methods. The
1510         right fix is to ensure vtables without bubles which is an easier to verify
1511         constraint. We should avoid such special cases as of the reverted patch as those
1512         only make the runtime more brittle.
1514         * class.c (mono_class_setup_vtable_general): Revert previous change that handle
1515         static methods on interfaces.
1517         * class.c (setup_interface_offsets): Use the number of virtual methods when
1518         calculating interface offsets instead of the number of methods. This way we
1519         avoid bubles on the layout.
1521 2009-08-31  Rodrigo Kumpera  <rkumpera@novell.com>
1523         * metadata-verify.c (verify_metadata_header): Some very smart
1524         obfuscators like to add extra stream headers. Ignore them.
1526 2009-08-30  Zoltan Varga  <vargaz@gmail.com>
1528         * class.c (mono_class_setup_vtable_general): Verify interfaces with static
1529         methods correctly.
1531 2009-08-29  Rodrigo Kumpera  <rkumpera@novell.com>
1533         * metadata-verify.c: Verify for duplicated types.
1535 2009-08-28  Rodrigo Kumpera  <rkumpera@novell.com>
1537         * metadata-verify.c (verify_typedef_table): Verify for nested types
1538         without an entry on the nested class table.
1540 2009-08-28  Zoltan Varga  <vargaz@gmail.com>
1542         * cominterop.c (cominterop_get_ccw): Applied patch from tom hindle
1543         <tom_hindle@sil.org>. Add locking around hash table accesses.
1545 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1547         * verify.c (mono_verifier_verify_class): Verify all interface if
1548         really are interfaces. Fixes #534184.
1550 2009-08-27  Rodrigo Kumpera  <rkumpera@novell.com>
1552         * pedump.c: Initialize all types during metadata validation so we report
1553         errors only detected as part of class initialization.
1555 2009-08-26  Rodrigo Kumpera  <rkumpera@novell.com>
1557         * metadata-verify.c (verify_method_table): PInvoke requires method to
1558         be static. Fixes #534189
1560 2009-08-26  Zoltan Varga  <vargaz@gmail.com>
1562         * threads.c (mono_thread_suspend_all_other_threads): Handle 'threads_starting_ip'
1563         being NULL.
1565 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1567         * class.c (mono_class_setup_vtable_general): Verify the resulting vtable
1568         for holes or bad methods. Fixes #525314.
1570 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1572         * class.c (setup_interface_offsets): Don't allocate slot
1573         for the same interface multiple times. This creates bubbles
1574         that waster space and make vtable verification harder.
1576         The same interface get a slot multiple times since we need
1577         to get the closure of all implemented interfaces, which means
1578         the same interface is reported multiple times.
1580 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1582         * verify.c (mono_verifier_verify_class): Don't check the fields
1583         of generic instances since the context on which they got expanded
1584         might lead to false positives.
1586         Such thing happens when a generic type is inflated in the context
1587         of a generic method and the inflated type of a field turns into a
1588         generic method argument, which causes the checking code to think
1589         it's an invalid class when it's not.
1591 2009-08-25  Rodrigo Kumpera  <rkumpera@novell.com>
1593         * verify.c (mono_type_is_valid_in_context): Verify if type
1594         is NULL and remove duplicate test.
1596 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1598         * verify.c (mono_verifier_verify_class): Check fields for
1599         invalid generic arguments.
1601 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1603         * class.c (verify_class_overrides): Verify if for static
1604         and non virtual methods.
1606 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1608         * icaa.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor):
1609         Check for errors after retrieving the vtable.
1611 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1613         * class.c (mono_class_setup_vtable_general): Verify
1614         if method overrides are valid before processing them.
1616 2009-08-24  Rodrigo Kumpera  <rkumpera@novell.com>
1618         * marshal.c (mono_array_to_lparray): Fix minimal build with
1619         cominterop disabled.
1621         * marshal.c (mono_free_lparray): Same.
1623 2009-08-21  Mark Probst  <mark.probst@gmail.com>
1625         * threadpool.c (mono_thread_pool_init): Use mono_object_hash() as
1626         the hash function for the ares_htable.
1628 2009-08-20  Rodrigo Kumpera  <rkumpera@novell.com>
1630         * metadata-verify.c (verify_assembly_table): Accept 0x10 as a valid
1631         bit for assembly flags. MS is ok with it but there is no spec anywhere
1632         on its mean
1634 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1636         * class.c (mono_class_create_from_typedef): Emit profiler events
1637         in all cases.
1639 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1641         * icall.c (ves_icall_Type_GetMethodsByName): Don't leak loader errors.
1642         Release memory on failure.
1644 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1646         * class-internals.h: Add mono_metadata_load_generic_param_constraints_full
1647         to the internal API.
1649         * metadata.c (get_constraints): Use a single-linked table as we don't
1650         traverse it backward. Fail and return FALSE if only of the contraint types
1651         is not found.
1653         * metadata.c (mono_metadata_load_generic_param_constraints_full): Identical
1654         to mono_metadata_load_generic_param_constraints except for having a return value.
1655         This has to be done since the later is part of the public API.
1657         * class.c (mono_class_create_from_typedef): Properly check the loading of constrains
1658         and fail the type.
1660         * loader.c (mono_get_method_from_token): Properly check the loading of constraints
1661         and fail the method.
1663 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1665         * metadata-verify.c (is_valid_method_header): Add work-around to deal
1666         with MS broken behavior of emmitting EH section sizes without the
1667         header size added.
1669 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1671         * metadata.c (mono_type_create_from_typespec): Don't allocate image
1672         memory until we're sure that we'll need it. This avoids leaking for
1673         broken types or duplicated instantiation.
1675 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1677         * metadata-verify.c (is_valid_method_header): Fix stupid formating
1678         mistake.
1680 2009-08-19  Rodrigo Kumpera  <rkumpera@novell.com>
1682         * metadata-verify.c (is_valid_method_header): Fix number of clauses
1683         and expected size calculation.
1685 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1687         * class.c (mono_class_get_field_idx): Add fixme for broken
1688         behavior for types with multiple fields with the same name.
1689         I would rather fix it, but have no idea on how to generate
1690         such artifact for testing.
1692 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1694         * verify.c (verifier_load_field): We should allow references to
1695         fields to be made using the generic type definition. It's up to
1696         the loader system to fail invalid ops.
1698         * verify.c (get_boxable_mono_type): Only uninstantiated GTDs
1699         are invalid.
1701 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1703         * class.c: Fix usage of mono_metadata_interfaces_from_typedef_full.
1705         * metadata-internals.h: Fix declaration of 
1706         mono_metadata_interfaces_from_typedef_full.
1708         * metadata.c (mono_metadata_interfaces_from_typedef_full): Add extra
1709         heap_alloc_result parameter that controls if the result should be
1710         g_malloc'd.
1712         * metadata.c (mono_metadata_interfaces_from_typedef): Let the resulting
1713         array be g_malloc'd and properly document this public API function.
1715 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1717         * cil-coff.h: Fix METHOD_HEADER_FORMAT_MASK to be 2 bits and
1718         remove METHOD_HEADER_TINY_FORMAT1.
1720         * reflection.c: Remove reference to METHOD_HEADER_TINY_FORMAT1.
1722         * metadata.c (mono_metadata_parse_mh_full): Kill tiny format1.
1724         Both spec and MS uses only 2 bits to enumerate the kind of header.
1725         So given that 0x6 and 0x2 are equal under a 2 bits mask, tiny format1
1726         is superfluous, only used for tiny headers with odd code lengths.
1728         This change also make sure that mono doesn't wronly interpret bit 2
1729         of fat header flags, which is currently reserved.
1731 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1733         * metadata.c (do_mono_metadata_parse_type): Do error
1734         checking for element types. Don't abort if presented
1735         with a broken type kind.
1737 2009-08-18  Rodrigo Kumpera  <rkumpera@novell.com>
1739         * metadata.c (mono_metadata_parse_method_signature_full):
1740         Gracefully fail bad vararg signatures.
1742 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1744         * profiler.c:
1745         * class.c: Fix warnings for uninitialized variables.
1747 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1749         * icall.c: Fix _NSGetEnviron method declaration warning.
1751 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1753         * icall.c:
1754         * reflection.c: Make bitwise checks explicit.
1756 2009-08-18  Christian Hergert  <chris@dronelabs.com>
1758         * debug-helpers.c:
1759         * marshal.c: Fix printf warnings.
1761 2009-08-18  Zoltan Varga  <vargaz@gmail.com>
1763         * reflection.c (encode_cattr_value): Fix a warning.
1765 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1767         * metadata.c (mono_metadata_parse_array_full): Fix memory leak
1768         of array bounds.
1770 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1772         * loader.c (mono_method_signature): Don't assert on broken
1773         signature. Print a more useful error message.
1775 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1777         * loader.c (mono_method_get_marshal_info): Assert if
1778         signature is invalid. Bounds check stores to the
1779         mspecs array;
1781 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1783         * loader.c (field_from_memberref): Fix warning.
1785 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1787         * loader.c (mono_method_get_param_names): Check if signature
1788         is null. Don't store beyond the size of the name array.
1790 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1792         * loader.c (mono_get_method_constrained): Check if signature
1793         is null.
1795 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1797         * loader.c (mono_loader_set_error_bad_image): Improve
1798         error messages.
1800 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1802         * loader.c (mono_get_method_full): Convert an assertion
1803         into a loader error.
1805 2009-08-17  Rodrigo Kumpera  <rkumpera@novell.com>
1807         * class-internals.h, class.c: Better naming and documentation.
1809 2009-08-17  Zoltan Varga  <vargaz@gmail.com>
1811         * boehm-gc.c (mono_gc_add_weak_track_handle): Don't do any work if
1812         obj is NULL.
1814 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1816         * loader.c (mono_method_get_signature_full): Fail gracefully if signature
1817         parsing fails.
1819 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1821         * loader.c (mono_loader_error_prepare_exception): Handle missing field
1822         errors with no class set.
1824         * loader.c (field_from_memberref): If the field signature is of the wrong
1825         type fail with a MissingFieldException instead of a BadImageException as
1826         this is the behavior observed on MS. 
1828 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1830         * loader.c (field_from_memberref): Don't crash if either the field
1831         signature or the typespec class are invalid.
1833 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1835         * verify.c (verifier_load_field): Don't allow field related
1836         ops to reference fields on generic type definition.
1838 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1840         * metadata-verify.c: Add new warning level for errors specified
1841         by ECMA 335 but that MS ignores.
1843         * metadata-verify.c (verify_method_table): Make compiler controled
1844         visibility + (rt)specialname error a warning as MS ignores this. Ignoring
1845         this check is safe because the end result will only be some visibility
1846         exceptions been thrown.
1848 2009-08-14  Rodrigo Kumpera  <rkumpera@novell.com>
1850         * verify.c (get_boxable_mono_type): Don't allow the
1851         use of the generic type definition on boxed type positions.
1853         Fixes #531237.
1855 2009-08-14  Mark Probst  <mark.probst@gmail.com>
1857         * threadpool.c: Make sure no cross-domain references remain in
1858         ares_htable or the arrays that are thrown away when resizing.
1860 2009-08-14  Mark Probst  <mark.probst@gmail.com>
1862         * appdomain.c, metadata-internals.h, image.c: In MonoImage add a
1863         list of classes for which we have to unregister reflection_info
1864         with the GC and which are not in the namespace cache.
1866         * reflection.c (mono_reflection_initialize_generic_parameter): Add
1867         the class to the list.
1869 2009-08-14  Mark Probst  <mark.probst@gmail.com>
1871         * domain.c (mono_domain_free): Unregister the GC roots in
1872         MonoDomain.
1874 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
1876         * reflection.c (mono_reflection_type_get_handle): Fix typo.
1878 2009-08-12  Rodrigo Kumpera  <rkumpera@novell.com>
1880         * class.c: Add mono_class_get_field_from_name_full which does
1881         the same as mono_class_get_field_from_name but does check field
1882         signature as well.
1884         * class-internals.h: Export mono_class_get_field_from_name_full as
1885         part of the internal API.
1887         * loader.c (field_from_memberref): Search fields by name and signature
1888         as it's valid to have two fields with same name but different types.
1890         Fixes #528055.
1892 2009-08-10  Rodrigo Kumpera  <rkumpera@novell.com>
1894         * icall-def.h: Add a bunch of temporary icalls to MonoGenericClass.
1896         * reflection.c (mono_reflection_type_get_handle): Handle MonoGenericClass.
1898         * reflection.c (encode_cattr_value): Use mono_reflection_type_get_handle to encode
1899         System.Type.
1901 2009-08-13  Zoltan Varga  <vargaz@gmail.com>
1903         * gc.c (GCHandle_CheckCurrentDomain): Moved this here from icall.c.
1905         * boehm-gc.c (mono_gc_add_weak_track_handle): Handle nulls.
1907 2009-08-12  Mark Probst  <mark.probst@gmail.com>
1909         * sgen-gc.c, sgen-scan-object.h: Object scanning code factored out
1910         to sgen-scan-object.h, which can be included and parameterized via
1911         macros.
1913         * Makefile.am: sgen-scan-object.h added.
1915 2009-08-12  Mark Probst  <mark.probst@gmail.com>
1917         * gc.c: #define GC_dont_gc if we're compiling with SGen.
1919 2009-08-12  Mark Probst  <mark.probst@gmail.com>
1921         * domain.c (mono_domain_free): Free a domain's mono_g_hash_tables
1922         before clearing a domain in the GC.
1924 2009-08-12  Mark Probst  <mark.probst@gmail.com>
1926         * exception.c (mono_exception_from_name_domain): Actually create
1927         the exception in the specified domain.
1929         * appdomain.c (mono_domain_create_appdomain_internal): Create the
1930         OutOfMemoryException a bit later so that the domain is inialized
1931         "enough" that it works.
1933 2009-08-12  Mark Probst  <mark.probst@gmail.com>
1935         * threads.c (thread_cleanup): Clean up the cached_culture_info
1936         array to prevent cross-domain references.
1938 Tue Aug 11 14:38:57 CEST 2009 Paolo Molaro <lupus@ximian.com>
1940         * metadata.c: more documentation for MonoType accessors.
1942 2009-08-11  Raja R Harinath  <harinath@hurrynot.org>
1944         Fix incorrect size definitions where the tail array isn't a list
1945         of pointers
1946         * class-internals.h (MONO_SIZEOF_MARSHAL_TYPE): Use offsetof to
1947         define size.
1948         * domain-internals.h (MONO_SIZEOF_JIT_INFO): Likewise.
1949         * metadata.h (MONO_SIZEOF_TYPE): Likewise.
1950         * reflection.h (MONO_SIZEOF_CUSTOM_ATTR_INFO): Likewise.
1952 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
1954         * reflection.h:
1955         * reflection.c: MONO_SIZEOF_CUSTOM_ATTR_INFO.
1957 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
1959         * metadata.c:
1960         * loader.c:
1961         * metadata-internals.h:
1962         * method-builder.c:
1963         * reflection.c: use MONO_SIZEOF_METHOD_HEADER.
1965 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
1967         * cominterop.c:
1968         * metadata.c:
1969         * metadata.h:
1970         * loader.c:
1971         * marshal.c:
1972         * reflection.c: #define for sizeof in MonoType and
1973         MonoMethodSignature.
1975 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
1977         * domain.c:
1978         * domain-internals.h: add and use #define's instead of sizeof()
1979         for MonoJitInfo and MonoJitInfoTable.
1981 2009-08-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
1983         * object.c:
1984         * class.h: use #define instead of sizeof() for MonoRemoteClass.
1986 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
1988         * metadata.c:
1989         * metadata.h:
1990         * object.c:
1991         * class-internals.h:
1992         * generic-sharing.c:
1993         * marshal.c: use a #define instead of sizeof() for a few
1994         structures that use a zero-length array.
1996 2009-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
1998         * object-internals.h (MonoReflectionMethodOnTypeBuilderInst): Add new fields
1999         to handle inflated generic methods.
2001         * appdomain.c: Bump corlib version.
2003         * reflection.c (mono_image_get_method_on_inst_token): Handle generic method
2004         instances.
2006         * reflection.c (fixup_method): Same
2008         * reflection.c (resolve_object): Same.
2010         * reflection.c (inflate_method): Replace a g_assert_not_reached with a
2011         g_error and a decent message.
2013 2009-08-06  Massimiliano Mantione  <massi@ximian.com>
2015         * bohem-gc.c (mono_gc_add_weak_track_handle): Get the domain
2016         from the object because it could not yet be available globally
2017         (it happens if the profiler tries to create a gchandle on the
2018         MonoThread object of a thread that is still registering itself
2019         with the runtime).
2021 2009-08-04  Rodrigo Kumpera  <rkumpera@novell.com>
2023         * reflection.c (mono_generic_class_get_object): Initialized the
2024         managed type arguments array.
2026         * object-internals.h (MonoReflectionGenericClass): Add type_arguments field.
2028         * appdomain.c: Bump corlib version.
2030 2009-08-04  Zoltan Varga  <vargaz@gmail.com>
2032         * threads.c (thread_cleanup): Free serialized_ui_culture_info. Fixes
2033         #527902.
2035 2009-08-03  Zoltan Varga  <vargaz@gmail.com>
2037         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
2038         Avoid a crash if synch_cs is not set.
2039         
2040         * threads.c (ves_icall_System_Threading_Thread_Thread_free_internal): 
2041         Handle the case when the handle is 0.
2043         * appdomain.c: Bump corlib version.
2045 2009-08-02  Zoltan Varga  <vargaz@gmail.com>
2047         * reflection.c (mono_type_get_object): Fix a warning.
2049 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2051         * sgen-gc.c (mono_gc_wbarrier_value_copy): Don't compute the GC
2052         descriptor here.  We assume it's already been computed.
2054         * generic-sharing.c (instantiate_other_info): Compute the GC
2055         descriptor for info type MONO_RGCTX_INFO_KLASS.
2057 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2059         * reflection.c (mono_type_get_object): MonoDomain is an unmanaged
2060         type, so don't use MONO_OBJECT_SETREF to set a field.
2062 2009-08-01  Mark Probst  <mark.probst@gmail.com>
2064         * gc.c: We were missing one case where invoking a finalizer would
2065         not reset the domain.  Also, in the finalizer thread loop, assert
2066         that we're in the root domain.
2068 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2070         * icall.c (ves_icall_MonoType_GetArrayRank): Throw ArgumentException
2071         if the type is not an array.
2073 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2075         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Return the
2076         method bound to the declaring type of the method. Raise an exception
2077         if the type is not a generic param.
2079 2009-07-31  Rodrigo Kumpera  <rkumpera@novell.com>
2081         * class.c (print_unimplemented_interface_method_info): Print the
2082         full type name.
2084         * class.c (mono_class_setup_vtable_general): When dealing with a
2085         generic instance first check if the generic type definition is
2086         not broken.
2088 2009-02-11 Tom Hindke <tom_hindle@sil.org>
2090         * marshal.c (mono_array_to_lparray): Implemented so managed object types are converted to native types.
2092         * marshal.c: Added new method mono_free_lparray to free memory allocated by mono_array_to_lparray
2094         * marshal.c (emit_marshal_array): call emit mono_free_lparray where approprate.
2096         * marshal.c (conv_to_icall): added MONO_MARSHAL_FREE_LPARRAY case
2098         * metadata.h (MonoMarshalConv enum): added MONO_MARSHAL_FREE_LPARRAY
2100         Code is contributed under MIT/X11 license
2102 2009-08-30  Rodrigo Kumpera  <rkumpera@novell.com>
2104         * verify.c: Fix naming of stelem and ldelem.
2106 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2108         * generic-sharing.c: Replace the templates lock with the loader
2109         lock because of very hard to resolve deadlock issues.
2111 2009-07-30  Zoltan Varga  <vargaz@gmail.com>
2113         * icall.c (ves_icall_Type_GetMethodsByName): Use 
2114         mono_class_get_vtable_size () instead of accessing klass->vtable_size
2115         directly. Fixes #525338.
2117         * class.c (mono_class_get_vtable_size): New helper function.
2119         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle_type): Fix the second argument, its a MonoType* not a MonoClass*. Check whenever
2120         the field belongs to the type. Fixes #525733.
2122 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2124         * sgen-gc.c: When we stop a thread and its stack top is not within
2125         its allocated stack (because it's in an altstack signal handler),
2126         restart it and stop it again, until it is.
2128 2009-07-30  Mark Probst  <mark.probst@gmail.com>
2130         * sgen-gc.c: Take a thread's stack top and registers from the
2131         sigcontext in the suspend signal handler.
2133         * sgen-gc.h, sgen-archdep.h, Makefile.am: Move arch-dependent
2134         stuff to sgen-archdep.h.
2136         * gc.c, gc-internal.h: Remove the get_ip_from_sigctx installer and
2137         caller, because have code in sgen-archdep.h to acquire that data.
2139 2009-07-29  Massimiliano Mantione  <massi@ximian.com>
2141         * profiler.c, profiler.h, profiler-private.h:
2142         Added support for keeping track of code chunks and buffers.
2144 2009-07-29 Rodrigo Kumpera  <rkumpera@novell.com>
2146         * metadata-verify.c: Fix endianness problems on decoding functions.
2147         Based on a patch by Ulrich Weigand <uweigand@de.ibm.com>
2149 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
2151         * icall.c (ves_icall_Type_make_array_type): Handle the new encoding
2152         schema for vectors and one dimension SZARRAY.
2154 2009-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
2156         * reflection.c (mono_reflection_type_get_handle): Handle the new encoding
2157         schema for vectors and one dimension SZARRAY.
2159 2009-07-27  Mark Probst  <mark.probst@gmail.com>
2161         * icall-def.h, thread-types.h, threads.c: New separate icalls for
2162         Interlocked.(Compare)Exchange with object arguments, which invoke
2163         write barriers.
2165 2009-07-26  Miguel de Icaza  <miguel@novell.com>
2167         * icall.c (ves_icall_Type_GetNestedType): Throw an exception when
2168         passed invalid arguments.   Fixes another crasher in the
2169         Silverlight test suite.
2171         * class.c (mono_class_array_element_size): Return 0 for the size
2172         of the class;  This fixes the crasher exposed by :
2174         typeof (void).MakeArrayType ();
2176         * icall.c (ves_icall_MonoType_GetEvent): Do not dereference method
2177         if there is no method to dereference.    Put all the code that
2178         depends on this inside the if (method) block.
2180         This fixes the crasher exposed by Microsoft's Silvelright CLR test
2181         suite  ./Reflection/Emit/TypeBuilder/TypeBuilderGetEvent.exe
2183         With this change, we pass the test.
2184         
2185         * reflection.c (mono_reflection_sighelper_get_signature_local):
2186         Only dereference the assembly if it has been set.    Fixes a
2187         crasher exposed by #525328
2189 2009-07-25  Mark Probst  <mark.probst@gmail.com>
2191         * sgen-gc.c, object.h, null-gc.c, boehm-gc.c, marshal.c: Really
2192         don't perform the store in mono_gc_wbarrier_generic_nostore().
2193         Remove the second argument (value), which is not needed.
2195 2009-07-24  Zoltan Varga  <vargaz@gmail.com>
2197         * null-gc.c (mono_gc_wbarrier_generic_nostore): Define this to fix
2198         the build.
2200         * boehm-gc.c: Ditto.
2201         
2202 2009-07-24  Mark Probst  <mark.probst@gmail.com>
2204         * sgen-gc.c, marshal.c, object.h: Make the managed write barrier
2205         not perform the store itself.  Introduce
2206         mono_gc_wbarrier_generic_nostore(), which is the same as
2207         mono_gc_wbarrier_generic_store(), except it doesn't perform the
2208         store.
2210 2009-07-24  Mark Probst  <mark.probst@gmail.com>
2212         * icall.c (ves_icall_System_Array_SetGenericValueImpl):
2213         mono_gc_wbarrier_value_copy() doesn't perform the copy itself, so
2214         we still need the memcpy().
2216 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2218         * sgen-gc.c: Align array bounds calculation to mono_array_size_t
2219         so that big arrays are handled correctly.  Always use
2220         safe_object_get_size() to calculate array object sizes, which
2221         takes bounds into account.
2223 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2225         * sgen-gc.c (mono_gc_wbarrier_value_copy): Make sure the class's
2226         GC descriptor is computed before we use it.
2228 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2230         * icall.c (ves_icall_System_Array_SetGenericValueImpl): Use a
2231         write barrier if necessary.
2233 2009-07-22  Mark Probst  <mark.probst@gmail.com>
2235         * icall-def.h, icall.c, thread-types.h: New separate icall for
2236         VolatileWrite(object&,object) that uses a write barrier.
2238         * console-unix.c, file-io.c, icall.c, threads.c: Use write
2239         barriers in icalls which write to "ref" or "out" arguments.
2241 2009-07-21  Zoltan Varga  <vargaz@gmail.com>
2243         * marshal.c (mono_marshal_get_runtime_invoke): Do the work done in the exception
2244         handler in a separate icall, to reduce the size of the wrappers.
2246 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2248         * metadata-verify.c (is_valid_typespec_blob): Fix error message.
2250 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2252         * metadata-verify.c (parse_field): Allow byref field.
2254         * metadata-verify.c (parse_locals_signature): Allow byref locals.
2256         * metadata-verify.c (is_valid_typespec_blob): Allow byref typespec.
2258 2009-07-20 Rodrigo Kumpera  <rkumpera@novell.com>
2260         * verify.c (do_cast): Fail for any non reference type that isn't boxed.
2261         Fixes #522784.
2263 2009-07-20  Robert Jordan  <robertj@gmx.net>
2265         * cominterop.c (cominterop_get_managed_wrapper_adjusted):
2266         Fix invalid IL in valuetype handling (STOBJ must push the
2267         corresponding class). Fixes bug #523149.
2269         Code is contributed under MIT/X11 license.
2271 2009-07-20  Geoff Norton  <gnorton@novell.com>
2273         * gc.c: Use proper semaphores where available on posix and darwin.
2275 2009-07-19  Geoff Norton  <gnorton@novell.com>
2277         * gc.c: Unnamed posix semaphores are broken on darwin-arm too.
2279 2009-07-19 Rodrigo Kumpera  <rkumpera@novell.com>
2281         * refletion.c (is_sre_usertype): Change name to is_usertype and
2282         invert it's result so it returns true if the type is an user type
2283         and not the opposite.
2285         * reflection.c (is_*_type): Change all of those to use new macro
2286         check_corlib_type_cached that cached the type lookup so we don't
2287         need to do string comparisons all the type. Changed the signature
2288         to take a MonoClass instead.
2290         * reflection.c: Change mono_image_create_token and resolve_object
2291         to use is_sre_* functions.
2293 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2295         * sgen-gc.c: Check for writes to the stack in the managed
2296         wbarrier as well.
2298 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2300         * sgen-gc.c: When a thread is unregistered, don't free its remsets
2301         but put them on a list which is processed with the other thread's
2302         remsets.
2304 2009-07-18  Mark Probst  <mark.probst@gmail.com>
2306         * sgen-gc.c: Fix and enable the internal allocator instead of
2307         using malloc/free (which causes deadlocks).
2309 2009-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
2311         * refletion.c: Fix builds with SRE disabled by adding a minimal
2312         implementation of mono_reflection_type_get_handle.
2314 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
2316         * refletion.c: Make mono_reflection_type_get_handle non static.
2318         * object-internals.h: Export mono_reflection_type_get_handle.
2320         * icall.c (ves_icall_MonoGenericClass_InflateType): Resolve the
2321         unmanaged handle using mono_reflection_type_get_handle.
2323 2009-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
2325         * refletion.c: Replace all reads of MonoReflectionType::type with
2326         calls to mono_reflection_type_get_handle. Only the functions that
2327         deal with constructing TypeBuilder::type have not been changed
2328         because they have to deal with NULL values.
2330         This is a first step into supporting reflection types that don't
2331         map directly into their unmanaged counterpart.
2333 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
2335         * metadata-verify.c (parse_locals_signature): Don't complain
2336         on signature with zero locals since MS generates it and doesn't
2337         bother with.
2339 2009-07-14 Rodrigo Kumpera  <rkumpera@novell.com>
2341         * reflection.c (mono_image_get_array_token): Resolve return
2342         type using mono_reflection_type_get_handle.
2344         * reflection.c (mono_image_get_array_token): Resolve array method
2345         parent type using mono_reflection_type_get_handle.
2347 2009-07-14  Zoltan Varga  <vargaz@gmail.com>
2349         * reflection.c (mono_image_basic_init): Applied patch from
2350         <Dax@daxxfiles.net>. Set the public key token from the assembly
2351         builder. Fixes #518909.
2353         * appdomain.c: Bump corlib version.
2355 2009-07-13  Zoltan Varga  <vargaz@gmail.com>
2357         * class.c (mono_class_needs_cctor_run): Make this return false if
2358         the class has no cctor.
2360 2009-07-13  Mark Probst  <mark.probst@gmail.com>
2362         * sgen-gc.c: When the minor GC needs to allocate a new section,
2363         invoke the major GC afterwards.
2365 2009-07-14  Bill Holmes  <billholmes54@gmail.com>
2367         * process.c  (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal) :
2368           Applying the window_style field to the SHELLEXECUTEINFO struct.
2370         Code is contributed under MIT/X11 license.
2372 2009-07-13  Mark Probst  <mark.probst@gmail.com>
2374         * sgen-gc.c: Fix the race condition in the unmanaged allocator by
2375         locking earlier.  Fix it in the managed allocator by making sure
2376         that no thread is stopped there before the GC runs.  If we do stop
2377         a thread there, we restart it and let it run a but, until it stops
2378         somewhere else.
2380         * gc-internal.h, gc.c: Function for getting the IP from a signal
2381         context via a function registered by mini.
2383 2009-07-11  Zoltan Varga  <vargaz@gmail.com>
2385         * object-internals.h (MonoIntPtr): New structure describing a boxed
2386         IntPtr.
2388         * object.c (mono_runtime_invoke_array): Handle ptr arguments and
2389         returns. Fixes #519953.
2391         * marshal.c (mono_marshal_get_runtime_invoke): Handle pointer returns.
2393 2009-07-09  Mark Probst  <mark.probst@gmail.com>
2395         * class-internals.h, generic-sharing.c: New RGCTX info type for
2396         getting a remoting invoke with check wrapper.
2398 2009-07-07  Geoff Norton  <gnorton@novell.com>
2400         * icall-def.h: Fix the enable-minimal build.
2402 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2404         * object-internals.h: Add MonoReflectionDerivedType.
2406         * reflection.c: Implement support for PointerType.
2407         Fixed tons of warnings.
2409 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2411         * object-internals.h: Add MonoReflectionByRefType.
2413         * reflection.c: Implement support for ByRefType.
2415 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2417         * icall-def.h: Add System.Reflection.Emit.DerivedType::create_unmanaged_type.
2419         * object-internals.h: Add MonoReflectionArrayType and
2420         mono_reflection_create_unmanaged_type.
2422         * reflection.c: Implement support for ArrayType.
2424 2009-07-07 Rodrigo Kumpera  <rkumpera@novell.com>
2426         * metadata-verify.c (is_valid_method_header): Parse EH block
2427         flags correctly.
2429 2009-07-03  Mark Probst  <mark.probst@gmail.com>
2431         * sgen-gc.c (finish_gray_stack): Set the to_space pointer after
2432         processing the disappearing links, and process disappearing links
2433         in a loop until no new objects are copied.
2435 2009-07-03  Mark Probst  <mark.probst@gmail.com>
2437         * object.c (handle_enum): Invoke the write barrier when copying
2438         value type instances.
2440         * sgen-gc.c: Register remsets for unmanaged write barriers only
2441         when the address written to is actually on the heap.  This makes
2442         set_value() in object.c work without requiring that the result be
2443         on the heap.
2445 2009-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
2447         The runtime wrappers are all bound to a given type that must
2448         exist in the same image. For regular images we use the <Module>
2449         type, which is required to exist for all images.
2451         The <Module> type can't be used for dynamic images because it
2452         might not exist at the time the wrapper is required, so we create
2453         a synthetic type to use instead.
2455         The current code works because of the 2 stage setup of MonoClass,
2456         but once this is gone it will no longer work.
2458         * icall-def.h: Add ModuleBuilder::set_wrappers_type.
2460         * metadata-internals.h (MonoDynamicImage): Add wrappers_type.
2462         * object-internals.h: Export mono_image_set_wrappers_type icall
2463         as part of the internal API.
2465         * marshal.c (get_wrapper_target_class): If the image is dynamic,
2466         use MonoDynamicImage::wrappers_type instead of the <Module> type.
2468         reflection.c: Add mono_image_set_wrappers_type qhixh sets the dynamic
2469         image wrappers_type to the provided value.
2471 2009-07-01 Rodrigo Kumpera  <rkumpera@novell.com>
2473         * appdomain.c (deregister_reflection_info_roots): No need
2474         to use the image lock here.
2476 2009-07-02  Mark Probst  <mark.probst@gmail.com>
2478         * sgen-gc.c (collect_nursery): Also scan from write-barrier roots.
2480 2009-06-29  Zoltan Varga  <vargaz@gmail.com>
2482         * threads.c: Store the thread start argument in a hash table instead of
2483         registering it as a root, as libgc doesn't support unregistering roots
2484         under windows, leading to 'too many root sets' errors when many threads
2485         are created.
2487         * gc.c (mono_gc_run_finalize): Avoid finalizing dynamic methods during
2488         shutdown, they can still be referenced by the other dying objects.
2489         Fixes #514506.
2491 2009-06-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
2493         * socket-io.c: DontLinger does not allow LingerOptions.
2495 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
2497         * metadata-verify.c: The spec doesn't mention that it's possible to add
2498         custom attribute to a generic parameter. Fixed.
2500 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
2502         * class.c (inflate_generic_type): Don't crash while trying to output a message
2503         on why we're aborting.
2505 2009-06-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
2507         * socket-io.c: DontLinger can take an int or a boolean too.
2509 Fri Jun 26 17:00:04 CEST 2009 Paolo Molaro <lupus@ximian.com>
2511         * gc.c: check for a null argument to SuppressFinalize () and
2512         ReRegisterForFinalize ().
2514 2009-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
2516         * loader.c (method_from_methodspec): Call into the verifier to check
2517         the signature.
2519         * metadata-verify.c: Addmono_verifier_verify_methodspec_signature.
2521         * verify-internals.h: Export mono_verifier_verify_methodspec_signature as
2522         part of the internal API.
2524 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2526         * metadata.c (mono_type_create_from_typespec): Call into the verifier to check
2527         the signature.
2529         * metadata-verify.c: Add mono_verifier_verify_typespec_signature.
2531         * verify-internals.h: Export mono_verifier_verify_typespec_signature as
2532         part of the internal API.
2534 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2536         * metadata.c (mono_metadata_parse_mh_full): Call into the verifier to check
2537         the signature.
2539         * metadata-verify.c: Add mono_verifier_verify_standalone_signature. Fix
2540         blob verification.
2542         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
2543         part of the internal API.
2545 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2547         * metadata-verify.c: Use is_valid_blob_object to verify blob validity
2548         when doing basic verification. 
2550         This check must be done since the runtime peeks into signatures in much
2551         more places than it does decoding so it makes sense to ensure that all
2552         pointers to blob objects are well formed.
2554 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2556         * metadata-verify.c (is_valid_blob_object): Add extra minsize argument.
2557         Use proper overflow dectection. Fix usage of it.
2559 2009-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
2561         * loader.c (field_from_memberref): Call into the verifier to check
2562         the signature.
2564         * loader.c (mono_method_get_signature_full): Same.
2566         * loader.c (method_from_memberref): Same.
2568         * metadata-verify.c: Add mono_verifier_verify_memberref_signature.
2570         * verify-internals.h: Export mono_verifier_verify_memberref_signature as
2571         part of the internal API.
2573 2009-06-25  Mark Probst  <mark.probst@gmail.com>
2575         * threadpool.c (mono_thread_pool_add): If the domain is unloading
2576         or unloaded, still return an AsyncResult, but don't add it to the
2577         threadpool.
2579 2009-06-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
2581         * threads.c: fix missing colon when DEBUG is defined.
2583 2009-06-25  Mark Probst  <mark.probst@gmail.com>
2585         * threadpool.c: Don't add new calls to a threadpool if the domain
2586         of the call is unloading or unloaded.  When dequeuing a job, null
2587         the reference in the queue.
2589 2009-06-25  Mark Probst  <mark.probst@gmail.com>
2591         * sgen-gc.c (null_link_in_range): Add the dislink for the old
2592         generation if an object was moved.
2594 2009-06-25  Sylvain Dupont <duposyl@gmail.com>
2596         * cominterop.h cominterop.c marshal.c: Added support for marshalling out 
2597           parameters of type SAFEARRAY[VARIANT].
2599         * reflection.c (encode_marshal_blob): Properly generate element type
2600           (SafeArraySubType marshal attribute option).
2602         Code is contributed under MIT/X11 license.
2604 Thu Jun 25 15:48:09 CEST 2009 Paolo Molaro <lupus@ximian.com>
2606         * reflection.c: in mono_method_clear_object () really ensure all the
2607         objects are removed.
2609 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2611         * loader.c (mono_method_signature): Call into the verifier to check
2612         the method signature.
2614         * metadata-verify.c (verify_method_table): Move signature verification
2615         to verify_method_table_full.
2617         * metadata-verify.c: Add mono_verifier_verify_method_signature.
2619         * verify-internals.h: Export mono_verifier_verify_method_signature as
2620         part of the internal API.
2622 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2624         * loader.c (mono_method_get_header): Call into the verifier to
2625         check the method header.
2627         * metadata-verify.c: Add mono_verifier_verify_method_header.
2629         * verify-internals.h: Export mono_verifier_verify_method_header as
2630         part of the internal API.
2632 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2634         * class.c (mono_class_find_enum_basetype): Call into the verifier to
2635         check the field signature. Replace an assert with an explicit check.
2637         * class.c (mono_class_setup_fields): Call into the verifier to check
2638         the field signature.
2640         * metadata-verify.c: Add mono_verifier_verify_field_signature.
2642         * verify-internals.h: Export mono_verifier_verify_field_signature as
2643         part of the internal API.
2645 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2647         * class.c (mono_class_find_enum_basetype): Simplify this function
2648         by moving code outside of the loop and not decoding static fields.
2650 2009-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
2652         * metadata-verify.c (verify_typedef_table): Check the extends
2653         token here. Move to here a flags check from verify_typedef_table_full.
2655 2009-06-24  Zoltan Varga  <vargaz@gmail.com>
2657         * metadata-verify.c (is_valid_method_header): Fix a warning.
2659         * metadata-internals.h (MonoImage): Remove the unused 
2660         static_rgctx_invoke_wrapper_cache.
2662         * image.c marshal.c: Ditto.
2664 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
2666         * image.c (do_mono_image_load): Enable table data verification.
2668 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
2670         * metadata-verify.c (is_valid_constant): Fix nullref check.
2672 2009-06-23 Rodrigo Kumpera  <rkumpera@novell.com>
2674         * metadata-verify.c (is_valid_constant): Fix string bounds check.
2676 2009-06-22  Mark Probst  <mark.probst@gmail.com>
2678         * sgen-gc.c: Managed allocation with pthreads TLS.
2680         * threads.c, threads-types.h: Functions for the JIT to tell the
2681         runtime whether it supports the MONO_TLS opcode.
2683 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2685         * metadata-verify.c (verify_param_table): Fix a crash for assemblies
2686         without methods.
2688 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2690         * metadata-verify.c (is_valid_constant): Fix the string length check.
2691         Use safe overflow checking. Add decent error messages.
2693 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2695         * metadata-verify.c: Move remaininh blob checks to the offline
2696         verification path.
2698 2009-06-22 Rodrigo Kumpera  <rkumpera@novell.com>
2700         * metadata-verify.c: Move more blob checks to the offline verification
2701         path.
2703 2009-06-22  Bill Holmes  <billholmes54@gmail.com>
2705         * object-internals.h : Adding interrupt_on_stop field.
2707         * threads.c (mono_thread_request_interruption) : On Windows exit the
2708           thread if interrupt_on_stop is set.
2710         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
2711          Removing old interrupt logic and setting the interrupt_on_stop for the
2712          thread when calling accept.
2714         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Receive_internal) :
2715          setting the interrupt_on_stop for the thread when calling accept.
2717         Contributed under MIT/X11 license.
2719 2009-06-20  Martin Baulig  <martin@ximian.com>
2721         * mono-debug.h (MONO_DEBUGGER_MINOR_VERSION): Bump to 3.
2723 2009-06-21  Zoltan Varga  <vargaz@gmail.com>
2725         * appdomain.c (mono_try_assembly_resolve): Don't call managed code when
2726         running in no-exec mode.
2728 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2730         * metadata-verify.c (verify_method_table): Move header
2731         checking to verify_method_table_full.
2733         * metata-verify.c (mono_verifier_verify_full_table_data):
2734         Call verify_method_table_full.
2736 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2738         * metadata-verify.c (verify_field_table): Move signature
2739         checking to verify_field_table_full.
2741         * metata-verify.c (mono_verifier_verify_full_table_data):
2742         Call verify_field_table_full.
2744 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2746         * metadata-verify.c (verify_typedef_table): Move remaining
2747         stuff to verify_typedef_table_full.
2749 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2751         * metadata-verify.c: Kill is_corlib from VerifyContext.
2752         It is only used by the offline mode.
2753         So we better remove it from the runtime path.
2755 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2757         * metadata-verify.c: Add new mono_verifier_verify_full_table_data
2758         function that perform the offline metadata verification steps.
2760         * metadata-verify.c (verify_typedef_table): Move some checks to
2761         verify_typedef_table_full and make it been called by new function
2762         mono_verifier_verify_full_table_data.
2764         * pedump.c: Call mono_verifier_verify_full_table_data.
2766         * verify-internals.h: Export mono_verifier_verify_full_table_data as
2767         part of the internal API.
2769 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2771         * metadata-verify.c (typedef_is_system_object): Fix System.Object
2772         check.
2774         * metadata-verify.c (verify_implmap_table): Fix implmap invalid
2775         flags bits. SupportLastError was confused as bit 7 instead of 6.
2777         * metadata-verify.c (verify_implmap_table): Fix import scope verification
2778         to check against the module ref table instead of module.
2780         * metadata-verify.c (verify_implmap_table): Fix corlib check.
2782         * pedump.c: Call mono_image_load_names.
2784 2009-06-19 Rodrigo Kumpera  <rkumpera@novell.com>
2786         * image.c: Extract mono_image_load_names from do_mono_image_load.
2788         * metadata-internals.h: Export mono_image_load_names as part of
2789         the internal API.
2790         
2791 2009-06-19  Zoltan Varga  <vargaz@gmail.com>
2793         * metadata.c (mono_metadata_cleanup): Free the generic method cache
2794         first, as it could reference data in the other caches.
2796 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
2798         * metadata-verify.c: Finished with method header verification.
2800 2009-06-18 Rodrigo Kumpera  <rkumpera@novell.com>
2802         * metadata-verify.c: Added more header verification code.
2803         Now only EH clauses are missing.
2805 2009-06-17  Zoltan Varga  <vargaz@gmail.com>
2807         * marshal.c (get_runtime_invoke_type): Don't share primitive types
2808         for return values.
2810 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
2812         * metadata-verify.c: Initial method header verification.
2814 2009-06-16 Rodrigo Kumpera  <rkumpera@novell.com>
2816         * metadata-verify.c (verify_import_table): The IAT contents
2817         might end been patched by the windows DL when running with
2818         coree enabled.
2820 2009-06-15 Rodrigo Kumpera  <rkumpera@novell.com>
2822         * class.c (mono_class_from_typeref): If the enclosing type is not
2823         found return null instead of crashing. Fixes #508487.
2825 2009-06-15  Atsushi Enomoto  <atsushi@ximian.com>
2827         * normalization-tables.h : updated to the latest unicode charcter
2828           data.
2829         * appdomain.c : bump corlib version.
2831 2009-06-14  Zoltan Varga  <vargaz@gmail.com>
2833         * class.c (mono_class_from_name): Fix support for assembly references
2834         in the EXPORTEDTYPE table. Fixes #511704.
2836 2009-06-13  Geoff Norton  <gnorton@novell.com>
2838         * domain.c: Ensure that mono_domain_assembly_open actually opens the
2839         assembly in the target domain.
2841 2009-06-12  Robert Jordan  <robertj@gmx.net>
2843         * cominterop.c (cominterop_get_ccw): Increment mspec's SizeParamIndex
2844         because "this" of the managed signature has become an
2845         ordinary parameter in the unmanaged signature.
2847 2009-06-12  Zoltan Varga  <vargaz@gmail.com>
2849         * class-internals.h (struct _MonoGenericContainer): Add an 'image'
2850         field for owner-less generic containers.
2852         * reflection.c (mono_reflection_initialize_generic_parameter): Set the
2853         image field of the owner-less generic containers created here.
2855         * metadata.c (mono_metadata_load_generic_params): Ditto, the
2856         contain is ownerless until the caller sets its owner.
2858         * metadata.c (type_in_image): Handle owner-less generic containers
2859         correctly.
2860         
2861 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
2863         * image.c (mono_image_close): Support debug_assembly_unload for
2864         dynamic images too.
2866 2009-06-11 Andrés G. Aragoneses  <aaragoneses@novell.com>
2868         * class.c: Fix some typos in comments.
2870 2009-06-11  Zoltan Varga  <vargaz@gmail.com>
2872         * reflection.c (add_custom_modifiers): Avoid reading invalid memory.
2874         * threads.c (mono_thread_execute_interruption): Avoid creating the
2875         abort exception object while holding the synch_cs lock.
2877 2009-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
2879         * metadata-verify.c: Verify basic cattr content.
2881 2009-06-10  Zoltan Varga  <vargaz@gmail.com>
2883         * reflection.c (add_exported_type): Don't set the FORWARDER flag on
2884         nested types.
2885         
2886         * reflection.c (mono_image_fill_export_table_from_type_forwarders): Add
2887         support for nested types. Fixes #511704.
2889 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
2891         * metadata-verify.c: Verify methodspec signatures.
2893 2009-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
2895         * metadata-verify.c: Verify typespec signatures.
2897 2009-06-09  Zoltan Varga  <vargaz@gmail.com>
2899         * metadata.c (free_inflated_method): Call 
2900         mono_marshal_free_inflated_wrappers (), which was missed earlier.
2902 2009-06-08  Miguel de Icaza  <miguel@novell.com>
2904         * mono-config.c: Small change to report the PPC64/ILP32 model.
2906 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
2908         * metadata-verify.c (parse_type): Check szarray.
2910 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
2912         * metadata-verify.c (parse_type): Check fnptr.
2914 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
2916         * metadata-verify.c (parse_type): Check generic instances.
2918 2009-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
2920         * metadata-verify.c (parse_type): Check array shape.
2922 2009-06-05  Robert Jordan  <robertj@gmx.net>
2924         * class.c (mono_class_create_from_typedef): Check only for
2925         mscorlib's System.Array.
2927 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
2929         * metadata-verify.c (parse_type): Check pointer, class/valuetype
2930         and generic params. 
2932         * metadata-verify.c (parse_field): Check the signature.
2934 2009-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
2936         * metadata-verify.c: Implement locals signature check.
2938 2009-06-04  Marek Safar  <marek.safar@gmail.com>
2940         * domain.c: Add .NET 4.0 Beta 1 version.
2942 2009-06-04  Bill Holmes  <billholmes54@gmail.com>
2944         * cominterop.c (cominterop_ccw_queryinterface): Fix for bug 499566.
2945           For QueryInterface on CCWs consider the base class
2946           interfaces as well.
2948         Code is contributed under MIT/X11 license.
2950 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
2952         * wrapper-types.h: Delete STATIC_RGCTX_INVOKE.
2954         * marshal.c (mono_marshal_ret_static_rgctx_invoke): Remove, no longer
2955         used.
2957         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
2958         adding a static-rgctx invoke wrapper, it is done by the runtime trampolines.
2960         * generic-sharing.c (inflate_other_data): Ditto.
2961         
2962 2009-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
2964         * metadata-verify.c: Implement property signature check.
2966 2009-06-04  Mark Probst  <mark.probst@gmail.com>
2968         * sgen-gc.h: Register saving support for PPC.
2970 2009-06-04  Mark Probst  <mark.probst@gmail.com>
2972         * sgen-gc.c: Fixed a pthread TLS screwup.
2974 2009-06-04  Mark Probst  <mark.probst@gmail.com>
2976         * sgen-gc.c: Do TLS using pthread API if __thread keyword is not
2977         supported.
2979 2009-06-04  Mark Probst  <mark.probst@gmail.com>
2981         * sgen-gc.c: Disable TLA and managed allocation if the __thread
2982         keyword is not supported.
2984 2009-06-04  Zoltan Varga  <vargaz@gmail.com>
2986         * marshal.c metadata.c: Applied patch from Ulrich Weigand 
2987         <uweigand@de.ibm.com>: Free the wrappers of inflated generic methods when
2988         the inflated method is freed. Fixes #508389.
2990         The code is contributed under the MIT/X11 license.
2991         
2992 2009-06-03  Zoltan Varga  <vargaz@gmail.com>
2994         * marshal.c (get_wrapper_target_class): New helper function.
2995         (mono_marshal_get_runtime_invoke): Place runtime-invoke wrappers into
2996         the <Module> class of the image. Fixes #509049.
2998 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3000         * threads.c (ves_icall_System_Threading_Thread_Sleep_internal):
3001         Check if the thread was interrupted and proccess it straight away.
3002         Makes abortion much more responsive.
3004 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3006         * threads.c (mono_thread_execute_interruption): Use atomic cas with
3007         MonoThread::interruption_requested to match it's counterpart.
3009         Fixes a hang in abort-stress-1 on a 2 core x86.
3011         * threads.c (ves_icall_System_Threading_Thread_GetAbortExceptionState):
3012         Fix warning.
3014 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3016         Change MonoImage::name_cache to be protected by the image lock
3017         instead of the loader lock.
3019         * appdomain.c (deregister_reflection_info_roots): Protect access
3020         to name_cache.
3022         * class.c (mono_image_init_name_cache): Change from the loader lock
3023         to the image lock. Check if the cache wasn't already created.
3025         * class.c: Change from the loader to the image lock.
3027         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Fix
3028         the code to hold the image lock while iterating over name_cache and
3029         not go into mono_array_new holding it.
3031         * metadata-internals.h: Add a comment about this change.
3033 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3035         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
3036         Under the 2.0 profile raise the loader error.
3038         Fixes #508532.
3040 2009-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
3042         * marshal.c (mono_marshal_get_runtime_invoke): Emit the right kind
3043         of ldind opcode for generic instances so we don't fail for direct wrappers.
3044         This only affect direct calls.
3046 2009-05-31  Zoltan Varga  <vargaz@gmail.com>
3048         * reflection.c (create_dynamic_mono_image): Fix warnings.
3050         * generic-sharing.c (other_info_equal): Ditto.
3051         
3052 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3054         * metadata-verify.c: Implement field signature check.
3056 2009-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
3058         * metadata-verify.c: Implement standalone signature check.
3060 2009-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
3062         * metadata-verify.c: Implement methodref signature check.
3064 2009-05-28  Zoltan Varga  <vargaz@gmail.com>
3066         * object-internals.h (MonoRuntimeCallbacks): New structure containing
3067         callbacks supplied by the runtime.
3069         * object.c (mono_install_callbacks): New internal function to install
3070         the callbacks.
3072         * object.c (mono_create_ftnptr): Move the implementation of this to
3073         mini/.
3075         * object.c (mono_get_addr_from_ftnptr): Ditto.  
3077 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3079         * metadata-verify.c (parse_return_type): Proper byref check.
3080         * metadata-verify.c (is_valid_method_signature): Check for zero arity
3081         generic signatures and method params.
3083 2009-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
3085         * metadata-verify.c (decode_signature_header): Fix bounds check.
3087         * metadata-verify.c (parse_custom_mods): Check custom mods.
3089         * metadata-verify.c (parse_type): Do initial basic verification
3090         of valid values.
3091         
3092         * metadata-verify.c (is_valid_method_signature): Parse the generic
3093         param count.
3095 2009-05-26 Rodrigo Kumpera  <rkumpera@novell.com>
3097         * icall.c (ves_icall_Type_GetMethodsByName): Virtual methods should be
3098         discarded based on their most specific definition so we set the method_slots
3099         array before checking if the method is acceptable or not.
3101         Fixes #506757.
3103 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3105         * icall.c: Free the old array when resizing a mono_ptr_array.
3107 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3109         * reflection.c (create_dynamic_mono_image): Use mono_object_hash()
3110         for the hashes whose keys are managed objects.
3112 2009-05-26  Mark Probst  <mark.probst@gmail.com>
3114         * object-internals.h, threads.c: Set the execution context on
3115         thread start here, not in corlib.
3117         * appdomain.c: Bump corlib version.
3119 2009-05-27  Martin Baulig  <martin@ximian.com>
3121         * mono-debug.c (mono_debug_init): Use `MONO_DEBUG_FORMAT_DEBUGGER'
3122         if `_mono_debug_using_mono_debugger' is set to make things work
3123         properly when embedding Mono.
3125 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
3127         * class.c (mono_class_setup_fields): Don't mark simd types as having
3128         16 bytes alignment as the whole runtime doesn't support.
3130 2009-05-25 Rodrigo Kumpera  <rkumpera@novell.com>
3132         * metadata-verify.c (safe_read): Use endian safe read macros.
3134 2009-05-25  Zoltan Varga  <vargaz@gmail.com>
3136         * object.c (mono_create_ftnptr): Don't allocate from the code mempool since
3137         it is read-only when using full aot.
3139 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3141         * metadata-verify.c (is_valid_method_signature): Verify parts
3142         of the return type. Provide an error message in case of failure.
3144 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3146         * metadata-verify.c (is_valid_method_signature): Verify the call conv.
3148 2009-05-22 Rodrigo Kumpera  <rkumpera@novell.com>
3150         * metadata-verify.c: Include the size prefix in the bounds check.
3152 2009-05-22  Miguel de Icaza  <miguel@novell.com>
3154         * icall.c: Remove warnings.
3156         * mono-config.c: Allow for CONFIG_CPU to be set in config.h and
3157         prevent auto-detection based on GCC defines.
3159         Add PS3
3161         * metadata-verify.c: Do not include signal.h
3163         * generic-sharing.c, marshal.c: Add returns to avoid some warning
3164         messages.  Not sure why the g_assert_not_reached is not enough to
3165         quiet the compiler.
3166         
3168         * appdomain.c: Remove code that is not used when
3169         DISABLE_SHADOW_COPY is set.
3171         * image.c: use g_getenv
3173 2009-05-21  Miguel de Icaza  <miguel@novell.com>
3175         * reflection.c: Remove code that it not used with
3176         DISABLE_REFLECTION_EMIT is defined.
3178 2009-05-21  Zoltan Varga  <vargaz@gmail.com>
3180         * marshal.c (mono_marshal_get_runtime_invoke): Share more runtime
3181         invoke wrappers.
3183 2009-05-20  Miguel de Icaza  <miguel@novell.com>
3185         * socket-io.c
3186         (ves_icall_System_Net_Sockets_Socket_Available_internal): Remove
3187         the ifdef here and instead put that on io-layer
3189 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3191         * metadata-verify.c: Verify the generic param constraint table.
3193 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3195         * metadata-verify.c (verify_generic_param_table): Fix
3196         thinko on the valid flags bits for generic params.
3198 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3200         * metadata-verify.c: Verify the methodspec table.
3202 2009-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
3204         * metadata-verify.c: Verify the generic param table.
3206 2009-05-19  Mark Probst  <mark.probst@gmail.com>
3208         * sgen-gc.c: Store and use the count with REMSET_VTYPE.
3210 2009-05-19  Mark Probst  <mark.probst@gmail.com>
3212         * sgen-gc.c: Use generation enum more consistently and use the
3213         correct generation in mono_gc_register_for_finalization().
3215 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
3217         * metadata-verify.c: Verify the nested class table.
3219 2009-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
3221         * metadata-verify.c: Verify the manifest resource table.
3223 2009-05-17  Zoltan Varga  <vargaz@gmail.com>
3225         * debug-helpers.c (dis_one): Add little-endian support for ldstr.
3227 2009-05-16  Zoltan Varga  <vargaz@gmail.com>
3229         * class.c (mono_class_get_vtable_entry): Avoid adding static-rgctx
3230         wrappers, this is now done in the JIT.
3231         
3232         * class.c (mono_set_generic_sharing_supported): New internal function.
3233         (mono_class_generic_sharing_enabled): Move the #ifdef stuff to the JIT.
3235 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3237         * metadata-verify.c: Verify the exported type table.
3239 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3241         * pedump.c (main): Fake an assembly for netmodules to make the verifier happy.
3243 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3245         * metadata-verify.c: Verify the file table.
3247 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3249         * metadata-verify.c (verify_assembly_table): Fix an error message.
3251         * metadata-verify.c: Verify the assemblyref table.
3253 2009-05-15 Rodrigo Kumpera  <rkumpera@novell.com>
3255         * metadata-verify.c (verify_assembly_table): Fix the valid
3256         bits mask for flags.
3258 2009-05-15  Zoltan Varga  <vargaz@gmail.com>
3260         * debug-helpers.c (mono_method_full_name): Print generic parameters of
3261         generic methods as well.
3263 2009-05-15  Geoff Norton  <gnorton@novell.com>
3265         * gc.c: MachO/Darwin supports and uses semaphores fine for this 
3266         use-case and is significantly more performant than the wapi layer.
3268 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3270         * metadata-verify.c: Verify the assembly table.
3272 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3274         * metadata-verify.c: Fix rows limit check.
3276 2009-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
3278         * metadata-verify.c: Verify the fieldrva table.
3280 2009-05-13  Mark Probst  <mark.probst@gmail.com>
3282         * sgen.c: Speed up weak links and finalizers by grouping them by
3283         generation.
3285 2009-05-13  Mark Probst  <mark.probst@gmail.com>
3287         * marshal.c (delegate_hash_table_add): When overwriting an entry,
3288         free the old GCHandle (only applies to SGen).
3290 2009-05-13  Zoltan Varga  <vargaz@gmail.com>
3292         * loader.c (mono_get_method_from_token): Avoid the expensive call to
3293         mono_metadata_load_generic_params () for non-generic methods.
3295 2009-05-12  Mark Probst  <mark.probst@gmail.com>
3297         * monitor.c, monitor.h (mono_monitor_get_object_monitor_weak_link):
3298         New function for returning a monitor's weak link if it has one.
3300         * sgen-gc.c: Remove an object's monitor's weak link (if it has
3301         one) when clearing a domain.  These can still be around because
3302         the object might not have been collected.
3304 2009-05-12  Zoltan Varga  <vargaz@gmail.com>
3306         * gc.c: Fix a warning.
3308 2009-05-12  Kornél Pál  <kornelpal@gmail.com>
3310         * gc.c (mono_gc_init): Set gc_thread on creation. This avoids the
3311         prevous wait that resulted in a deadlock on Windows when initializing
3312         the runtime form DllMain. Also results in improved startup time.
3313         (finalizer_thread): Get rid of thread_started_event.
3314         * threads.c, threads-types.h (mono_thread_create_internal): Return the
3315         resulting MonoThread.
3317         Contributed under MIT/X11 license.
3319 2009-05-11 Rodrigo Kumpera  <rkumpera@novell.com>
3321         * metadata-verify.c: Verify the implmap table.
3322         Don't require that #US and #Strings be present.
3324 2009-05-11  Sebastien Pouliot  <sebastien@ximian.com>
3326         * security-core-clr.c: Delegate checks are done at creation time,
3327         not a invocation time. Fix exception for Telerik Silverlight demo
3329 2009-05-11  Mark Probst  <mark.probst@gmail.com>
3331         * sgen-gc.c (need_remove_object_for_domain): Remove the special
3332         case for the Thread class.
3334         * threads.c: Do clean-up of abort exception/state in
3335         thread_cleanup() instead of Thread.free_internal().  Also clean up
3336         current_appcontext.  The reason we have to do that is because
3337         those references might point into another domain and if that
3338         domain is unloaded before the thread is finalized, they point to
3339         invalid data.
3341 2009-05-10  Andreas Faerber  <andreas.faerber@web.de>
3343         * null-gc.c (mono_gc_weak_link_add, mono_gc_clear_domain): Fix
3344         stub signatures.
3345         
3346         Contributed unter MIT/X11 license.
3348 2009-05-09  Miguel de Icaza  <miguel@novell.com>
3350         * verify.c, metadata-verifier.c: Add support for disabling the
3351         verifier in some builds.
3353         [ Sorry, my previous commit accidentally commited some work in
3354         progress ]
3356 2009-05-08  Zoltan Varga  <vargaz@gmail.com>
3358         * class.c (mono_class_setup_fields): Set class->field.first for
3359         generic instances.
3361 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
3363         * metadata-verify.c: Verify the typespec table.
3365 2009-05-07 Rodrigo Kumpera  <rkumpera@novell.com>
3367         * metadata-verify.c: Verify the module table.
3369 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
3371         * metadata-verify.c: Verify the methodimpl table.
3373 2009-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
3375         * metadata-verify.c: Verify the property table.
3377 2009-05-06  Zoltan Varga  <vargaz@gmail.com>
3379         * debug-helpers.c (mono_method_desc_match): Add support for generic
3380         glob patterns.
3382 2009-05-05 Rodrigo Kumpera  <rkumpera@novell.com>
3384         * metadata-verify.c: Verify the propertymap table.
3386 2009-05-04 Rodrigo Kumpera  <rkumpera@novell.com>
3388         * metadata-verify.c: Verify the event table.
3390         * metadata-verify.c (search_sorted_table): Fix offset
3391         calculation.
3393 2009-05-02  Zoltan Varga  <vargaz@gmail.com>
3395         * domain-internals.h (struct _MonoJitInfo): Add a 'from_llvm' flag.
3397 2009-05-01  Mark Probst  <mark.probst@gmail.com>
3399         * gc.c (mono_gc_run_finalize): Don't set the domain too late,
3400         because mono_delegate_free_ftnptr() needs it.
3402 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3404         * metadata-verify.c: Verify the eventmap table.
3406 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3408         * metadata-verify.c: Verify the standalonesig table.
3410 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3412         * metadata-verify.c: Verify the field layout table.
3414 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3416         * class.c (mono_type_get_name_recurse): Don't crash
3417         for ownerless generic params.
3419         * debug-helpers.c (mono_type_get_desc): Correct the format
3420         for ownerless generic params.
3422 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3424         * metadata-verify.c: Verify the class layout table.
3426 2009-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
3428         * metadata-verify.c: Verify the decl security table.
3430 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3432         * domain.c (mono_domain_set_internal_with_options): Don't do
3433         anything if the old domain is the same as the old one.  Fixes
3434         #499326.
3436 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3438         * appdomain.c: Deregister the reflection_info roots when unloading
3439         a domain.
3441         * sgen-gc.c, domain.c, gc-internal.h: mono_gc_clear_domain() nulls
3442         memory allocated by a domain and frees its disappearing links.
3444         * boehm-gc.c, null-gc.c: Empty implementation of
3445         mono_gc_clear_domain().
3447 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3449         * appdomain.c (clear_cached_vtable): Free the static fields memory
3450         block.
3452 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3454         * gc.c: Set the correct domain when invoking finalizers.
3456         * appdomain.c: Set the correct domain when creating threads.
3458 2009-04-30  Mark Probst  <mark.probst@gmail.com>
3460         * sgen-gc.c: Fix skip size for vectors.
3462 2009-05-03  Martin Baulig  <martin@ximian.com>
3464         * mono-debug-debugger.c
3465         (mono_debugger_check_breakpoints): Check class init handlers even
3466         if we don't have any method load handers.
3468 2009-04-30  Zoltan Varga  <vargaz@gmail.com>
3470         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid 
3471         returning refonly assemblies if refonly is FALSE. Fixes #499013.
3473 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
3475         * metadata-verify.c: Verify the field marshal table.
3477 2009-04-29 Rodrigo Kumpera  <rkumpera@novell.com>
3479         * metadata-verify.c: Verify the custom attribute table.
3481 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3483         * metadata-verify.c: Verify the constant table.
3485 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3487         * metadata-verify.c: Verify the memberef table.
3489 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3491         * metadata-verify.c (get_coded_index_token): Remove
3492         dead argument.
3494 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3496         * metadata-verify.c: Verify the interfaceimpl table.
3498 2009-04-28 Rodrigo Kumpera  <rkumpera@novell.com>
3500         * verify.c: Improve error message.
3502         * debug-helpers.c (mono_type_get_desc): Harden the code that
3503         deals with VAR and MVAR.
3505 2009-04-28  Zoltan Varga  <vargaz@gmail.com>
3507         * image.c (mono_image_fixup_vtable): Avoid casting an lvalue. Fixes 
3508         part of #498692.
3510 2009-04-23 Tom Hindle <tom_hindle@sil.org>
3512         * cominterop.c (ves_icall_System_Runtime_InteropServices_Marshal_ReleaseComObjectInternal):
3513         changed to match .Net behaviour of not aborting on additional calls to ReleaseComObject.
3515 2009-04-28  Sebastien Pouliot  <sebastien@ximian.com>
3517         * security-core-clr.c: Avoid redundant checks for platform code, 
3518         e.g. check for method and for class (very common) and check
3519         for class and outer class (less common)...
3521 2009-04-27  Zoltan Varga  <vargaz@gmail.com>
3523         * reflection.c: Avoid returning random cattrs for synthetic methods.
3524         Fixes #498545.
3526 2009-04-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
3528         * assembly.c: assemblies in the GAC should never be shadow-copied.
3530 2009-04-26  Mark Probst  <mark.probst@gmail.com>
3532         * domain.c, domain-internals.h: Disable
3533         track_resurrection_{objects,handles}_hash in MonoDomain if using
3534         SGen.
3536 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3538         * metadata-verify.c: Verify the param table.
3540 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3542         * metadata-verify.c (verify_typedef_table): Range check FieldList and
3543         MethodList.
3545         * metadata-verify.c (verify_method_table): Proper check the ParamList
3546         field.
3548 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3550         * metadata-verify.c (verify_method_table): Check for runtime
3551         implemented functions such as delegate .ctors. Remove spurious
3552         printf.
3553         
3554 2009-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
3556         * pedump.c: Proper initialize the runtime forcing the 2.0 profile.
3558 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3560         Don't allocate MonoGenericInfo for ownerless generic params.
3561         * class-internals.h (MonoGenericParam::info): Move field to ...
3562         (MonoGenericParamFull): ... this.  New struct.
3563         (MonoGenericContainer::type_params): Change type to
3564         MonoGenericParamFull.
3565         (MonoGenericParam, MonoGenericContainer): Update accessors.
3566         * metadata.c (mono_metadata_parse_generic_param): Don't initialize
3567         'info' field for ownerless generic param.
3568         (mono_metadata_load_generic_params): Update to changes.
3569         * reflection.c (mono_reflection_create_generic_class): Likewise.
3570         (reflection_methodbuilder_to_mono_method): Likewise.
3571         (mono_reflection_initialize_generic_parameter): Likewise.
3573 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3575         Don't use MonoGenericParamInfo for ownerless generic params.
3576         * class.c (get_anon_gparam_class, set_anon_gparam_class): New.  Don't
3577         use ParamInfo class at all.
3578         (mono_class_from_generic_parameter): Use them.
3579         (make_generic_param_class): Fix a couple of instances where 'pinfo
3580         == NULL' wasn't handle.
3582 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3584         * class.c (make_generic_param_class): Carve out of ...
3585         (mono_class_from_generic_parameter): ... here.
3587 2009-04-24  Raja R Harinath  <harinath@hurrynot.org>
3589         Simplify mono_class_from_generic_parameter
3590         * class-internals.h (MonoGenericParamInfo::token): New field.
3591         * metadata.c (mono_metadata_load_generic_params): Initialize it
3592         from metadata.
3593         * class.c (mono_class_from_generic_parameter): Use it instead of
3594         searching through metadata.
3596 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3598         * metadata-verify.c: Add verification of the method table.
3600 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3602         * icall.c (ves_icall_Type_GetMethodsByName): Fix memleak for the
3603         Delegate::Invoke optimization.
3605 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3607         * appdomain.c (mono_domain_create_appdomain_internal): Free the
3608         string returned by get_shadow_assembly_location_base.
3610         * appdomain.c (get_shadow_assembly_location_base): Add a comment
3611         about caller's ownership.
3613 2009-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
3615         * reflection.c: Add mono_reflection_cleanup_domain to cleanup
3616         reflection memory on domain unload.
3618         * domain.c (mono_domain_free): Don't free refobject_hash, let the
3619         reflection cleanup code do it.
3621         * domain-internals.h: Add mono_reflection_cleanup_domain.
3623         This fixes a memory leak for managed mirrors of reflection objects
3624         on domain unload. 
3626 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
3628         * metadata-verify.c: Implement more verification of the field table.
3630 2009-04-22 Rodrigo Kumpera  <rkumpera@novell.com>
3632         * pedump.c (main): Init mono with mscorlib so it defaults to 2.0 and
3633         doesn't try to parse the input assembly, which can be broken.
3635 2009-04-23  Mark Probst  <mark.probst@gmail.com>
3637         * boehm-gc.c, gc-internal.h, gc.c, monitor.c, null-gc.c,
3638         sgen-gc.c: Implement track resurrection in weak GC handles in SGen
3639         by using the lowest bit in the link to store whether the link is
3640         tracked.  Move the track_resurrection hashes into boehm-gc.c.
3642 2009-04-22  Miguel de Icaza  <miguel@novell.com>
3644         * Makefile.am: Split the console support in platform specific code
3645         and put together a framework for making this easy in the future so
3646         that we can start splitting code instead of having a mess of PLATFORM_WIN32
3648 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
3650         * pedump.c: Fix a warning.
3652 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
3654         * verify.c (mono_delegate_type_equal): Compare valuetypes using
3655         mono_class_from_mono_type to avoid bad interactions with the dual representation
3656         of the generic type definition.
3658 2009-04-21 Rodrigo Kumpera  <rkumpera@novell.com>
3660         * verify.c (do_invoke_method): Use mono_class_from_mono_type to
3661         get the MonoClass for the call context type as it might be a generic
3662         instance.
3664         Fixes #491483.
3666 2009-04-21  Mark Probst  <mark.probst@gmail.com>
3668         * object-internals.h: The Thread object has no execution_context
3669         member anymore.
3671         * threads.c, threadpool.c, threads-types.h: Accessor functions for
3672         the execution context.
3674         * appdomain.c: Bump corlib version.
3676 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3678         * verify.c (do_newobj): Improve error message.
3680 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3682         * verify.c (verify_clause_relationship): Only mask as an error if the exception clause
3683         is nested in the filter block.
3685         * verify.c (verify_clause_relationship): The disjoint check must verify if the exception
3686         block is not fully nested.
3688         Fixes #495656.
3690 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3692         * verify.c (verify_type_compatibility_full): Compare MonoClass and
3693         not MonoType to check for equality of valuetypes as the generic type
3694         definition allows for two different encodings: the generic type definition
3695         class or a generic instance over the GTD arguments.
3697         Fixes #496175.
3699 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3701         * verify.c (dump_stack_value): Fix compilation with extra debug turned on.
3703         * verify.c (do_initobj): Improve error message.
3705 2009-04-20 Rodrigo Kumpera  <rkumpera@novell.com>
3707         * metadata-verify.c: Enable pe verification as the issue with #496453
3708         is that the authenticode data directory have a different unspecified
3709         format. Ignore it for now.
3711         * pedump.c: Run the metadata verifier together with the IL verifier.
3713         Fixes ##496453.
3715 2009-04-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3717         * metadata-verify.c: Temporarily disable pe verification due to #496453.
3719 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
3721         * class.c (can_access_type): Check visibility against
3722         the element type for pointers and arrays.
3724         Fixes #496150.
3726 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
3728         * metadata-verify.c: Fix cli and table verification to use information
3729         from the MonoImage. A lot of duplicated code got killed.
3731 2009-04-17 Rodrigo Kumpera  <rkumpera@novell.com>
3734         This patch starts to integrate the metadata verifier with the runtime code.
3736         This patch causes major regression in functionality for the metadata verifier
3737         as cli and table verification are disabled since they require to be ported to
3738         use MonoImage information.
3740         * image.c (do_mono_image_load): Split the code in this function
3741         into mono_image_load_pe_data and mono_image_load_cli_data.
3742         Add     care_about_pecoff parameter to not load pecoff data.
3743         Call into the metadata verifier for pecoff and cli verification.
3745         * image.c (mono_image_open_raw): New function that doesn't perform
3746         any parsing of the image contents.
3747         
3748         The reason for the 3 new functions is to give pedump better control
3749         into the interaction with the verifier.
3751         * metadata-internals.h: Add new functions from image.c as part of the
3752         internal mono API.
3754         * metadata-verify.c: Split mono_image_verify into mono_verifier_verify_pe_data,
3755         mono_verifier_verify_cli_data and mono_verifier_verify_table_data. Prepare
3756         to make those functions work together with the runtime.
3758         * verify.c: Add mono_verifier_is_enabled_for_image function that returns
3759         true if the image needs to be verified.
3761         * verify-internals.h: Export new functions from metadata-verify.c and verify.c.
3763         * pedump.c: Use new metadata verifier API.
3765 2009-04-19  Zoltan Varga  <vargaz@gmail.com>
3767         * object.c (mono_install_vtable_trampoline): Make this receive a
3768         trampoline creation function instead of trampoline, allowing the JIT
3769         to use a different trampoline for each vtable.
3771 2009-04-18  Mark Probst  <mark.probst@gmail.com>
3773         * object.c (mono_raise_exception): Don't reset the thread abort
3774         exception state here.
3776 2009-04-18  Mark Probst  <mark.probst@gmail.com>
3778         * icall-def.h: New icall for getting the thread abort exception
3779         state for a thread.
3781         * object.c, thread.c, object-internals.h: A thread's abort
3782         exception state is now a GC handle.  To get the object it stands
3783         for, we must move it into the current app domain, if it's
3784         different than the one where it originated from.
3786         * appdomain.c: Bump corlib version.
3788         * domain.c, domain-internals.h: New function for setting the
3789         domain and migrate the thread abort exception or not.
3791 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3793         * metadata-verify.c: Add initial verification of the
3794         field table.
3796 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3798         * metadata-verify.c: Add a macro to conditionally enable
3799         dumping of verification information. Add  make_coded_token
3800         and search_sorted_table to enable search sorted tables
3801         by a given coded token.
3803 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3805         * metadata-verify.c: Add array mapping from table index
3806         to description offset. Add get_col_offset and get_col_size
3807         functions.
3809 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3811         * metadata-verify.c: Add remaining table descriptions offsets.
3812         Add remaining coded index descriptions.
3814 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3816         * metadata-verify.c: Fixed constant table description.
3817         Fixed calculation of HasCustomAttribute coded index size.
3818         Fixed calculation of size for many table indexes. 
3820 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3822         * pedump.c (dump_metadata): Dump table offset instead
3823         of useless pointer in memory.
3825 2009-04-16 Rodrigo Kumpera  <rkumpera@novell.com>
3827         * metadata-verify.c (verify_typedef_table): Add tests for MethodList.
3829 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
3831         * metadata-verify.c (verify_typedef_table): Add tests for FieldList and
3832         a missing of for interface types.
3834 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
3836         * metadata-verify.c (verify_pe_optional_header): Add comment of why
3837         the code is commented.
3839         * metadata-verify.c (verify_resources_table): Remove spurious printf
3840         and don't fail if there are unmanaged resources. Gmcs generates a useless
3841         one     for all assemblies - I bet it's some MS compatibility junk.
3843 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
3845         * metadata-verify.c (verify_typedef_table): Verify the extends field.
3847         * metadata-verify.c (mono_image_verify): Add a is_corlib.
3849         * verify-internals.h: Same.
3851         * pedump.c: Fix for mono_image_verify new signature.
3853 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
3855         * metadata-verify.c (verify_typedef_table): Verify for some invalid
3856         flags combinations.
3858 2009-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
3860         * metadata-verify.c (verify_module_table): Ignore the generation field.
3862 2009-04-15  Martin Baulig  <martin@ximian.com>
3864         * debug-mono-symfile.c
3865         (mono_debug_symfile_lookup_location): Don't print a warning for
3866         unknown extended opcodes if they're within 0x40 and 0x7f.
3868 2009-04-15  Zoltan Varga  <vargaz@gmail.com>
3870         * marshal.c (mono_marshal_get_runtime_invoke_sig): Don't share runtime
3871         invoke signatures returning an enum. Fixes #494847.
3873 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
3875         * metadata-verify.c: Initial code to verify the typedef table.
3877 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
3879         * verify.c (mono_method_verify): Don't fail if an unconditional branch
3880         with non empty stack happens before the beginning of a try block.
3882         Fixes #494812.
3884 2009-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
3886         * metadata-verify.c: Verify typename and typenamespace fields of
3887         the typeref table.
3889 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
3891         * metadata-verify.c: Initial code to verify the typeref table.
3893 2009-04-13 Rodrigo Kumpera  <rkumpera@novell.com>
3895         * verify.c (verify_delegate_compatibility): Fix error message.
3897 2009-04-14  Sebastien Pouliot  <sebastien@ximian.com>
3899         * security-core-clr.c: Fix typo
3901 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
3903         * marshal.c (delegate_hash_table_add): Make delegate_target_locations 
3904         a MonoGHashTable to keep its values alive.
3905         (emit_marshal_boolean): Fix a warning.
3907 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
3909         * socket-io.c: don't return IPv4/IPv6 addresses if the machine does
3910         not have any interface configured for IPv4/IPv6.
3912 2009-04-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
3914         * assembly.c: fix typo in error message.
3916 2009-04-14  Zoltan Varga  <vargaz@gmail.com>
3918         * marshal.c (mono_delegate_to_ftnptr): Use mono_gc_alloc_fixed () for
3919         allocating the location holding the this argument to prevent
3920         'too many root sets' errors.
3922         * object.c (mono_class_create_runtime_vtable): Set field->offset to -1
3923         to mark fields as special static.
3924         (mono_field_static_get_value): Handle special static fields.
3925         (mono_field_static_set_value): Ditto.
3927         * class-internals.h (struct _MonoClassField): Document this.
3929 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
3931         * cominterop.c (mono_cominterop_emit_marshal_com_interface): Assigning
3932           the argument a value of null for the MARSHAL_ACTION_MANAGED_CONV_OUT
3933           case.  This will handle when managed code returns null to native code.
3935         Code is contributed under MIT/X11 license.
3937 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
3939         * object.c (build_imt_slots): Changing a free to a g_free to match
3940           the g_malloc0 in add_imt_builder_entry that allocated this memory.
3942         Code is contributed under MIT/X11 license.
3944 2009-04-13  Bill Holmes  <billholmes54@gmail.com>
3946         * marshal.c (emit_marshal_boolean): Adding code to ensure that
3947           the correct TRUE value is passed through the marshaling layer.
3949         Code is contributed under MIT/X11 license.
3951 2009-04-13  Zoltan Varga  <vargaz@gmail.com>
3953         * marshal.c (mono_marshal_emit_managed_wrapper): Handle closed delegates
3954         correctly. Fixes #492330.
3955         
3956         * marshal.c: Fix the embedding of object pointers into JITted code in
3957         the native-to-managed wrappers by allocating some GC tracked memory, and
3958         embedding the address of that.
3960 2009-04-11  Zoltan Varga  <vargaz@gmail.com>
3962         * object.c (mono_class_create_runtime_vtable): Avoid putting MonoMethod
3963         pointers into the vtable.
3965 2009-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
3967         * verify.c (mono_delegate_type_equal): Proper check MONO_TYPE_CLASS.
3969         * verify.c (verify_ldftn_delegate): Improve error message.
3971 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
3973         * reflection.c (my_mono_class_from_mono_type): Remove.
3975 2009-04-09  Raja R Harinath  <harinath@hurrynot.org>
3977         Prepare to reduce memory usage of owner-less generic parameters (1/n)
3978         * class-internals.h (MonoGenericParam): Carve out pklass, name, flags
3979         and constraints fields into ...
3980         (MonoGenericParamInfo): ... this.
3981         (mono_generic_param_info, mono_generic_container_get_param_info):
3982         New accessors.
3983         * class.c, debug-helpers.c, icall.c: Update to changes.
3984         * metadata.c, reflection.c, verify.c: Likewise.
3986 2009-04-09  Zoltan Varga  <vargaz@gmail.com>
3988         * debug-helpers.c (dis_one): Fix decoding of strings in dynamic images.
3990         * marshal.c (get_runtime_invoke_type): Share enums with their base types.
3991         
3992         * marshal.c (get_runtime_invoke_type): Share pointers with ints and
3993         booleans with sbytes.
3995 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
3997         * class.c (can_access_instantiation): Verify accesibility of element types
3998         for arrays and pointers.
4000         * class.c (can_access_type): Return true if the target class is VAR or MVAR.
4002         * class.c (mono_method_can_access_method_full): Fix typos in the documentation.
4004         Fixes #493068.
4006 2009-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
4008         * verify.c (do_invoke_method): Improve error messages.
4010 2009-04-08  Bill Holmes  <billholmes54@gmail.com>
4012         * verify.c:  Fixing the MSVC build.
4014         Code is contributed under MIT/X11 license.
4016 2009-04-08  Sebastien Pouliot  <sebastien@ximian.com>
4018         * security-core-clr.c: Simplify get_reflection_caller not to call
4019         mono_method_get_last_managed (another stack walk) and adjust the
4020         callers to handle a (should not happen) NULL return value.
4022 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4024         Add accessors to some MonoGenericParam fields
4025         * class-internals.h (mono_generic_param_owner): New accessor.
4026         (mono_generic_param_num): Likewise.
4027         (mono_type_get_generic_param_owner): New helper.
4028         (mono_type_get_generic_param_num): New helper.
4029         * class.c, icall.c, metadata.c, reflection.c, verify.c: Use them.
4031 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4033         * class-internals.h (mono_generic_container_get_param): New wrapper.
4034         * class.c, icall.c, metadata.c, verify.c: Use it.
4036 2009-04-08  Raja R Harinath  <harinath@hurrynot.org>
4038         Fix gtest-252.cs
4039         * verify.c (mono_type_is_valid_type_in_context): Rewrite to use
4040         the standard case/loop.  In particular, don't complain about
4041         references to generic type definitions.
4043 2009-04-07  Zoltan Varga  <vargaz@gmail.com>
4045         * debug-helpers.c (dis_one): Decode string arguments.
4047 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4049         * pedump.c (dump_verify_info): Dump type name correctly.
4051 2009-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
4053         * verify.c (mono_method_verify): Don't init code slots for exception boundaries if they
4054         are larger than code size.
4056         This can happen in valid code if the try/catch block is not followed by any instruction
4057         and do a backward branch on the leave instruction.
4059         Fixes #492494.
4061 2009-04-06  Sebastien Pouliot  <sebastien@ximian.com>
4063         * security-core-clr.c: Fix typo while comparing second method names
4064         in can_avoid_corlib_reflection_delegate_optimization
4066 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
4068         * verify.c (do_throw): Don't allow an unboxed generic param ar argument.
4070         Fixes #487738.
4072 2009-04-06 Rodrigo Kumpera  <rkumpera@novell.com>
4074         * metadata.c (do_mono_metadata_parse_type): Fail if we are decoding
4075         a MVAR using a class context.
4077         Fixes #490335.
4079 2009-04-06  Zoltan Varga  <vargaz@gmail.com>
4081         * object.c (mono_class_compute_gc_descriptor): Make this non-static.
4083         * domain-internals.h (struct _MonoJitInfo): Add a 'gc_info' field.
4085         * gc-internal.h (MonoGCCallbacks): New stucture containing the callback
4086         functions supplied by the JIT for the SGEN GC.
4088         * sgen-gc.c: Call the callbacks supplied by the JIT to do stack marking.
4089         
4090 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
4092         monitor.c (mono_monitor_try_enter_internal):
4093         Added calls to profile monitor contentions.
4094         Also duplicated a small piece of code (the "get the monitor" logic)
4095         from the fast path to the slow path, and changed the relevant goto
4096         statements, so that monitor acquisition events can be emitted from the
4097         slow path (this is by Paolo Molaro).
4099 2009-04-06  Massimiliano Mantione  <massi@ximian.com>
4101         * profiler.c, profiler.h, profiler-private.h:
4102         Added support for profiling monitor contentions.
4104 2009-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
4106         * metadata-verify.c: Verify the modules table.
4108 2009-04-02 Rodrigo Kumpera  <rkumpera@novell.com>
4110         * verify.c (mono_generic_param_is_constraint_compatible): Inflate the candidate
4111         using the context of the method been verifier and not of the method been called.
4113         * verify.c: Add verifier_inflate_type and mono_type_is_valid_type_in_context to
4114         safely inflate generic types. 
4116 2009-04-02  Sebastien Pouliot  <sebastien@ximian.com>
4118         * security-core-clr.c: Change the strategy for checking the 
4119         "reflection using delegates optimization" to avoid unneeded 
4120         attributes in multiple class libraries.
4122 2009-04-02  Mark Probst  <mark.probst@gmail.com>
4124         * sgen-gc.c: Remove object element in the disappearing link struct
4125         by storing the object pointer in the link.
4127 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4129         * pedump.c (dump_verify_info): Don't crash if signature decoding fails.
4131 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4133         * verify.c (verifier_load_field): Fail if the field parent could not be loaded.
4135         * verify.c (mono_method_verify): Do proper bounds checking of exception
4136         clause ranges.
4138 2009-03-31 Rodrigo Kumpera  <rkumpera@novell.com>
4140         * loader.c (mono_field_from_token): Don't crash if the field parent could
4141         not be decoded.
4143 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4145         * sgen-gc.c: Execute critical finalizers after ordinary
4146         finalizers.
4148         * class-internals.h, domain.c: Add CriticalFinalizerObject to
4149         mono_defaults.
4151 2009-03-31 Jb Evain <jbevain@novell.com>
4153         * verify.c (do_ldstr): don't check if a string is in the user strings
4154         heap if the current image is dynamic.
4156 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4158         * sgen-gc.c: Wait until the last finalizer has executed when
4159         returning from WaitForPendingFinalizers.
4161 2009-03-31  Martin Baulig  <martin@ximian.com>
4163         * mono-debug-debugger.h (MonoDebuggerEvent): Add
4164         `MONO_DEBUGGER_EVENT_CREATE_APPDOMAIN' and
4165         `MONO_DEBUGGER_EVENT_UNLOAD_APPDOMAIN'.
4166         (mono_debugger_event_create_appdomain): New function.
4167         (mono_debugger_event_unload_appdomain): New function.
4169         * appdomain.c (mono_domain_create_appdomain_internal): Call
4170         mono_debugger_event_create_appdomain().
4172 2009-03-31  Martin Baulig  <martin@ximian.com>
4174         * mono-debug-debugger.c
4175         (mono_debugger_register_class_init_callback): Also register the
4176         class init callback if the class is already initialized to make
4177         things work with shadow copied assemblies.
4179 2009-03-31  Sebastien Pouliot  <sebastien@ximian.com>
4181         * security-core-clr.c
4182         (mono_security_core_clr_ensure_reflection_access_field): Let 
4183         critical code access the field (just like we do for methods). Use
4184         check_field_access helper.
4185         (mono_security_core_clr_ensure_reflection_access_method): Use 
4186         check_field_access helper.
4188 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4190         * sgen-gc.c: Remove data (callback) element from FinalizeEntry and
4191         call the run-finalize function directly.
4193         * gc.c, gc-internal.h: Make run_finalize() non-static.
4195 2009-03-31  Mark Probst  <mark.probst@gmail.com>
4197         * sgen-gc.c: Use a separate struct for disappearing links.
4199 2009-03-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
4201         * socket-io.c: don't fail if the SocketOptionsFlag has Partial or
4202         * MaxIOVectorLength enabled, just ignore them.
4203         Fixes bug #349688.
4205 2009-03-30 Rodrigo Kumpera  <rkumpera@novell.com>
4207         * metadata-verify.c: Fix eglib build.
4209 2009-03-30  Zoltan Varga  <vargaz@gmail.com>
4211         * threads-types.h: Fix the win32 build.
4213 2009-03-28  Sebastien Pouliot  <sebastien@ximian.com>
4215         * class.c: move coreclr inheritance/override checks to 
4216         security-core.clr.c
4217         * security-core.clr.c|h: add code from class.c with additional
4218         documentation. Fix override check when the method is not critical.
4220 2009-03-28  Zoltan Varga  <vargaz@gmail.com>
4222         * debug-helpers.c (mono_method_desc_match): Make '*' match anything.
4223         (match_class): Ditto.
4225 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
4227         * metadata-verify.c: Rename bounds_check_offset to bounds_check_datadir.
4229         * metadata-verify.c: Implement table layout row size calculation. Verify
4230         the total size of the tables.
4232 2009-03-27 Rodrigo Kumpera  <rkumpera@novell.com>
4234         * metadata-verify.c: Verify heap sizes and size to decode row counts. 
4236 2009-03-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
4238         * appdomain.c:
4239         * console-io.[ch]: added new mono_console_init() to make sure that
4240         file descriptors 0, 1 and 2 are opened.
4241         Bug #489019 fixed.
4243 2009-03-27  Sebastien Pouliot  <sebastien@ximian.com> 
4245         * appdomain.h: Export a new callback type and a new function to
4246         set this callback. This allow a mono host to provide it's own
4247         definition for "platform code".
4248         * metadata-internals.h: Add a core_clr_platform_code flag on 
4249         _MonoImage to (cache and) know if it is representing platform 
4250         code.
4251         * image.c (do_mono_image_open): Set core_clr_platform_code flag 
4252         on platform code images.
4253         * security-core-clr.c|h 
4254         (mono_security_set_core_clr_platform_callback): Allow the host
4255         to provide it's own platform check definition.
4256         (mono_security_core_clr_determine_platform_image): Detect if an 
4257         image is platform code (using the specified callback).
4258         (mono_security_core_clr_is_platform_image): Return cached value 
4259         for platform code.
4261 2009-03-27  Zoltan Varga  <vargaz@gmail.com>
4263         * threads.c (mono_create_thread): New helper function to wrap CreateThread
4264         which has different parameter types for the 'tid' argument in windows and
4265         the io-layer.
4267         * appdomain.c attach.c threads.c: Use the new helper.
4269 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
4271         * metadata-verify.c: Verify valid table bits.
4273 2009-03-26 Rodrigo Kumpera  <rkumpera@novell.com>
4275         * metadata-verify.c (verify_metadata_header): Store size in the size field.
4277         * metadata-verify.c: Add initial table schema verification.
4279 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
4281         * icall.c (ves_icall_get_parameter_info): Add a 'member' argument, used to
4282         obtain the refclass argument needed by mono_param_get_objects (). Fixes
4283         #488383.
4285         * reflection.c (mono_param_get_objects_internal): Add a 'refclass' argument.
4287         * appdomain.c (MONO_CORLIB_VERSION): Bump this.
4289 2009-03-26  Sebastien Pouliot  <sebastien@ximian.com>
4291         * security-core-clr.c: Add/update documentation
4293 2009-03-26  Zoltan Varga  <vargaz@gmail.com>
4295         * marshal.c (emit_marshal_object): Generate code to throw an exception
4296         instead of throwing it. Fixes #488670.
4298 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com>
4300         * appdomain.c: Bump MONO_CORLIB_VERSION to 73.
4301         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Add
4302         an extra 'throwOnBindFailure' parameter to the icall. Remove FIXME
4303         and add a call to mono_security_core_clr_ensure_delegate_creation
4304         to do the extra checks required by CoreCLR.
4305         * security-core-clr.c|h: Add function to check delegate creation,
4306         both in the binding and accessibility, under CoreCLR.
4308 2009-03-25  Sebastien Pouliot  <sebastien@ximian.com> 
4310         * reflection.c (mono_reflection_create_dynamic_method): when 
4311         coreclr is enabled make sure that every resolved object are
4312         checked (e.g. field and method access).
4313         * security-core-clr.c|h: Add function to check objects resolved
4314         when a dynamic method is created.
4316 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
4318         * metadata-verify.c: Cache directory rva translations.
4320         * metadata-verify.c: Add cli-header and streams verification.
4322 2009-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
4324         * image.c (load_metadata_ptrs): We decode MonoImage::md_version_minor at
4325         the wrong offset (8 instead of 6).
4327 2009-03-23  Zoltan Varga  <vargaz@gmail.com>
4329         * marshal.c (mono_delegate_to_ftnptr): For delegates wrapping pinvoke
4330         methods, return the native function address itself. Fixes
4331         #487758.
4333 2009-03-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
4335         * console-io.c: some of the values for control characters might not be
4336         present.
4338 2009-03-21  Sebastien Pouliot  <sebastien@ximian.com>
4340         * exception.c|h: Add helpers to create [Field|Method]AccessException
4341         * icall.c: Add required coreclr check calls for field reflection.
4342         Move the existing (method) check logic into security-core-clr.c
4343         * security-core-clr.c: Add functions to check if the access of a
4344         field or method is allowed when reflecting under coreclr. This is
4345         mostly done using a stack walk to find the "real" caller: i.e. the
4346         code that is calling the reflection
4348 2009-03-20  Zoltan Varga  <vargaz@gmail.com>
4350         * gc-internal.h: Change location of gc_wrapper.h
4352 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com> 
4354         * class.c: Simplification to coreclr checks for overrides that
4355         makes it easier to set breakpoints.
4357 2009-03-20  Sebastien Pouliot  <sebastien@ximian.com>
4359         * security-core-clr.c|h: (mono_security_core_clr_class_level, 
4360         mono_security_core_clr_method_level): Avoid potential 
4361         MonoCustomAttrInfo allocation for transparent assemblies (e.g. 
4362         user/application code) and make it easier to set breakpoints
4364 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
4366         * metadata-verify.c: Reject cli header tables that mono don't handle.
4368 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
4370         * pedump.c: Fix CLI header dumping.
4372 2009-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
4374         * metadata-verify.c: More CLI header verification.
4376 2009-03-19  Zoltan Varga  <vargaz@gmail.com>
4378         * locales.c (get_current_locale_name): Use g_malloc instead of malloc.
4380 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
4382         * metadata-verify.c: Initial verification of the CLI header.
4384 2009-03-18 Rodrigo Kumpera  <rkumpera@novell.com>
4386         * metadata-verify.c (verify_resources_table): Fix verification of zero
4387         sized resource section and id entries count.
4389 2009-03-18  Zoltan Varga  <vargaz@gmail.com>
4391         * icall.c: Handle user types in many Type icalls. Fixes #486303.
4393 2009-03-17  Jb Evain  <jbevain@novell.com>
4395         * profiler.c: call mono_gc_base_init from mono_profiler_load.
4397 2009-03-17  Zoltan Varga  <vargaz@gmail.com>
4399         * sgen-gc.c (mono_gc_make_descr_for_object): Fix 64 bit support.
4400         (mono_gc_make_descr_for_array): Ditto.
4402 2009-03-17  Sebastien Pouliot  <sebastien@ximian.com>
4404         * verify.c (mono_verifier_is_class_full_trust): Add support for
4405         CoreCLR security mode where trusted assemblies are defined as
4406         "platform code".
4408 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4410         * metadata-verify.c: Add minimal PECOFF resource verification.
4412 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4414         * metadata-verify.c: Be less restrictive with some coff fields.
4416 2009-03-16 Rodrigo Kumpera  <rkumpera@novell.com>
4418         * verify.c (init_stack_with_value_at_exception_boundary): Init generic
4419         params as boxed values on stack. Fixes #485706.
4421 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
4423         * console-io.c: the termios values may vary in different flavors of unix.
4425 2009-03-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
4427         * console-io.[ch]: return the entire set of control characters when
4428         initializing the terminal.
4429         * appdomain.c: bump corlib version.
4431 Mon Mar 16 11:11:26 CET 2009 Paolo Molaro <lupus@ximian.com>
4433         * mono-perfcounters.c: added support for in-process custom
4434         performance counters.
4436 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4438         * metadata-verify.c: Small cleanup and add comment for IAT directory entry. 
4440 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4442         * metadata-verify.c: Verify the data pointed by the import table. 
4444 2009-03-13 Rodrigo Kumpera  <rkumpera@novell.com>
4446         * metadata-verify.c (load_data_directories): Store data
4447         directory contents.
4449         * metadata-verify.c: Verify the import table. 
4451 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
4453         * metadata-verify.c: Verify data directories.
4455 2009-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
4457         * metadata-verify.c: Check section header flags.
4459 2009-03-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
4461         * appdomain.c: if the assembly name is a shadow-copied file, return
4462         TRUE from mono_is_shadow_copy_enabled but don't actually do anything
4463         in mono_make_shadow_copy.
4464         * icall.c: if the assembly name is a shadow-copied file, replace it
4465         with the original assembly path.
4467         Bug #484244 fixed. NUnit tests for corlib can be run without
4468         --noshadow now.
4470 2009-03-12  Zoltan Varga  <vargaz@gmail.com>
4472         * sgen-gc.c (add_to_global_remset): Fix the handling of root global remset
4473         entries when the table is reallocated.
4475         * icall.c: Allocate the memory used by the mono_ptr_array macros using
4476         mono_gc_alloc_fixed () since it contains GC refs.
4478 2009-03-10  Zoltan Varga  <vargaz@gmail.com>
4480         * reflection.c (ensure_complete_type): New helper function to call
4481         type resolve handlers for unfinished dynamic types.
4482         (resolve_object): Call it for MonoClassFields. Fixes #483852.
4484 2009-03-09  Zoltan Varga  <vargaz@gmail.com>
4486         * reflection.c (mono_custom_attrs_has_attr): Handle interfaces. Fixes
4487         #483247.
4489 2009-03-08 Rodrigo Kumpera  <rkumpera@novell.com>
4491         * appdomain.c (get_shadow_assembly_location): Fix memleak.
4493 2009-03-08  Zoltan Varga  <vargaz@gmail.com>
4495         * domain-internals.h (struct _MonoDomain): Add new hash tables mapping
4496         between GCHandles of type WeakTrackResurrection and the objects they
4497         point to.
4499         * gc.c: Partly implement the sematics of GCHandles of type 
4500         WeakTrackResurrection: these handles should only be cleared after the
4501         finalizer of the object they are pointing to has ran.
4503 2009-03-06  Mark Probst  <mark.probst@gmail.com>
4505         * icall.c: Partially revert r126631 because using the jump
4506         trampolines for generic shared methods makes it superfluous.
4508 2009-03-06  Zoltan Varga  <vargaz@gmail.com>
4510         * threads.c (handle_store): Create the 'threads' hash table with the proper
4511         MONO_HASH_VALUE_GC type.
4513 2009-03-05  Zoltan Varga  <vargaz@gmail.com>
4515         * domain-internals.h (struct _MonoDomain): Move 'typeof_void' before
4516         FIRST_GC_TRACKED.
4518         * domain.c (mono_domain_create): Register the fields between FIRST_GC_TRACKED
4519         and LAST_GC_TRACKED as a GC root.
4521         * gc-internal.h: Fix the comment of mono_gc_alloc_fixed.
4523         * object.c (mono_class_create_runtime_vtable): Create a GC descriptor for
4524         the static data even if it consists of 1 reference.
4526         * boehm-gc.c (mono_gc_alloc_fixed): Allocate using GC_MALLOC_EXPLICITLY_TYPED
4527         if there is a GC descriptor.
4529         * reflection.c (ALLOC_REFENTRY): Allocate ReflectedEntry-es using malloc
4530         instead of through the GC since they contain no object references.
4532 2009-03-05  Mark Probst  <mark.probst@gmail.com>
4534         * generic-sharing.c (instantiate_other_info): Always return a jump
4535         trampoline for method code.
4537 2009-03-05  Marek Habersack  <mhabersack@novell.com>
4539         * culture-info-tables.h: generated to include the en-tt culture.
4541 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
4543         * domain-internals.h (MonoDomain): Add two fields to cache invoke wrappers to
4544         capture the thread context.
4546         * object.c (mono_async_result_new): Cache the invoke wrappers to
4547         ExecutionContext::Capture.
4549 2009-03-04 Rodrigo Kumpera  <rkumpera@novell.com>
4551         * marshal.h: Add a prototype for what mono_compile_method returns
4552         for invoke wrappers.
4554         * gc.c: Use the new prototype declaration.
4556 2009-03-04  Geoff Norton  <gnorton@novell.com>
4558         * boehm-gc.c: Add some MONO_LOG tracing for the GC
4559         * gc-internal.h:
4560         * mono-gc.h: Expose mono_gc_invoke_finalizers in the embedding api.
4562 2009-03-04  Martin Baulig  <martin@ximian.com>
4564         * mono-debug.h
4565         (mono_debugger_runtime_invoke): Removed.
4567         * mono-debug-debugger.c
4568         (mono_runtime_invoke): Moved into ../mini/debug-mini.c.
4570 2009-03-02  Martin Baulig  <martin@ximian.com>
4572         * mono-debug.h
4573         (mono_debugger_unhandled_exception): Removed.
4574         (mono_debugger_handle_exception): Removed.
4575         (mono_debugger_throw_exception): Removed.
4577         * mono-debug.c
4578         (mono_debug_debugger_version): Bump to 5.
4580         * mono-debug-debugger.c: Moved the exception handling code to
4581         ../mini/debug-mini.c
4583 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
4585         * domain-internals.h (struct _MonoDomain): Add a separate lock for the
4586         finalize_objects_hash.
4588         * gc.c: Use the separate lock to access the finalize_objects_hash field.
4589         
4590         * domain-internals.h (struct _MonoDomain): Add finalize_runtime_invoke
4591         field.
4593         * metadata-internals.h (struct _MonoImage): Add runtime_invoke_vcall_cache
4594         cache.
4596         * image.c (mono_image_close): Free it.
4597         
4598         * marshal.c (mono_marshal_get_runtime_invoke): Add a 'virtual' argument
4599         allowing a creation of a wrapper which invokes its method using a CALLVIRT
4600         on the this argument.
4602         * gc.c (run_finalize): Optimize the calling of the finalizers.
4604 2009-03-03  Martin Baulig  <martin@ximian.com>
4606         * mono-debug.h (MONO_DEBUGGER_MAJOR_VERSION): Bump to 81 because
4607         of the `MonoGenericInst' changes.
4609 2009-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
4611         * icall.c (ves_icall_MonoType_GetGenericArguments): Use
4612         mono_array_class_get_cached to reduce locking contention. Extract
4613         a domain var.
4615         * icall.c (ves_icall_Type_GetFields_internal): Avoid allocating
4616         intermediary managed arrays. Use caching version of mono_array_new
4617         to allocate the result array.
4619         * icall.c (ves_icall_Type_GetEvents_internal): Same.    
4621         * icall.c (ves_icall_Type_GetNestedTypes): Same.        
4623         * locales.c (create_names_array_idx):  Use mono_array_new_cached
4624         to reduce locking contention.
4626 2009-03-03  Zoltan Varga  <vargaz@gmail.com>
4627                 
4628         * object.c (mono_method_add_generic_virtual_invocation): Put back the
4629         thunk builder code for the non-interface case.
4631 2009-03-02  Zoltan Varga  <vargaz@gmail.com>
4633         * object.c (get_generic_virtual_entries): New helper function to collect
4634         the virtual generic method instances which need to be added to an IMT
4635         thunk.
4636         (mono_method_add_generic_virtual_invocation): Add a 'vtable' argument.
4637         Instead of creating a new IMT thunk, reset the vtable slot to the
4638         trampoline, the thunk will be created the next time the trampoline is called.
4639         (build_imt_slots): Add support for virtual generic methods in interfaces by
4640         adding to the IMT thunk all the methods registered using 
4641         mono_method_add_generic_virtual_invocation ().
4643         * object-internals.h (_MonoImtBuilderEntry): Add a 'has_target_code' field.
4644         (struct _MonoIMTCheckItem): Ditto.
4646         * object.c (mono_method_add_generic_virtual_invocation): Take a
4647         MonoMethod argument instead of a MonoGenericInst. Fix the construction of
4648         the IMT thunk to include all items.
4649         
4650         * object.c (mono_class_create_runtime_vtable): Add a missing
4651         mono_loader_unlock ().
4653 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
4655         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4657         * object-internals.h (MonoReflectionEvent): Add cached_add_event.
4659 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
4661         * object-internals.h: Rename _MonoReflectionEvent to
4662         MonoReflectionMonoEvent so it reflects the right managed type.
4663         Add a MonoReflectionEvent that correctly represents System.EventInfo.
4665         * icall.c:
4666         * reflection.c: Adjust code to use the new MonoReflectionMonoEvent
4667         type.
4669 2009-03-02 Rodrigo Kumpera  <rkumpera@novell.com>
4671         * icall.c (ves_icall_Type_GetMethodsByName): Avoid allocating
4672         intermediary managed arrays. Use caching version of mono_array_new
4673         to allocate the result array.
4675 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
4677         * reflection.c: Use cached version of mono_array_new alongside
4678         the mono_reflection_get_custom_attrs_by_type call path.
4680 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
4682         * icall.c (ves_icall_Type_GetInterfaces): Avoid allocating
4683         intermediary managed arrays. Use caching version of mono_array_new
4684         to allocate the result array.
4686         * icall.c (ves_icall_Type_GetConstructors_internal): Same.
4688 2009-03-01 Rodrigo Kumpera  <rkumpera@novell.com>
4690         * icall.c: Add small implementation of a growable stack bound array.
4692         * icall.c (ves_icall_System_Enum_get_hashcode): Fix warning.
4694         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid allocating
4695         intermediary managed arrays. Use caching version of mono_array_new
4696         to allocate the result array.
4698 2009-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
4700         * icall.c: New icall ves_icall_System_Enum_compare_value_to that
4701         helps Enum::CompareTo to be implemented without reboxing all enums
4702         to their underlying type.
4703 2009-02-27  Zoltan Varga  <vargaz@gmail.com>
4705         * domain.c (SET_APPDOMAIN): Avoid calling TlsSetValue () on some platforms,
4706         since it acquires a global lock leading to scalability problems.
4708         * profiler.c: Make the stat profiler work with multiple appdomains, this
4709         currently only works when no appdomains are unloaded.
4711 2009-02-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
4713         * appdomain.c: make the check to avoid copying when the assembly is
4714         already shadow copied actually work.
4716 2009-02-26  Zoltan Varga  <vargaz@gmail.com>
4718         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4720         * object-internals.h (struct _MonoReflectionGenericClass): Sync with
4721         changes to the managed side.
4723 2009-02-25  Zoltan Varga  <vargaz@gmail.com>
4725         * metadata-internals.h (struct _MonoImage): Add a new cache for szarray
4726         classes + a separate lock for it, as it is used frequently at runtime, not
4727         just during metadata loading/JIT compilation.
4729         * class.c (mono_bounded_array_class_get): Use the separate cache + lock
4730         for szarrays.
4731         
4732         * object-internals.h (mono_class_from_name_cached): New macro to cache
4733         the results of the lookup locally without having to declare a static
4734         variable to hold it.
4735         (mono_class_get_field_from_name_cached): Ditto.
4736         (mono_array_class_get_cached): Ditto.
4738         * threadpool.c threads.c locales.c icall.c reflection.c socket-io.c: Use
4739         the new macros.
4740         
4741         * object.c (mono_get_delegate_invoke): Call setup_methods () to avoid the
4742         slower search in metadata.
4744         * pedump.c: Fix a warning.
4746 2009-02-23  Zoltan Varga  <vargaz@gmail.com>
4748         * reflection.c (encode_locals): Add checks for user types.
4749         (method_encode_clauses): Ditto.
4750         (method_encode_code): Ditto.
4751         (mono_image_create_token): Ditto.
4753         * object-internals.h: Change the type of more fields from MonoReflectionType*
4754         to MonoObject*.
4756 2009-02-22  Zoltan Varga  <vargaz@gmail.com>
4758         * threads.c (mono_thread_suspend_all_other_threads): Handle the case when
4759         the a thread does not suspend within 100ms.
4761         * monitor.c (mono_monitor_try_enter_internal): Handle SuspendRequested
4762         in addition to StopRequested as well.
4764         * mono-debug.c: Call _mono_debug_get_image () while holding the debug lock.
4766         * debug-mono-symfile.c (mono_debug_symfile_lookup_method): Actually
4767         search the method_hash before inserting a new entry, to avoid crashes when
4768         the same method is inserted multiple times, causing the old 
4769         MonoDebugMethodInfo structure to be freed by the value dtor function.
4771 2009-02-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
4773         * socket-io.c: support SO_MAXCONN, SO_USELOOPBACK and
4774         SO_EXLUSIVEADDRUSE where available.
4776 2009-02-21  Zoltan Varga  <vargaz@gmail.com>
4778         * marshal.c (mono_marshal_get_runtime_invoke): Fix _another_ bug sharing
4779         runtime invoke wrappers, this time it is string ctor wrappers, which
4780         pass a dummy string as 'this' instead of their obj argument. Fixes
4781         #478473.
4783 2009-02-21  Jb Evain  <jbevain@novell.com>
4785         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
4786         only get create_culture once.
4788 2009-02-20  Zoltan Varga  <vargaz@gmail.com>
4790         * reflection.c (mono_reflection_setup_internal_class): Move the user type
4791         check before the locking.
4792         
4793         * reflection.c (mono_reflection_setup_internal_class): Check for user types.
4794         (mono_reflection_create_runtime_class): Ditto.
4795         (mono_reflection_sighelper_get_signature_local): Ditto.
4796         (mono_reflection_sighelper_get_signature_field): Ditto.
4798         * object-internals.h (CHECK_MONOTYPE): New macro to check that a Type object
4799         is a System.MonoType object or similar.
4800         (monotype_cast): New helper function to cast a MonoObject to a 
4801         MonoReflectionType object.
4803         * object-internals.h: Change MonoReflectionType* members in structures to
4804         MonoObject* members to force the usage of the monotype_cast () function.
4806         * reflection.c icall.c: Use monotype_cast () for accessing Type members of
4807         structures/arrays. This causes us to assert instead of crashing when 
4808         instances of user defined subclasses of System.Type are encountered.
4810 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
4812         * cil-coff.h:
4813         * icall-def.h:
4814         * icall.c: add new GetUnmanagedResourcePtr that returns a pointer to a
4815         win32 resource loaded from a PE file.
4817         * image.c: fix mono_image_lookup_resource.
4819 2009-02-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
4821         * icall-def.h:
4822         * threads-types.h:
4823         * threads.c: added internal call for WaitHandle.SignalAndWait.
4825 2009-02-19  Bill Holmes  <billholmes54@gmail.com>
4827         * cominterop.c : Adding cominterop_type_from_handle and 
4828           registering it as an icall.  Replacing all references
4829           to type_from_handle.
4831         Code is contributed under MIT/X11 license.
4833 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
4835         * Makefile.am: Add lock-tracer.h and lock-trace.c.
4837         * appdomain.c: Call the tracer init function.
4839         * domain-internals.h: Enable the tracer for the domain locks.
4841         * image.c: Enable the tracer for image locks.
4843         * loader.c: Enable the trace for the loader lock.
4845         * lock-tracer.h:
4846         * lock-tracer.c: Initial implementation of the lock trace utility.
4847         The tracer requires a compile time define to be enabled and a env var
4848         to be enabled at runtime.
4850 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
4852         * domain.c (mono_domain_code_foreach): Improve documentation.
4854 2009-02-19 Rodrigo Kumpera  <rkumpera@novell.com>
4856         * appdomain.c:
4857         * generic-sharing.c:
4858         * object.c:
4859         * reflection.c:  Adjust locking order to the new semantics where the loader lock
4860         comes first.
4862 2009-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
4864         * domain.c: Add mono_domain_code_* functions that perform locking
4865         around the domain codeman.
4867         * domain-internals.h: Export those functions.
4869         * object.c: Use new functions instead of acquiring the domain lock.
4871 2009-02-19  Zoltan Varga  <vargaz@gmail.com>
4873         * marshal.c (mono_ftnptr_to_delegate): Convert a NULL ftnptr to a null
4874         delegate. Fixes #477396.
4876 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
4878         * reflection.c (create_custom_attr): Get rid of alloca.
4880 2009-02-18  Bill Holmes  <billholmes54@gmail.com>
4882         * cominterop.c (cominterop_get_managed_wrapper_adjusted) :
4883           Adding exception handling for all CCW calls.
4885         Code is contributed under MIT/X11 license.
4887 2009-02-18  Zoltan Varga  <vargaz@gmail.com>
4889         * reflection.c (mono_reflection_init): Remove the unused reflection mutex.
4891         * marshal.c (emit_marshal_boolean): Add null checks to the new 
4892         native->managed marshalling code. Fixes #476247.
4894 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
4896         * class.c (mono_class_get_vtable_entry): Move the addition of
4897         static rgctx invoke wrappers for vtable methods here, this simplifies
4898         a lot of code and causes fewer rgctx wrappers to be created.
4900         * marshal.c (mono_marshal_get_static_rgctx_invoke): Change the
4901         name of the statistics to begin with an uppercase.
4903 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
4905         * reflection.c: Revert previous change as it breaks the build.
4906         
4907 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
4909         * verify.c: Properly handle SZARRAY element type.
4911         Fixes #474271.
4913 2009-02-17 Rodrigo Kumpera  <rkumpera@novell.com>
4915         * reflection.c (mono_image_create_method_token): Correctly encode
4916         MethodDef MemberRefParent token.
4918         Fixes #472845.
4920 2009-02-17  Zoltan Varga  <vargaz@gmail.com>
4922         * image.c (mono_image_close): Delete the critical section before
4923         freeing the memory holding it.
4925 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
4927         * verify.c (mono_method_verify): rethrow opcode doesn not fall through.
4928         Fixes #476257.
4930 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
4932         * pedump.c (main): Call mono_marshal_init so pedump
4933         doesn't crash.
4935 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
4937         * loader.c (method_from_memberref): Properly fix #474271 and
4938         don't break the runtime bad.
4940 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
4942         * domain.c (mono_domain_alloc): Add locking so the caller doesn't have to.
4943         (mono_domain_alloc0): Ditto.
4945 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
4947         * loader.c (method_from_memberref): Don't abort if the array
4948         method is not found. A regular loader failure is more informative
4949         and correct.
4951         Fixes #474271.
4953 2009-02-16 Rodrigo Kumpera  <rkumpera@novell.com>
4955         *loader.c: Guard MonoImage::method_cache/methodref_cache
4956         using the image lock instead of the loader lock.
4958         * metadata.h: Add comments about which fields are protected by
4959         the image lock.
4961 2009-02-16  Zoltan Varga  <vargaz@gmail.com>
4963         * appdomain.c (mono_set_private_bin_path_from_config): Fix a warning.
4965         * generic-sharing.c (mono_method_construct_object_context): Remove the
4966         wrapper_type == NONE assert, it is not needed.
4968 2009-02-15  Zoltan Varga  <vargaz@gmail.com>
4970         * reflection.c (clear_cached_object): New helper function.
4971         (mono_method_clear_object): New function to clear the cached reflection
4972         objects for a dynamic method.
4974         * object.c (mono_runtime_free_method): Call mono_method_clear_object ().
4975         Partly fixes # 463323.
4976         
4977 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
4979         * class.c:
4980         * loader.c:
4981         * reflection.c: Remove all explicit uses of MonoImage::property_hash.
4983 2009-02-14 Rodrigo Kumpera  <rkumpera@novell.com>
4985         * image.c: Add mono_image_property_(lookup,insert,remove) functions that
4986         take the image lock instead of the loader lock.
4988         * metadata-internals.h: Export new functions.
4990 2009-02-12  Miguel de Icaza  <miguel@novell.com>
4992         * domain.c (app_config_parse): Remove another use of stat that is
4993         not necessary as g_file_get_contents already does the presence
4994         check. 
4996 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
4998         * cominterop.c icall-def.h: Fix the DISABLE_COM build.
5000         * marshal.c: Move the bstr handling code to cominterop.c.
5002         * marshal.c: Remove some COM interop code missed previously.
5004 2009-02-12  Miguel de Icaza  <miguel@novell.com>
5006         More Paolo patches from the Wii port:
5007         
5008         * security.c: Remove ves_icall_System_Environment_get_UserName
5009         from here.
5011         * icall.c: And put ves_icall_System_Environment_get_UserName
5012         here. 
5014         * appdomain.c (mono_set_private_bin_path_from_config): Remove
5015         redundant call to stat that was only used to test for the file
5016         existence.   Patch from Paolo.
5018         * gc.c (run_finalize): If COM is disabled, do not link in
5019         mono_marshal_free_ccw.
5021         * generic-sharing.c: Use alloca.h here as well.
5023 2009-02-13 Rodrigo Kumpera  <rkumpera@novell.com>
5025         * reflection.c (mono_reflection_lookup_dynamic_token): Do the locking properly.
5027 2009-02-13  Zoltan Varga  <vargaz@gmail.com>
5029         * cominterop.c cominterop.h: New files.
5031         * marshal.c: Move the COM interop related code to cominterop.c. Make a few
5032         function/typedefs which are needed by cominterop.c global.
5034 2009-02-12  Mark Probst  <mark.probst@gmail.com>
5036         * generic-sharing.c: Don't take the loader lock to guard image
5037         mempool allocs.
5039 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5041         * reflection.c (mono_reflection_lookup_dynamic_token): This function might be
5042         called without the loader lock which is required to guard MonoImage:tokens.
5044 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5046         * class.c:
5047         * metadata.c:
5048         * method-builder.c:
5049         * marshal.c:
5050         * reflection.c: Don't take the loader lock to alloc memory from the image mempool.
5052 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5054         * metadata.c: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
5055         Rework the code to use regular mono_image_alloc/0.
5057         * loader.c: Rework the code to use regular mono_image_alloc/0.
5059         * metadata-internals.h: Remove mono_image_alloc_lock and mono_image_alloc0_lock.
5061 2009-02-12  Bill Holmes  <billholmes54@gmail.com>
5063         * object-internals.h : Fixing a typo in the 
5064           MonoReflectionComVisibleAttribute struct.
5066         * marshal.c (cominterop_com_visible): Check the implemented 
5067           interfaces for ComImport.
5069         * marshal.c (cominterop_get_native_wrapper_adjusted): For COM calls 
5070           assume that bools should be treated as VARIANTBOOLs.
5072         * marshal.c (emit_marshal_boolean): Adding cases for 
5073           MARSHAL_ACTION_MANAGED_CONV_IN and MARSHAL_ACTION_MANAGED_CONV_OUT.
5075         * marshal.c (mono_marshal_emit_managed_wrapper): Adding calls to 
5076           emit_marshal MARSHAL_ACTION_MANAGED_CONV_IN and OUT for bools.
5078         * marshal.c (cominterop_get_ccw): For COM calls assume that bools
5079           should be treated as VARIANTBOOLs.    
5081         Code is contributed under MIT/X11 license.
5083 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5085         * image.c (mono_image_alloc, mono_image_alloc0, mono_image_strdup): Guard mempool
5086         allocation with the image lock.
5088 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5090         This patch is the last of a series to remove explicit reference of MonoImage::mempool
5091         and use mono_image_alloc set of functions instead. This time we finish with reflection.c
5093         * object.c: Add mono_string_to_utf8_image.
5095         * object-internals.h: Export mono_string_to_utf8_image.
5097         * reflection.c: Rework all explicit references to the the image mempool to go thought
5098         the mono_image_alloc set of functions.
5100 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5102         This patch is the third of a series to remove explicit reference of MonoImage::mempool
5103         and use mono_image_alloc set of functions instead. This time we finish with marshal.c
5104         and generics-sharing.c.
5106         * generics-sharing.c (set_other_info_templates): Take a MonoImage instead of a MonoMemPool
5107         as first argument. Note that this function remains broken as it doesn't perform locking around the
5108         mempool allocation.
5110         * generics-sharing.c (rgctx_template_set_other_slot): Pass the image and not the mempool.
5112         * image.c: Add g_slist_append_image.
5114         * metadata.c (mono_metadata_field_info_with_mempool): Remove the mempool argument and use
5115         the supplied image for allocation. Move code into mono_metadata_field_info_full.
5117         * metadata.c (mono_metadata_parse_marshal_spec_full): Take a MonoImage instead of a MonoMemPool.
5118         Fix all related code to do the same.
5120         * marshal.c (mono_marshal_load_type_info): Pass the image instead of the mempool.
5122         * metadata-internals.h: Fix the signatures.
5124 2009-02-12 Rodrigo Kumpera  <rkumpera@novell.com>
5126         This patch is the second of a series to remove explicit reference of MonoImage::mempool
5127         and use mono_image_alloc set of functions instead. This time we rework mono_metadata_type_dup
5128         and similar to work using MonoImage.
5130         * class.c (mono_mempool_dup): Rename to mono_image_memdup and take a MonoImage instead of a
5131         MonoMemPool.
5133         * class.c (mono_dup_array_type): Take a MonoImage instead of a MonoMemPool as first argument.
5135         * class.c (mono_metadata_signature_deep_dup): Same.
5137         * class.c (inflate_generic_type): Same.
5139         * class.c (mono_class_inflate_generic_type_with_mempool): Same.
5141         * metadata.c (mono_metadata_signature_dup_full): Same.
5143         * metadata.c: Add mono_metadata_signature_dup_mempool and extract common functionality from 
5144         mono_metadata_signature_dup_full.
5146         * metadata.c (mono_metadata_type_dup): Same.
5148         * marshal.c: Pass the image to calls to mono_metadata_type_dup.
5150         * reflection.c: Same.
5152         * generic-sharing.c: Pass the image to calls to mono_class_inflate_generic_type_with_mempool.
5154         * metadata-internals.h: Fix the signatures.
5156         * class-internals.h: Same.
5158 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5160         This patch is the first of a series to remove explicit reference of MonoImage::mempool
5161         and use mono_image_alloc set of functions instead. 
5163         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy):
5164         Rename to mono_class_inflate_generic_type_no_copy and take a MonoImage instead
5165         of a MonoMemPool.
5167         * class.c (mono_class_setup_fields): Adapt to mono_class_inflate_generic_type_no_copy.
5169         * class.c (g_list_prepend_mempool): Removed.
5171         * class.c (mono_class_get_nested_types): Use g_list_prepend_image instead of g_list_prepend_mempool.
5173         * image.c: Add g_list_prepend_image.
5175         * metadata-internals.h (struct MonoImage): Fix comment. Export g_list_prepend_image as internal.
5177         * reflection.c (mono_reflection_create_runtime_class): Use g_list_prepend_image instead of g_list_prepend_mempool.
5180 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5182         * metadata-internals.h (struct MonoImage): Add lock field. Export mono_image_lock and
5183         mono_image_unlock.
5185         * image.c (mono_image_init): Init the lock field.
5187         * image.c (mono_image_init): Cleanup the lock field.
5189         * image.c: Add mono_image_(un)lock functions.
5191 2009-02-11  Mark Probst  <mark.probst@gmail.com>
5193         * class.c, class-internals.h: mono_method_get_context_general()
5194         combines the functionality of mono_method_get_context() and
5195         mini_method_get_context().
5197         * generic-sharing.c, domain-internals.h:
5198         mono_method_construct_object_context() and
5199         mono_domain_lookup_shared_generic() moved from mini.
5201         * icall.c (ves_icall_InternalInvoke): Handle the case where the
5202         method doesn't have the correct instantiation because it's shared
5203         generic code.  Fixes #473999.
5205 2009-02-11  Zoltan Varga  <vargaz@gmail.com>
5207         * loader.c (mono_method_get_wrapper_data): Handle inflated methods as well.
5209         * loader.c (mono_loader_lock): Add a comment pointing to the locking document.
5210         
5211 2009-02-11 Rodrigo Kumpera  <rkumpera@novell.com>
5213         * metadata.c: Make mono_image_alloc_lock and mono_image_alloc0_lock non static.
5215         * metadata-internals.h: Export mono_image_alloc_lock and mono_image_alloc0_lock.
5217         * loader.c (mono_get_method_full): Drop the loader lock while constructing the method
5218         and recheck the cache for dups after it.
5220         * loader.c (mono_get_method_from_token): Use _lock version of mono_image_alloc0.
5222         Fixes one of the deadlocks found in #473150.
5224 2009-02-11  Bill Holmes  <billholmes54@gmail.com>
5226         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal):
5227           For Win32, add additional break conditions for accept.
5229         Code is contributed under MIT/X11 license.
5231 2009-02-10  Zoltan Varga  <vargaz@gmail.com>
5233         * marshal.c (mono_marshal_get_native_func_wrapper): Use get_cache to
5234         lazily initialize the native wrapper cache.
5235         (mono_marshal_get_native_wrapper): Put aot-ed native wrappers into a separate
5236         cache, since they are different from the normal wrappers.
5238         * image.c (mono_image_init): Initialize native_wrapper_cache lazily as well.
5240         * metadata-internals.h (struct _MonoImage): Add a new wrapper for
5241         AOT compiled native wrappers.
5243 2009-02-09  Geoff Norton  <gnorton@novell.com>
5245         * appdomain.h:
5246         * security-core-clr.c: Allow enabling core-clr from the embedding
5247         API.
5249 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5251         * socket-io.c: when requesting all the local ips, if there are no
5252         interfaces up and running, MS returns 127.0.0.1.
5254 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5256         * mono-perfcounters-def.h: processor time is an inverse time.
5257         Fixes bug #468625.
5259 2009-02-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
5261         * socket-io.c: an empty host name returns the list of local IPs.
5262         Fixes bug #386637 part 1/2.
5264 2009-02-07  Zoltan Varga  <vargaz@gmail.com>
5266         * verify.c (mono_class_interface_implements_interface): Call
5267         mono_class_setup_interfaces ().
5268         (merge_stacks): Ditto.
5270 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
5272         * class.c (mono_class_setup_interfaces): New function to lazily initalize
5273         klass->interfaces.
5274         (mono_generic_class_get_class): Don't initalize klass->interfaces.
5275         (mono_generic_class_get_class): Ditto.
5277 2009-02-06  U-QUACK\miguel  <miguel@quack>
5279         * icall-defs.h: Include also the Encrypt/Decrypt string methods as
5280         they live in security.c
5282         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Integrated
5283         another bit from Paolo's code.
5285 2009-02-06  Zoltan Varga  <vargaz@gmail.com>
5287         * object.c (build_imt_slots): Add a small optimization to avoid inflating
5288         methods which will be discarded by add_imt_builder_entry ().
5290         * marshal.c (get_runtime_invoke_type): Avoid sharing enum types since they
5291         need to be boxed.
5293         * loader.c: Add a statistics for the size of the memberref signature cache.
5294         
5295         * loader.c (find_cached_memberref_sig): New helper function.
5296         (cache_memberref_sig): Ditto.
5298         * loader.c: Cache the result of parsing memberref signatures, since otherwise
5299         they will be parsed again for every generic instantiation, leading to unbounded
5300         memory growth.
5302 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
5304         * loader.c (mono_get_method_from_token): Avoid creating class for the generic
5305         parameters of generic methods.
5307         * class.c (mono_class_inflate_generic_method_full): Set is_mb_open again
5308         after the original method is copied to the inflated method.
5309         (mono_class_get_vtable_entry): Handle rgctx invoke wrappers more efficiently.
5311         * class-internals.h (struct _MonoMethodInflated): Move the is_mb_open
5312         field to MonoMethod since it only consumes 1 bit there, and 4/8 bytes here.
5314         * class.c metadata.c: Update after the changes above.
5316 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
5318         * metadata-verify.c: Simplified error handling and added
5319         section table validation.
5321 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
5323         * class-internals.h (MonoClassExt): New structure containing rarely used
5324         fields of MonoClass.
5325         (struct _MonoClass): Move rarely used fields to MonoClassExt, accessed
5326         through a new 'ext' field.
5328         * class.c (mono_class_alloc_ext): New helper function to allocate 
5329         class->ext.
5331         * class.c metadata.c reflection.c: Update after MonoClass structure changes.
5333 2009-02-05  Mark Probst  <mark.probst@gmail.com>
5335         * object.c (mono_object_get_virtual_method): Properly inflate
5336         generic methods.  Fixes #472692.
5338 2009-02-05 Rodrigo Kumpera  <rkumpera@novell.com>
5340         * class.c (mono_class_create_from_typedef): The CLR supports SystemF
5341         recursive types such as List<T>:Cons<T,List<T>> so when doing the lookup
5342         for the parent type, the created type must be ready to be used on a generic
5343         instantiation.
5344         We fill this_arg/byval_arg if the parent is a generic instance to make sure
5345         we won't have duplicated entries in generic_inst_cache.
5347         Fixes #469553.
5349 2009-02-05  Miguel De Icaza  <miguel@novell.com>
5351         * threadpool.c (socket_io_add_poll): Remove the BSD6 define and
5352         replace with plain BSD per the comments on the bug MONO77637.
5354 2009-02-05  Zoltan Varga  <vargaz@gmail.com>
5356         * class.c (mono_class_get_generic_class): New accessor function.
5357         (mono_class_get_generic_container): Ditto.
5359         * class-internals.h (struct _MonoClass): Add 'is_generic' and 'is_inflated'
5360         fields, similar to the ones in MonoMethod.
5362         * class.c (mono_generic_class_get_class): Set klass->is_inflated.
5363         (mono_class_create_from_typedef): Set klass->is_generic if needed.
5365         * reflection.c (mono_reflection_create_generic_class): Set klass->is_generic.
5366         
5367         * class-internals.h (struct _MonoClass): Remove enum_basetype, it contains
5368         the same information as element_class->byval_arg.
5370         * class.c reflection.c: Remove references to class->byval_arg.
5372         * class.c marshal.c: Use mono_class_enum_basetype () instead of accessing 
5373         klass->enum_basetype directly.
5375         * verify.c metadata.c object.c icall.c reflection.c: Use 
5376         mono_class_enum_basetype () instead of accessing klass->enum_basetype 
5377         directly.
5379 2009-02-04  Miguel de Icaza  <miguel@novell.com>
5381         * icall-def.h: Remove internal calls for sockets when
5382         DISABLE_SOCKET is defined, file system writing features when the
5383         OS only support reading and not writing data and Policy support if
5384         the Policy is disabled.
5385         
5386         * image.c (do_mono_image_open): Apply Paolo's patches for using
5387         mono_file_map_ APIs here.
5389         * assembly.c: Add support for platforms to avoid prefix
5390         auto-detection. 
5392 2009-02-04  Zoltan Varga  <vargaz@gmail.com>
5394         * generic-sharing.c (mono_method_fill_runtime_generic_context): Fix a
5395         warning.
5397         * class.c (mono_class_inflate_generic_class): New helper function.
5399         * class.c: Use mono_class_inflate_generic_class in a few places. Add
5400         statistics for inflated methods/classes.
5402         * loader.c (inflate_generic_header): Use mono_class_inflate_generic_class.
5404         * icall.c (ves_icall_Type_GetMethodsByName): Optimize the case when
5405         the call is made from Delegate.CreateDelegate () for the invoke method of
5406         a delegate.
5408         * loader.c: Add a statistics for the memory occupied by inflated signatures.
5410         * metadata.c (mono_metadata_signature_size): New helper function.
5412         * class.c (mono_class_get_method_from_name_flags): Add an optimization for
5413         generic instances.
5415         * metadata.c (inflated_method_in_image): Avoid calling 
5416         mono_method_signature () if the method does not already have a signature.
5418 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5420         * verify.c (is_compatible_boxed_valuetype): When checking if the boxed 
5421         valuetype is compatible with target type, check by inheritance as a
5422         VT is not really compatible with System.ValueType, for example.
5424         * verify.c (do_invoke_method): Improve error message.
5426         * verify.c (do_box_value): If boxing a nullable, use the type argument
5427         on stack instead.
5429         * verify.c (do_newobj): Improve error message.  
5431         Fixes #469549.
5433 2009-02-03  Miguel de Icaza  <miguel@novell.com>
5435         * appdomain.c: Add support for DISABLE_SOCKETS and DISABLE_SHADOW_COPY
5437 2009-02-03  Mark Probst  <mark.probst@gmail.com>
5439         * generic-sharing.c: Don't hold domain lock when calling
5440         instantiate_other_info().  Fixes #471958.
5442         * domain-internals.h, loader.c: Describe locking policy of domain
5443         lock vs loader lock.
5445 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5447         * verify.c (mono_delegate_signature_equal): Make it possible to check
5448         first-arg-bound delegates to static method.
5450         * verify.c (verify_delegate_compatibility): Correctly verify delegates to
5451         static methods with the first arg bound.
5453         Fixes #469529.
5455 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5457         * verify.c: Added stack_slot_full_name to provide decent and more meanfull
5458         errors.
5460         * verify.c (is_compatible_boxed_valuetype): Be less restrictive when not
5461         under strict mode. Any type, when boxed can be seen as a reference type.
5463         Fixes #469528.
5465 2009-02-03 Rodrigo Kumpera  <rkumpera@novell.com>
5467         * object.h: The lower bound of an array is a signed integer value.
5468         Introduce mono_array_lower_bound_t typedef. It should be used instead of
5469         gint32 as under MONO_BIG_ARRAYS it will be a gint64.
5471         * icall.c: Cast MonoArrayBounds::length to a signed value so correctly
5472         calculate the upper bound.
5473         
5474         Fixes #471252.
5476 2009-02-02  Miguel de Icaza  <miguel@novell.com>
5478         From Paolo's work, refactored, cleared up:
5479         
5480         * threadpool.c, icall.c: ifdef code that requires a working socket
5481         stack.
5483         * metadata.c (mono_metadata_field_info): Do not attempt to return
5484         a value from a function declared as void.
5486         * console-io.c: Use MONO_NULL_TTYDRIVER to remove the tty driver
5487         from the console stack.
5489         * assembly.c: use strrchr instead of rindex.
5491         * class.c, object.c, marshal.c, icall.c, reflection.c: include
5492         alloca.h on systems that have it.
5494         * environment.c: Avoid code that uses stuff from
5495         HAVE_SYS_UTSNAME_H
5496         
5497         * appdomain.c: Include sys/time.h.
5499         * console-io.c: include sys/ioctl.h if it is available.
5501 2009-02-03  Zoltan Varga  <vargaz@gmail.com>
5503         * method-builder.h (_MonoMethodBuilder): Add a 'skip_visibility' flag.
5505         * method-builder.c (mono_mb_create_method): Set method->skip_visibility from
5506         the method builder.
5508         * marshal.c: Set mb->skip_visibility instead of setting it on the method
5509         after it was created and cached, as the later is not thread safe.
5510         
5511 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
5513         * mono-debug.c (mono_debug_print_stack_frame): Avoid crashes when this is
5514         called while the debugging module is not initialized. Fixes #471669.
5516 2009-02-02 Rodrigo Kumpera  <rkumpera@novell.com>
5518         * icall.c (type_from_name): Ignore reflection frames to find out the real caller.
5520         Fixes #471255.
5522 2009-02-02  Mark Probst  <mark.probst@gmail.com>
5524         * generic-sharing.c (lookup_or_register_other_info): Make sure the
5525         loader lock is not taken while the templates lock is held.  Fixes
5526         #471089.
5528 2009-02-02  Mark Probst  <mark.probst@gmail.com>
5530         * metadata.c (type_in_image): Added a check to fix a monodis
5531         crash.
5533 2009-02-02  Zoltan Varga  <vargaz@gmail.com>
5535         * marshal.c (mono_marshal_get_runtime_invoke): Add support for byref
5536         nullable arguments.
5538         * object.c (mono_runtime_invoke_array): Ditto.
5539         
5540         * marshal.c (mono_marshal_free_dynamic_wrappers): New function for
5541         freeing wrappers of dynamic methods.
5543         * loader.c (mono_free_method): Call it. Fixes #463323.
5544         
5545         * marshal.c (mono_marshal_get_runtime_invoke): Disable sharing for
5546         methods taking vtype/byref arguments, to fix yet another bug caused by
5547         the sharing of runtime invoke wrappers. Partly fixes #471259.
5549 2009-02-01  Zoltan Varga  <vargaz@gmail.com>
5551         * debug-mono-symfile.c (check_line): Return NULL instead of returning
5552         <first file in file table>:1 when the IL offset does not have an associated
5553         line number.
5555 2009-01-31  Zoltan Varga  <vargaz@gmail.com>
5557         * mono-debug.c (mono_debug_lookup_locals): New function to return local
5558         variable info for a method.
5560         * debug-mono-symfile.c (mono_debug_symfile_lookup_locals): Ditto.
5561         
5562 2009-01-30  Jb Evain  <jbevain@novell.com>
5564         * pedump.c: reuse code from monodis to make sure pedump honors
5565         MONO_PATH, which is needed to verify net_2_1 assemblies.
5567 2009-01-29  Zoltan Varga  <vargaz@gmail.com>
5569         * mono-debug.c (mono_debug_print_stack_frame): Print the IL offset even when
5570         there is no line number info.
5572 2009-01-29  Raja R Harinath  <harinath@hurrynot.org>
5574         Avoid some MonoType allocations
5575         * reflection.c (mono_reflection_initialize_generic_parameter):
5576         Reuse MonoType from param->pklass rather than allocating one.
5577         (mono_dynamic_image_free): Update to changes.
5579 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
5581         Rearrange some code to improve consistency
5582         * reflection.c (mono_reflection_setup_generic_class): Move body ...
5583         (mono_reflection_initialize_generic_parameter): ... here.
5585 2009-01-28  Zoltan Varga  <vargaz@gmail.com>
5587         * generic-sharing.c (has_constraints): Enable gshared for methods/classes
5588         with type constraints as an experiment.
5590         * boehm-gc.c (on_gc_notification): Update mono_stats.
5592 2009-01-28  Raja R Harinath  <harinath@hurrynot.org>
5594         Avoid some allocations
5595         * class-internals.h (_MonoGenericInst::type_argv): Convert from
5596         pointer to tail array to avoid extra allocation.
5597         * metadata.c (free_generic_inst): Update to changes.
5598         (mono_metadata_get_generic_inst): Likewise.  Use alloca instead of
5599         on-stack struct.
5601 2009-01-27  Zoltan Varga  <vargaz@gmail.com>
5603         * icall.c (ves_icall_System_Type_EqualsInternal): For user-defined types,
5604         return TRUE if the two type objects are the same.
5606 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
5608         * marshal.c (mono_marshal_load_type_info): Fill out info->min_align.
5609         (mono_class_native_size): Use klass->marshal_info->min_align instead of
5610         klass->min_align, since klass->min_align contains the managed alignment,
5611         while the native alignment can be different, like for longs on x86.
5612         Fixes #469135.
5614         * class-internals.h (MonoMarshalType): Add a min_align field.
5616 2009-01-26 Rodrigo Kumpera  <rkumpera@novell.com>
5618         * assembly.c (mono_assembly_try_decode_skip_verification): Add a hack to check
5619         the 1.0 format.
5621 2009-01-26  Zoltan Varga  <vargaz@gmail.com>
5623         * domain-internals.h (struct _MonoJitInfo): Add a 'from_aot' field plus
5624         some comments about the usage of the used_regs field.
5626         * marshal.c (emit_marshal_ptr): Allow pointers to blittable structures.
5627         Fixes #469217.
5629 2009-01-24 Gonzalo Paniagua Javier <gonzalo@novell.com>
5631         * appdomain.c: return NULL instead of throwing FileNotFoundException
5632         when LoadAssembly() fails.
5634 2009-01-23  Mark Probst  <mark.probst@gmail.com>
5636         * metadata.c (mono_metadata_generic_param_equal): Only compare the
5637         image if the owner is NULL.  Fixes the AOT failures.
5639 2009-01-23  Zoltan Varga  <vargaz@gmail.com>
5641         * metadata.c (mono_metadata_load_generic_params): Initialize the 
5642         MonoGenericParam structure using memset so the image field is initialized
5643         as well.
5645 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
5647         * appdomain.c (mono_domain_unload): Change the InterlockedIncrement to
5648         a plain store.
5650 2009-01-21  Zoltan Varga  <vargaz@gmail.com>
5652         * class.c (mono_class_setup_vtable_general): In the generic instance
5653         optimization, set method->slot for abstract virtual methods. Fixes part of
5654         #467834.
5656 2009-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
5658         * domain-internals.h: Add new appdomain state MONO_APPDOMAIN_UNLOADING_START
5659         which signals that the unloading has started but all appdomain services must
5660         remain operational.
5662         * appdomain.c (mono_domain_unload): The initial state for unloading now
5663         is unloading_start and we switch to unloading after the managed call to
5664         AppDomain::DomainUnload has finished.
5666         The new unloading state has to be created because managed code in the
5667         DomainUnload event can depend on things like the threadpool still working.
5668         The domain must remain fully functional while the event executes.
5670         This shown as an issue due to Process::WaitForExit, which waits for
5671         async reads of stdout and stderr to complete. Since those are processed
5672         in the threadpool the code deadlocks because the DomainUnload callback 
5673         waits for the async read finished event, which should have been set by a
5674         threadpool job but has been discarded due to the domain been in unload
5675         state.
5677 2009-01-21  Mark Probst  <mark.probst@gmail.com>
5679         * metadata.c (mono_metadata_generic_param_equal): Owner as well as
5680         image must match.
5682 2009-01-21  Mark Probst  <mark.probst@gmail.com>
5684         * reflection.c (resolve_object): For fields, inflate the class and
5685         then get the field in the inflated class.
5687 2009-01-20  Mark Probst  <mark.probst@gmail.com>
5689         * object-internals.h (struct _MonoException): Added a comment
5690         explaining the new use of trace_ips.
5692 2009-01-20  Mark Probst  <mark.probst@gmail.com>
5694         * generic-sharing.c (inflate_other_data): Inflate array methods
5695         correctly.
5697         * loader.c, class-internals.h: Rename search_in_array_class() to
5698         mono_method_search_in_array_class() and make it non-static.
5700 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
5702         * metadata.c (inflated_signature_in_image): Call signature_in_image as well.
5703         Hopefully fixes #458168.
5705 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
5707         * object.c (mono_raise_exception): Remove call to InterlockedIncrement
5708         as it is performed elsewhere.
5710         Code is contributed under MIT/X11 license
5712 2009-01-19  Christian Hergert  <christian.hergert@gmail.com>
5714         * mono-perfcounters-def.h: Add counters for asp.net requests total and
5715         requests queued.
5716         * object.c (mono_raise_exception): Increment the exceptions total
5717         counter when an exception is thrown.
5718         * class-internals.h: Add a location for storing the total number of
5719         asp.net requests served.
5720         * mono-perfcounters.c: Implement update support for asp.net counters
5721         from the class libraries. Implement read support for asp.net counters
5722         and exceptions total counter.
5724 2009-01-19  Zoltan Varga  <vargaz@gmail.com>
5726         * loader.c (search_in_array_class): Call mono_class_setup_methods () before
5727         accessing klass->methods. Fixes #467385.
5729 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
5731         * marshal.c (emit_marshal_custom): Avoid calling MarshalNativeToManaged
5732         for byval arguments without an [Out] attribute. Fixes #467212.
5734         * attach.c: Applied patch from Koushik Dutta (koush@koushikdutta.com). 
5735         Fix compilation under android.
5736         
5737         * sgen-gc.c: Instead of scanning gray objects after all roots have been 
5738         processed, scan them directly after they are copied, to achieve better locality
5739         and cache usage.
5741         * socket-io.c: Applied patch from Koushik Dutta
5742         (koush@koushikdutta.com). Disable IPV6 when running under android.
5744 2009-01-18  Zoltan Varga  <vargaz@gmail.com>
5746         * icall.c (ves_icall_InternalExecute): Add write barriers.
5748         * marshal.c (mono_marshal_get_write_barrier): Remove, this is now done in
5749         the GC code.
5751         * sgen-gc.c: Implement write barriers in IL code.
5753 2009-01-17  Geoff Norton  <gnorton@novell.com>
5755         * image.c: Avoid trying to walk the reference table of dynamic assemblies.
5757 2009-01-17  Geoff Norton  <gnorton@novell.com>
5759         * image.c: When unloading the image->references table, there can be gaps
5760         in it.  Ensure that we iterate every entry to avoid leaking assembly references
5761         when unloading an appdomain.
5763 2009-01-16  Zoltan Varga  <vargaz@gmail.com>
5765         * sgen-gc.c: Add support for allocating a nursery at an aligned address, to
5766         speed up ptr-in-nursery checks.
5768         * threads.c (mono_threads_abort_appdomain_threads): Abort threads outside the
5769         threads_lock () to prevent deadlocks.
5771         * sgen-gc.c gc-internal.h: Add a new root type root-with-wbarrier, which
5772         does not need to be scanned during minor collections, since writes to it
5773         must use write barriers.
5775 2009-01-15 Rodrigo Kumpera  <rkumpera@novell.com>
5777         * metadata-verify.c: Add pe nt header verification.
5778         
5779 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
5781         * gc.c: Fix a few warnings when using SGEN.
5783 2009-01-14 Rodrigo Kumpera  <rkumpera@novell.com>
5785         * metadata-verify.c: Add pe optional header verification.
5787 2009-01-15  Zoltan Varga  <vargaz@gmail.com>
5789         * sgen-gc.c: Add support for user defined marker functions, used by
5790         MonoGHashTable to avoid registering a GC root for every hash node.
5792 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
5794         * sgen-gc.c: Fix warnings. Optimize copy_object () a bit. Split pinned/
5795         non-pinned roots into separate hashes to avoid having to traverse them
5796         in functions which are only interested in one kind.
5798 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
5800         * metadata-verify.c: Add pe header machine field verification.
5801         
5802 2009-01-13 Rodrigo Kumpera  <rkumpera@novell.com>
5804         * metadata-verify.c: Add pe header size verification.
5806 2009-01-14  Zoltan Varga  <vargaz@gmail.com>
5808         * reflection.c (ALLOC_REFENTRY): Don't allocate the ReflectionEntry structures
5809         using the GC, they don't contain references.
5811         * domain.c (mono_domain_create): Create ldstr_table using MONO_HASH_KEY_VALUE_GC.
5813 2009-01-13  Geoff Norton  <gnorton@novell.com>
5815         * appdomain.c|h: Expose mono_domain_unload to the embedding api so that 
5816         AppDomains created on the native side can be cleaned up on the native side.
5818 2009-01-13  Geoff Norton  <gnorton@novell.com>
5820         * appdomain.c: Ensure that we call mono_context_init for the embedding api
5821         as well as the managed api.
5823 2009-01-13  Geoff Norton  <gnorton@novell.com>
5825         * appdomain.h|c: New API for creating a MonoDomain in the embedding api
5826         with a MonoAppDomain initialized against it.
5828 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
5830         * reflection.c (MOVING_GC_REGISTER): Fix a warning.
5831         
5832         * reflection.c (mono_image_get_generic_param_info): Use MOVING_GC_REGISTER.
5834         * marshal.c: Avoid setting the exception clauses after a method has been entered 
5835         into the wrapper caches. Fixes #465700.
5837         * method-builder.c (mono_mb_set_clauses): New function to set the clauses of the
5838         method builder.
5839         (mono_mb_create_method): Set the clauses from the method builder.
5841 2009-01-13 Gonzalo Paniagua Javier <gonzalo@novell.com>
5843         * threadpool.c: include sys/socket.h. Fixes compilation on FreeBSD.
5844         Patch from Makoto Kishimoto.
5846 2009-01-13  Zoltan Varga  <vargaz@gmail.com>
5848         * sgen-gc.c (mono_gc_make_descr_from_bitmap): Handle large bitmaps by 
5849         encoding them as ROOT_DESC_COMPLEX.
5850         (precisely_scan_objects_from): Implement support for ROOT_DESC_COMPLEX.
5852 2009-01-12  Zoltan Varga  <vargaz@gmail.com>
5854         * sgen-gc.c (scan_from_remsets): Clear the global remset of pointers which
5855         no longer point to the nursery.
5857         * sgen-gc.c: Add a few comments/FIXMEs.
5858         
5859         * sgen-gc.c: Implement scanning of the alloc_pinned objects.
5861         * marshal.c (mono_marshal_get_synchronized_wrapper): Make the 
5862         initialization of the various _method variables thread safe. Fixes
5863         #465377.
5865 2009-01-12  Mark Probst  <mark.probst@gmail.com>
5867         * domain.c, domain-internals.h: Remove the shared_generics_hash
5868         and its lookup functions.
5870 2009-01-12  Bill Holmes  <billholmes54@gmail.com>
5872         * socket-io.c:  Fixing the MSVC build. 
5874         Code is contributed under MIT/X11 license.
5876 2009-01-12 Rodrigo Kumpera  <rkumpera@novell.com>
5878         * metadata-verify.c: Add pe header watermark verification.
5880 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
5882         * metadata-verify.c: Add lfanew verification.
5884 2009-01-12  Jb Evain  <jbevain@novell.com>
5886         * tabldefs.h: rename METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE to
5887         METHOD_ATTRIBUTE_STRICT to match the ECMA terminology.
5889 2009-01-10  Zoltan Varga  <vargaz@gmail.com>
5891         * socket-io.c: Fix the build.
5893         * environment.c: Fix an #ifdef.
5895 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
5897         * threadpool.c (async_invoke_thread): Handle the wait function returning
5898         WAIT_IO_COMPLETION as well.
5899         (async_invoke_io_thread): Ditto.
5901 2009-01-09  Bill Holmes  <billholmes54@gmail.com>
5903         * threads.c: Fixing the Windows build.
5905         Code is contributed under MIT/X11 license.
5907 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
5909         * threads.c (signal_thread_state_change): Call wapi_interrupt_thread () to
5910         interrupt a wait.
5911         (mono_thread_execute_interruption): Call wapi_clear_interruption () to enable
5912         the thread to wait again.
5914 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
5916         * metadata-verify.c: Initial skeleton of the metadata verifier.
5918         * pedump.c: Add support for the metadata verifier.
5920         * verify-internal.h: Export the whole assembly metadata verifier function.
5922 2009-01-09 Rodrigo Kumpera  <rkumpera@novell.com>
5924         * gc.c (mono_gc_init): Fix the comments about deadlock on windows.
5926 2009-01-09  Zoltan Varga  <vargaz@gmail.com>
5928         * Makefile.am: Upgrade dtrace-prelink.sh location.
5930 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
5932         * gc.c (mono_gc_init): Wait for finalizer thread to init on windows as
5933         well. Otherwise the shutdown deadlock that happens on unix will can happen
5934         as well.
5935         If the main thread code finishes too fast it's possible that the finalizer
5936         thread won't have executed yet, won't record itself as the finalizer thread
5937         and the shutdown sequence will wait on it forever.
5939 2009-01-08 Rodrigo Kumpera  <rkumpera@novell.com>
5941         * threads.c (mono_thread_current): Make THREAD_DEBUG work on windows
5942         with MSVC.
5944 2009-01-08  Miguel de Icaza  <miguel@novell.com>
5946         * appdomain.c: Initialize the mono_strtod_mutex here, thanks to
5947         Robert Jordan for pointing this out.
5949 2009-01-08  Christian Prochnow  <cproch@seculogix.de>
5951         * icall.c
5952         * icall-def.h: added internal calls ves_icall_System_IO_DriveInfo_GetDiskFreeSpace,
5953         ves_icall_System_IO_DriveInfo_GetDriveType.
5955 2009-01-07  Miguel de Icaza  <miguel@novell.com>
5957         * icall.c: Wrap calls to mono_strtod in CriticalSection
5958         invocations when using eglib, to work around #464316.
5960 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
5962         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Double check the
5963         return value of GetCurrentDirectory to never access unitialized memory.
5965 2009-01-07 Rodrigo Kumpera  <rkumpera@novell.com>
5967         * file-io.c (ves_icall_System_IO_MonoIO_GetCurrentDirectory): Properly check the
5968         return value of GetCurrentDirectory and expand the buffer if needed.
5970         Fixes #459094.
5972 2009-10-07 Tom Hindle  <tom_hindle@sil.org>
5974         * marshal.c (GetIUnknownForObjectInternal, GetIUnknownForObjectInternal) : 
5975           Adding a call to mono_init_com_types.
5977         Code is contributed under MIT/X11 license.
5979 2009-01-07  Geoff Norton  <gnorton@novell.com>
5981         * socket-io.c: ioctlsocket(FIONREAD) returns the size of the UDP header as well on 
5982         darwin.  Use getsockopt SO_NREAD instead to get the right values for TCP and UDP.
5983         ai_canonname can be null in some cases on darwin, where the runtime assumes it will 
5984         be the value of the ip buffer.
5986 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
5988         * verify.c (mono_class_interface_implements_interface): Verify parents as we can't rely on
5989         interfaces_packed here.
5991         Fixes part of #463294.
5993 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
5995         * verify.c (is_array_type_compatible): Ignore bounds and sizes when checking array compatibility.
5997         Fixes part of #463294.
5999 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6001         * verify.c (stack_slot_is_complex_type_not_reference_type): Check if the type
6002         is a boxed complex as well.
6004         Fixes part of #463294.
6006 2009-01-06 Rodrigo Kumpera  <rkumpera@novell.com>
6008         * reflection.c (mono_image_get_methodref_token): Add an extra create_typespec parameter to
6009         control if a methodspec should be created for the generic method definition from external assemblies.
6010         Caching of methodspec is done using the handleref hash table.
6012         Fixes #462592.
6014 2009-01-05 Rodrigo Kumpera  <rkumpera@novell.com>
6016         * loader.c (find_method): When searching the interfaces of a class
6017         check the transitive closure of implemented interfaces.
6019         Fixes #463303.
6021 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
6023         * class.c (get_implicit_generic_array_interfaces): Improve debugging code.
6024         
6025 2009-01-03 Rodrigo Kumpera  <rkumpera@novell.com>
6027         * class.c (get_implicit_generic_array_interfaces): Extract valuetype
6028         interfaces calculation to fill_valuetype_array_derived_types.
6030         * class.c (get_implicit_generic_array_interfaces): Valuetypes need IList /
6031         ICollection / IEnumerator interfaces for their extra twin type - sbyte for byte
6032         for example.
6034         * class.c (get_implicit_generic_array_interfaces): InternalEnumerator gets
6035         interfaces for valuetypes if needed.    
6037         * class.c (fill_valuetype_array_derived_types): Enums should have interfaces
6038         for their basetype as well. Types are array expanded if rank is > 0.
6040         Fixes #400716.
6042 2008-12-30  Bill Holmes  <billholmes54@gmail.com>
6044         * socket-io.h : Changing the signature of
6045           ves_icall_System_Net_Sockets_Socket_Accept_internal to pass
6046           the blocking state.
6048         * icall-def.h :  Changing the signature of
6049           System.Net.Sockets.Socket.Accept_internal to pass the blocking state.
6051         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Accept_internal) :
6052           For Windows only.  Avoid blocking when calling accept by
6053           querying for a connection via select.  The loop also queries
6054           the thread state every 1000 micro seconds for the thread
6055           stop state.  This will avoid the process hanging on shutdown
6056           when using a TcpChannel that is never connected to.
6058         Code is contributed under MIT/X11 license.
6060 2008-12-30  Marek Safar  <marek.safar@gmail.com>
6062         * tabledefs.h: Add METHOD_ATTRIBUTE_CHECK_ACCESS_ON_OVERRIDE.
6064 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
6066         * class.c (get_implicit_generic_array_interfaces): Extract common
6067         code to a helper function making it a lot easier on the eyes.
6069 2008-12-26 Rodrigo Kumpera  <rkumpera@novell.com>
6071         * class.c (get_implicit_generic_array_interfaces): If the internal
6072         enumerator is an interface inflate System.Object instead of itself.
6074         Fixes #461261.
6076 2008-12-24 Rodrigo Kumpera  <rkumpera@novell.com>
6078         * object.c (mono_runtime_invoke_array): Don't assert with
6079         byref nullable types.
6081         * marshal.c (mono_marshal_get_runtime_invoke): To handle
6082         byref nullables we unbox the object and store it on the
6083         stack. 
6084         We can't use the boxed object since it is the T of Nullable<T>
6085         and the boxed representation of a nullable it's underlying type
6086         or null.
6087         We could cheat and create a boxed nullable and use the same
6088         machinery of other byref VTs but this feels like a hack and
6089         using the stack has the bonus of reducing heap pressure.
6091         Fixes #461941.
6093 2008-12-23 Rodrigo Kumpera  <rkumpera@novell.com>
6095         * marshal.c (mono_marshal_emit_managed_wrapper): Handle char
6096         return value.
6098         Fixes #461867.
6100 2008-12-19  Bill Holmes  <billholmes54@gmail.com>
6102         * icall-def.h : Adding an internal call definition for 
6103           System.Environment.internalBroadcastSettingChange.
6105         * icall.c : Adding a Windows only implementation to broadcast a 
6106           WM_SETTINGCHANGE when an environment variable has changed.
6108         Code is contributed under MIT/X11 license.
6110 2008-12-19  Mark Probst  <mark.probst@gmail.com>
6112         * class.c, class-internals.h: Made
6113         mono_class_has_parent_and_ignore_generics() non-static.
6115 Thu Dec 18 16:35:22 CET 2008 Paolo Molaro <lupus@ximian.com>
6117         * image.c: deal with the mmap failing when loading an image.
6119 2008-12-17  Geoff Norton  <gnorton@novell.com>
6121         * threadpool.c: Ensure that the io_queue_lock is initialized
6122         in all circumstances, as we always attempt to cleanup against it.
6124 2008-12-17  Miguel de Icaza  <miguel@novell.com>
6126         * icall.c (ves_icall_System_Environment_get_Platform): For
6127         compatibility reasons for existing client code we will keep
6128         returning 4 for a while.   
6130         For how long will depend on the documentation being updated, and
6131         for us to give client code a chance to be updated.
6133         This reverts the original decison on #433108 since we did not
6134         catch roughly 33 instances of the broken code in our own source
6135         code base, we did not catch failures on the buildbots, and QA did
6136         not bring this as a problem.
6138         Only today I found some customer's code breaking due to our own
6139         class libraries not being fully updated and tracked it down to
6140         this change.  I am reverting it because if we could not even get
6141         our story straight in our own code base, how can we hope that our
6142         end user code be fixed?
6144         As of this morning, our Wiki page that documents how to detect
6145         Unix had not been fixed.    
6147 2008-12-16  Zoltan Varga  <vargaz@gmail.com>
6149         * metadata.c (inflated_method_in_image): Add a workaround for #458168.
6151         * class.c (mono_class_get_fields): Handle loading errors.
6153 2008-12-12 Mark Mason <mmason@upwardaccess.com>
6155         * 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.
6156         
6157 2008-12-12 Gonzalo Paniagua Javier <gonzalo@novell.com>
6159         * mono-perfcounters.c: avoid warning.
6161 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6163         * reflection.c (ensure_runtime_vtable): Work on generic instances and
6164         make sure all interfaces have MonoClass::interface_id set.
6166         * reflection.c (ensure_generic_class_runtime_vtable): Ensure the
6167         method table is property set.
6169 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6171         * class.c: New function mono_class_setup_interface_id that setup
6172         MonoClass::interface_id if needed.
6174         * class-internals.h: Export new function.
6176 2008-12-12 Rodrigo Kumpera  <rkumpera@novell.com>
6178         * class.c: Add code to sanity check the vtable after setup_vtable_general
6179         has done it's work.
6181 2008-12-11 Gonzalo Paniagua Javier <gonzalo@novell.com>
6183         * icall.c: make Assembly.GetExecutingAssembly work properly when
6184         reflection is used to invoke the method.
6185         Bug #321781 fixed.
6187 2008-12-11  Mark Probst  <mark.probst@gmail.com>
6189         * metadata/generic-sharing.c: Look for constraints in all type
6190         arguments, not just the first one.
6192 2008-12-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
6194         * appdomain.c: return the correct CodeBase for an Assembly instance
6195         that was loaded from the shadow-copy directories.
6196         Bug #458190 fixed.
6198 2008-12-10  Zoltan Varga  <vargaz@gmail.com>
6200         * sgen-gc.c (build_nursery_fragments): Clear nursery_next/nursery_frag_real_end.
6202         * sgen-gc.c (check_object): New debugging helper function.
6204         * object.c: Fix calls to mono_value_copy_array ().
6206 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6208         * class.c (mono_class_setup_fields): If working on an inflated class
6209         first check if the generic definition did init with success.
6211         Fixes #445361.
6213 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6215         pedump.c (main): Fix a warning.
6217 2008-12-10  Bill Holmes  <billholmes54@gmail.com>
6219         * object-internals.h : Adding a definition for 
6220           MonoReflectionComVisibleAttribute.
6222         * marshal.c (cominterop_com_visible) :  Method added to check the 
6223           ComVisible attribute of a class.
6225         * marshal.c (cominterop_raise_hr_exception, cominterop_get_interface) :  
6226           cominterop_raise_hr_exception added to consolidate common code 
6227           to raise hr exceptions.
6229         * marshal.c (cominterop_can_support_dispatch) :  Method added to determine 
6230           if a managed class should support IDispatch.
6232         * marshal.c 
6233           (cominterop_get_idispatch_for_objec, cominterop_ccw_queryinterfacet) :  
6234           Added additional checks for managed object when getting 
6235           an IDispatch interface.
6237         Code is contributed under MIT/X11 license.
6239 2008-12-10 Rodrigo Kumpera  <rkumpera@novell.com>
6241         pedump.c (main): Handle mono_get_method () returning NULL. 
6243 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
6245         * marshal.h: Fix a warning.
6247 2008-12-09  Bill Holmes  <billholmes54@gmail.com>
6249         * marshal.c : Adding cominterop_release_all_rcws to release all
6250           runtime callable wrappers held by the runtime.
6252         * marshal.h : Adding declaration for cominterop_release_all_rcws.
6253           
6254         Code is contributed under MIT/X11 license.
6256 2008-12-09  Zoltan Varga  <vargaz@gmail.com>
6258         * metadata.c (mono_image_alloc_lock): New helper function.
6259         (mono_image_alloc0_lock): Ditto.
6261         * metadata.c: Use the alloc_lock () helper functions for allocating
6262         memory from the image mempool.
6264 2008-12-08 Rodrigo Kumpera  <rkumpera@novell.com>
6266         * class.c (mono_class_from_generic_parameter): Document it's
6267         locking behavior. Fix double checked locking here, we stored in
6268         param->pklass a partially initialized MonoClass and no membar was used.
6270 2008-12-05  Marek Habersack  <mhabersack@novell.com>
6272         * sysmath.c (ves_icall_System_Math_Round2): if round (3) and rint
6273         (3) functions are present in the C library use them to do the
6274         job. If they are absent, make sure that the sum of int_part and
6275         dec_part is rounded before returning. This is necessary due to the
6276         division of dec_part by the power of 10 before the final addition
6277         is performed - if the result is not rounded in some cases it will
6278         yield invalid results.
6280 2008-12-04  Zoltan Varga  <vargaz@gmail.com>
6282         * marshal.c (mono_marshal_emit_native_wrapper): Add AOT support for pinvoke
6283         wrappers by emitting the function address using a CEE_MONO_ICALL_ADDR 
6284         instruction instead of a pointer constant.
6286 2008-12-03  Zoltan Varga  <vargaz@gmail.com>
6288         * loader.c (mono_method_get_header): Do most of the work outside the
6289         loader lock, to avoid assembly load hook deadlocks.
6291         * metadata.c (mono_metadata_parse_mh_full): Use finer-grained locking.
6292         (mono_metadata_parse_type_full): Ditto.
6294 2008-12-02 Rodrigo Kumpera  <rkumpera@novell.com>
6296         * mempool.c (mono_backtrace): Take the number of allocated bytes as argument.
6297         Make the stack depth fixed. Ensure proper argument passing to the backtrace
6298         funtions. Finally, use a lock to produce well ordered output.
6300         The lock looks silly, as all calls to the corlib mempool should be guarded
6301         with the loader lock, but for some reason this fact doesn't help. 
6303         * mempool.c (mono_mempool_alloc0): Add support for TRACE_ALLOCATIONS.
6305 2008-12-02  Mark Probst  <mark.probst@gmail.com>
6307         * socket-io.c: 64 bit big-endian fixes.
6309 2008-12-01 Rodrigo Kumpera  <rkumpera@novell.com>
6311         * verify.c (is_compatible_boxed_valuetype): Rewrite function to work properly with
6312         targets that require strict compatibility between the types.
6314         * verify.c (verify_stack_type_compatibility_full): Boxed values are not compatible
6315         to unboxed types. All cases that this is true are checked by is_compatible_boxed_valuetype.
6316         Kill the strict argument and create a new one valuetype_must_be_boxed.
6318         * verify.c (verify_delegate_compatibility): Use verify_stack_type_compatibility_full to
6319         state that all valuetypes must be boxed.
6321         Fixes #448560.
6323 2008-11-29  Kornél Pál  <kornelpal@gmail.com>
6325         * coree.c (MonoFixupExe): Use sizeof(IMAGE_BASE_RELOCATION) instead of
6326         IMAGE_SIZEOF_BASE_RELOCATION as newer Vista SDKs no longer define the latter.
6328         Contributed under MIT/X11 license.
6330 2008-11-28 Rodrigo Kumpera  <rkumpera@novell.com>
6332         * class.c (mono_class_setup_fields): Don't copy MonoType::attrs as
6333         the inflate_generic_type machinery should handle it.
6335         This avoids a crash when the field's flags is zero and it's type is
6336         a primitive.
6337         What happens is that mono_metadata_parse_type_full will see that opt_attrs
6338         is zero and will return one of the cached built-in primitive types. Since
6339         those types live in read-only memory, the code that copies it crashes.  
6341 2008-11-28  Mark Probst  <mark.probst@gmail.com>
6343         * object.c: Don't put function descriptors into generalized IMT
6344         thunks.
6346 2008-11-28  Mark Probst  <mark.probst@gmail.com>
6348         * class.c: Enable generic code sharing on PPC64.
6350 2008-11-27  Mark Probst  <mark.probst@gmail.com>
6352         * mempool.c, mempool-internals.h: Added g_slist_append_mempool()
6353         from mini/mini.c.
6355         * generic-sharing.c: Allocate the method template slists from the
6356         image mempool so it doesn't leak.
6358 2008-11-27 Rodrigo Kumpera  <rkumpera@novell.com>
6360         * class.c (generic_array_methods): Release the linked list.
6362 2008-11-27  Mark Probst  <mark.probst@gmail.com>
6364         * marshal.c (mono_string_builder_to_utf8): Fixed a wrong
6365         invocation to g_utf16_to_utf8().
6367 2008-11-26  Mark Probst  <mark.probst@gmail.com>
6369         * icall.c (mono_ArgIterator_IntGetNextArg): Handle sub-word sized
6370         arguments on big endian archs.
6372 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
6374         * reflection.c: (_mono_reflection_parse_type) skip leading spaces in
6375         the type name (test added in corlib).
6377 2008-11-25 Gonzalo Paniagua Javier <gonzalo@novell.com>
6379         * pedump.c: initialize perf. counters. Fixes a segv.
6381 2008-11-25  Martin Baulig  <martin@ximian.com>
6383         * mono-debug-debugger.c
6384         (mono_debugger_runtime_invoke): Return the exception object if an
6385         exception was thrown.  Visual Studio displays the exception object
6386         in the locals window.
6388 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6390         * mini-trampolines.c (mono_delegate_trampoline): Don't return a
6391         ftnptr.
6393 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6395         * marshal.c (mono_type_native_stack_size): MONO_TYPE_I and
6396         MONO_TYPE_U are sizeof (gpointer), too.
6398 2008-11-24  Mark Probst  <mark.probst@gmail.com>
6400         * marshal.c (mono_type_native_stack_size): Fixed size and
6401         alignment for reference types.
6403 2008-11-23  Mark Probst  <mark.probst@gmail.com>
6405         * class.c (mono_class_generic_sharing_enabled): Disable generic
6406         code sharing for PPC64.
6408 2008-11-21 Rodrigo Kumpera  <rkumpera@novell.com>
6410         * icall.c (mono_method_get_equivalent_method): Make sure
6411         method->klass->methods is inited before looping over it.
6413 2008-11-20 Gonzalo Paniagua Javier <gonzalo@novell.com>
6415         * object.c: when calling ExecuteAssembly in a newly created domain,
6416         the configuration file and application base are already set up.
6417         Bug #446353 take 2 fixed.
6419 2008-11-20  Zoltan Varga  <vargaz@gmail.com>
6421         * marshal.c: Add support for MONO_TYPE_GENERICINST to some functions.
6422         Fixes #444715. Fix a warning.
6424 2008-11-18 Gonzalo Paniagua Javier <gonzalo@novell.com>
6426         * appdomain.c: write the full path of the assembly to the .ini file
6427         created when "shadow-copying"
6428         Bug #446353 fixed.
6430 2008-11-18  Zoltan Varga  <vargaz@gmail.com>
6432         * debug-helpers.c (mono_method_full_name): Stringify wrapper types even
6433         if signature==FALSE.
6435 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
6437         * marshal.h : Fix the cygwin build.
6438            marshal.c:12442: undefined reference to `_IID_IMarshal'
6439           
6440         Code is contributed under MIT/X11 license.
6442 2008-11-17  Bill Holmes  <billholmes54@gmail.com>
6444         * marshal.h : cominterop_ccw_getfreethreadedmarshaler added to return the
6445           free threaded marshaler when QueryInterface is called on a COM callable
6446           wrapper requesting the IMarshal interface.
6447           
6448         Code is contributed under MIT/X11 license.
6450 2008-11-14  Zoltan Varga  <vargaz@gmail.com>
6452         * domain-internals.h (MonoDomain): Update MONO_DOMAIN_LAST_GC_TRACKED.
6454         * reflection.c (mono_type_get_object): Special case the very common
6455         void type.
6457         * domain-internals.h (struct _MonoDomain): Add 'typeof_void' field to
6458         hold typeof(void).
6460 2008-11-13  Bill Holmes  <billholmes54@gmail.com>
6462         * process.h : Adding method declaration for
6463           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6464           
6465         * process.c : Adding implementation for
6466           ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6467           
6468         * icall-def.h : Registering ICALL Processs.WaitForInputIdle_internal
6469           to ves_icall_System_Diagnostics_Process_WaitForInputIdle_internal.
6471         Code is contributed under MIT/X11 license.
6473 2008-11-10  Rodrigo Kumpera  <rkumpera@novell.com>
6475         * appdomain.c (unload_thread_main): Clean up threadpool by
6476         calling mono_thread_pool_remove_domain_jobs.
6478         * domain-internals.h (struct _MonoDomain): Add new fields to
6479         help coordinate the cleanup of the threadpool.
6481         * threadpool.c (mono_thread_pool_remove_domain_jobs): New fuction
6482         that cleans up the threadpool of all jobs associated with an appdomain.
6483         It does that by cleaning up the queues and making sure all active
6484         threads are accounted.
6486         * threadpool.c (async_invoke_io_thread): Ignore job if its domain is
6487         unloaded or in the process of. Take this is such way that there is
6488         no race condition between another thread starting the unload and the
6489         current thread acknowledging it.
6491         * threadpool.c (async_invoke_thread): Same.
6493         * threadpool.c (start_io_thread_or_queue): Increment threadpool_jobs before
6494         firing the new thread.
6496         * threadpool.c (start_tpthread): Same.
6498         * theadpool.c (append_job): Increment threadpool_jobs before queueing.
6500         * threadpool.h: Add mono_thread_pool_remove_domain_jobs.
6502 2008-11-06  Jonathan Chambers  <joncham@gmail.com>
6504         * file-io.c (ves_icall_System_IO_MonoIO_DuplicateHandle): 
6505         Add support for DuplicateHandle.
6506         
6507         * file-io.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
6508         Add support for DuplicateHandle.
6509         
6510         * icall-def.h (ves_icall_System_IO_MonoIO_DuplicateHandle): 
6511         Add support for DuplicateHandle.
6513         Code is contributed under MIT/X11 license.
6515 2008-11-06  Mark Probst  <mark.probst@gmail.com>
6517         * class-internals.h: Make min_align into a whole byte.
6519         * class.c: Set min_align for SIMD types to 16.
6521 2008-11-05  Geoff Norton  <gnorton@novell.com>
6523         * attach.c: Default the attacher to enabled for all cases including
6524         embedded.
6526 Wed Nov 5 16:33:41 CET 2008 Paolo Molaro <lupus@ximian.com>
6528         * monitor.c, class-internals.h, wrapper-types.h: revert incorrect
6529         change r117650.
6531 2008-11-04  Mark Probst  <mark.probst@gmail.com>
6533         * monitor.c, monitor.h: New function for querying offsets of
6534         members of MonoThreadsSync.
6536 2008-11-04  Zoltan Varga  <vargaz@gmail.com>
6538         * marshal.c (mono_marshal_get_runtime_invoke): Use runtime_invoke_direct_cache
6539         to speed up this function and to avoid the boundless memory growth caused by
6540         the signature_dup () calls.
6542 2008-11-02  Zoltan Varga  <vargaz@gmail.com>
6544         * monitor.c (mono_monitor_get_fast_enter_method): Add a proper type for the
6545         wrapper.
6547         * class-internals.h (struct _MonoMethod): Increase the size of 'wrapper_type'
6548         by 1 bit.
6550         * wrapper-types.h: Add MONO_WRAPPER_MONITOR_FAST_ENTER/EXIT.
6552 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
6554         * appdomain.c:
6555         * domain-internals.h: made mono_set_private_bin_path_from_config()
6556         "internal".
6557         * object.c: call the above function after setting the configuration
6558         file path for the root domain.
6559         Fixes bug #314478.
6561 2008-10-31 Gonzalo Paniagua Javier <gonzalo@novell.com>
6563         * assembly.c: when the assembly is loaded from an absolute path, end
6564         basedir with a directory separator.
6565         Bug #440781 fixed.
6567 2008-10-30  Mark Probst  <mark.probst@gmail.com>
6569         * monitor.c (mono_monitor_get_fast_enter_method): If
6570         CompareExchange is not available, don't create the fastpath
6571         instead of asserting.  (The method is missing in the 1.1 profile.)
6573 2008-10-30  Mark Probst  <mark.probst@gmail.com>
6575         * marshal.c, marshal.h: Rename signature_no_pinvoke() and make it non-static.
6577         * monitor.c, monitor.h: Code for generating Monitor.Enter and
6578         Monitor.Exit IL fastpaths.
6580 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
6582         * class.c (mono_class_create_from_typedef): Added Vector2ul.
6584 2008-10-28  Rodrigo Kumpera  <rkumpera@novell.com>
6586         * class.c (mono_class_create_from_typedef): Added Vector2l.
6588 2008-10-27  Rodrigo Kumpera  <rkumpera@novell.com>
6590         * class.c (mono_class_create_from_typedef): Added Vector2d.
6592 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
6594         * appdomain.c: translate \ into / for cache_path.
6595         * domain-internals.h: new mono_is_shadow_copy_enabled().
6596         * icall.c: (fill_reflection_assembly_name) do the same path
6597         manipulations that get_code_base does.
6598         (get_code_base) use mono_is_shadow_copy_enabled.
6600 2008-10-26 Gonzalo Paniagua Javier <gonzalo@novell.com>
6602         * appdomain.c: shadow-copied assemblies go to CachePath +
6603         ApplicationName when both are set. DynamicBase has nothing to do with
6604         shadow copies.
6605         Bug #406877 fixed.
6607 2008-10-26  Zoltan Varga  <vargaz@gmail.com>
6609         * reflection.c (encode_locals): Use a cache to avoid duplicate entries in the
6610         STANDALONESIG table.
6612         * metadata-internals.h (struct _MonoDynamicImage): Add cache for
6613         standalone signatures.
6615         * marshal.c (mono_marshal_get_runtime_invoke): Rewrite the signature 
6616         comparison code: instead of comparing the signatures using a custom
6617         equals function, transform them to a common signature and compare that. This
6618         works better with AOT.
6620 2008-10-25  Zoltan Varga  <vargaz@gmail.com>
6622         * Reapply r116521 with (!mono_debug_using_mono_debugger ()) checks.
6624         * class.c (mono_class_init): Remove unneccesary mono_class_setup_properties ()
6625         call for generic instances.
6626         (mono_class_setup_properties): Call setup_properties () before accessing
6627         gklass->properties.
6629         * class.c (mono_class_get_virtual_methods): New helper function to iterate
6630         over the virtual methods of a class using metadata if possible, avoiding the
6631         creation of MonoMethod's for non-virtual methods.
6632         
6633         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
6634         get_virtual_methods () to iterate over the virtual methods of classes.
6636 2008-10-25  Martin Baulig  <martin@ximian.com>
6638         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_DEAD): New #define.
6640 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
6642         * class.c (mono_class_create_from_typedef): Added Vector4i.
6644 2008-10-24  Mark Probst  <mark.probst@gmail.com>
6646         * marshal.c (mono_marshal_get_synchronized_wrapper): Emit
6647         ldtoken+GetTypeFromHandle instead of i4+icall so that the JIT
6648         special-casing applies to eliminate the call completely.
6650 2008-10-24  Rodrigo Kumpera  <rkumpera@novell.com>
6652         * class.c (mono_class_create_from_typedef): Added Vector8s.
6654 2008-10-23  Rodrigo Kumpera  <rkumpera@novell.com>
6656         * class.c (mono_class_create_from_typedef): Added Vector16sb.
6658 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
6660         * icall.c: get rid of annoying warning.
6662 2008-10-23 Gonzalo Paniagua Javier <gonzalo@novell.com>
6664         * threadpool.c: in 1.x, if you change the background status of the
6665         threadpool thread, it's not reset.
6666         Remove unnecessary calls to SetState.
6668 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6670         * threadpool.c: asynchronously create a set of idle threads upon first
6671         use of the threadpool. SetMinThreads will now start the appropriate
6672         number of idle threads if they are not already running. The default is
6673         1 threadpool thread per CPU. Increased the maximum number of threads
6674         per CPU to 10.
6676 2008-10-22  Martin Baulig  <martin@ximian.com>
6678         Revert r116521 from Zoltan, it breaks the debugger:
6680         * class.c (mono_class_get_virtual_methods): New helper function to iterate
6681         over the virtual methods of a class using metadata if possible, avoiding the
6682         creation of MonoMethod's for non-virtual methods.
6683         
6684         * class.c (mono_class_setup_vtable_general): Rewrite this to use 
6685         get_virtual_methods () to iterate over the virtual methods of classes.
6687 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6689         * threads.c: when creating a threadpool thread, set its state to
6690         'background'.
6691         * threadpool.c: reset the background state of a threadpool thread
6692         after finishing each work item
6693         Bug #437888 fixed.
6695 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
6697         * class.c (mono_class_get_vtable_entry): Add an optimization for szarrays.
6698         
6699         * class.c (mono_class_setup_vtable_general): Add an optimized version for
6700         generic instances which works by inflating the methods in the container
6701         class's vtable.
6703         * class.c (mono_class_inflate_generic_type_with_mempool_no_copy): New
6704         variant which doesn't make a copy if no inflation was done.
6705         (mono_class_setup_fields): Use it.
6707         * metadata.c (mono_metadata_get_shared_type): New helper function to
6708         return a shared instance of a given MonoType.
6710         * class.c (mono_class_inflate_generic_type_with_mempool): Avoid making
6711         a copy of most non-generic types.
6713 Wed Oct 22 18:00:46 CEST 2008 Paolo Molaro <lupus@ximian.com>
6715         * threadpool.c: remove one more GetSystemInfo () call.
6717 Wed Oct 22 17:45:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
6719         * mono-perfcounters.c, icall-def.h, environment.c, environment.h:
6720         use the code in mono-proclib.h to get processor information.
6722 2008-10-22 Gonzalo Paniagua Javier <gonzalo@novell.com>
6724         * appdomain.c: fixed the logic that determines whether assemblies in a
6725         directory are "shadow-copied" or not. Bug #433483 fixed.
6727 2008-10-22  Zoltan Varga  <vargaz@gmail.com>
6729         * process.c (ves_icall_System_Diagnostics_Process_GetProcessData): Fix a
6730         warning.
6732 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
6734         * marshal.c (runtime_invoke_signature_equal): Don't shared wrappers
6735         returning a vtype.
6737         * class.c debug-helpers.c object.c class-internals.h marshal.c icall.c
6738         reflection.c: Use mono_field_get_name () for accessing a field's name.
6740         * class-internals.h (MONO_CLASS_HAS_STATIC_METADATA): Move this here from
6741         class.c
6743         * class.c (mono_field_get_rva): Fix crash if this is called on a dynamic
6744         field.
6746         * loader.c (find_method_in_class): Reenable the metadata optimization by
6747         not using it for generic instances.
6749         * class-internals.h (MonoFieldDefaultValue): Extract the rarely used 
6750         data/def_type fields from MonoClassField into a separate structure.
6751         (struct MonoClassField): Remove data/def_type fields.
6752         (struct _MonoClass): Add a 'field_def_values' array to store the default
6753         values/RVA for fields.
6755         * class.c reflection.c: Update after the changes.
6756         
6757         * object.c (mono_class_create_runtime_vtable): Use mono_field_get_data ()
6758         for accessing field->data.
6760         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_InitializeArray): Ditto.
6762         * loader.c (find_method_in_class): Revert the last change for now as
6763         it breaks Mono.C5 unit tests.
6765         * class-internals.h (struct _MonoDynamicGenericClass): Add fields
6766         'field_generic_types' and 'field_objects' which contain the information
6767         previously stored in MonoInflatedField.
6768         (MonoInflatedField): Delete.
6769         (struct _MonoClassField): Delete 'generic_info' field.
6771         * reflection.c: Store the information which was previously in 
6772         field->generic_info in MonoDynamicGenericClass instead.
6774         * metadata.c (free_generic_class): Update after MonoDynamicGenericClass/
6775         MonoClassField changes.
6777 Tue Oct 21 17:07:55 CEST 2008 Paolo Molaro <lupus@ximian.com>
6779         * marshal.c, method-builder.c: get rid of wrapper_hash and instead
6780         store the value inside the data array of the MonoMethodWrapper.
6781         This saves memory, is faster and fixes the lifetime issues (methods
6782         were never removed from the hash previously). May also fix bug#436996.
6784 2008-10-21  Zoltan Varga  <vargaz@gmail.com>
6786         * reflection.c (mono_image_get_fieldref_token): For fields of non-dynamic 
6787         generic instances, compute the type from the generic definition instead of
6788         looking in field->generic_info.
6790         * class.c (mono_class_setup_fields): Don't create a MonoInflatedField
6791         for inflated fields, the only user was get_fieldref_token () which no
6792         longer needs it.
6794         * class.c (mono_class_init): Revert the last change as it seems to cause
6795         crashes.
6797         * class-internals.h (struct _MonoClassField): Reorder fields to save 4
6798         bytes on 64 bit platforms.
6800         * object.c (mono_class_create_runtime_vtable): Fix a warning.
6801         
6802         * object.c (mono_class_create_runtime_vtable): Don't initalize
6803         field->data/field->def_type here, it is done lazily by 
6804         mono_class_get_field_default_value ().
6806         * icall.c (ves_icall_get_enum_info): Call 
6807         mono_class_get_field_default_value () instead of directly accessing
6808         field->data and field->def_type.
6810         * object.c (get_default_field_value): Ditto.
6812         * class.c (mono_field_get_data): Ditto.
6813         
6814         * class.c (mono_class_init): Remove unneccesary mono_class_setup_methods ()
6815         call for generic instances.
6817         * loader.c (find_method_in_class): If klass != from_class, then inflate
6818         the method with the context of from_class, since the caller assumes this.
6820 2008-10-20  Zoltan Varga  <vargaz@gmail.com>
6822         * class.c (mono_method_get_vtable_index): Use mono_method_get_vtable_slot ()
6823         for accessing method->slot.
6825 2008-10-20  Cedric Vivier  <cedricv@neonux.com>
6827         * icall-def.h, icall.c: Add icall for Debugger.IsAttached.
6829 2008-10-19  Zoltan Varga  <vargaz@gmail.com>
6831         * class.c (mono_method_get_vtable_index): Use
6832         mono_method_get_vtable_slot () for accessing method->slot.
6834         * object.c (build_imt_slots): Use mono_class_get_method_by_index () for
6835         accessing klass->methods.
6837         * class.c (mono_method_get_vtable_slot): New helper function.
6838         (mono_class_get_vtable_entry): Ditto.
6839         (mono_class_setup_vtable_general): Use mono_method_get_vtable_slot () for
6840         accessing method->slot.
6842         * generic-sharing.c (mono_class_get_method_generic): Pass the declaring
6843         method to get_inflated_method ().
6845         * class.c (mono_class_get_inflated_method): New helper method to obtain
6846         a method of an inflated class without calling setup_methods ().
6847         (mono_class_get_cctor): Use get_inflated_method.
6849         * generic-sharing.c (mono_class_get_method_generic): Ditto.
6850         
6851         * marshal.c image.c: Lazily create all the marshal caches.
6853         * image.c (mono_image_init): Move initialization of runtime_invoke
6854         caches to marshal.c.
6856         * marshal.c (get_cache): New helper function to lazily initialize a 
6857         wrapper cache.
6858         (mono_marshal_get_runtime_invoke): Share more runtime invoke wrappers.
6860         * debug-helpers.c (mono_method_full_name): Include generic arguments.
6862 Fri Oct 17 10:51:32 CEST 2008 Paolo Molaro <lupus@ximian.com>
6864         * loader.c: fixed check for interface type.
6866 Thu Oct 16 20:59:11 CEST 2008 Paolo Molaro <lupus@ximian.com>
6868         * appdomain.c: check for NULL setup before it's referenced.
6871 Thu Oct 16 16:12:23 CEST 2008 Paolo Molaro <lupus@ximian.com>
6873         * class.c: remove the unused old vtable setup code.
6875 Thu Oct 16 12:53:29 CEST 2008 Paolo Molaro <lupus@ximian.com>
6877         * class.c: don't depend on interface order in
6878         setup_interface_offsets (bug #435777).
6879         * reflection.c: sort the InterfaceImpl table (patch from
6880         Jb Evain  <jbevain@novell.com>).
6882 2008-10-13  Zoltan Varga  <vargaz@gmail.com>
6884         * assembly.c (mono_assembly_open_full): Avoid loading images while holding
6885         the low level assemblies lock.
6887 Mon Oct 13 16:35:26 CEST 2008 Paolo Molaro <lupus@ximian.com>
6889         * domain-internals.h, domain.c, icall.c, image.c, marshal.c,
6890         object.c, reflection.c, socket-io.c, threads.c: introduced
6891         mono_framework_version () to return the major framewrok version,
6892         changed the code that was using more complex patterns to use it.
6893         Return the correct value for PlatformID for OSX.
6895 Mon Oct 13 14:38:01 CEST 2008 Paolo Molaro <lupus@ximian.com>
6897         * icall-def.h, process.h, process.c: added an icall to get info about
6898         processes using mono-proclib.
6900 Mon Oct 13 11:14:44 CEST 2008 Paolo Molaro <lupus@ximian.com>
6902         * mono-perfcounters.c: use the mono-proclib functions to
6903         access process information.
6905 Mon Oct 13 11:00:49 CEST 2008 Paolo Molaro <lupus@ximian.com>
6907         * domain.c, assembly.c, debug-mono-symfile.c, debug-mono-symfile.h,
6908         monosn.c, Makefile.am, pedump.c, image.c, metadata-internals.h,
6909         reflection.c: remove rawbuffer usage: mmap support is more sanely
6910         provided by utils/mono-mmap.
6912 Sat Oct 11 19:46:19 CEST 2008 Paolo Molaro <lupus@ximian.com>
6914         * gc.c: use posix semaphores when possible so that
6915         mono_gc_finalize_notify() is signal safe.
6917 2008-10-11  Zoltan Varga  <vargaz@gmail.com>
6919         * reflection.c: Implement DISABLE_REFLECTION_EMIT, remove some
6920         #ifdef DISABLE_REFLECTION_SAVE stuff, only the exported functions need to
6921         be #ifdef-ed out, the linker will remove the rest.
6923         * marshal.c: Implement DISABLE_COM.
6925         * reflection.c: Implement DISABLE_REFLECTION_EMIT_SAVE.
6927 2008-10-11  Miguel de Icaza  <miguel@novell.com>
6929         * locales.c (string_invariant_compare_char): Optimization: do not
6930         call g_unichar_type unless we actually need the information.
6932 2008-10-10  Mark Probst  <mark.probst@gmail.com>
6934         * object.c, class-internals.h: Also create remoting trampolines
6935         for generic methods.  Pass the domain to the remoting trampoline
6936         creation function, too.
6938 2008-10-10  Zoltan Varga  <vargaz@gmail.com>
6940         * class.c (mono_class_init): Fix+re-enable the finalize optimization.
6942 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
6944         * class.c (mono_class_create_from_typedef): Vector4u was renamed to
6945         Vector4ui.
6947 2008-10-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
6949         * assembly.c:
6950         * locales.c: remove the use of g_strdown. Fixes bug #322313.
6952 Fri Oct 10 17:01:42 CEST 2008 Paolo Molaro <lupus@ximian.com>
6954         * assembly.c: in mono_assembly_load_friends() take the assemblies lock
6955         for the least possible amount of time (extending the fix in r113458).
6957 2008-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
6959         * class.c (mono_class_create_from_typedef): Retrofit to new type names.
6961 2008-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
6963         * class.c (mono_class_create_from_typedef): Added Vector8u and Vector16u
6964         as possible simd intrinsic types.
6965         Optimized the test to check for the common prefix first.
6967 Thu Oct 9 17:38:24 CEST 2008 Paolo Molaro <lupus@ximian.com>
6969         * class.c: back out part of a broken optimization committed on
6970         May 23th (bug #433908).
6972 2008-10-09  Mark Probst  <mark.probst@gmail.com>
6974         * profiler.c (simple_shutdown): Don't call mono_thread_attach() on
6975         Win32.  Should fix #432388 for most cases until we have the new
6976         profiler on Win32.
6978 2008-10-08  Zoltan Varga  <vargaz@gmail.com>
6980         * metadata.c (mono_metadata_generic_context_hash): Call generic_inst_hash
6981         instead of using inst->id so the hash is stable for AOT.
6983 2008-10-07 Gonzalo Paniagua Javier <gonzalo@novell.com>
6985         * appdomain.c:
6986         * icall.c: create a .ini file for shadow-copied assemblies that
6987         contains the location of the original assembly. Use this to return the
6988         proper CodeBase for shadow-copied assemblies. Fixes bug #323606.
6989         Also fix the number of '/' for windows when returning the CodeBase.
6990         Fixes bug #430920.
6992 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
6994         * marshal.c (cominterop_get_ccw) : Fixing a copy paste error from r115126.
6996         Code is contributed under MIT/X11 license.
6998 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7000         * marshal.c (cominterop_get_native_wrapper) : Adding a call to mono_class_setup_vtable
7001           if if the class vtable needs initialized.
7003         Code is contributed under MIT/X11 license.
7005 2008-10-07  Bill Holmes  <billholmes54@gmail.com>
7007         * marshal.c (cominterop_get_native_wrapper_adjusted, cominterop_get_ccw) : 
7008           Adding default MonoMarshalSpecs for COM methods.  OBJECT->STRUCT,
7009           STRING->BSTR, and CLASS->INTERFACE.
7011         Code is contributed under MIT/X11 license.
7013 2008-10-07  Marek Habersack  <mhabersack@novell.com>
7015         * sysmath.h: changed the declaration of the
7016         ves_icall_System_Math_Round2 icall by adding an extra
7017         away_from_zero parameter.
7019         * sysmath.c (ves_icall_System_Math_Round2): added support for
7020         away from zero rounding. The icall now takes an extra boolean
7021         parameter to signal that away from zero operation is requested.
7023 2008-10-06  Zoltan Varga  <vargaz@gmail.com>
7025         * marshal.c (mono_marshal_get_delegate_begin_invoke): Put the wrapper in
7026         the delegate klass so it can work with full-aot.
7027         (mono_marshal_get_delegate_end_invoke): Ditto.
7028         (mono_marshal_get_delegate_invoke): Ditto.
7030 Mon Oct 6 16:10:02 CEST 2008 Paolo Molaro <lupus@ximian.com>
7032         * gc.c, attach.h, attach.c: remove a bad pattern:
7033         add_finalizer_callback () is not implemented correctly, it can't
7034         without adding more overhead to the finalizer loop and it's not
7035         even needed, since we know exactly what we need to call, so there is
7036         no need to do so through an expensive function pointer.
7038 2008-10-04  Zoltan Varga  <vargaz@gmail.com>
7040         * gc.c: Define a dummy version of mono_gc_add_finalizer_thread_callback ()
7041         for the no-gc case.
7042         * attach.c (mono_attach_init): Remove the #ifdef.
7044 2008-10-04  Andreas Färber  <andreas.faerber@web.de>
7046         * attach.c (mono_attach_init): Don't use
7047         mono_gc_add_finalizer_thread_callback when compiling without GC.
7048         Fixes #432306.
7049         
7050         Code is contributed under MIT/X11 license.
7052 2008-10-03  Zoltan Varga  <vargaz@gmail.com>
7054         * class.c (mono_class_create_from_typedef): Remove the 
7055         #ifndef DISABLE_SIMD stuff.
7057 2008-10-03  Rodrigo Kumpera  <rkumpera@novell.com>
7059         * class-internals.h (MonoClass): Added simd_type bit field.
7061         * class.c (mono_class_create_from_typedef): Check if type is a simd
7062         intrinsic.
7064 2008-10-03  Mark Probst  <mark.probst@gmail.com>
7066         * object.c (mono_method_add_generic_virtual_invocation): Only add
7067         instantiations to the thunk whose count is at least as large as
7068         the threshold.
7070 2008-10-02 Gonzalo Paniagua Javier <gonzalo@novell.com>
7072         * icall.c: changed the Type of the exception thrown when trying to
7073         invoke a constructor on an abstract class. Part of the fix for bug
7074         #324185.
7076 2008-10-02  Mark Probst  <mark.probst@gmail.com>
7078         * class.c, class-internals.h (mono_method_get_vtable_index): New
7079         function which returns the index into the vtable and properly
7080         handles inflated virtual generic methods.
7082 2008-10-01  Mark Probst  <mark.probst@gmail.com>
7084         * object.c, domain.c, object-internals.h, domain-internals.h:
7085         Generalize IMT thunk machinery to also handle thunks for virtual
7086         generic method invokes.  When a virtual generic method is invoked
7087         more than a number of times we insert it into the thunk so that it
7088         can be called without lookup in unmanaged code.
7090         * generic-sharing.c, class-internals.h: Fetching a
7091         MonoGenericInst* for a method from an (M)RGCTX.
7093 2008-10-01  Zoltan Varga  <vargaz@gmail.com>
7095         * marshal.c (emit_marshal_string): Applied a variant of a patch by
7096         tom hindle <tom_hindle@sil.org>. Fix byref native-to-managed string
7097         marshalling. Fixes #431304.
7099 2008-10-01  Bill Holmes  <billholmes54@gmail.com>
7101         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
7102           handle when ref is specified without In or Out.
7104         Code is contributed under MIT/X11 license.
7106 2008-09-30  Mark Probst  <mark.probst@gmail.com>
7108         * loader.c (mono_get_method_constrained): Don't expand method with
7109         the class's context, because it's already a method of that class.
7111 2008-09-30  Atsushi Enomoto  <atsushi@ximian.com>
7113         * attach.c : should be correct build fix.
7115 2008-09-29  Zoltan Varga  <vargaz@gmail.com>
7117         * attach.c: Fix the previous change.
7119 2008-09-29  Atsushi Enomoto  <atsushi@ximian.com>
7121         * attach.c : quick w32 build fix.
7123 2008-09-27  Miguel de Icaza  <miguel@novell.com>
7125         * Turn off MONO_GENERIC_SHARING=all and go back to corlib as it
7126         crashes MonoDevelop: #430455.
7128 2008-09-27  Zoltan Varga  <vargaz@gmail.com>
7130         * domain-internals.h (struct _MonoDomain): Move most fields used only by
7131         the JIT do MonoJitDomainInfo in ../mini/mini.h.
7133         * domain.c: Remove initialization/cleanup of the removed fields.
7135 2008-09-27  Mark Probst  <mark.probst@gmail.com>
7137         * class.c (mono_class_generic_sharing_enabled): Enable generic
7138         code sharing for PPC.
7140 2008-09-26  Bill Holmes  <billholmes54@gmail.com>
7142         * attach.c : Fixing the Windows builds.
7144         Code is contributed under MIT/X11 license.
7146 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
7148         * class.c (mono_class_generic_sharing_enabled): Experimentally change 
7149         the default generic sharing mode to 'all'.
7151 2008-09-25  Mark Probst  <mark.probst@gmail.com>
7153         * generic-sharing.c, class-internals.h: New function for checking
7154         whether a method needs a static RGCTX invoke wrapper.  A few
7155         funtions moved from mini/generic-sharing.c.
7157         * icall.c: New function used.
7159 2008-09-25  Mark Probst  <mark.probst@gmail.com>
7161         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
7162         Static RGCTX invoke wrapping applies to value type methods, too.
7164         * class.c (mono_class_setup_vtable_general): In generic-shared
7165         value types, wrap methods with a static RGCTX invoke wrapper.
7167 2008-09-25  Zoltan Varga  <vargaz@gmail.com>
7169         * attach.c (ipc_connect): Use AF_UNIX instead of AF_FILE to fix the
7170         osx build.
7172 2008-09-24  Zoltan Varga  <vargaz@gmail.com>
7174         * gc.c (mono_gc_add_finalizer_thread_callback): New function to
7175         register a callback which is called when the finalizer thread is woken
7176         up.
7177         (finalizer_thread): Call the callback if it exists.
7179         * attach.h attach.c: New files, implementing the attach mechanism.
7181         * appdomain.c: Init/cleanup the attach mechanism on startup/shutdown.
7182         
7183         * object.c (mono_object_get_virtual_method): Fix an assertion introduced
7184         by the previous change.
7186 Tue Sep 23 15:24:03 CEST 2008 Paolo Molaro <lupus@ximian.com>
7188         * class.c, domain-internals.h, domain.c, generic-sharing.c, image.c,
7189         loader.c, marshal.c, metadata-internals.h, metadata.c,
7190         method-builder.c, object.c, reflection.c: introduced specific functions
7191         to allocate from the domain and image mempools and cleaned up most of
7192         the code to use them (still missing a few in reflection.c).
7193         Keep the loader bytes counter updated.
7195 Mon Sep 22 17:33:12 CEST 2008 Paolo Molaro <lupus@ximian.com>
7197         * domain.c, monitor.c, boehm-gc.c, gc.c: update some of the GC and
7198         loader-related counters.
7200 Mon Sep 22 17:29:54 CEST 2008 Paolo Molaro <lupus@ximian.com>
7202         * mono-perfcounters-def.h, mono-perfcounters.c, class-internals.h:
7203         added more MS-compatible counters.
7205 2008-09-22  Zoltan Varga  <vargaz@gmail.com>
7207         * class.c (mono_class_setup_fields): Call setup_fields before accessing
7208         class->blittable. Fixes #428217.
7210 2008-09-21  Zoltan Varga  <vargaz@gmail.com>
7212         * reflection.c (mono_image_get_field_on_inst_token): Call 
7213         field_encode_signature () since that handles custom modifiers too.
7214         Fixes #424663.
7216 2008-09-20  Zoltan Varga  <vargaz@gmail.com>
7218         * reflection.c (add_custom_modifiers): New helper function to merge custom
7219         modifiers stored in objects to a MonoType.
7220         (fieldref_encode_signature): Encode custom modifiers.
7221         (mono_image_get_generic_field_token): Call add_custom_modifiers ().
7222         (fieldbuilder_to_mono_class_field): Ditto. Fixes #424663.
7224 2008-09-19  Kornél Pál  <kornelpal@gmail.com>
7226         * coree.c (_CorValidateImage): Some 64-bit IL only images have entry point
7227         calling _CorDllMain imported from mscoree.dll. Set entry point RVA to 0 for
7228         64-bit IL only images because imports are not resolved for IL only images.
7229         Special thanks to Bill Holmes for finding this bug and testing the patch.
7230         Also fail for 64-bit images marked as CLI_FLAGS_32BITREQUIRED.
7232         Contributed under MIT/X11 license.
7234 2008-09-19  Miguel de Icaza  <miguel@novell.com>
7236         * mono-config.c (dllmap_start): Add support for the bits keyword
7237         on dllentry and dllmap to easily detect 32 vs 64 bit systems.
7239 2008-09-19  Mark Probst  <mark.probst@gmail.com>
7241         * reflection.c (inflate_mono_method): When the class the method is
7242         to be inflated for is itself not inflated, just return the method.
7244 Fri Sep 19 11:51:36 CEST 2008 Paolo Molaro <lupus@ximian.com>
7246         * mono-perfcounters.c: use more user friendly process instance names.
7248 2008-09-18  Bill Holmes  <billholmes54@gmail.com>
7250         * marshal.c (emit_marshal_variant) : Change the attribute checks to 
7251           handle "[in] ref" and "[in][out] ref" cases.
7253         * marshal.c (cominterop_get_ccw) : The wrong signature was being passed
7254           to mono_mb_create_method.  This was causing problems calling native to
7255           managed passing Variants by value.
7257         Code is contributed under MIT/X11 license.
7259 2008-09-18  Zoltan Varga  <vargaz@gmail.com>
7261         * class.c (can_access_internals): Call mono_assembly_load_friends ()
7262         before accessing the friend_assembly_names field.
7264         * assembly.c (mono_assembly_load_friends): Make this callable multiple
7265         times.
7266         (mono_assembly_load_from_full): Avoid calling load_friends (), it is
7267         called lazily when it is needed.
7269         * metadata-internals.h (struct _MonoAssembly): Add 
7270         'friend_assembly_names_inited' flag.
7272 Thu Sep 18 18:18:47 CEST 2008 Paolo Molaro <lupus@ximian.com>
7274         * mono-perfcounters-def.h: fix the types of a few counters.
7275         * mono-perfcounters.c: implemented the instance names getter
7276         and a few bugfixes.
7278 2008-09-18  Atsushi Enomoot  <atsushi@ximian.com>
7280         * culture-info-table.h : regenerated.
7282 2008-09-17  Robert Jordan  <robertj@gmx.net>
7284         * marshal.c (mono_marshal_get_ldflda_wrapper): Add support for
7285         context bound objects. Fixes #415577.
7287         Code is contributed under MIT/X11 license.
7289 Tue Sep 16 21:03:58 CEST 2008 Paolo Molaro <lupus@ximian.com>
7291         * icall-def.h, threads-types.h, threads.c: fixed SpinWait()
7292         implementation (bug #423582).
7294 2008-09-16  Zoltan Varga  <vargaz@gmail.com>
7296         * object.c (mono_object_get_virtual_method): Handle the case method->slot
7297         is not set. Fixes #426309.
7299 2008-09-16  Jb Evain  <jbevain@novell.com>
7301         * class.c (mono_class_from_name): fix the exported type look up
7302         when the type is defined in a referenced assembly.
7304 2008-09-16  Jb Evain  <jbevain@novell.com>
7306         * reflection.c (mono_image_fill_export_table_from_type_forwarders):
7307         increment the next index counter on each iteration to make that work
7308         for more than one type forwarder. Unmanaged part to fix #422929.
7310 2008-09-15  Mark Probst  <mark.probst@gmail.com>
7312         * object-internals.h: enum ComInterfaceType in
7313         MonoInterfaceTypeAttribute is guint32, not guint16.
7315 2008-09-12  Mark Probst  <mark.probst@gmail.com>
7317         * cil-coff.h, image.c, reflection.c: Endianness fixes in image
7318         writing code.
7320 2008-09-11  Mark Probst  <mark.probst@gmail.com>
7322         * icall.c: Boolean arguments to a runtime invoke are MonoBoolean,
7323         not gboolean.
7325 2008-09-11  Mark Probst  <mark.probst@gmail.com>
7327         * debug-mono-symfile.c (mono_debug_symfile_lookup_location):
7328         Endianness fixes for MonoSymbolFileOffsetTable.
7330 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
7332         * process.c (complete_path) : Removing quotes from the 
7333           input path.  The glib file routines do not handle file paths
7334           that have quotes around them.
7336         Code is contributed under MIT/X11 license.
7338 2008-09-10  Bill Holmes  <billholmes54@gmail.com>
7340         * socket-io.h : Adding a comment to provide locations where 
7341           changes to MonoSocketAsyncResult need to be synced.
7343         Code is contributed under MIT/X11 license.
7345 2008-09-10  Zoltan Varga  <vargaz@gmail.com>
7347         * marshal.c (emit_marshal_custom): Call NativeToManaged for non-out 
7348         parameters as well. Fixes #425001.
7350 2008-09-08  Miguel de Icaza  <miguel@novell.com>
7352         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Fix
7353         windows build.
7355 2008-09-07  Miguel de Icaza  <miguel@novell.com>
7357         * console-io.c: Add support for tracking the window size if it
7358         changes.
7360         The setup is very simple: the TtySetup function will now return a
7361         pointer to a location in memory that tracks the current console
7362         size.  The managed code checks its current value every time its
7363         queried against the last value set, and updates accordingly.
7365         With this setup we can work with multiple consoles, and we do not
7366         require to poke into managed code from a signal handler.
7368         Additionally, the environment for COLUMNS and LINES is now handled
7369         in unmanaged code.
7371         (ves_icall_System_ConsoleDriver_GetTtySize): This is now gone.
7373 2008-09-07  Mark Probst  <mark.probst@gmail.com>
7375         * marshal.c (mono_type_native_stack_size): Treat
7376         MONO_TYPE_TYPEDBYREF like MONO_TYPE_VALUETYPE.
7378 2008-09-04  Jb Evain  <jbevain@novell.com>
7380         * class.c (mono_class_is_assignable_from): fix assignability of nullables
7381         to nullables.
7383 2008-09-03 Rodrigo Kumpera  <rkumpera@novell.com>
7385         * verify.c (verify_type_compatibility_full): Revert change
7386         to allow converting a native int to unmanaged pointer be verifiable
7387         under non-strict mode.
7388         It turns out that "(IntPtr)null" is indeed unverifiable, go figure.
7390         * verify.c: Added some TODOs.
7392 2008-09-02  Bill Holmes  <billholmes54@gmail.com>
7394         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi,
7395           ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni) :
7396           Changed to use GlobalAlloc for the memory returned on Windows platforms.
7398         Code is contributed under MIT/X11 license.
7400 2008-09-02  Jb Evain  <jbevain@novell.com>
7402         * object.c (mono_ldstr_metdata_sig): renamed to mono_ldstr_metadata_sig.
7404 2008-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
7406         reflection.c (typebuilder_setup_fields): Handle classes with
7407         explicit size.
7409 2008-09-01 Rodrigo Kumpera  <rkumpera@novell.com>
7411         class.c (mono_class_setup_events): Add memory barrier due to
7412         double checked locking.
7413         
7414         class.c (mono_class_setup_properties): Same.
7416 2008-08-31  Zoltan Varga  <vargaz@gmail.com>
7418         * class.c (mono_class_is_assignable_from): Fix the build.
7419         
7420         * class.c (mono_class_is_assignable_from): Call mono_class_setup_vtable ()
7421         before accessing klass->interface_bitmap. Fixes #421744.
7423 2008-08-28  Zoltan Varga  <vargaz@gmail.com>
7425         * appdomain.c (mono_runtime_set_no_exec): New internal function setting
7426         the runtime into no-exec mode, useful when running the AOT compiler.
7428         * appdomain.c gc.c object.c: Avoid executing managed code when running
7429         in no-exec mode.
7430         
7431         * rawbuffer.c (mono_raw_buffer_load_mmap): Disable this on the iphone.
7433         * reflection.c (_mono_reflection_get_type_from_info): Handle the 
7434         special case when the mono_assembly_loaded () returns NULL because the 
7435         search hook is not installed.
7437 2008-08-25  Zoltan Varga  <vargaz@gmail.com>
7439         * marshal.c: Applied patch from tom hindle (tom_hindle@sil.org) to fix
7440         crashes in bstr marshalling on linux.
7442 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
7444         * debug-helpers.c (mono_type_get_desc): Fix printing of generic instances
7445         with more than one parameter.
7447 2008-08-24  Miguel de Icaza  <miguel@novell.com>
7449         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup): Disable
7450         start/stop flow control as well when turning off ICANON (allows
7451         C-s and C-q to be read by Console.ReadKey).
7453 2008-08-24  Zoltan Varga  <vargaz@gmail.com>
7455         * class.c (mono_class_init): Move the initialization of nested classes
7456         into mono_class_get_nested_types (). Fixes #418433.
7458         * class-internals.h (struct _MonoClass): Add a new 'nested_classes_inited'
7459         flag.
7461         * class.c reflection.c icall.c: Use mono_class_get_nested_types () for 
7462         iterating tough the nested classes of a class.
7464 2008-08-23  Zoltan Varga  <vargaz@gmail.com>
7466         * class.c (mono_class_generic_sharing_enabled): Enable generic sharing
7467         on arm.
7469 2008-08-22  Miguel de Icaza  <miguel@novell.com>
7471         * console-io.c (sigcont_handler): Support signal chaining for
7472         SIGCONT.
7474         (console_set_signal_handlers): Use best practices with sigaction,
7475         clear the structure before using it. 
7477 2008-08-22  Robert Jordan  <robertj@gmx.net>
7479         * console-io.c (ves_icall_System_ConsoleDriver_TtySetup):
7480         Fix the Windows build.
7482 2008-08-22  Zoltan Varga  <vargaz@gmail.com>
7484         * class.c (mono_class_generic_sharing_enabled): Make the default
7485         sharing mode 'corlib'.
7487 2008-08-21  Zoltan Varga  <vargaz@gmail.com>
7489         * console-io.c (console_set_signal_handlers): Fix a warning.
7491         * marshal.c (mono_marshal_get_synchronized_wrapper): Call the wrapper
7492         method normally, the JIT will take care of avoiding recursion.
7494 2008-08-20  Bill Holmes  <billholmes54@gmail.com>
7496         * console-io.c : Fixing builds for platforms that do not have <termios.h>.
7498         Code is contributed under MIT/X11 license.
7500 2008-08-20  Miguel de Icaza  <miguel@novell.com>
7502         * console-io.c (sigcont_handler): We need to restore the entire
7503         termios state, not only the original settings, as things like echo
7504         can be controlled after this (Booish exposes this issue with its
7505         own ReadLine implementation).
7507         Additionally, we need to set the terminal back into keypad_xmit
7508         mode.
7509         
7510         (ves_icall_System_ConsoleDriver_TtySetup): Take the keypad xmit
7511         string as a paramter as well.   Otherwise we get different
7512         keyboard sequences.
7514 2008-08-20  Zoltan Varga  <vargaz@gmail.com>
7516         * marshal.c (emit_marshal_object): Avoid managed-to-native marshalling of
7517         delegates with byref out parameter passing. Fixes #351520.
7519         * debug-helpers.c (mono_context_get_desc): New helper function to stringify
7520         a generic context.
7521         (mono_type_get_desc): Add the type arguments for GENERICINST.
7522         (mono_method_full_name): Stringify the class name using mono_type_full_name
7523         so it picks up generic arguments.
7525 2008-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
7527         * console-io.c: Removed debug output.
7529 2008-08-19 Rodrigo Kumpera  <rkumpera@novell.com>
7531         reflection.c (mono_reflection_create_runtime_class): Alloc
7532         the nested classes linked list using the dynamic image mempool.
7533         Fixes leak in corlib compilation.
7535 2008-08-19  Miguel de Icaza  <miguel@novell.com>
7537         * console-io.c: Fix incredibly annoying behavior on the console
7538         after resuming execution after control-z.   This affected every
7539         console application.
7541 2008-08-18 Rodrigo Kumpera  <rkumpera@novell.com>
7543         * mempool-internals.h: Header for mono private mempool functions. The first
7544         two function are for allocating glib linked lists using pools.
7546         * mempool.c: Added g_list_prepend_mempool and g_slist_prepend_mempool.
7548         * Makefile.am: Added mempool-internals.h.
7550 2008-08-16  Zoltan Varga  <vargaz@gmail.com>
7552         * domain.c (mono_domain_create): Call the JIT domain hook if installed.
7553         (mono_domain_free): Ditto.
7555         * domain-internals.h (struct _MonoDomain): Add 'runtime_info' field, this could
7556         be used by the JIT to store its domain-specific information, instead of putting
7557         it directly into MonoDomain.
7559         * domain.c (mono_install_create_domain_hook): New helper function to install
7560         a hook which initializes domain->runtime_info.
7562         * domain.c (mono_install_free_domain_hook): Ditto.
7563         
7564 2008-08-15  Zoltan Varga  <vargaz@gmail.com>
7566         * marshal.c (mono_delegate_end_invoke): Raise an exception instead of
7567         asserting if the ares parameter is null.
7569         * mono-perfcounters.c: Fix warnings.
7571         * marshal.c (mono_marshal_get_delegate_begin_invoke): Don't set save_lmf, it
7572         is not needed, don't check for interruptions either.
7573         (mono_marshal_get_delegate_end_invoke): Ditto.
7575 2008-08-15  Marek Habersack  <mhabersack@novell.com>
7577         * mono-perfcounters.c (predef_readonly_counter): added support for
7578         reading the ASP.NET Requests Queued counter from another process.
7580 2008-08-12  Zoltan Varga  <vargaz@gmail.com>
7582         * metadata-internals.h: Move the 'aot_module' field from MonoAssembly to
7583         MonoImage to simplify the AOT code.
7585 2008-08-10  Zoltan Varga  <vargaz@gmail.com>
7587         * marshal.c (emit_marshal_object): Implement native-to-managed StringBuilder
7588         marshalling. Fixes #416078.
7590 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
7591         
7592         * marshal.c (mono_marshal_get_native_wrapper): Add an 'aot' argument, when
7593         it is set, looking up the icall address is deferred to the JIT, since 
7594         in embedded scenarios, the icall might not be registered in the runtime
7595         doing the AOT compilation. Backported from the 2.0 branch.
7597 2008-08-08  Zoltan Varga  <vargaz@gmail.com>
7599         * marshal.c (mono_remoting_wrapper): Handle nullable types correctly.
7600         Fixes #415621.
7602 2008-08-05  Marek Habersack  <mhabersack@novell.com>
7604         * Makefile.am: added support for cross-compilation.
7606 2008-08-04  Zoltan Varga  <vargaz@gmail.com>
7608         * socket-io.c (get_socket_assembly): Make 'moonlight' variable static.
7610 Fri Aug 1 18:47:48 CEST 2008 Paolo Molaro <lupus@ximian.com>
7612         * mono-perfcounters.c: jitted methods and jitted bytes counters.
7614 Fri Aug 1 16:07:09 CEST 2008 Paolo Molaro <lupus@ximian.com>
7616         * class-internals.h, icall-def.h, mono-perfcounters-def.h,
7617         mono-perfcounters.c: performance counters implementation.
7619 2008-07-31  Zoltan Varga  <vargaz@gmail.com>
7621         * metadata-internals.h (struct _MonoAssembly): Change the type of 'aot_module'
7622         to gpointer, letting the AOT code decide what to store in it.
7624 2008-07-31  Bill Holmes  <billholmes54@gmail.com>
7626         * marshal.c (cominterop_get_native_wrapper) : Adding a call to 
7627           mono_class_setup_methods if the methods are not initialized.
7629         Code is contributed under MIT/X11 license.
7631 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
7633         * verify.c: Remove some debug code I commited by accident.
7635         * verify.c (mono_method_is_valid_in_context): Change the return value
7636         to make possible to distinguish between invalid and unverifiable.
7638         * verify.c (verifier_load_method): Don't return NULL for unverifiable
7639         methods.
7641 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
7643         * verify.c (mono_generic_param_is_constraint_compatible): Inflate type
7644         constraints. Fixes regression in gtest-253.
7646 2008-07-30 Rodrigo Kumpera  <rkumpera@novell.com>
7648         * verify.c (mono_verifier_verify_class): Don't allow generic types
7649         with explicit layout.
7651         * verify.c (mono_method_verify): Check locals and argument types.
7653 2008-07-29  Zoltan Varga  <vargaz@gmail.com>
7655         * monitor.c (mono_monitor_try_enter_internal): Allow nterruption of the
7656         wait if the thread is in StopRequested state.
7658         * class.c (mono_class_from_name): Refactor the module searching code into
7659         a separate function so it can be reused in the AOT case too.
7661 2008-07-28 Rodrigo Kumpera  <rkumpera@novell.com>
7663         * verify.c (mono_type_is_valid_in_context): Improve the error message.
7664         Check both the type and it's generic type definition for loader errors.
7665         
7666         * verify.c (mono_method_is_valid_in_context): Don't generate another
7667         error when a type errors occur, this leads to the wrong exception been
7668         thrown.
7670 2008-07-28  Dick Porter  <dick@ximian.com>
7672         * icall-def.h
7673         * process.c
7674         (ves_icall_System_Diagnostics_Process_ProcessHandle_duplicate):
7675         New internal calls to duplicate and close a process handle.
7677 2008-07-27  Andreas Färber  <andreas.faerber@web.de>
7679         * object.c (CHECK_ADD_OVERFLOW_UN): Add missing bracket. Fixes #412499.
7681 2008-07-27  Zoltan Varga  <vargaz@gmail.com>
7683         * appdomain.c (unload_thread_main): Attach the unload thread to the runtime.
7685 2008-07-27  Robert Jordan  <robertj@gmx.net>
7687         * class.c (mono_class_init): Don't compute class.has_finalize for
7688         valuetypes. Fixes #412477.
7690 2008-07-25 Rodrigo Kumpera  <rkumpera@novell.com>
7692         * verify.c: Implement constraint equivalence checking.
7693         This is required when a generic parameter is used as
7694         argument to a constrained one.
7696         Fixes #410637.
7698 2008-07-24  Zoltan Varga  <vargaz@gmail.com>
7700         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
7702         * domain-internals.h (struct _MonoDomain): Add 'method_code_hash' field.
7704         * object-internals.h (struct _MonoDelegate): Add 'method_code' field,
7705         synch with managed object layout.
7707 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
7709         * verify.c (do_branch_op): Handle valuetypes and generic
7710         arguments properly.
7712         * verify.c (do_cmp_op): Same.
7714         Fixes #410383.
7716 2008-07-24  Mark Probst  <mark.probst@gmail.com>
7718         * generic-sharing.c: Fix memory leaks.
7720         * class.c, class-internals.h: Make
7721         mono_class_inflate_generic_type_with_mempool() non-static.
7723 2008-07-24 Rodrigo Kumpera  <rkumpera@novell.com>
7725         * pedump.c (dump_verify_info): Dump full class name.
7727 2008-07-24  Mark Probst  <mark.probst@gmail.com>
7729         * generic-sharing.c: Removed some old code that didn't do anything.
7731 2008-07-24  Massimiliano Mantione  <massi@ximian.com>
7732         * profiler.c: Added runtime_initialized_event,
7733         mono_profiler_install_runtime_initialized and
7734         mono_profiler_runtime_initialized. This new hook tells the profiler
7735         when the runtime is sufficiently initialized to be able to call
7736         mono_thread_attach on the root appdomain.
7737         * profiler.h, profiler-private.h: Likewise.
7739 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
7741         * verify.c (do_cast): Do boxing for generic arguments as well.
7743         * class.c (is_nesting_type): Drop generic instantiations before
7744         checking for nesting.
7746         * class.c (can_access_instantiation): Allow access to generic
7747         arguments.
7749 2008-07-23 Rodrigo Kumpera  <rkumpera@novell.com>
7751         * verify.c (verify_class_for_overlapping_reference_fields):
7752         On some cases, the field size might be zero, guard against that.
7753         Fix the explicit layout check to work as expected.
7755 2008-07-23  Zoltan Varga  <vargaz@gmail.com>
7757         * threads.c (ves_icall_System_Threading_Thread_Abort): Avoid calling 
7758         mono_thread_resume () during shutdown, since the thread we want to abort
7759         might be suspended.
7761 2008-07-22  Zoltan Varga  <vargaz@gmail.com>
7763         * mono-debug-debugger.c (mono_debugger_check_breakpoints): Fix a 
7764         warning.
7766         * debug-mono-symfile.c: Fix a warning.
7768         * mono-perfcounters.c (get_cpu_times): Fix a warning.
7770         * object.c (mono_class_vtable): Check if exception_type is set, and return
7771         NULL as defined by the function comments.
7773 2008-07-22  Mark Probst  <mark.probst@gmail.com>
7775         * mempool.c: Use malloc for every single mempool allocation if the
7776         configure option is set.  This makes it easier to track mempool
7777         allocations with tools like Valgrind.
7779 2008-07-22  Jb Evain  <jbevain@novell.com>
7781         * reflection.c (create_dynamic_mono_image): emit the same
7782         metadata version that SL2 does when creating a SL2 image.
7784 2008-07-21 Rodrigo Kumpera  <rkumpera@novell.com>
7786         * icall-def.h:
7787         * icall.c: New icall System.Enum:get_hashcode. This function
7788         avoids the overhead of boxing the enum to the underlying type.
7790 2008-07-21  Mark Probst  <mark.probst@gmail.com>
7792         * reflection.c (mono_method_get_object): Don't let static RGCTX
7793         invoke wrappers get into MonoReflectionMethods.
7795 2008-07-17 Rodrigo Kumpera  <rkumpera@novell.com>
7797         * object-internals.h:
7798         * object.c: New mono_runtime_class_init_full function
7799         that makes throwing the exception optinal.
7801         * class-internals.h: New exception type MONO_EXCEPTION_OBJECT_SUPPLIED
7802         for the case where the exception object is supplied.
7804 2008-07-16  Kornél Pál  <kornelpal@gmail.com>
7806         * coree.h: Define __ImageBase as _image_base__ on cygwin that fixes build with
7807         old ld versions.
7809         Contributed under MIT/X11 license.
7811 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
7813         * string-icalls.c (ves_icall_System_String_InternalSplit):
7814         Optimize array allocation by caching the MonoClass of the
7815         array type.
7817         * icall.c (ves_icall_Type_GetMethodsByName): Same.
7819         * reflection.c (mono_param_get_objects): Same.
7821 2008-07-16 Rodrigo Kumpera  <rkumpera@novell.com>
7823         * icall-def.h:
7824         * icall.c: New ves_icall_MonoGenericClass_InflateType icall.
7825         It inflates the given type using the class context.
7827 2008-07-15 Rodrigo Kumpera  <rkumpera@novell.com>
7829         * object.c (mono_class_try_get_vtable): New function. Tries to fetch
7830         the vtable if it already exists.
7832         * object-internals.h: Add mono_class_try_get_vtable as part of the
7833         internal API.
7835         * reflection.c (mono_type_get_object): Use the MonoObject from the
7836         vtable when possible. Reduces locking contention on reflection heavy
7837         code.
7839 2008-07-15  Zoltan Varga  <vargaz@gmail.com>
7841         * decimal.c (my_g_bit_nth_msf): Implement this directly without calling
7842         g_bit_nth_msf () since that macro is not implemented in eglib.
7844 2008-07-13  Zoltan Varga  <vargaz@gmail.com>
7846         * class.c (mono_class_generic_sharing_enabled): Always disable generic sharing
7847         on platforms which do not support it.
7849 2008-07-12  Zoltan Varga  <vargaz@gmail.com>
7851         * marshal.c (mono_signature_to_name): Encode sig->hasthis as well.
7853 2008-07-11  Martin Baulig  <martin@ximian.com>
7855         * mono-debug-debugger.h
7856         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_INTERRUPTION_REQUEST'.
7858         * mono-debug-debugger.c
7859         (_mono_debugger_interruption_request): New global volatile variable.
7860         (mono_debugger_check_interruption): New public function.
7862         * threads.c
7863         (mono_thread_current_check_pending_interrupt): Call
7864         mono_debugger_check_interruption().
7865         (mono_thread_interruption_checkpoint_request): Likewise.
7867 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
7869         * verify.c: Add more type checks for loaded types. Verify the result
7870         handle from ldtoken.
7872 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
7874         * loader.c (field_from_memberref): Don't crash if the field
7875         wasn't found.
7877 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
7879         * verify.c: Verify if type and method instantiations
7880         don't have invalid VAR or MVAR arguments.
7882 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
7884         * verify.c: Fix double free of function pointer list.
7886 2008-07-11 Rodrigo Kumpera  <rkumpera@novell.com>
7888         * object.c (mono_string_to_utf8): Comment the new code as it
7889         breaks under eglib.
7891 2008-07-08 Rodrigo Kumpera  <rkumpera@novell.com>
7893         * object.c (mono_string_to_utf8): Avoid allocating a temp array.
7895 2008-07-07  Bill Holmes  <billholmes54@gmail.com>
7897         * threads.c : Thread.Interrupt changes to ensure that ThreadInterruptedException
7898           is not throw too many times.
7900         Code is contributed under MIT/X11 license.
7902 2008-07-07  Zoltan Varga  <vargaz@gmail.com>
7904         * mono-debug.c (mono_debug_find_method): Allow this to be called even when
7905         debugging is turned off.
7907 2008-07-06  Zoltan Varga  <vargaz@gmail.com>
7909         * generic-sharing.c (mono_method_lookup_rgctx): Fix a warning.
7911 2008-07-04  Mark Probst  <mark.probst@gmail.com>
7913         * class-internals.h, class.c: Added new generic sharing option:
7914         Share only stuff in System.Collections.Generic, which is now the
7915         default.
7917 2008-07-04  Mark Probst  <mark.probst@gmail.com>
7919         * generic-sharing.c, class-internals.h: New function for getting a
7920         generic method in a generic class given the corresponding method
7921         for a different instantiation of the class.  Partly refactored
7922         from mini-trampolines.c.
7924         * class.c: Make sure generic methods have a class_inst if they are
7925         part of a generic class.
7927         * metadata.c (mono_type_stack_size_internal): Handle type
7928         variables.
7930 2008-07-04  Mark Probst  <mark.probst@gmail.com>
7932         * domain-internals.h: New field (has_this) in MonoGenericJitInfo.
7933         Signifies whether information on the this/vtable/mrgctx variable
7934         is available.
7936 2008-07-04  Mark Probst  <mark.probst@gmail.com>
7938         * object.c, object-internals.h, icall.c: New function
7939         mono_delegate_ctor_with_method(), which does the same as
7940         mono_delegate_ctor(), but takes an explicit method argument
7941         instead of taking the method from the jit info.
7943         * marshal.c: When creating a delegate with an inflated method take
7944         the "this" argument as the target class for the castclass.
7946 2008-07-03  Mark Probst  <mark.probst@gmail.com>
7948         * domain.c (mono_jit_info_table_find): Fixed a bug that caused
7949         mono_jit_info_table_find() to perform very badly in some cases.
7951 2008-07-02  Zoltan Varga  <vargaz@gmail.com>
7953         * icall.c (type_from_typename): Handle 'string'.
7955         * marshal.c (mono_marshal_get_runtime_invoke): Don't insert runtime invoke
7956         wrappers into the wrapper_hash, since the key is not a MonoMethod.
7958 2008-07-01  Zoltan Varga  <vargaz@gmail.com>
7960         * icall.c (mono_get_jit_icall_info): New function to return the jit icall hash table.
7962         * *-gc.c (mono_gc_get_managed_allocator_types): New function to return the
7963         number of available managed allocator types.
7965         * marshal.c (mono_marshal_init): Register Thread:ResetAbort as an icall ().
7966         (mono_marshal_get_runtime_invoke): Call ResetAbort as an icall.
7968 2008-06-30  Zoltan Varga  <vargaz@gmail.com>
7970         * domain-internals.h (struct _MonoDomain): Add 'jit_code_hash_lock' field,
7971         which is a low level lock protecting just the 'jit_code_hash' hash table.
7973         * domain.c: Initialize+cleanup jit_code_hash_lock.
7974         
7975 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
7977         * coree.c (mono_load_coree): Set coree_module_handle global variable only
7978         after initialization.
7980         * coree.h: Make MonoFixupExe internal.
7982         Contributed under MIT/X11 license.
7984 2008-06-30  Kornél Pál  <kornelpal@gmail.com>
7986         * coree.c (_CorValidateImage): Retain IMAGE_DIRECTORY_ENTRY_SECURITY
7987         because that is platform independent. Check NumberOfRvaAndSizes in PE32
7988         as well.
7989         (MonoLoadImage): New wrapper function around LoadLibrary to ensure that the
7990         image being loaded is a CLI image and _CorValidateImage gets called.
7992         * coree.h: Add MonoLoadImage.
7994         * image.c (mono_image_open_full): Load CLI images using MonoLoadImage
7995         instead of LoadLibrary.
7997         Contributed under MIT/X11 license.
7999 2008-06-29 Rodrigo Kumpera  <rkumpera@novell.com>
8001         * icall.c (ves_icall_System_ValueType_Equals): Avoid allocating objects
8002         for any primitive type.
8004 2008-06-29  Zoltan Varga  <vargaz@gmail.com>
8006         * object.c (mono_array_new_specific): Optimize this and the other allocation
8007         functions a bit.
8008         
8009         * object.c (mono_class_create_runtime_vtable): Use typed allocation in other
8010         domains too if mono_dont_free_domains is set.
8012         * domain-internals.h (mono_dont_free_domains): New internal option controlling
8013         whenever to free appdomain data after it has been unloaded.
8015         * domain.c (mono_domain_free): Don't free appdomain data if the option is set.
8016         
8017 2008-06-28  Zoltan Varga  <vargaz@gmail.com>
8019         * icall.c (ves_icall_System_Enum_get_underlying_type): New icall.
8020         (mono_method_get_equivalent_method): Fix a warning.
8022         * object.c (mono_message_init): Avoid looking up array types for each call.
8024 2008-06-27  Zoltan Varga  <vargaz@gmail.com>
8026         * object.c (mono_message_invoke): Avoid looking up the object[] type for each
8027         call.
8029         * icall.c (ves_icall_System_ValueType_Equals): Optimize the comparison of enums
8030         even more.
8032         * class.c (mono_class_get_fields): Avoid calling setup_fields_locking () for
8033         each iteration.
8035         * icall.c (ves_icall_System_ValueType_Equals): Avoid traversing all the static
8036         fields of an enum.
8038 2008-06-26 Rodrigo Kumpera  <rkumpera@novell.com>
8040         * object.c (mono_value_box): Fix boxing of nullables.
8042 2008-06-26  Kornél Pál  <kornelpal@gmail.com>
8044         * assembly.c (mono_set_rootdir): Use __ImageBase instead of
8045         mono_module_handle that is defined by the linker; no initialization required.
8046         * coree.h: Remove mono_module_handle, add __ImageBase, update
8047         mono_image_open_from_module_handle.
8048         * coree.c (_CorValidateImage): Convert platform independent PE32 images to
8049         PE32+ on 64-bit Windows that makes the OS able to load CIL images as modules.
8050         (MonoFixupCorEE): Export Address Table RVAs are 32-bit unsigned integers so
8051         memory has to be allocated for trampolines (x64) or procedure labels (IA64) up
8052         to 4 GB away from image base address. IA64 version is not tested but was very
8053         easy to implement and should work if we ever need it.
8054         * domain.c (mono_init_internal): Avoid system error message boxes.
8055         * image.c (mono_image_open_from_module_handle): Replace ref_count argument
8056         with has_entry_point. Handle do_mono_image_load fauilre correctly.
8057         (mono_image_open_full, mono_image_close): Use has_entry_point instead of
8058         coff_attributes that is a more reliable way to detect if _CorDllMain was called.
8059         * metadata-internals.h: Add has_entry_point to _MonoImage on Windows.
8061         Contributed under MIT/X11 license.
8063 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8065         * class.c, class-internals.h: Export mono_class_get_generic_type_definition
8066         as part of the private mono API.
8067         
8068         * loader.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandleInternalType):
8069         Do proper argument checking for methods that belong to generic classes.
8070         Do proper type resolution for GMFH/2.
8071         Fixes #377324.
8072         
8073 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8075         * verify.c (do_switch): Fix a memory corruption bug with
8076         the jump index is out of bound.
8078 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8080         * verify.c: Disable debug code.
8082 2008-06-25 Rodrigo Kumpera  <rkumpera@novell.com>
8084         * reflection.c (mono_image_get_methodbuilder_token): Use
8085         mono_image_get_methodspec_token_for_generic_method_definition
8086         instead of mono_image_get_memberref_token. We cache more memberef
8087         entries now.
8089 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8091         * verify.c: Inflate exception clause types.
8092         Fixes #402606.
8093         
8094 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8096         * reflection.c (mono_image_get_methodbuilder_token): Don't leak
8097         name.
8099         * reflection.c (mono_image_get_ctorbuilder_token): Same.
8101         * reflection.c (mono_image_create_method_token): Same.
8103 2008-06-24 Rodrigo Kumpera  <rkumpera@novell.com>
8105         * reflection.c: Added mono_image_get_methodref_token_for_methodbuilder.
8106         It does the same as mono_image_get_methodref_token but works on
8107         MethodBuilder.
8109         * reflection.c: Use mono_image_get_methodspec_token_for_generic_method_definition
8110         and always generate a methodspec. This follows the old behavior and fixes
8111         the regressions in System.Core. 
8113 2008-06-24  Zoltan Varga  <vargaz@gmail.com>
8115         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Collect exceptions for classes where 
8116         don't event mono_class_get () succeeds. Fixes #402182.
8118 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
8120         * metadata-internals.h: Added MonoDynamicImage::methodspec
8121         hashtable to store methodspec tokens created for MethodBuilders.
8123         * reflection.c (mono_image_get_methodbuilder_token): Encode generic
8124         MethodBuilders as open instantiations if a methodspec was requested.
8126         * reflection.c (fixup_method): Skip MethodBuilder with methodspec tokens.
8128         * reflection.c (create_dynamic_mono_image): Create the methodspec hashtable.
8130         * reflection.c (mono_dynamic_image_free): Release the methodspec hashtable.
8132         Fixes bug #349190.
8134 2008-06-20 Rodrigo Kumpera  <rkumpera@novell.com>
8136         * loader.c (method_from_methodspec): Avoid crashing if the
8137         method lookup fails.
8139 2008-06-20  Dick Porter  <dick@ximian.com>
8141         * socket-io.c (get_socket_assembly): Cope with Moonlight network
8142         classes being in a different assembly.  Fixes bug 399184.
8144 2008-06-20  Zoltan Varga  <vargaz@gmail.com>
8146         * loader.c (mono_loader_init): Make this callable multiple times.
8147         (mono_dllmap_insert): Call mono_loader_init () so this works even before
8148         the runtime is initialized. Fixes #401755.
8150 2008-06-19  Dick Porter  <dick@ximian.com>
8152         * socket-io.c (convert_socketflags): Ignore SocketFlags.Partial.
8153         Fixes bug 349688.
8155 2008-06-19  Dick Porter  <dick@ximian.com>
8157         * socket-io.c:
8158         * icall-def.h: Implement Socket generic Send() and Receive()
8159         methods.  Fixes bug 395168.
8161 2008-06-19  Kornél Pál  <kornelpal@gmail.com>
8163         * icall-def.h, icall.c: Add ves_icall_System_Reflection_Module_GetHINSTANCE.
8165         Contributed under MIT/X11 license.
8167 2008-06-18  Martin Baulig  <martin@ximian.com>
8169         * mono-debug.h (MONO_DEBUGGER_VERSION): Split into
8170         `MONO_DEBUGGER_MAJOR_VERSION' and `MONO_DEBUGGER_MINOR_VERSION';
8171         set to 80.0.  The debugger <-> runtime interface is now frozen as
8172         well.   
8174         * mono-debug.c
8175         (mono_debug_debugger_version): Bump to 4.
8177 2008-06-18  Martin Baulig  <martin@ximian.com>
8179         * debug-mono-symfile.c
8180         (load_symfile): Don't check the minor version.
8182         * debug-mono-symfile.h: Bump the version number to 50.0.
8184 2008-06-18  Martin Baulig  <martin@ximian.com>
8186         * debug-mono-symfile.c
8187         (load_symfile): Treat `MONO_SYMBOL_FILE_MINOR_VERSION' as a
8188         minimum required version.
8190 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
8192         * reflection.c (mono_custom_attrs_from_property): Fix support for
8193         retriveving cattrs of dynamic inflated generic types.
8195         * reflection.c (mono_custom_attrs_from_event): Same.
8197         * reflection.c (mono_custom_attrs_from_field): Same;
8199         * reflection.c (typebuilder_setup_events): Same cattrs of events.
8201         * loader.c (-mono_metadata_get_corresponding_field_from_generic_type_definition):
8202         Moved to metadata.c.
8204         * metadata.c: New functions to retrive the equivalent field, event
8205         of property from the generic type definition.
8207         * metadata-internals.h: Added new functions from metadata.c.
8209 2008-06-17 Rodrigo Kumpera  <rkumpera@novell.com>
8211         * reflection.c (mono_custom_attrs_from_builders): Mark MonoCustomAttrInfo
8212         to cached in a mempool is used.
8214         * metadata.c (free_generic_class): In some situations field generic_info type
8215         is not properly dup'ed and leads to double free'ing.
8217         Fixes #400643.
8219 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8221         * marshal.c (mono_marshal_get_static_rgctx_invoke): Also handle
8222         this arguments (will be needed later for generic methods).
8223         Collect stats.
8225 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8227         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal):
8228         Create a static RGCTX invoke wrapper for methods which require it.
8230 2008-06-17  Mark Probst  <mark.probst@gmail.com>
8232         * object.c, class-internals.h: New function for checking whether
8233         an individual field is special static.
8235 2008-06-15  Zoltan Varga  <vargaz@gmail.com>
8237         * metadata.c (mono_metadata_get_generic_param_row): Use bsearch instead of
8238         linear search since the table is sorted.
8240         * gc.c (mono_gc_cleanup): Abort the finalizer thread more gracefully.
8241         Fixes #324180.
8243 2008-06-14  Zoltan Varga  <vargaz@gmail.com>
8245         * appdomain.c (unload_thread_main): Applied patch from Tim Howard 
8246         (timh@ict.om.org). Remove the timeouts when waiting for appdomains to unload.
8248         * gc.c (mono_domain_finalize): Allow an infinite timeout.
8250         * threads.c (mono_threads_abort_appdomain_threads): Ditto.
8251         
8252         * threads.c (mono_thread_request_interruption): Get rid of locking, use
8253         InterlockedCompareExchange to query and modify 
8254         thread->interruption_requested.
8256         * object-internals.h (struct _MonoThread): Change interruption_requested
8257         to a gint32 so it can be modified by atomic operations. Add 
8258         'critical_region_level' from the managed side, change small_id to a guint32,
8259         add new set of 'unused' fields.
8261         * appdomain.c: Bump corlib version.
8263 2008-06-13  Zoltan Varga  <vargaz@gmail.com>
8265         * class.c (mono_class_from_name): Search modules as well. Fixes
8266         #322332.
8268 2008-06-13  Mark Probst  <mark.probst@gmail.com>
8270         * generic-sharing.c: Code for maintaining the MRGCTX and MRGCTX
8271         templates.  Templates are generalized with an additional type_argc
8272         argument.  RGCTX templates have type_argc==0, MRGCTX templates
8273         have type_argc>0.
8275         * domain-internals.h, domain.c: New hash table for looking up
8276         MRGCTXs.
8278         * metadata.c, metadata-internals.h: Rename hash and equal
8279         functions for MonoGenericInst's and make them public.
8281         * class-internals.h: New data structures for the MRGCTX.  Macros
8282         for distinguishing slots in the RGCTX and the MRGCTX.
8284 2008-06-13  Mark Probst  <mark.probst@gmail.com>
8286         * object.c (mono_method_get_imt_slot): Put the same methods of
8287         different instantiations of the same generic interface in the same
8288         IMT slots, to make generic sharing simpler.
8290 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
8292         * metadata-internals.h: Added mono_metadata_field_info_with_mempool.
8294         * metadata.c (mono_metadata_field_info_with_mempool): Added.
8295         This function works just like mono_metadata_field_info, but
8296         accept a mempool as argument to be used allocating memory.
8298         * marshal.c (mono_marshal_load_type_info): Use new function
8299         to load marshal data into image mempool.
8301 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
8303         * class.c (mono_class_inflate_generic_type_with_mempool):
8304         This function allows to inflate a generic type using
8305         a mempool.
8307         * class.c (inflate_generic_type): Take a mempool as argument
8308         and use it to do type dup'ing.
8310         * class.c (mono_class_setup_fields): Field type for generic
8311         generic classes are allocated from the image mempool.
8313         * metadata.c (free_generic_class): Inflated field type is
8314         now allocated in the image mempool.
8316 2008-06-12 Rodrigo Kumpera  <rkumpera@novell.com>
8318         * threads.c (thread_cleanup): Free MonoThread::name.
8320 2008-06-12  Marek Habersack  <mhabersack@novell.com>
8322         * appdomain.c (ensure_directory_exists): avoid unnecessary
8323         mkdir(2) calls when the shadow directory already exists.
8324         (mono_make_shadow_copy): copy also satellite assemblies from the
8325         private bin directories.
8327 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
8329         * threads.c (mono_thread_get_stack_bounds): Align the stack in all cases.
8330         
8331         * threads.c (mono_thread_get_stack_bounds): Align the stack address to
8332         a page boundary. Fixes #396219.
8334 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8336         * marshal.c (mono_marshal_load_type_info): Add a memory barrier
8337         due to double-checked locking.
8339 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8341         * assembly.c (build_assembly_name): Release memory on failure.
8343         * assembly.c (mono_assembly_name_parse_full): Release memory on failure.
8345 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8347         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Release
8348         memory on failure.
8350 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8352         * icall.c (ves_icall_System_Reflection_AssemblyName_ParseName): Release
8353         memory on failure.
8355 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8357         * loader.c (field_from_memberref): Check if field signature type is equal
8358         to the non-inflated type of the field. Fixes #398980.
8360 2008-06-11  Zoltan Varga  <vargaz@gmail.com>
8362         * assembly.c (mono_assembly_load_from_full): Call 
8363         mono_assembly_load_friends () outside the assemblies lock, since it can
8364         acquire the loader lock. Fixes #323696.
8366         * reflection.c (resolve_object): Inflate the inst with the context for
8367         FieldOnTypeBuilderInst. Fixes #399010.
8369 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8371         * reflection.c (mono_image_get_field_on_inst_token): Don't
8372         inflate the field to encode it's signature. If it's a
8373         VAR or MVAR it should stay that way in the signature.
8374         Fixes #399047.
8376 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8378         * reflection.c (resolve_object): Release memory of inflated types.
8380 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8382         * loader.c (mono_method_get_signature_full): Remove assert about
8383         loading a methodspec to a generic method. We have such methods, such as
8384         System.Threading.Interlocked::CompareExchange<T>.
8385         This assert was removed since it crashes the verifier when it checks
8386         methods calling CompareExchange<T>.
8388 2008-06-10  Marek Safar  <marek.safar@gmail.com>
8390         * icall.c (ves_icall_MonoMethod_GetGenericArguments): Creates an instance
8391         of Type array and not MonoType.
8393 2008-06-10  Marek Habersack  <mhabersack@novell.com>
8395         * profiler.c: fix a segfault on shutdown. Patch from Paolo Molaro
8396         <lupus@ximian.com>
8398 2008-06-10  Martin Baulig  <martin@ximian.com>
8400         * debug-mono-symfile.h
8401         (MONO_SYMBOL_FILE_MINOR_VERSION): Bump to 6.  There were no
8402         changes to the file format, but we were generating incorrect
8403         source file indices in the line number table due to a bug, which
8404         made backtraces report an incorrect source file.
8406 2008-06-10 Rodrigo Kumpera  <rkumpera@novell.com>
8408         * mono-debug.c: Moved mono_debug_free_method_jit_info from
8409         mini/debug-mini.c to here.
8411         * mono-debug.c (il_offset_from_address): Free memory from find_method.
8413         * mono-debug.h: Export mono_debug_free_method_jit_info, users should
8414         use it to release structs returned by mono_debug_find_method.
8416 2008-06-10  Zoltan Varga  <vargaz@gmail.com>
8418         * class.c (mono_class_setup_vtable): Call setup_methods even for interfaces
8419         since it needs to set method->slot for all interface methods.
8421 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8423         * class-internals.h: Forgot to add.
8425 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8427         * class-internals.h: Added MONO_PROP_DYNAMIC_CATTR.
8429         * reflection.c (lookup_custom_attr): Added a MonoImage argument.
8430         Lookup the custom attributes from property_hash.
8432         * reflection.c (mono_save_custom_attrs): Save the custom attributes
8433         in property_hash. Allocate all data using the image mempool.
8435         * reflection.c: Removed dynamic_custom_attrs. Changed all checks
8436         for dynamic_custom_attrs to checks if the image is dynamic.
8438 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
8440         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Free the
8441         assemblies array.
8442         
8443         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Avoid calling
8444         runtime functions while holding the domain assemblies lock.
8446 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8448         * verify.c: Reapplied the last bit of the reverted changes.
8450 2008-06-09 Rodrigo Kumpera  <rkumpera@novell.com>
8452         * verify.c: Reapplied more of the reverted changes.
8454 2008-06-09  Martin Baulig  <martin@ximian.com>
8456         * debug-mono-symfile.c (load_symfile): Check the major version
8457         first; if it's wrong, don't print the minor version in the error message.
8459 2008-06-09  Zoltan Varga  <vargaz@gmail.com>
8461         * appdomain.c (set_domain_search_path): Make this use the domain assemblies
8462         lock instead of the domain lock to avoid deadlocks, since the thread might
8463         already hold the loader lock.
8465         * threads.c (start_wrapper): Call mono_monitor_init_tls ().
8466         (mono_thread_attach): Ditto.
8468         * monitor.c: Use a TLS variable for holding the current thread id instead
8469         of calling pthread_self ().
8470         (mono_monitor_init_tls): New internal function to initialize the TLS
8471         variable.
8472         (mono_monitor_try_enter_internal): Put the owner == id check after the
8473         owner == 0 check.
8475         * object-internals.h (_G_BOOLEAN_EXPR): Redefine this glib macro to avoid
8476         missed optimizations when using gcc-4.3.
8478 2008-06-08 Rodrigo Kumpera  <rkumpera@novell.com>
8480         * reflection.c (mono_dynamic_image_free): Free the memory
8481         used by MonoGenericParam in MonoDynamicImage::gen_param.
8483         * reflection.c (mono_reflection_setup_generic_class): Allocate
8484         container from mempool.
8486         * reflection.c (mono_reflection_initialize_generic_parameter): Allocate
8487         container from mempool.
8489 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
8491         * threads.c (mono_set_pending_exception): New internal function to set the
8492         pending exception of the current thread.
8493         (mono_thread_get_and_clear_pending_exception): Check for 
8494         thread->pending_exception as well.
8496         * object-internals.h (struct _MonoThread): Add 'pending_exception' field.
8498         * boehm-gc.c (mono_gc_base_init): Set GC_no_dls before calling GC_init () since
8499         it can trigger a collection.
8501 2008-06-06  Martin Baulig  <martin@ximian.com>
8503         Merged the `debugger-kahalo' branch.
8505         * mono-debug.h
8506         (MONO_DEBUGGER_VERSION): Bumped to 72.
8508         * debug-mono-symfile.h
8509         (MonoSymbolFileMethodIndexEntry): Removed.
8510         (MonoSymbolFileMethodEntry): New public typedef.
8511         (MonoSymbolFileOffsetTable): Added `_is_aspx_source'.
8512         (MonoSymbolFileSourceEntry): Remove everything except `index' and
8513         `data_offset'.
8514         (MonoSymbolFileMethodEntry): Removed.
8515         (MonoSymbolFileLexicalBlockEntry): Removed.
8516         (MonoSymbolFileLineNumberEntry): Removed.
8517         (MonoDebugLexicalBlockEntry): Removed.
8518         (MonoDebugMethodInfo): Replaced `entry' by `guint32 entry_offset';
8519         removed `num_il_offsets' and `il_offsets'.
8520         (MonoSymbolFile): Replace `version' with `major_version' and
8521         `minor_version'.
8522         (MONO_SYMBOL_FILE_VERSION): Replace with
8523         `MONO_SYMBOL_FILE_MAJOR_VERSION' and
8524         `MONO_SYMBOL_FILE_MINOR_VERSION'.
8526         * debug-mono-symfile.c
8527         (mono_debug_symfile_lookup_location): Add support for the new line
8528         number table format.
8530 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8532         * metadata.c (free_generic_class): Release the inflated
8533         MonoClass of dynamic generic classes if it's not a generic
8534         type definition.
8536 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8538         * verify.c: Reapplied more of the reverted changes.
8540 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8542         * reflection.c (lookup_custom_attr): Clean the cached flag or
8543         nobody will free it. Fixes a memleak in MonoCustomAttrs::IsDefinedInternal
8544         for SRE types.
8546 2008-06-07 Rodrigo Kumpera  <rkumpera@novell.com>
8548         * verify.c: Reapplied a small part of the reverted changes.
8550 2008-06-07  Zoltan Varga  <vargaz@gmail.com>
8552         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8554         * monitor.c (mono_monitor_try_enter_internal): Add NULL check which was 
8555         previously in managed code.
8556         (mono_monitor_exit): Ditto.
8557         (ves_icall_System_Threading_Monitor_Monitor_exit): Removed, not needed anymore.
8559         * icall-def.h: Rename the Enter/Exit icalls to simply Enter/Exit to match
8560         the managed definition.
8562 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
8564         * verify.c: Revert changes to see if it helps with weird buildbot crashes.
8566 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
8568         * monitor.c: Redefine GetCurrentThreadId () with a macro on !win32.
8569         
8570         * monitor.c: Add some micro optimizations.
8572         * icall.c (type_from_typename): Handle 'bool'.
8574 2008-06-06 Rodrigo Kumpera  <rkumpera@novell.com>
8576         * verify.c: Implement constructor verification per P III 1.8.1.4.
8577         Fixes #396716.
8579 2008-06-06  Zoltan Varga  <vargaz@gmail.com>
8581         * assembly.c (mono_assembly_loaded_full): Avoid calling the search hooks while
8582         holding the assemblies lock here too.
8584 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8586         * verify.c: Kill stack_top function.
8588 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8590         * verify.c: Kill stack_get function.
8592 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8594         * verify.c (mono_method_verify): Last change broke the build. Fixed.
8596 2008-06-05 Rodrigo Kumpera  <rkumpera@novell.com>
8598         * verify.c (verify_type_compatibility_full): Make SZARRAY checks
8599         more reliable.
8601         * verify.c (mono_method_verify): Inflate params and locals to avoid
8602         mismatch when checking for compatibility.
8604 2008-06-05  Jonathan Chambers  <joncham@gmail.com>
8606         * metadata.c (mono_string_from_bstr): Fix BSTR marshalling.
8607         Length prefix should be size in bytes. Fix bug #339530.
8608         
8609         * metadata.c (mono_string_to_bstr): Fix BSTR marshalling.
8610         Length prefix should be size in bytes. Fix bug #339530.
8612         Code is contributed under MIT/X11 license.
8614 2008-06-05  Bill Holmes <billholmes54@gmail.com>
8616         * decimal.c:  Adding MSVC implementation to my_g_bit_nth_msf.
8618         Contributed under MIT/X11 license.
8620 2008-06-05  Martin Baulig  <martin@ximian.com>
8622         * mono-debug-debugger.c
8623         (mono_debugger_check_breakpoints): Reflect latest runtime changes.
8625 2008-06-05  Zoltan Varga  <vargaz@gmail.com>
8627         * assembly.c (mono_assembly_load_from_full): Avoid calling the search hooks
8628         while holding the assemblies lock to prevent deadlocks. Handle the case
8629         where the search hook returns NULL but the assembly was still loaded.
8630         Fixes #323696.
8632         * appdomain.c (set_domain_search_path): Acquire the domain lock since we
8633         modify domain state.
8635 2008-06-05  Andreas Färber  <andreas.faerber@web.de>
8637         * boehm-gc.c: Add DTrace probes gc-{begin,end}.
8638         * Makefile.am (pedump_LDADD): Post-process object files and
8639         add dtrace-generated object file, if necessary.
8641         Code is contributed under MIT/X11 license.
8643 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
8645         * reflection.c (mono_dynamic_image_free): Free MonoDynamicImage::public_key.
8647 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
8649         * class.c (mono_type_get_full): Add a work-around for generic type definitions.
8651 2008-06-04  Mark Probst  <mark.probst@gmail.com>
8653         * threads.c: Try to free everything from the delayed free table
8654         when shutting down threads, and set the variable to NULL after the
8655         table is freed so that calling
8656         mono_thread_hazardous_try_free_all() when shutting down the root
8657         domain doesn't crash.
8659 2008-06-04 Rodrigo Kumpera  <rkumpera@novell.com>
8661         * class.c (mono_type_retrieve_from_typespec): Add an argument to inform
8662         the caller if resulting type was inflated.
8664         * class.c (mono_class_create_from_typespec): Free the MonoType if it
8665         was inflated.
8667         * class.c (mono_type_get_full): Free the MonoType if it was inflated.
8670 2008-06-04  Zoltan Varga  <vargaz@gmail.com>
8672         * decimal.c (rescale128): Rework the code a bit so it no longer crashes the
8673         class library tests.
8675         * icall.c (ves_icall_InternalInvoke): Applied patch from Andy Hume 
8676         (andyhume32@yahoo.co.uk). Add more useful exception messages. Fixes
8677         #396989.
8679 2008-06-04  Mark Probst  <mark.probst@gmail.com>
8681         * domain.c, domain-internals.h: The JIT infos are now freed by the
8682         JIT info table code.  They are freed immediately if there only a
8683         single JIT info table in circulation.  If there is more, the free
8684         is delayed via a queue.
8686         * threads.c, threads-types.h: New hazard pointer function for
8687         freeing all freeable delayed items in one sitting.
8689 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8691         * reflection.c (typebuilder_setup_fields): Use mempool for allocations.
8693         * reflection.c (typebuilder_setup_properties): Same.
8695         * reflection.c (typebuilder_setup_events): Same.
8697 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8699         * reflection.c (mono_custom_attrs_from_builders): Receive a MonoMemPool
8700         and use it for allocating memory.
8702         * reflection.c (mono_marshal_spec_from_builder): Same.
8704         * reflection.c: Change code to use new signatures.
8706         * metadata.c (mono_metadata_type_dup): Add a FIXME note.
8708 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
8710         * decimal.c (rescale128): Put back one line which was accidently commented
8711         out.
8712         
8713         * decimal.c (rescale128): Disable the code added by the last patch, as it seems
8714         to cause crashes.
8716 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8718         * reflection.c (mono_reflection_generic_class_initialize): Name must
8719         be always malloc'ed so we can free it later on. Do this for field, property
8720         and event.
8722         * metadata.c (free_generic_class): Free field, property and event names.
8724 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8726         * reflection.c (fieldbuilder_to_mono_class_field): Use mono_metadata_type_dup
8727         instead of g_memdup.
8729         * reflection.c (typebuilder_setup_fields): Same.
8731 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
8733         * decimal.c (rescale128): Optimize this function a bit more.
8735 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8737         * metadata.c (free_generic_class): Release some memory from
8738         SRE generic classes.
8740 2008-06-03 Rodrigo Kumpera  <rkumpera@novell.com>
8742         * reflection.c (mono_image_get_generic_field_token): No reference
8743         to name is kept, free it.
8745         * reflection.c (mono_reflection_generic_class_initialize): Free
8746         more memory of the inflated field.
8748 2008-06-03  Zoltan Varga  <vargaz@gmail.com>
8750         * decimal.c (mono_decimalDiv): Moved equality checks here from managed
8751         code.
8753 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
8755         * reflection.c (mono_dynamic_image_free): Release memory used by
8756         MonoDynamicImage::array_methods elements.
8758         * reflection.c (assembly_add_win32_resources): Release memory after
8759         encoding.
8761 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
8763         * decimal.c (log2_32): Use an optimized version for this function too.
8764         
8765         * decimal.c (log2_64): Fix this on 32 bit machines.
8767 2008-06-02 Rodrigo Kumpera  <rkumpera@novell.com>
8769         * class.c (mono_dup_array_type): Implement allocation using a mempool.
8771         * class.c (mono_metadata_signature_deep_dup): Same.
8773         * metadata.c (mono_metadata_signature_dup_full): Added, allow dup'ng with
8774         a mempool.
8776         * metadata.c (mono_metadata_signature_dup): Delegate to the _full version.
8778         * metadata.c (mono_metadata_type_dup): Remove asserts and FIXME.
8780         * metadata-internals.h: Added mono_metadata_signature_dup_full.
8782         * class-internals.h: Update signatures to take a MonoMemPool.
8784 2008-06-02  Dick Porter  <dick@ximian.com>
8786         * icall.c (ves_icall_System_ComponentModel_Win32Exception_W32ErrorMessage): 
8787         * icall-def.h: Add
8788         System.ComponentModel.Win32Exception.W32ErrorMessage, using the
8789         FormatMessage API to get the error text.  Fixes bug 321827.
8791 2008-06-02  Zoltan Varga  <vargaz@gmail.com>
8793         * decimal.c: Add some micro optimizations to make decimal operations faster.
8795 2008-06-01 Rodrigo Kumpera  <rkumpera@novell.com>
8797         * reflection.c (method_encode_clauses): Take a mempool
8798         as parameter and use it to allocate the clause array.
8800         * reflection.c (mono_image_get_field_on_inst_token): Free
8801         the inflated type after encoding it.
8803         * reflection.c (mono_dynamic_image_free): Free each element
8804         of MonoDynamicImage::gen_params.
8806         * reflection.c (reflection_methodbuilder_to_mono_method):
8807         Allocate the generic param array from the mempool.
8808         Allocate signature params from the mempool.
8810         * reflection.c (mono_reflection_generic_class_initialize):
8811         Free inflated fields after been used.
8813 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
8815         * icall.c: Reapply the memory leak fixes as they no
8816         longer make mono crash.
8818 2008-05-30 Rodrigo Kumpera  <rkumpera@novell.com>
8820         * reflection.c (mono_type_get_object): Don't store the suplied
8821         MonoType with type_hash. A caller which pass a type that
8822         was mono_metadata_type_dup'ed cannot free it reliably, as type_hash
8823         might end with a pointer to freed memory.
8824         The solution is to use byval_arg or this_arg from the associated
8825         MonoClass of the supplied type.
8827 2008-05-29  Zoltan Varga  <vargaz@gmail.com>
8829         * icall.c: Revert the rest of the last change as it breaks the build too.
8831 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
8833         * icall.c: Revert a leak fix as it's breaking the build.
8835 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
8837         * appdomain.c (mono_make_shadow_copy): Fix another leak of dir_name.
8839 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
8841         * appdomain.c (mono_make_shadow_copy): We leaked dir_name.
8843 2008-05-29 Rodrigo Kumpera  <rkumpera@novell.com>
8845         * icall.c: Fix some memory leaks.
8847 2008-05-29  Dick Porter  <dick@ximian.com>
8849         * threadpool.c (mono_thread_pool_remove_socket): Always remove the
8850         async socket operations from the pending list when a socket
8851         closes.  Leaving it until the threadpool services the event
8852         exposes a race condition when a socket descriptor is reused.
8853         Fixes bug 377589.
8855 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8857         * object.c: Fix negative index check for array alocation.
8859 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8861         * icall.c, marshal.c: Delegate wrappers should skip visibility.
8862         This check is performed by the verifier for IL created delegates
8863         and by Delegate::CreateDelegate for programatically created ones.
8864         Fixes #372406.
8866 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8868         * sockey-io.c (ves_icall_System_Net_Sockets_Socket_Select_internal):
8869         Fix code to use mono_array_size_t instead of int.
8871         Based on patch by Luis F. Ortiz.
8872         Contributed under X11 license.
8873         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8875 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8877         * icall.c: Added ves_icall_System_Array_GetLongLength and
8878         ves_icall_System_Array_CreateInstanceImpl64. Both allow handling big
8879         arrays.
8881         * icall.h: Export both new functions.
8883         Based on patch by Luis F. Ortiz.
8884         Contributed under X11 license.
8885         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8887 2008-05-28  Martin Baulig  <martin@ximian.com>
8889         The debugger now requires exactly r103463.
8891         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 71.
8892         This version is not supported by the debugger, wait for 72.
8894 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8896         * object.h: Changed array related functions to use
8897         mono_array_size_t instead of guint32. Forgot to commit this file.
8899         Patch by Luis F. Ortiz.
8900         Contributed under X11 license.
8901         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8904 2008-05-28 Rodrigo Kumpera  <rkumpera@novell.com>
8906         * object.h: Don't use G_MAXINT32 or G_MAXUINT32 as old glibs
8907         don't define it. Use the number literal instead.
8909 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
8911         * icall.c: Changed array related functions to use
8912         mono_array_size_t instead of guint32.
8914         * icall.c (ves_icall_System_Array_GetLength): Check for length
8915         overflow under MONO_BIG_ARRAYS.
8917         Based on patch by Luis F. Ortiz.
8918         Contributed under X11 license.
8919         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8921 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
8923         * object.c: Add 64bits bounds check for arrays under MONO_BIG_ARRAYS.
8925         Based on patch by Luis F. Ortiz.
8926         Contributed under X11 license.
8927         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8929 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
8931         * object.c, object.h: Changed array related functions to use
8932         mono_array_size_t instead of guint32.
8934         Patch by Luis F. Ortiz.
8935         Contributed under X11 license.
8936         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8938 2008-05-27 Rodrigo Kumpera  <rkumpera@novell.com>
8940         * object.h: Introduced mono_array_size_t typedef. This must be used
8941         in all places an array length is expected. This is 64bits wide if
8942         MONO_BIG_ARRAYS is enabled.
8944         Patch by Luis F. Ortiz.
8945         Contributed under X11 license.
8946         http://lists.ximian.com/pipermail/mono-devel-list/2008-May/027995.html
8948 2008-05-27  Zoltan Varga  <vargaz@gmail.com>
8950         * security-manager.c class.c: Set the class exception info by calling
8951         mono_class_set_failure ().
8953         * class.c (mono_class_get_exception_data): New accessor function.
8954         (mono_class_set_failure): Store exception_data in the property hash.
8956         * class-internals.h (struct _MonoClass): Store 'exception_data' outside
8957         the struct as a property.
8959         * loader.c (mono_get_method_full): Store the lookup result for method
8960         tokens in method_cache, the others in methodref_cache to decrease the memory
8961         usage of hash tables.
8963         * image.c (mono_image_close): Destroy method_cache and methodref_cache.
8964         (mono_image_init): method_cache is lazy inited now.
8966         * metadata-internals.h (struct _MonoImage): Change method_cache to
8967         a MonoValueHashTable, add a separate methodref_cache.
8969 2008-05-27  Eyal Alaluf <eyala@mainsoft.com>
8971         * number-formatter.h: Fix tables to avoid arithemtic overflow in
8972           Double.ToString as exposed by Bug #383531.
8974 2008-05-26  Zoltan Varga  <vargaz@gmail.com>
8976         * number-formatter.h: Make some tables static.
8978         * class.c (mono_method_set_generic_container): New accessor function.
8979         (mono_method_get_generic_container): Ditto.
8981         * class-internals.h (struct _MonoMethod): Remove rarely used 
8982         'generic_container' field, store it in the property hash instead. Add 
8983         'is_generic' boolean field instead.
8985         * image.c (mono_image_init): Initialize property_hash.
8986         (mono_image_close): Destroy property_hash.
8988         * metadata-internals.h (struct _MonoImage): Add 'property_hash' hash table to
8989         hold rarely used fields of runtime structures belonging to this image.
8991         * class.c loader.c verify.c icall.c reflection.c: Use the new accessor functions
8992         to get/set method->generic_container.
8994         * loader.c (mono_get_method_from_token): Avoid loading the method header for
8995         generic methods.
8997 2008-05-25  Zoltan Varga  <vargaz@gmail.com>
8999         * class.c (mono_class_inflate_generic_method_full): Don't increase
9000         mono_stats.inflated_method_count for methods found in the cache.
9002         * threads.c (mono_thread_request_interruption): Add a comment about 
9003         QueueUserAPC ().
9005 2008-05-24  Zoltan Varga  <vargaz@gmail.com>
9007         * class.c (setup_interface_offsets): Use sizeof (guint16) when allocating the
9008         interface_offsets_packed table.
9009         
9010         * class.c (mono_class_init): Remove some dead code.
9012         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Call
9013         mono_class_setup_vtable () when CAS is active to detect security problems.
9015 2008-05-23 Rodrigo Kumpera  <rkumpera@novell.com>
9017         * verify.c (mono_delegate_type_equal): Handle VAR, MVAR and GENERICINST.
9019         * verify.c (mono_delegate_signature_equal): Don't compar number of generic
9020         parameters as it's irrelevant for delegate checking.
9022 2008-05-23  Zoltan Varga  <vargaz@gmail.com>
9024         * class-internals.h class.c: Correct the name of the 'mono_no_setup_vtable_in_class_init' variable.
9026         * class.c (mono_class_init): Control the creation of a generic vtable using
9027         a global which is true by default, but set to false by the runtime startup code.
9028         
9029         * class.c (mono_class_init): Avoid constructing a generic vtable in most cases.
9030         Disabled for now since it breaks the embedding API.
9031         Move the setup of class->methods for arrays to mono_class_setup_methods ().
9032         (mono_class_setup_methods): Add a memory barrier.
9034         * object.c (mono_class_create_runtime_vtable): Add code to handle the case
9035         when mono_class_init () doesn't compute the generic vtable.
9036         
9037 2008-05-23  Massimiliano Mantione  <massi@ximian.com>
9038         * profiler.c: Added mono_profiler_install_statistical_call_chain,
9039         mono_profiler_stat_get_call_chain_depth and mono_profiler_stat_call_chain
9040         to support call chains (backtrace) in the stat profiler.
9041         * profiler.c, profiler-private.h: Likewise.
9043 2008-05-22  Mark Probst  <mark.probst@gmail.com>
9045         * generic-sharing.c: Init generic class when a method of it is
9046         requested via a runtime generic context.
9048 2008-05-22  Zoltan Varga  <vargaz@gmail.com>
9050         * class.c (mono_class_init): Add a comment about trying to avoid calling this.
9052         * reflection.c (mono_type_get_object): Add a FIXME.
9054         * loader.c (find_method_in_class): Use mono_class_get_method_by_index ().
9056         * class.c (mono_class_get_method_by_index): New helper function, returning an
9057         entry in the class->methods array.
9059 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
9061         * class.c (mono_class_init): Only do the array optimization for szarrays. 
9062         Avoid creating a generic vtable for generic instances as well.
9063         (mono_class_get_method_from_name_flags): Don't search in the metadata for
9064         generic instances.
9066 2008-05-21 Rodrigo Kumpera  <rkumpera@novell.com>
9068         * loader.c (mono_get_method_constrained): Inflate the signature
9069         with class context. Fix #325283.
9071 2008-05-21  Zoltan Varga  <vargaz@gmail.com>
9073         * object.c (mono_class_create_runtime_vtable): Add a comment.
9075         * class.c (get_implicit_generic_array_interfaces): Call mono_class_init ()
9076         where needed.
9077         (setup_interface_offsets): Handle the case when this is called twice for arrays.
9078         (mono_class_setup_vtable_general): Add an assert.
9079         (mono_class_init): Avoid creating a generic vtable for arrays.
9081         * class.c (mono_generic_class_get_class): Don't call setup_interface_offsets ()
9082         here, let mono_class_init () do that.
9084         * class.c (mono_class_init): Avoid calling mono_class_setup_methods () for
9085         interfaces in mscorlib.
9087         * class.c (mono_class_setup_vtable): Avoid calling setup_methods () for
9088         interfaces. Add some comments.
9089         (mono_class_init): Call mono_class_setup_methods () here since it is no
9090         longer called by mono_class_setup_vtable ().
9092         * object.c (mono_class_proxy_vtable): Null out entries in pvt->vtable which are
9093         not set in class->vtable.
9094         (mono_class_create_runtime_vtable): Reenable the disabled code.
9096         * object.c (mono_class_create_runtime_vtable): Disable the last change for
9097         now as it causes some test failures.
9099         * object.c (mono_class_create_runtime_vtable): Avoid creating a generic vtable
9100         if using the vtable trampoline. Also remove some strange code which put the
9101         generic methods themselves into the vtable slots. Remove the AOT init_vtable
9102         stuff as it is no longer needed.
9104 2008-05-19 Rodrigo Kumpera  <rkumpera@novell.com>
9106         * pedump.c: Give make --verify all option check code as well.
9107         Using --verify code won't check for metadata now.
9109 2008-05-19  Martin Baulig  <martin@ximian.com>
9111         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 70.
9113         * mono-debug.c
9114         (_mono_debug_using_mono_debugger): New global variable; it's set
9115         directly by the debugger, so mono_debug_using_mono_debugger() also
9116         works after attaching.
9118 2008-05-18 Rodrigo Kumpera  <rkumpera@novell.com>
9120         * object.c (mono_class_create_runtime_vtable): Use memory barriers
9121         as we do double checked locking on MonoClass::runtime_info and
9122         MonoClassRuntimeInfo::domain_vtables.
9124 2008-05-18  Zoltan Varga  <vargaz@gmail.com>
9126         * debug-helpers.c (print_field_value): Fix a warning.
9128 2008-05-16  Zoltan Varga  <vargaz@gmail.com>
9130         * object.c (mono_object_get_virtual_method): Fix a crash if method->slot is not
9131         set in the AOT case.
9133 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
9135         * class.c (mono_class_setup_vtable_general): Use memory barriers
9136         as we do double checked locking on MonoClass::vtable.
9138 2008-05-16 Rodrigo Kumpera  <rkumpera@novell.com>
9140         * reflection.c (resolve_object): Inflate only if the generic context
9141         is not null. Fixes #389886.
9143 2008-05-15  Jonathan Chambers  <joncham@gmail.com>
9145         * metadata.c (emit_marshal_string): Free return strings using mono_marshal_free
9146         instead of g_free.
9148         Code is contributed under MIT/X11 license.
9150 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9152         * class.c: Revert unrelated change.
9154 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9156         * verify.c (check_is_valid_type_for_field_ops): Type on stack can be
9157         a generic instantiation, use mono_class_from_mono_type instead of playing
9158         with MonoType directly.
9160 2008-05-14 Rodrigo Kumpera  <rkumpera@novell.com>
9162         * class.c: Added mono_class_has_parent_and_ignore_generics. Visibility
9163         checks must ignore generic instantiations, so mono_class_has_parent is not
9164         suitable. Fixes #390128.
9166 2008-05-14  Zoltan Varga  <vargaz@gmail.com>
9168         * reflection.c (mono_image_create_token): Add a 'register_token' argument, and use
9169         it to avoid registering tokens during metadata generation. Fixes #390023.
9171 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
9173         * coree.c: Rename dwOldProtect to OldProtect that makes naming convention
9174         consistent.
9176         Contributed under MIT/X11 license.
9178 2008-05-14  Kornél Pál  <kornelpal@gmail.com>
9180         * domain.c (mono_init_internal): Enable LoadLibrary support. Load EXE image
9181         even when get_runtimes_from_exe didn't load it that allows mono_fixup_exe_image
9182         to fixup the EXE image.
9183         (mono_cleanup): Use mono_close_exe_image.
9184         (mono_close_exe_image): New function.
9185         * image.c: Include "marshal.h".
9186         (mono_image_open_from_module_handle): Add ref_count argument. Return the image.
9187         (mono_image_open_full, mono_image_close): Fix LoadLibrary/FreeLibrary reference
9188         counting when the image is loaded outside of mono_image_open_full. Set status
9189         based on GetLastError.
9190         * coree.c: Include required headers. Add init_from_coree.
9191         (_CorDllMain): Support fix in mono_image_open_full, mono_image_close. Call
9192         mono_assembly_open only when the image has vtfixups. Set init_from_coree.
9193         (_CorExeMain): Set init_from_coree.
9194         (CorExitProcess): Only call ExitProcess for now.
9195         (CorBindToRuntimeEx): New stub implementation.
9196         (CorBindToRuntime): New function.
9197         (MonoFixupCorEE): Fixup CorBindToRuntime and CorBindToRuntimeEx.
9198         (MonoFixupExe): ILONLY executables require no fixups.
9199         (mono_set_act_ctx): New function to set activation context.
9200         (mono_load_coree): Use init_from_coree. Call mono_set_act_ctx.  
9201         * coree.h: Move STATUS_SUCCESS and STATUS_INVALID_IMAGE_FORMAT to header.
9202         Declare mono_module_handle, coree_module_handle, mono_get_module_file_name,
9203         mono_load_coree, mono_fixup_exe_image and mono_image_open_from_module_handle
9204         as MONO_INTERNAL.
9205         * domain-internals.h: Add mono_close_exe_image.
9207         Contributed under MIT/X11 license.
9209 2008-05-13 Rodrigo Kumpera  <rkumpera@novell.com>
9211         * metadata.c (mono_metadata_compute_size): Correctly calculate field
9212         size for generic param and event tables. Fixes #388977.
9214 2008-05-13  Zoltan Varga  <vargaz@gmail.com>
9216         * loader.c (mono_method_signature): Use memory barriers because of the double
9217         checked locking pattern.
9219         * threads.c (remove_and_abort_threads): Stop and wait for threads which are
9220         aborting or aborted as well. Fixes #376391.
9221         
9222         * threads.c (mono_thread_execute_interruption): Avoid depending on no longer
9223         existing runtime state in the Suspend handler during shutdown.
9225 2008-05-12  Zoltan Varga  <vargaz@gmail.com>
9227         * threads.c (mono_thread_request_interruption): Add some FIXMEs.
9229         * threads.c (mono_thread_suspend_all_other_threads): Add support for threads 
9230         which are starting up or shutting down.
9232         * threads.c (mono_threads_set_shutting_down): Don't return a value since
9233         this function never returns if the runtime is already shutting down.
9235         * icall.c (ves_icall_System_Environment_Exit): Update after 
9236         mono_threads_set_shutting_down () signature change.
9237         
9238 2008-05-09 Rodrigo Kumpera  <rkumpera@novell.com>
9240         * class.c: Added can_access_instantiation to verify if the instantiation
9241         is visible. Fix access check for nested types as they returned TRUE
9242         before doing type and generic instantiation visibility checks.
9244 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
9246         * reflection.c (mono_reflection_create_generic_class): The created type
9247         must have a different container from its TypeBuilder. Otherwise they
9248         will end sharing generic arguments, which is wrong.
9250         Due to the sharing, making a generic instance of the created type using
9251         the TypeBuider generic arguments resulted in the generic type definition
9252         been returned, which is wrong as well.
9254         As a bonus the code was leaking the type_params array. This memory should
9255         be allocated from the image mempool.
9257         This fixes bug #354047.
9259 2008-05-08 Rodrigo Kumpera  <rkumpera@novell.com>
9261         * metadata-internals.h: Move MONO_SECMAN_FLAG macros from mini/declsec.h
9262         to here         as they are now used in assembly.c new code.
9263         Added a skipverification flag to MonoAssembly.
9264         New internal function mono_assembly_has_skip_verification.
9266         * assembly.c: New function mono_assembly_has_skip_verification. It checks
9267         if an assembly has a version 2.0 SkipVerification security attribute. Fixes
9268         part of #387274.
9270 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
9272         * object.c (mono_object_get_virtual_method): Inflate the resulting method if
9273         needed. Fixes #387034.
9275         * class.c (mono_class_inflate_generic_type): Avoid a crash if context is NULL.
9277 2008-05-06  Miguel de Icaza  <miguel@novell.com>
9279         * assembly.c (mono_assembly_load_reference): Prevent crash while
9280         disassembling Silverlight 2.0 executables while we still do not
9281         have GACed libraries.
9283 2008-05-07  Zoltan Varga  <vargaz@gmail.com>
9285         * reflection.c: Special case generic type definitions as well. Fixes #383444.
9287 2008-05-06  Zoltan Varga  <vargaz@gmail.com>
9289         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Fix handling
9290         of the dynamic case. Fixes #387404.
9292 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9294         *verify.c (mono_verifier_is_class_full_trust): If under
9295         verify_all and the verifier mode was not set, only
9296         gac and corlib types are fulltrust. This makes --verify-all
9297         usable to detect unverifiable code, which is the expected
9298         use case.
9300 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9302         * verify.h: Ops, commited the header with debug
9303         enabled.
9305 2008-05-06 Rodrigo Kumpera  <rkumpera@novell.com>
9307         * verify.c (merge_stack): Use the new value on unverifiable
9308         stack merges.
9310         * verify.c (verify_type_compatibility_full): Comparison
9311         of nullable types can't use mono_class_is_assignable_from.
9313         * verify.c, verify.h: Added MONO_VERIFY_REPORT_ALL_ERRORS
9314         that makes all verification errors be reported.
9316         * pedump.c: Pass MONO_VERIFY_REPORT_ALL_ERRORS to
9317         mono_method_verify.
9319 2008-05-05  Robert Jordan  <robertj@gmx.net>
9321         * marshal.c (mono_marshal_get_thunk_invoke_wrapper):
9322         support for value types. See #386415.
9324         * object.c: comments.
9326         Code is contributed under MIT/X11 license.
9328 2008-05-05  Martin Baulig  <martin@ximian.com>
9330         * debug-mono-symfile.h
9331         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): Removed; dropped support
9332         for old pre-terrania symbol files.
9334 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
9336         * mono-config.c: Add ppc64 architecture.
9338         Code is contributed under MIT/X11 license.
9340 2008-05-05  Andreas Färber  <andreas.faerber@web.de>
9342         * object.c (mono_create_ftnptr, mono_get_addr_from_ftnptr):
9343           PPC64 uses function descriptors as well.
9345         Code is contributed under MIT/X11 license.
9347 2008-05-04  Zoltan Varga  <vargaz@gmail.com>
9349         * object.c (compute_class_bitmap): Ignore literal static fields.
9351         * sgen-gc.c (mono_gc_base_init): Print some help when the MONO_GC_DEBUG env
9352         var has an invalid format.
9353         (describe_ptr): Add some sanity checks for the vtable.
9354         (add_nursery_frag): Clear unused nursery fragments.
9355         (major_collection): Clear all remaining nursery fragments.
9357 2008-05-03  Robert Jordan  <robertj@gmx.net>
9359         * image.c, metadata-internals.h: add thunk_invoke_cache.
9361         * marshal.c, marshal.h: implement
9362         mono_marshal_get_thunk_invoke_wrapper ().
9364         * object.c, object.h: implement mono_method_get_unmanaged_thunk ().
9366         Code is contributed under MIT/X11 license.
9368 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
9370         * verify.c (do_leave): Empty the stack.
9372 2008-05-02 Rodrigo Kumpera  <rkumpera@novell.com>
9374         * class.c (mono_class_is_assignable_from): Variance
9375         doesn't work between reference and value types. For example,
9376         given type C<T+>, C<int32> is not assignable to C<object>.
9377         Break the argument checking loop on first error. 
9379 2008-05-02  Atsushi Enomoto  <atsushi@ximian.com>
9381         * icall.c : base64_to_byte_array() needs some more strict
9382           check for sequence of '=' characters. Patch by Santa
9383           Marta (http://deee.g.hatena.ne.jp/santamarta).
9385           Contributed under MIT/X11 license.
9386           (see http://www.lingr.com/room/mono-jp/archives/2008/04/20)
9388 2008-05-02  Jonathan Chambers  <joncham@gmail.com>
9390         * domain.c: Disable LoadLibrary support to fix Win32 build.
9392         Code is contributed under MIT/X11 license.
9394 2008-05-02  Zoltan Varga  <vargaz@gmail.com>
9396         * sgen-gc.c: Add support for clearing nursery memory when a tlab is allocated,
9397         to help with cache behaviour.
9399 2008-05-01  Miguel de Icaza  <miguel@novell.com>
9401         * appdomain.c (mono_domain_from_appdomain): Add new accessor
9402         method. 
9404 2008-05-01  Zoltan Varga  <vargaz@gmail.com>
9406         * sgen-gc.c: Implement thread-local allocation and a managed allocation routine.
9408 2008-05-01  Dick Porter  <dick@ximian.com>
9410         * process.c (process_get_fileversion): Only pass 16 bits of
9411         language ID to VerLanguageName.  Fixes bug 381204.
9413 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
9415         * verify.c (mono_method_verify): Fix the comparison
9416         operator for code bounds check.
9418 2008-04-30 Rodrigo Kumpera  <rkumpera@novell.com>
9420         * verify.c (mono_method_verify): Check the bounds of
9421         all access of the code array.
9423 2008-04-29  Kornél Pál  <kornelpal@gmail.com>
9425         * appdomain.c: Use HAVE_SYS_UTIME_H that fixes MSVC build.
9427 2008-04-28  Zoltan Varga  <vargaz@gmail.com>
9429         * image.c (mono_image_strong_name_position): Fix return value when the rva is
9430         not valid.
9432 2008-04-28  Kornél Pál  <kornelpal@gmail.com>
9434         * loader.c (mono_get_method_from_token, mono_method_signature): Add
9435         support for METHOD_IMPL_ATTRIBUTE_NATIVE.
9436         * domain.c (mono_init_internal): Load and fixup mscoree.dll on startup and
9437         fixup main EXE images when using mono.exe for mixed-mode assembly support.
9438         * domain-internals.h: Add MonoLoadFunc, mono_install_runtime_load and
9439         mono_runtime_load.
9440         * appdomain.c: Add mono_install_runtime_load, mono_runtime_load to support
9441         runtime initialization from metadata.
9442         * assembly.c: Remove obsolete ceGetModuleFileNameA.
9443         (mono_set_rootdir): Use mono_get_module_file_name.
9444         (mono_assembly_load_from_full): Call mono_image_fixup_vtable for module
9445         handles.
9446         * cil-coff.h: Add MonoVTableFixup. Update mono_cli_rva_image_map signature.
9447         * metadata-internals.h: Add is_module_handle to _MonoImage on Windows.
9448         * image.c (mono_cli_rva_image_map): Use MonoImage instead of
9449         MonoCLIImageInfo. Add support for module handles.
9450         (load_cli_header): Update mono_cli_rva_image_map signature.
9451         (load_metadata_ptrs): Update mono_cli_rva_image_map signature.
9452         (mono_image_strong_name_position): Use mono_cli_rva_image_map.
9453         (mono_image_rva_map): Add support for module handles.
9454         (mono_image_ensure_section_idx): Add support for module handles.
9455         (mono_image_close): Add support for module handles.
9456         (do_load_header): Add support for module handles.
9457         (mono_image_open_from_module_handle): New function for internal use.
9458         (mono_image_open_full): Load normal images using LoadLibrary on Windows.
9459         (mono_image_load_module): Call mono_image_fixup_vtable for module handles.
9460         (mono_image_load_file_for_image): Call mono_image_fixup_vtable for module
9461         handles.
9462         (mono_image_fixup_vtable): New function for mixed-mode assembly support.
9463         * image.h: Add mono_image_fixup_vtable.
9464         * coree.c: New file for mscoree.dll functions and mixed-mode assembly
9465         support.
9466         * coree.h: New file.
9467         * marshal.c (mono_marshal_get_native_wrapper): Throw exception for
9468         unsupported native code.
9469         (mono_marshal_set_callconv_from_modopt): New function splitted from
9470         mono_marshal_get_managed_wrapper.
9471         (mono_marshal_get_managed_wrapper): Use
9472         mono_marshal_set_callconv_from_modopt.
9473         (mono_marshal_get_vtfixup_ftnptr): New function for mixed-mode assembly support.
9474         * marshal.h: Add mono_marshal_get_vtfixup_ftnptr.
9475         * gc.c (mono_gc_init): Don't wait for the finalizer thread on Windows because
9476         that results in a deadlock when the runtime is loaded in _CorDllMain.
9477         * Makefile.am: Add coree.c and coree.h.
9479         Contributed under MIT/X11 license.
9481 2008-04-28  Mark Probst  <mark.probst@gmail.com>
9483         * generic-sharing.c: Search for type arguments in array element
9484         types as well.
9486 2008-04-28  Mark Probst  <mark.probst@gmail.com>
9488         * class-internals.h, generic-sharing.c: New, small runtime generic context.
9490         * metadata-internals.h, domain.c, image.c: Less bookkeeping is required for the new RGCTX.
9492         * object.c: Don't setup the RGCTX when the vtable is created,
9493         because we're setting it up lazily now.
9495 2008-04-26  Zoltan Varga  <vargaz@gmail.com>
9497         * sgen-gc.c: Make the 'desc' variables an mword instead of a guint32 to fix 
9498         64 bit support.
9500 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
9502         * verify.c (verify_class_for_overlapping_reference_fields): 
9503         If class is under fulltrust allow reference types to overllap
9504         if they have the same RVA.
9506 2008-04-24 Rodrigo Kumpera  <rkumpera@novell.com>
9508         * pedump.c: Added new flag valid-only, that makes the verifier
9509         behaves just like --security=validil. It won't fail type load
9510         due to unverifiable restrictions.
9512 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
9514         * class-internals.h (struct MonoMethod): Added a verification_success
9515         field to cache verifier executions. Reduced MonoMethod:slot size by
9516         one bit.
9518 2008-04-23  Zoltan Varga  <vargaz@gmail.com>
9520         * sgen-gc.c (OBJ_RUN_LEN_SIZE): Make this and other macros take a 'desc' argument
9521         instead of a 'vt' argument to save an indirection and to allow these to be used
9522         for valuetypes.
9523         (scan_vtype): New helper function to scan an area using a gc descriptor.
9524         (mono_gc_wbarrier_value_copy): Implement this.
9525         (handle_remset): Add support for REMSET_VTYPE.
9526         (find_in_remset_loc): Ditto.
9527         (mono_gc_base_init): Allow some debugging options to be controlled through the
9528         use of the MONO_GC_DEBUG env variable.
9529         (mono_gc_alloc_obj): Add support the 'collect-before-allocs' debug option.
9530         (collect_nursery): Add support for the 'check-at-minor-collection' debug option.
9532 2008-04-23  Martin Baulig  <martin@ximian.com>
9534         * domain.c (mono_domain_create): Move the call to
9535         mono_debug_domain_create() down, after allocating the domain id.
9537 2008-04-23 Rodrigo Kumpera  <rkumpera@novell.com>
9539         verify.c (verify_class_for_overlapping_reference_fields): Skip
9540         static fields while verifying for overlapping fields as they
9541         don't matter at all.
9543 2008-04-23  Marek Habersack  <mhabersack@novell.com>
9545         * domain-internals.h: added a declaration of
9546         mono_make_shadow_copy.
9548         * assembly.c (mono_assembly_open_full): shadow copying of
9549         assemblies moved to here, so that all the assemblies within the
9550         application domain's private binary directories can be
9551         processed. Fixes bug #380546
9553         * appdomain.c (mono_make_shadow_copy): make_shadow_copy renamed to
9554         mono_make_shadow_copy and made non-static. The decision whether
9555         to shadow-copy an assembly is made based on its location - it's
9556         copied if it's in one of the private application domain binary
9557         directories and its different to the target file in the shadow
9558         directory. Fixes bug #380546
9560 2008-04-22  Zoltan Varga  <vargaz@gmail.com>
9562         * reflection.c (fixup_method): Handle {Method|Constructor}OnTypeBuilderInst.
9564         * object-internals.h: Add MonoReflection{Method|Constructor}OnTypeBuilderInst
9565         types.
9567         * reflection.c (mono_image_create_token): Handle 
9568         Method/ConstructorOnTypeBuilderInst.
9569         (resolve_object): Ditto.
9570         (inflate_mono_method): Receive the inflated class instead of a MonoGenericClass
9571         so it can be called from resolve_object. Also handle the case when the inflated
9572         class already has its methods setup.
9574 2008-04-21  Martin Baulig  <martin@ximian.com>
9576         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 69.
9578 2008-04-20  Geoff Norton  <gnorton@novell.com>
9580         * icall.c: Fix the _NSGetEnviron define to prevent an impropoer
9581         pointer dereference.
9583 2008-04-15  Marek Habersack  <mhabersack@novell.com>
9585         * appdomain.c (try_load_from): if IOMAP is in effect, call the
9586         portability API to look up the assembly file. Fixes behavior in
9587         situations when the application has a bin/ directory, but the
9588         assembly search patch refers to Bin/ (and thus the requested file
9589         name is Bin/SomeLibrary.dll). Fixes bug #379888
9591 2008-04-15 Rodrigo Kumpera  <rkumpera@novell.com>
9593         verify.c (mono_type_is_generic_argument): Extracted this check
9594         from a dozen places to here.
9596         verify.c: Fixed all issues related to boxing generic arguments
9597         and their constraints.
9599 2008-04-14 Rodrigo Kumpera  <rkumpera@novell.com>
9601         verify.c (mono_class_interface_implements_interface): Fix win32 build.
9603 2008-04-14  Zoltan Varga  <vargaz@gmail.com>
9605         * reflection.c (mono_custom_attrs_construct): Fix crash when the cattr type
9606         isn't finished yet. Fixes #363447.
9608 2008-04-13  Zoltan Varga  <vargaz@gmail.com>
9610         * class.c (mono_bounded_array_class_get): Fix the name of bounded array types.
9611         Fixes #346419.
9613 2008-04-13  Jb Evain  <jbevain@novell.com>
9615         * domain.c: update the 2.1 profile versions.
9616         Merged from the Moonlight 2 branch.
9618 2008-04-12  Zoltan Varga  <vargaz@gmail.com>
9620         * assembly.c (mono_assembly_load_from_full): Do the check for loading other
9621         mscorlibs for the non-refonly case as well.
9623         * image.c (do_mono_image_load): Remove the mscorlib check, it is already done
9624         in mono_assembly_load_from_full (). Fixes #378924.
9626 2008-04-11  Geoff Norton  <gnorton@novell.com>
9628         * icall.c: The global extern environ doesn't exist on Mac.  We
9629         need to call NSGetEnviron instead.
9631 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9633         verify.c: Add generic method constraint verification.
9635 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9637         class.c (mono_class_inflate_generic_method_full): Add a long
9638         explanation to the is_mb_open hack. Remove the FIXME.
9640 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9642         * verify.c (mono_method_verify): Mark all unknown opcodes
9643         as invalid. Mark jmp as unverifiable.
9645 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9647         * verify.c: Add code to do type constraint verification on class instances.
9649         * verify.c (mono_verifier_verify_class): Use the type constraint 
9650         verification code.
9652 2008-04-10 Rodrigo Kumpera  <rkumpera@novell.com>
9654         * class.c (mono_class_get_field_default_value): Don't pass cindex
9655         as hint to mono_metadata_get_constant_index. The local is not initialized
9656         and should contain garbage most of the time. This could only work
9657         with a lot of luck.
9659 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
9661         * tokentype.h: Add MONO_TOKEN_GENERIC_PARAM.
9663 2008-04-09 Rodrigo Kumpera  <rkumpera@novell.com>
9665         * class-internals.h: Add generic_param_token to MonoClass::sizes union.
9667         * class.c (mono_class_from_generic_parameter): Save the token of the
9668         generic param in MonoClass::sizes.generic_param_token.
9670         * reflection.c (mono_custom_attrs_from_class): If the class type is
9671         VAR or MVAR retrieve the attributes of the generic param.
9673 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
9675         * class.c (mono_class_init): Do class verification if the verifier
9676         is enabled.
9678 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
9680         * verify-internal.h: Added mono_verifier_verify_class.
9682         * verify.c: Added mono_verifier_verify_class. It checks for
9683         classes with explicit layout that have overlapping reference fields.
9685         * pedump.c: Init the verifier state prior to verification. Fixed
9686         command line arguments.
9688 2008-04-08 Rodrigo Kumpera  <rkumpera@novell.com>
9690         * Makefile.am: Added verify-internals.h, hopefully fix the build.
9692 2008-04-08  Zoltan Varga  <vargaz@gmail.com>
9694         * verify-internals.h: Fix a warning.
9696 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
9698         * verify-internals.h: New header with the verifier configuration
9699         extracted from mini.c.
9701         * verify.c: Implemented the new functions exported by verify-internals.h.
9703 2008-04-07 Rodrigo Kumpera  <rkumpera@novell.com>
9705         * verify.c: Add proper verification of ckfinite.
9707 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
9709         * verify.c (do_conversion): Improved error message to something
9710         more meanfull.
9712         * verify.c (check_is_valid_type_for_field_ops): Fix to work
9713         with primitive types.
9715 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
9717         * verify.c: Added tail prefix checking. Marked icall
9718         as unverifible.
9720 2008-04-04 Rodrigo Kumpera  <rkumpera@novell.com>
9722         * verify.c: Fix the detection of branches to the middle
9723         of an instruction.
9725 2008-04-03 Rodrigo Kumpera  <rkumpera@novell.com>
9727         * verify.c: Implemented verification of volatile. and
9728         unaligned. prefix. Check if a type is valid after retrieving it.
9730 2008-04-01  Dick Porter  <dick@ximian.com>
9732         * process.c (process_get_fileversion): If there's no string block,
9733         set the file language to en_US.  Fixes the other new part of bug
9734         374600.
9736 2008-03-29 Rodrigo Kumpera  <rkumpera@novell.com>
9738         * class.c: New functions mono_method_can_access_field_full and
9739         mono_method_can_access_method_full. They perform type visibility
9740         and type site check.
9742         * class-internal.h: Added exported functions.
9744         * verify.c: Use new functions to implement proper visibility checks.
9746 2008-03-29  Zoltan Varga  <vargaz@gmail.com>
9748         * mono-config.h: Add missing G_BEGIN_DECLS/G_END_DECLS. Fixes #375188.
9750 2008-03-28  Dick Porter  <dick@ximian.com>
9752         * process.c (process_get_fileversion): Use the first language ID
9753         we see, rather than insisting on an invariant language.  Fixes bug
9754         374600.
9756 2008-03-28  Zoltan Varga  <vargaz@gmail.com>
9758         * reflection.c (calc_section_size): Use add_stream_zero to align the size of
9759         the streams to fix reading of invalid memory later.
9761         * metadata.h (MonoType): Use 'MonoTypeEnum' instead of int for the 'type' field
9762         to ease debugging.
9764 2008-03-26  Zoltan Varga  <vargaz@gmail.com>
9766         * marshal.c (signature_dup): Use mono_metadata_signature_alloc ().
9767         (cominterop_method_signature): Ditto. Fix the size passed to memcpy.
9769 2008-03-26  Massimiliano Mantione  <massi@ximian.com>
9770         * threads.h: Added MonoThreadManageCallback type and
9771         mono_thread_set_manage_callback prototype
9772         * object-internals.h: In _MonoThread, renamed unused6 to manage_callback
9773         (used to store the mono_thread_manage callback).
9774         * threads.c: Added mono_thread_set_manage_callback, and handle
9775         "MonoThread->manage_callback" in build_wait_tids.
9777 2008-03-26  Dick Porter  <dick@ximian.com>
9779         * process.c (process_get_fileversion): Set FileVersionInfo strings
9780         to Empty when the resource doesn't have the particular info.
9781         Fixes bug 355717.
9783 2008-03-25 Rodrigo Kumpera  <rkumpera@novell.com>
9785         * verify.c (mono_method_verify): Proper prefix validation.
9787 2008-03-25  Zoltan Varga  <vargaz@gmail.com>
9789         * icall.c (ves_icall_InternalInvoke): Return exceptions thrown by the icall
9790         itself in a separate argument instead of throwing them. Fixes #373448.
9792         * appdomain.c: Bump corlib version.
9794 2008-03-24 Rodrigo Kumpera  <rkumpera@novell.com>
9796         * verify.c: Implemented readonly prefix and verify controled mutability pointers.
9798 2008-03-20  Kornél Pál  <kornelpal@gmail.com>
9800         * file-io.c, filewatcher.c, threadpool.c, threads.c: Removed Windows
9801         version macros.
9803 2008-03-20  Mark Probst  <mark.probst@gmail.com>
9805         * generic-sharing.c, class-internals.h: Code for putting
9806         reflection types into the runtime generic context.
9808 2008-03-19 Rodrigo Kumpera  <rkumpera@novell.com>
9810         * icall.c (ves_icall_get_method_info): Return correct values for the call convention.
9811         Fixes #340662. 
9814 2008-03-17 Rodrigo Kumpera  <rkumpera@novell.com>
9816         * verify.c (VerifyContext): Added instruction prefix data to the struct.
9818         * verify.c (is_compatible_boxed_valuetype): Don't check if the type is a valuetype, been boxed is enough.
9820         * verify.c (do_invoke): Support constrained callvirt form. Grouped similar checks together.
9822         * verify.c (do_cast): Let the result value keep the boxed status.
9824         * verify.c (mono_method_verify): Add proper support for prefixed and implement contrained.
9826 2008-03-17  Jb Evain  <jbevain@novell.com>
9828         * reflection.c: when running on a 2.0 runtime, emit
9829         unconditionally the #~ header version as 2.0, and the
9830         CLI header version as 2.5, for symmetry's sake with csc.
9832 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
9834         * class.c: Remove the unused cache_interface_offsets stuff.
9836         * class.c loader.c domain.c verify.c metadata.c debug-helpers.c threadpool.c
9837         profiler.c: Fix warnings.
9839 2008-03-16  Mark Probst  <mark.probst@gmail.com>
9841         * generic-sharing.c, class-internals.h: Support for putting
9842         methods into the runtime generic context.
9844 2008-03-16  Zoltan Varga  <vargaz@gmail.com>
9846         * class.c (mono_class_setup_fields): Ignore calls made to this function for
9847         classes which are generic instances of not-yet finished typebuilders. Fixes
9848         #351172.
9850         * reflection.c (fixup_method): Add support for FieldOnTypeBuilderInst.
9852 2008-03-15  Zoltan Varga  <vargaz@gmail.com>
9854         * metadata-internals.h (MonoDynamicImage): Add 'generic_def_objects' hash table.
9856         * class-internals.h (MonoMethodInflated): Remove the rarely used reflection_info
9857         field, replace it with a hash table in MonoDynamicImage.
9859         * reflection.c (inflate_mono_method): Access the generic definition object from
9860         image->generic_def_objects instead of imethod->reflection_info.
9862         * reflection.c (mono_reflection_bind_generic_method_parameters): Ditto. 
9864         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition): Ditto.
9865         
9866         * image.c (mono_image_close): Move the dynamic image freeing code to a separate
9867         function in reflection.c so it is easier to keep in sync with the dynamic image
9868         creation code.
9870         * reflection.c (mono_dynamic_image_free): New internal function, extracted from
9871         mono_image_close ().
9873 2008-03-15  Mark Probst  <mark.probst@gmail.com>
9875         * class.c (mono_class_generic_sharing_enabled): Disable generic
9876         sharing for all architectures except AMD64 and x86 to fix build.
9878 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
9880         * verify.c: Use the generic definition MonoGenericContext when available.
9881         Remove code for checking generics instance compatibility in favor of
9882         mono_class_is_assignable_from.
9884 2008-03-14  Mark Probst  <mark.probst@gmail.com>
9886         * marshal.c, marshal.h, metadata-internals.h, image.c,
9887         wrapper-types.h: New wrapper for invoking a shared static method
9888         without having to pass the runtime generic context argument.
9890 2008-03-14 Rodrigo Kumpera  <rkumpera@novell.com>
9892         * icall-def.h: Add missing function PerformanceCounterCategory::GetInstanceNames.
9894 2008-03-14  Zoltan Varga  <vargaz@gmail.com>
9896         * reflection.c (mono_image_get_field_on_inst_token): Add caching.
9897         
9898         * reflection.c (mono_image_get_field_on_inst_token): New helper function to
9899         create a token from a FieldOnTypeBuilderInst.
9900         (mono_image_create_token): Handle FieldOnTypeBuilderInst.
9901         (resolve_object): Ditto.
9903         * object-internals.h (MonoReflectionFieldOnTypeBuilderInst): New structure
9904         mirroring System.Reflection.Emit.FieldOnTypeBuilderInst.
9906 2008-03-14  Martin Baulig  <martin@ximian.com>
9908         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 68.
9910         * debug-mono-symfile.h
9911         (MONO_SYMBOL_FILE_VERSION): Bump to 41.
9912         (MONO_SYMBOL_FILE_COMPATIBILITY_VERSION): New #define.
9914 2008-03-10  Martin Baulig  <martin@ximian.com>
9916         * debug-mono-symfile.h
9917         (MonoSymbolFileMethodAddress): Removed `num_lexical_blocks' and
9918         `lexical_block_table_offset'.
9919         (MonoDebugMethodInfo): Removed `num_lexical_blocks' and
9920         `lexical_blocks'.
9921         (MonoSymbolFile): Added `version'.
9923         * mono-debug.h
9924         (MonoDebugLexicalBlockEntry): Removed.
9925         (MonoDebugMethodJitInfo): Removed `num_lexical_blocks' and
9926         `lexical_blocks'.
9928         * mono-debug.c (mono_debug_add_method): Don't compute lexical
9929         blocks here; the debugger now does this internally.
9931 2008-02-27  Martin Baulig  <martin@ximian.com>
9933         * object.c (mono_runtime_exec_main): Call
9934         `mono_debugger_event (MONO_DEBUGGER_EVENT_REACHED_MAIN)' and
9935         `mono_debugger_event (MONO_DEBUGGER_EVENT_MAIN_EXITED)' here.
9937 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
9939         * verify.c (verify_type_compatibility_full): Allow native int to be converted
9940         to native pointer in non-strict mode. Required to "(IntPtr)null" work.
9942 2008-03-12 Rodrigo Kumpera  <rkumpera@novell.com>
9944         * verify.c (verify_ldftn_delegate): Accept a sealed type when using
9945         ldftn with a virtual method.
9947 2008-03-13  Geoff Norton  <gnorton@novell.com>
9949         * decimal.c:  Only include memory.h if the platform has it.
9951 Wed Mar 12 12:11:06 CET 2008 Paolo Molaro <lupus@ximian.com>
9953         * assembly.c, class.c, metadata-internals.h: make sure public key
9954         tokesns are compared in a case-insensitive way. Also, all
9955         the lookups in the GAC use a lowercase public key token
9956         (gaacutil already does the lowercasing on install). Fixes
9957         bug #369541.
9959 2008-03-11 Rodrigo Kumpera  <rkumpera@novell.com>
9961         * verify.c (mono_delegate_signature_equal): Do proper variance check on arguments
9962         and return value.
9964 Tue Mar 11 17:41:38 CET 2008 Paolo Molaro <lupus@ximian.com>
9966         * image.c: when someone loads a mscorlib from a file, return the
9967         currently loaded mscorlib (fixes bug #369253).
9969 Tue Mar 11 16:47:32 CET 2008 Paolo Molaro <lupus@ximian.com>
9971         * class.c: handle types with no parents by forcing them to have
9972         System.Object as a parent and marking them as broken (this currently
9973         allows the first part of bug #369173 to work as well, likely because
9974         we don't check for typeload exceptions everywhere yet).
9976 Tue Mar 11 15:23:54 CET 2008 Paolo Molaro <lupus@ximian.com>
9978         * class.c: more complete check that types belong to corlib
9979         (fixes second part of bug #369173).
9981 2007-03-10  Bill Holmes  <billholmes54@gmail.com>
9983         * generic-sharing.c:  Including glib.h for the MSVC builds to define
9984           "inline" to "__inline" before including mono-membar.h.
9985           
9986         * mono-perfcounters.c:  Adding HAVE_SYS_TIME_H check for MSVC builds.
9987           Rename "Unknown" to "CatTypeUnknown" to avoid name collisions for 
9988           MSVC builds.
9990         Contributed under MIT/X11 license.
9992 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
9994         * verify.c (do_invoke_method): Remove return type validation.
9996         * verify.c (do_ret): Do return type validation at return site instead of
9997         call site.
9999 2008-03-10 Rodrigo Kumpera  <rkumpera@novell.com>
10001         * verify.c (do_invoke_method): Mark callvirt to static methods unverifiable.
10003         * verify.c: Some todos cleaned and improved a few error messages.
10005 2008-03-08  Zoltan Varga  <vargaz@gmail.com>
10007         * class.c (mono_class_setup_mono_type): Improve the test for corlib.
10009 2008-03-07  Zoltan Varga  <vargaz@gmail.com>
10011         * class.c (mono_class_setup_mono_type): Handle types whose name clashes with
10012         system types correctly.
10014         * exception.h exception.c (mono_exception_from_token_two_strings): New helper
10015         function.
10017 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
10019         * assembly.c (build_assembly_name): Fix a warning.
10021 Thu Mar 6 19:43:41 CET 2008 Paolo Molaro <lupus@ximian.com>
10023         * marshal.c: ldfld_remote and stfld_remote needs just one wrapper as
10024         the called function takes an object type argument. Fixes storing or
10025         valuetypes across remoting as well as reducing memory usage.
10026         * image.c, metadata-internals.h: remove now unused ldfld_remote and
10027         stfld_remote wrapper caches.
10029 2008-03-06  Zoltan Varga  <vargaz@gmail.com>
10031         * icall.c (mono_lookup_internal_call): Update the exception message when an icall
10032         is not found.
10034         * reflection.c (mono_image_register_token): New helper function to save
10035         a token->object mapping.        
10037         * icall.c (ves_icall_ModuleBuilder_RegisterToken): New icall to access it from
10038         managed code.
10040         * reflection.c (_mono_reflection_parse_type): Distinguish between vectors and
10041         one dimension arrays. Fixes #367670.
10042         (mono_reflection_get_type_internal): Ditto.
10044 Tue Mar 4 19:04:02 CET 2008 Paolo Molaro <lupus@ximian.com>
10046         * marshal.c: mono_load_remote_field_new() always returns object.
10047         so use the proper signature (fixes bug #366445).
10049 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
10050         
10051         * class-internals.h (MonoMethod): Remove unused uses_this flag, 
10052         add an 'inline_failure' flag instead.
10054 2008-03-04  Mark Probst  <mark.probst@gmail.com>
10056         * domain-internals.h, domain.c: Replaced MonoGenericSharingContext
10057         with a new structure, MonoGenericJitInfo, in the MonoJitInfo.  It
10058         contains the location of "this", used for exception handling.
10060 2008-03-04  Zoltan Varga  <vargaz@gmail.com>
10062         * class.c (mono_class_layout_fields): Set the min alignment of small structs to
10063         their size on all platforms for perf reasons.
10065 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10067         * reflection.h: Move mono_reflection_is_valid_dynamic_token to
10068         object-internal.h
10070         * object-internal.h: Same.
10072 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10074         * reflection.h: Fix the build I just broke.
10076 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10078         * reflection.c (mono_reflection_is_valid_dynamic_token): New function,
10079         Test if a token is valid, this remove explicit usage of 
10080         MonoDynamicImage::tokens from the verifier code.
10082         * reflection.h: Added mono_reflection_is_valid_dynamic_token.
10084         * verify.c (token_bounds_check): Use mono_reflection_is_valid_dynamic_token
10085         instead of direct access to MonoDynamicImage::tokens.
10087 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10089         * verify.c (token_bounds_check): Fix the build I just broke.
10091 2008-03-03 Rodrigo Kumpera  <rkumpera@novell.com>
10093         * verify.c (token_bounds_check): Fix bounds check for dynamic images.
10095         * verify.c (verifier_load_method): Fixed the errors message.
10097         * verify.c (mono_method_verify): Fixed a debug message.
10099 Thu Feb 28 19:49:45 CET 2008 Paolo Molaro <lupus@ximian.com>
10101         * icall-def.h, domain.c, mono-perfcounters-def.h, mono-perfcounters.c,
10102         mono-perfcounters.h, class-internals.h: support for predefined
10103         writable counters, query of categories and counters, bugfixes.
10105 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
10107         * verify.c (do_refanytype): Verify the refanytype opcode.
10109         * verify.c (mono_method_verify): Use do_refanytype.
10111 2008-02-28 Rodrigo Kumpera  <rkumpera@novell.com>
10113         * verify.c (do_mkrefany): Verify the mkrefany opcode.
10115         * verify.c (mono_method_verify): Use do_mkrefany.
10117 Wed Feb 27 19:49:16 CET 2008 Paolo Molaro <lupus@ximian.com>
10119         * Makefile.am, icall-def.h, icall.c, mono-perfcounters-def.h,
10120         mono-perfcounters.c, mono-perfcounters.h: basic performance counter
10121         implementation.
10123 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
10125         * marshal.c (mono_marshal_get_synchronized_wrapper): Fix the code which throws
10126         the type load exception.
10128 2008-02-27 Rodrigo Kumpera  <rkumpera@novell.com>
10130         * verify.c: Added a few FIXME for method signatures
10132         * verify.c (do_invoke_method): Use mono_method_get_signature_full instead
10133         of mono_method_get_signature and get vararg call working. Removed unused
10134         checks for return value.
10136         * verify.c (do_refanyval): Verify the refanyval opcode.
10138         * verify.c (mono_method_verify): Implemented verification of arglist and
10139         use do_refanyval.
10141 2008-02-27  Zoltan Varga  <vargaz@gmail.com>
10143         * class.c (mono_class_setup_methods): Move the check for synchronized methods on
10144         vtypes to marshal.c.
10146         * marshal.c (mono_marshal_get_synchronized_wrapper): Do the vtype check here so
10147         it works for AOT as well.
10149 Tue Feb 26 17:46:32 CET 2008 Paolo Molaro <lupus@ximian.com>
10151         * monitor.c, threads.c, threadpool.c: replace the use of GetTickCount ()
10152         with mono_msec_ticks () which is monotonic and doesn't cause bugs when
10153         the system time is adjusted.
10155 Tue Feb 26 17:40:10 CET 2008 Paolo Molaro <lupus@ximian.com>
10157         * icall.c, icall-def.h: use the new time functions (fixes the
10158         non-monotonic behaviour of TickCount).
10160 2008-02-26  Zoltan Varga  <vargaz@gmail.com>
10162         * reflection.c (mono_custom_attrs_from_builders): Revert the last change as
10163         it breaks the build.
10164         
10165         * reflection.c (mono_custom_attrs_from_builders): Assert instead of a crash if the
10166         cattr is not finished yet.
10168 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
10170         * verify.c: Proper token validation for field, method and type.
10172 2008-02-25 Rodrigo Kumpera  <rkumpera@novell.com>
10174         * loader.c (field_from_memberref): Generate a loader error if the type is not found.
10176         * loader.c (method_from_memberref): Generate type load error instead of method missing
10177         if the type is not found.
10179 2008-02-23  Zoltan Varga  <vargaz@gmail.com>
10181         * marshal.c (mono_marshal_emit_managed_wrapper): Avoid generating invalid IL if
10182         some of the conversions caused the generation of a marshal directive exception.
10184 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
10186         verify.c: Report which exception should be thrown by the JIT.
10187         Added a lot of FIXME notes.
10189 2008-02-22  Mark Probst  <mark.probst@gmail.com>
10191         * generic-sharing.c: Runtime generic context slots are not
10192         instantiated on init anymore.  Instead, provide function to do the
10193         instantiating on demand.
10195         * class-internals.h: Added vtable to runtime generic context.
10196         Macros for encoding direct and indirect slot offsets in one
10197         guint32.
10199 2008-02-21  Mark Probst  <mark.probst@gmail.com>
10201         * object.c, generic-sharing.c: Moved some generic sharing code
10202         from object.c to generic-sharing.c.
10204         * generic-sharing.c: Added support for extensible runtime generic
10205         context.
10207         * metadata-internals.h: Two new hash tables in MonoImage for
10208         extensible runtime generic context support.
10210         * domain.c: Unregister generic vtables upon domain unloading.
10212         * image.c: Destroy new hash tables upon image unloading.
10214         * metadata.c: Unregister generic subclasses upon image unloading.
10216         * class-internals.h: New data structure for runtime generic
10217         context template.  New fields in the runtime generic context for
10218         extensible part.
10220         * Makefile.am: Added generic-sharing.c.
10222 2008-02-21 Rodrigo Kumpera  <rkumpera@novell.com>
10224         icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): If
10225         there is a pending loader exception, raise it.
10227         icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
10228         same.
10230         icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): 
10231         same.
10233         Fixes #363450.
10235 2008-02-20  Zoltan Varga  <vargaz@gmail.com>
10237         * icall.c (ves_icall_Type_GetPacking): Handle dynamic types.
10239         * assembly.c (mono_assembly_load_from_full): Fix a leak in the previous patch.
10240         
10241         * assembly.c (mono_assembly_load_from_full): Return the non-refonly corlib for
10242         ref-only requests for compatibility with MS.
10244 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
10246         * reflection.c (mono_custom_attrs_from_method): Don't silently
10247         return an empty list for generic method instances.
10248         (mono_custom_attrs_from_param): Likewise.
10250 2008-02-20  Rodrigo Kumpera  <rkumpera@novell.com>
10251             Raja R Harinath  <harinath@hurrynot.org>
10253         Fix #354757
10254         * class-internals.h (struct _MonoMethodInflated.is_mb_open): Add.
10255         * class.c (mono_class_inflate_generic_method_full): Initialize it
10256         when a fully-open method is instantiated.
10257         * metadata.c (inflated_method_equal, inflated_method_hash): Update
10258         to new field.
10259         * reflection.c (inflate_mono_method): Don't create a temporary context.
10261 2008-02-20  Raja R Harinath  <harinath@hurrynot.org>
10263         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
10264         Compute correct value, to prepare for imethod->reflection_info going away.
10266 2008-02-19  Zoltan Varga  <vargaz@gmail.com>
10268         * class.c (mono_class_setup_vtable_general): Ignore static methods in interfaces.
10270 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
10272         * verify.c: Implement skip visibility flag.
10274 2008-02-18 Rodrigo Kumpera  <rkumpera@novell.com>
10276         * verify.h: Added MONO_VERIFY_SKIP_VISIBILITY and struct MonoVerifyInfoExtended
10277         which contains an extra field to tell the kind of exception that should be thrown.
10279         * verify.c: Use MonoVerifyInfoExtended instead of MonoVerifyInfo.
10281 2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
10283         * loader.c (mono_method_get_param_names): Initialize 'klass' after
10284         'method' is updated.
10286 2008-02-11  Zoltan Varga  <vargaz@gmail.com>
10288         * class.c (mono_class_layout_fields): Set class->min_align for classes using
10289         explicit layout as well. Fixes #360375.
10291 2008-02-11  Geoff Norton  <gnorton@novell.com>
10293         * loader.c: Guard and dereference against inflated generic methods
10295 2008-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
10297         * class.c: Include Retargetable spec in assembly name.
10298         * assembly.c: Always include PublicKeyToken spec in assembly name
10299         (with value "null" if assembly is not signed), and include
10300         Retargetable spec.
10301         * icall-def.h: Added icall for Assembly.get_fullname.
10302         * icall.c: Added icall returning the fullname of an assembly.
10304 2008-02-09  Zoltan Varga  <vargaz@gmail.com>
10306         * class.c (mono_class_setup_vtable_general): Add a missing call to
10307         mono_class_setup_methods () which is needed in the AOT case.
10309 2008-02-08 Rodrigo Kumpera  <rkumpera@novell.com>
10311         * verify.c (mono_type_get_stack_name): Added. Return the name for the
10312         stack type of the given MonoType.
10314         * verify.c (verify_type_compatibility_full): Handle the void type.
10316         * verify.c (is_compatible_boxed_valuetype): Changed to fit the
10317         way stack merging works.
10319         * verify.c (store_local): Improved verification message.
10321         * verify.c (do_branch_op): If the merging is invalid, the method
10322         is unverifiable and not invalid. Improved error message.
10324         * verify.c (merge_stacks): Properly merge a boxed valuetype and
10325         a reference type diferent than System.Object. Improved error
10326         message.
10328 2008-02-07 Rodrigo Kumpera  <rkumpera@novell.com>
10330         * verify.c (mono_type_is_enum_type): Added. Test if a type is an enum.
10332         * verify.c (mono_type_get_underlying_type_any): Added. Return the underlying
10333         type of an enum even if the argument is byref.
10335         * verify.c: Replace all explicit uses of enumtype and enum_basetype
10336         to calls to mono_type_is_enum_type and mono_type_get_underlying_type_any.
10338         * verify.c: Check for an enum in all cases of MONO_TYPE_GENERICINST.
10340         *verify.c (verify_type_compatibility_full): Make enum types
10341         compatible with their base types.
10343         * verify.c (is_compatible_boxed_valuetype): Added. Check if both
10344         types are compatible for the special case of a boxed valuetype and
10345         System.Object.
10347         * verify.c (verify_stack_type_compatibility): The function
10348         is_compatible_boxed_valuetype was extracted from here.
10350         * verify.c (push_arg): Only set ctx->has_this_store if the method
10351         is not static.
10353         * verify.c (do_ldelem): Fixed a typo in an error message and added
10354         strict check for mixing int32 and native int as the array type
10355         and ldelem type.
10357         * verify.c (merge_stacks): Consider boxed valuetypes in the
10358         compatibility checks.
10360 2008-02-07  Massimiliano Mantione  <massi@ximian.com>
10361         * profiler.h: (MonoGCEvent): Added start-stop the world events.
10363 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
10364         *class.c: use_new_interface_vtable_code: renamed the env var to have
10365         a "MONO_" prefix, and fix the logic to enable it by default.
10367 2008-02-06  Massimiliano Mantione  <massi@ximian.com>
10368         *class.c:
10369         mono_class_setup_vtable_general: rewrote the way in which interface
10370         methods are added to vtables. Makes bug-77127.exe pass, and hopefully
10371         makes the code more maintainable.
10372         For now the old code is still there, and can be activated setting
10373         the env var "USE_NEW_INTERFACE_VTABLE_CODE".
10375 2008-02-06 Rodrigo Kumpera  <rkumpera@novell.com>
10377         * verify.c: guarded some debug functions around and #ifdef.
10379         * verify.c (merge_stacks): implement proper PIII 1.8.1.3 stack state merging.
10381 2008-02-06  Zoltan Varga  <vargaz@gmail.com>
10383         * marshal.c (mono_marshal_get_runtime_invoke): Revert the direct_wrapper
10384         changes for now since they seem to break too many things.
10386 2008-02-05  Mark Probst  <mark.probst@gmail.com>
10388         * marshal.c, marshal.h (mono_marshal_find_bitfield_offset,
10389         mono_marshal_find_nonzero_bit_offset): Added macro and function
10390         for finding the byte- and bit-offset of a bitfield within a
10391         struct.
10393 2008-02-05  Zoltan Varga  <vargaz@gmail.com>
10395         * marshal.c (mono_marshal_get_ptr_to_struct): Make the signature non-pinvoke.
10396         (mono_marshal_get_struct_to_ptr): Ditto.
10398         * marshal.c (mono_marshal_get_runtime_invoke): Fix the signature of 
10399         cctor_signature.
10401 2008-02-03  Zoltan Varga  <vargaz@gmail.com>
10403         * marshal.c (mono_marshal_get_runtime_invoke): Fix sharing of runtime wrappers
10404         between methods for non-corlib types.
10406 2008-02-02  Geoff Norton  <gnorton@novell.com>
10408         * loader.c (mono_method_get_param_names): Populate the parameter name for 
10409         generic parameters as well. (Fixes #342536)
10411 2008-01-31 Rodrigo Kumpera  <rkumpera@novell.com>
10413         * verify.c (is_valid_bool_arg): Allow boxed values and null literals as well.
10415         * verify.c (do_invoke_method): Fix for calling with byref structs.
10417         * verify.c (do_cast): push a boxed value type based on the type token and not
10418         the type of stack.
10420 2008-01-31  William Holmes  <billholmes54@gmail.com>
10422         * process.c (process_module_string_read): Check the size returned form 
10423           VerQueryValue to avoid out of memory exception. 
10425 2008-01-30  Zoltan Varga  <vargaz@gmail.com>
10427         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
10428         Handle properly modules which are not in the moduleref table. Fixes
10429         #356938.
10431 2008-01-29  Zoltan Varga  <vargaz@gmail.com>
10433         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Remove
10434         the dynamic case which is now in managed code.
10435         (ves_icall_System_Reflection_Assembly_GetTypes): Ditto.
10437         * marshal.c (mono_string_to_bstr): Fix a warning.
10438         (init_com_provider_ms): Ditto.
10440         * appdomain.c (ves_icall_System_AppDomain_createDomain): Add some FIXMEs.
10442         * exception.c (mono_get_exception_out_of_memory): New helper function.
10444 2008-01-28  Jonathan Chambers  <joncham@gmail.com>
10446         * marshal.c: Add support for BSTR marshalling
10447         using other COM systems.
10449         Code is contributed under MIT/X11 license.
10451 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10453         * object.c (mono_runtime_invoke_array): reverted previous
10454         commit as it breaks the build.
10456 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10458         * object.c (mono_runtime_invoke_array): Verify arguments for
10459         invalid types. Fixes #348522.
10461 2008-01-28 Rodrigo Kumpera  <rkumpera@novell.com>
10463         * verify.c: added IL_CODE_CALL_NONFINAL_VIRTUAL to track calls to
10464         non-final virtual calls using call. 
10466         * verify.c (do_invoke): fixed some TODOs.
10468         * verify.c (push_arg): set has_this_store for "ldarga 0".
10470 2008-01-27  Zoltan Varga  <vargaz@gmail.com>
10472         * reflection.c (reflection_methodbuilder_to_mono_method): Allow DynamicMethods
10473         which belong to an inflated class. Fixes #356531.
10475 2008-01-26  Robert Jordan  <robertj@gmx.net>
10477         * file-io.c: Implement and use wrappers for GetFileAttribute|Ex ()
10478         which resort to FindFirstFile when a certain error condition
10479         (ERROR_SHARING_VIOLATION) occured. Fixes bug #325212.
10480         Code is contributed under MIT/X11 license.
10482 2008-01-24  Jonathan Chambers  <joncham@gmail.com>
10484         * marshal.c (emit_marshal_string): Fix out string marshalling
10485         to use specified encoding. Fixes #323900.
10487         Code is contributed under MIT/X11 license.
10489 2008-01-24  Raja R Harinath  <harinath@hurrynot.org>
10491         * class.c (mono_class_inflate_generic_method_full): Don't modify
10492         iresult->context after cache check.
10494 2008-01-23  Zoltan Varga  <vargaz@gmail.com>
10496         * class.c (mono_class_inflate_generic_method_full): Change the
10497         struct assignments to memcpy for better visibility and add some comments.
10499 2008-01-23  Dick Porter  <dick@ximian.com>
10501         * threads.c (mono_threads_set_shutting_down): Simplify shutdown
10502         procedure, and make it work on windows.
10504 2008-01-22  Zoltan Varga  <vargaz@gmail.com>
10506         * object-internals.h (MonoReflectionGenericClass): Make the 'generic_type' field
10507         a MonoReflectionTypeBuilder since it is always of that type.
10509         * reflection.c (mono_type_get_object): Remove an unneccesary check.     
10511         * reflection.c (mono_generic_class_get_object): Simplify this a bit.
10513         * reflection.c (mono_reflection_bind_generic_parameters): Ditto.
10514         
10515         * icall.c (ves_icall_MonoGenericClass_GetParentType): Ditto.
10517         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Ditto.
10519         * reflection.c (mono_reflection_create_runtime_class): Remove already created
10520         instantiations from the type cache.
10522 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10524         * verify.c (do_ldstr): fixed token verification. previous code was 100% broken.
10526         * verify.c (do_unbox_value): push a controled mutability managed pointer.
10528 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10530         * verify.c (do_ldstr): added, verifies if the #US token is valid.
10532         * verify.c (mono_method_verify): removed old TODO
10534 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10536         * verify.c (do_newobj): add visibility check.
10538 2008-01-21 Rodrigo Kumpera  <rkumpera@novell.com>
10540         * verify.c (do_load_function_ptr): add visibility check.
10542 2008-01-21  Massimiliano Mantione  <massi@ximian.com>
10543         *class.c:
10544         mono_generic_class_get_class: hook profiler events.
10545         mono_field_get_offset: added to support heap-shot in the new profiler.
10546         *class.h: exported mono_field_get_offset.
10547         * reflection.c:
10548         mono_reflection_setup_internal_class: hook profiler events.
10550 2008-01-20  Zoltan Varga  <vargaz@gmail.com>
10552         * marshal.c (mono_marshal_emit_native_wrapper): Add a 'check_exceptions' 
10553         argument here too and use it to avoid checking for pending exceptions if 
10554         possible.
10556 2008-01-20  Gert Driesen  <drieseng@users.sourceforge.net>
10558         * assembly.c (build_assembly_name): add arg for passing the assembly
10559         flags. Do not consider a PublicKey with value "null" valid.
10560         (mono_assembly_name_parse_full): added boolean argument that will be
10561         set if the assembly name contains a PublicKeyToken spec. Added support
10562         for the Retargetable spec for which only Yes or No are allowed as valid
10563         value. Consider assembly name invalid if Retargetable spec is set, but
10564         either version, culture or public key (token) are not specified.
10565         * metadata-internals.h: sync signature of mono_assembly_name_parse_full
10566         with implementation in assembly.c.
10567         * icall.c (fill_reflection_assembly_name): also copy assembly flags
10568         from MonoAssemblyName.
10569         (ves_icall_System_Reflection_AssemblyName_ParseName): use newly
10570         introduced argument for mono_assembly_name_parse_full to know if the
10571         assembly name has a PublicKeyToken spec, and if it has instruct
10572         fill_reflection_assembly_name to use default value for keyToken (if
10573         PublicKeyToken is null).
10575 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
10577         * verify.c (mono_method_verify): fixed ovf ops with
10578         float values. They are unverifiable now.
10580 2008-01-18  Rodrigo Kumpera  <rkumpera@novell.com>
10582         * class.c (set_failure_from_loader_error): add BadImageException to the
10583         list of exceptions that can cause a type to fail to load.
10585         * class.c (mono_class_get_exception_for_failure): same.
10587 2008-01-17  Rodrigo Kumpera  <rkumpera@novell.com>
10589         * verify.c (in_any_exception_block): added, check if offset
10590         is part of any exception handling clause.
10592         * verify.c (get_stack_type): added VAR and MVAR types.
10594         * verify.c (do_stobj): better error messages.
10596         * verify.c (do_cpobj): added, check cpobj.
10598         * verify.c (do_initobj): added, check initobj.
10600         * verify.c (do_sizeof): added, check sizeof.
10602         * verify.c (do_localloc): added, check localloc.
10604         * verify.c: adde proper verification for cpobj, initobj, sizeof and localloc.
10606 2008-01-17  Zoltan Varga  <vargaz@gmail.com>
10608         * method-builder.c (mono_mb_emit_native_call): Get rid of the unused
10609         save_lmf/restore_lmf opcodes.
10611         * threads.c (mono_threads_install_notify_pending_exc): New function to
10612         install a callback notifying the JIT there is a pending exception on a thread.
10613         (mono_thread_request_interruption): Call the new callback.
10614         (mono_thread_get_and_clear_pending_exception): New function to return the
10615         exception pending on a thread.
10617         * marshal.c (mono_marshal_get_icall_wrapper): Add a check_exceptions argument
10618         to turn off checking for pending exceptions.
10619         (mono_marshal_get_native_wrapper): Ditto.
10621 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
10623         * threads-types.h: Get rid of the unnecessary extern declarations.
10625 2008-01-16  Gert Driesen  <drieseng@users.sourceforge.net>
10627         * icall.c (ves_icall_Type_GetField): if NonPublic flag is set, only
10628         return field from parent class if not private.
10629         (ves_icall_Type_GetFields_internal): if NonPublic flag is set, only
10630         returns fields from parent class if they are not private.
10631         (method_nonpublic): added function to determine if a given method
10632         should be considered non-public. Returns false for private methods
10633         on parent class, and internal methods from parent on the 1.0 profile.
10634         (ves_icall_Type_GetMethodsByName): if NonPublic flag is set, then
10635         use method_nonpublic function to determine whether method should be
10636         returned.
10637         (property_accessor_public): use newly introduced method_nonpublic
10638         function to determine whether accessor is non-public. 
10639         (ves_icall_MonoType_GetEvent): If NonPublic flag is set, only return
10640         event from parent class if not private. Only return static event if
10641         Static flag is set, and only return static event from parent class if
10642         FlattenHierarchy flag is set.
10643         (ves_icall_Type_GetEvents_internal): If NonPublic flag is set, only
10644         include non-private events from parent class.
10646 2008-01-16  Zoltan Varga  <vargaz@gmail.com>
10648         * icall.c (ves_icall_System_NumberFormatter_GetFormatterTables): Fix a
10649         warning.
10651 2008-01-16  Wade Berrier <wberrier@novell.com>
10653         * security.c: Add assembly.h header to appease some warnings
10655 2008-01-16  Dick Porter  <dick@ximian.com>
10657         * process.c (process_module_string_read): Remove trailing null
10658         when saving string.
10660 2008-01-16  Mark Probst  <mark.probst@gmail.com>
10662         * class-internals.h: A new data structure describing the layout of
10663         a runtime generic context (MonoRuntimeGenericContextTemplate).
10665         * metadata-internals.h: Added a hash table to MonoDomain that maps
10666         from open generic classes to their runtime generic context
10667         templates.
10669         * object.c: Building of the runtime generic context, including
10670         proper handling of generic type arguments of superclasses.
10671         Building of the runtime generic context according to the template.
10673 2008-01-15  Zoltan Varga  <vargaz@gmail.com>
10675         * class.c (mono_class_setup_fields): Set field.count for generic instances.
10676         Fixes #350856.
10678         * image.c (do_mono_image_open): Pass TRUE as last_exists to 
10679         mono_portability_find_file (). Fixes #325466.
10680         (mono_image_get_public_key): Fix a warning.
10682 2008-01-14  Zoltan Varga  <vargaz@gmail.com>
10684         * class.c (mono_class_from_name): Fix comments for NULL-ness of image parameter.
10685         Fixes #353550.
10686         (mono_class_from_name_case): Ditto.
10688 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
10690         * icall-def.h number-formatter.h icall.c: Implemented a cross app-domain
10691           common storage for the tables used in the System/NumberFormatter class.
10693 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
10695         * marshal.c (mono_marshal_get_runtime_invoke): Fix a typo.
10697 2008-01-11  Rodrigo Kumpera  <rkumpera@novell.com>
10699         * verify.c (get_boxable_mono_type): check if the token is valid.
10701         * verify.c (set_stack_value): changed to add an error if an
10702         invalid type is set on stack. Changed all callers due to signature change.
10704         * verify.c (do_stobj): implement stobj validation.
10706 2008-01-11  Zoltan Varga  <vargaz@gmail.com>
10708         * reflection.c (reflection_methodbuilder_to_mono_method): No need to
10709         set container->is_method, it was set earlier.
10711         * metadata.c (type_in_image): Handle MVARs which belong to not finished
10712         generic methods.
10714         * reflection.c (mono_reflection_initialize_generic_parameter): Set
10715         is_method of the generic container to TRUE for methods.
10717 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
10719         * metadata.c (type_in_image): Handle type parameters properly.
10721         * class-internals.h (MonoGenericParam): Add an 'image' argument to track
10722         memory ownership of this structure.
10724 2008-01-10  Rodrigo Kumpera  <rkumpera@novell.com>
10726         * verify.c (get_boxable_mono_type): make typedref types been just
10727         unverifiable. check for void type.
10729         * verify.c (do_unbox_any): added, verify opcode unbox.any.
10731         * verify.c (do_load_function_ptr): accept method spec tokens.
10733 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
10735         * marshal.c (mono_class_native_size): Always set *align even if this is called
10736         recursively.
10738 2008-01-09  Zoltan Varga  <vargaz@gmail.com>
10740         * verify.c (mono_verify_corlib): Remove this as it was not used and was 
10741         out-of-date.
10743 2008-01-09  Rodrigo Kumpera  <rkumpera@novell.com>
10745         * verify.c: removed some old unused tables. A huge bunch of small fixes
10746         to things found while testing the verifier with mono basic.
10748         * verify.c (dump_stack_value): dump null literal flag to.
10750         * verify.c (verify_type_compatibility_full): fix comparison
10751         for types that have a generic super type.
10753         * verify.c (verify_stack_type_compatibility): fix compatibility
10754         between null literals and reference types. fix compatibility between
10755         boxed valuetypes and object. fix corner case test for enums.
10757         * verify.c (do_cmp_op): proper verification of cgt.un in case
10758         of reference types.
10760         * verify.c (do_invoke_method): fix error message.
10762         * verify.c (do_store_indirect
10764         * verify.c (check_is_valid_type_for_field_ops): proper verification
10765         of managed pointers to valuetypes and boxed valuetypes. proper verification
10766         of null literals.
10768         * verify.c (do_unbox_value): expect valuetypes to be always boxed. don't
10769         allow token to be a reference type.
10771         * verify.c (do_cast): proper handling of boxes valuetypes.
10773         * verify.c (do_stelem): proper handling of storing a boxed valuetype
10774         in object[].
10776         * verify.c (mono_method_verify): pass the opcode to do_cmp_op
10777         to handle cgt.un properly. Implement add/mul/sub ovf opcodes.
10778         fixed the decoding of unbox_any
10780 2008-01-08  Zoltan Varga  <vargaz@gmail.com>
10782         * boehm-gc.c (mono_gc_deregister_root): Fix the size passed to libgc.
10784 2008-01-08  Rodrigo Kumpera  <rkumpera@novell.com>
10786         * verify.c (do_newobj): do delegate verification.
10788         * verify.c (verify_delegate_compatibility): perform delegate
10789         verification.
10791         * verify.c (verify_ldftn_delegate): perform tests related to
10792         ldftn delegates.
10794         * verify.c (mono_delegate_signature_equal): perform the
10795         slightly diferent signature comparison required by delegates.
10797         * metadata.c (mono_metadata_type_equal_full): added and exported
10798         as MONO_INTERNAL. This is a version of mono_metadata_type_equal that
10799         allows signature only comparison.
10801         * metadata-internal.h (mono_metadata_type_equal_full): added and exported
10802         as MONO_INTERNAL.
10804 2008-01-07  Rodrigo Kumpera  <rkumpera@novell.com>
10806         * verify.c: added a bunch of stack_slot_* functions to
10807         make access to stack slot type easier. This is required to
10808         allow optional flags, like null literal, boxed value and
10809         this pointer.
10810         All access paths to IlStackDesc::stype have been changed 
10811         to use these new funcions.
10812         Removed a bunch of unused functions and cleared all warnings.
10813         This patch introduces the usage of the this pointer and 
10814         boxed value flags.
10816 2008-01-07  Zoltan Varga  <vargaz@gmail.com>
10818         * boehm-gc.c (mono_gc_deregister_root): Fix win32 build.
10820 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
10822         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Change signature to
10823         match managed version.
10825         * appdomain.c: Bump corlib version.
10826         
10827         * appdomain.c (ves_icall_System_AppDomain_ExecuteAssembly): Check for a null
10828         argument.
10830 2008-01-06  Gert Driesen  <drieseng@users.sourceforge.net>
10832         * icall.c (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies)
10833         Set public key token to zero-length byte array if assembly is not
10834         strongnamed.
10836 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
10838         * icall.c (ves_icall_System_Array_SetValueImpl): Use a write barrier when
10839         writing a vtype array elem.
10841 2007-01-05  Gert Driesen  <drieseng@users.sourceforge.net>
10843         * assembly.c (build_assembly_name): return FALSE if length of token is
10844         not 16 (if not "null").
10845         (mono_assembly_name_parse_full): return FALSE if value of version,
10846         culture, token or key is 0.
10847         * icall.c (fill_reflection_assembly_name): add boolean arguments to
10848         specify whether public key and public key token must be set to default
10849         value (zero-length byte array) if not available. Set versioncompat to
10850         SameMachine. If public key is available or the default is set, then
10851         set PublicKey flag.
10852         (ves_icall_System_Reflection_Assembly_FillName): if no public key
10853         is available, use empty byte array as default value. On the 2.0
10854         profile, use default value for public key token if not set.
10855         (ves_icall_System_Reflection_InternalGetAssemblyName): on the 1.0
10856         profile, use default value for public key if not set. On the 2.0
10857         profile, use default value for public key token if not set.
10858         (ves_icall_System_Reflection_AssemblyName_ParseName): do not set
10859         default values for public key and public key token.
10861 2008-01-05  Zoltan Varga  <vargaz@gmail.com>
10863         * object-internals.h (MonoReflectionAssemblyName): Add 'processor_architecture'
10864         field to keep it in synch with the managed object.
10866         * marshal.c (emit_marshal_object): Add support for byref marshalling of
10867         delegates. Fixes #351520.
10869         * sgen-gc.c (conservatively_pin_objects_from): Tell valgrind that the pin queue
10870         contains defined memory.
10871         
10872         * sgen-gc.c: Fix 64 bit warnings. Fix some typos. Update GC stats in mono_stats.
10874         * sgen-gc.c (build_nursery_fragments): Handle half-constructed objects correctly.
10875         
10876         * sgen-gc.c (check_consistency): New helper function to do a consistency check
10877         of the GC data structures.
10879         * gc-internal.h: Moved the REGISTER/UNREGISTER macros here from os/gc_wrapper.h.
10881         * *.c: Include metadata/gc-internal.h instead of os/gc_wrapper.h.
10882         
10883         * object.c (mono_array_full_copy): Fix detection of whenever to use a write
10884         barrier.
10885         (mono_array_clone_in_domain): Ditto.
10886         (mono_array_clone_in_domain): Ditto.
10888         * threads.c (start_wrapper): Register the thread start argument as a GC root.
10889         (cache_culture): Use a write barrier.
10891         * icall.c (ves_icall_System_Array_SetValueImpl): Call a write barrier.
10892         (ves_icall_get_property_info): Ditto.
10894         * object.h (MONO_STRUCT_SETREF): New macro.
10896         * class-internals.h (MonoStats): Add some GC statistics.
10898         * boehm-gc.c null-gc.c: Define mono_gc_deregister_root ().
10900 2008-01-04  Andreas Faerber  <andreas.faerber@web.de>
10902         * exception.c (mono_exception_from_name_two_strings):
10903         Break from loop after method is found.
10905 2008-01-04  Dick Porter  <dick@ximian.com>
10907         * process.c (process_module_string_read): Rename variable to
10908         reflect correct usage, after fixing bug 345972.
10910 2008-01-03  Rodrigo Kumpera  <rkumpera@novell.com>
10912         * verify.c (mono_type_create_fnptr_from_mono_method): 
10913         created a MonoType function pointer instance to be used during
10914         verification. The verifier releases this memory at end.
10916         * verify.c (mono_method_is_constructor): extracted repeated
10917         checks for constructor into a single class.
10919         * verify.c (do_push_field): use new extracted method
10920         for constructor check.
10922         * verify.c (do_newobj): same.
10924         * verify.c (do_ldftn): renamed to do_load_function_ptr
10925         and make it verify ldvirtftn too.
10927         * verify.c (mono_method_verify: proper verification
10928         of ldvirtftn. release created MonoMethod instances.
10930 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
10932         * verify.c (token_bounds_check): added.
10934         * verify.c (do_ldftn): added.
10936         * verify.c (mono_method_verify): proper verificartion of ldftn.
10938 2007-12-31  Rodrigo Kumpera  <rkumpera@novell.com>
10940         * metadata.c (mono_metadata_decode_row): Assert if index is bigger
10941         than the table row count. It's the resposibility of the caller to
10942         make the bounds check and raise the correct error.
10944         * metadata.c (mono_metadata_decode_row_col): Same.
10946         * loader.c (mono_get_method_from_token): perform bounds check
10947         on token for methoddef table.
10949 2007-12-29  Miguel de Icaza  <miguel@novell.com>
10951         * icall.c
10952         (ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData): Turn the
10953         assert into a negative result, the managed code already coped with
10954         that.
10956         Some folks on Windows reported this error. 
10958 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
10960         * appdomain.c: Bump corlib version.
10961         * icall.c:
10962         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies): Use
10963         CultureInfo.CreateCulture to create CultureInfo for name.
10964         (fill_reflection_assembly_name): Use CultureInfo.CreateCulture to
10965         create CultureInfo for name. Fixes bug #347174.
10967 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
10969         * verify.c: added IL_CODE_FLAG_STACK_INITED and IL_CODE_STACK_MERGED
10970         flags.
10972         * verify.c (is_valid_branch_instruction): allow branching to the
10973         first instruction of the protected block.
10975         * verify.c (is_valid_cmp_branch_instruction): same.
10977         * verify.c (stack_init): use IL_CODE_FLAG_STACK_INITED flag to
10978         avoid double initialization.
10980         * verify.c (merge_stacks): use IL_CODE_STACK_MERGED to
10981         detect which cases the eval stack should just be copied.
10983         * verify.c (mono_method_verify): check if the eval stack
10984         is empty when entering a protected block.
10986 2007-12-27  Rodrigo Kumpera  <rkumpera@novell.com>
10988         * verify.c: added is_clause_in_range, is_clause_inside_range,
10989         is_clause_nested and verify_clause_relationship. They perform
10990         the verifications stated in P1 12.4.2.7.
10992         * verify.c (mono_method_verify): remove some unused variables,
10993         add the new exception clause checks, add instruction border
10994         checks for protected block start/end, improved some error 
10995         messages and fixed a bug in the way invalid instruction access
10996         is detected.
10998 2007-12-26  Zoltan Varga  <vargaz@gmail.com>
11000         * boehm-gc.c (mono_gc_register_thread): Use the new GC_register_my_thread () routine
11001         from GC 7.0 if available.
11003         * object.c: Remove an unused define.
11004         
11005         * object.c (mono_class_compute_gc_descriptor): Fix a warning.
11007         * boehm-gc.c (mono_gc_make_descr_for_array): Implement.
11009         * null-gc.c (mono_gc_make_descr_for_array): Implement.
11011         * object.c (mono_class_compute_gc_descriptor): Remove an #ifdef SGEN_GC.
11013         * gc-internal.h: Change the signature of mono_gc_make_descr_for_string ()
11014         to take the same arguments as the other make_descr functions.
11016         * boehm-gc.c null-gc.c: Add implementation for make_descr functions.
11018         * objects.c: Get rid of the MAKE_DESCRIPTOR macros, call make_descr functions
11019         directly.
11021         * boehm-gc.c (mono_gc_base_init): Moved the setting of GC_stackbottom here from
11022         mini.c.
11024         * object.c (mono_class_compute_gc_descriptor): Move the GC_init_gcj_malloc () 
11025         call to boehm-gc.c.
11027         * boehm-gc.c (mono_gc_register_root): Fix a warning.
11029         * null-gc.c (mono_gc_register_root): Fix a warning.
11031         * reflection.c (ALLOC_REFENTRY): Use mono_gc_alloc_fixed for boehm as well.
11033         * boehm-gc.c (mono_gc_register_root): Moved definition here from gc_wrapper.h.
11034         (mono_gc_base_init): Call GC_init ().
11036         * null-gc.c: Define mono_gc_register_root () as a no-op.
11038         * domain.c appdomain.c: Call mono_gc_base_init () instead of MONO_GC_PRE_INIT ().
11040 2007-12-24  Rodrigo Kumpera  <rkumpera@novell.com>
11042         * verify.c: add prototype for merge_stacks at top
11044         * verify.c (do_switch): added.
11046         * verify.c (merge_stacks): on some cases the stack merging
11047         was not happening properly. Unequal stack sizes at merge
11048         points should be invalid.
11050         * verify.c (mono_method_verify): added more debug info on stack state.
11051         verify switch properly.
11053 2007-12-24  Zoltan Varga  <vargaz@gmail.com>
11055         * method-builder.h: New file, moved the mono_mb_ declarations here from 
11056         marshal.h.
11058         * boehm-gc.c marshal.c: Include method-builder.h.
11060         * marshal.c: Use mono_mb_emit_branch_label () in a few places.
11062         * marshal.c: Remove some code which is now in method-builder.c.
11064 2007-12-23  Zoltan Varga  <vargaz@gmail.com>
11066         * method-builder.c: New file, extraction of the method builder functionality 
11067         from marshal.c.
11069         * marshal.c: Move the mb functions into method-builder.c.
11071         * marshal.h marshal.c: Export some mono_mb_... functions.
11073         * marshal.c: Use mono_mb_get_label () and mono_mb_patch_branch () in all places.
11075         * loader.c (field_from_memberref): Remove the dynamic case, it is handled in
11076         the caller.
11078         * class.c (mono_class_get_full): Check the token type in the dynamic case.
11080         * loader.c (mono_field_from_token): Ditto.      
11082         * loader.c (mono_get_method_from_token): Change the check so it checks memberref
11083         type as well.
11084         
11085         * loader.c (mono_get_method_from_token): Check the token type in the dynamic case.
11086         Fixes #342565.
11088         * class-internals.h: Add new loader error type MONO_EXCEPTION_BAD_IMAGE plus
11089         a helper function for setting it.
11091         * loader.c (mono_loader_error_prepare_exception): Handle MONO_EXCEPTION_BAD_IMAGE.
11093         
11094         * assembly.c: Significally simplify code now that referenced assemblies are 
11095         loaded lazily. Get rid of the 'loading' hashtables. Hopefully fixes #347629.
11097         * threads.h: Don't include  the internal threads-types.h header file. Fixes
11098         #349952.
11100 2007-12-21  Rodrigo Kumpera  <rkumpera@novell.com>
11102         * verify.c: added enum value IL_CODE_FLAG_WAS_TARGET, to represent
11103         instructions that were target of branches or are at protected block boundaries.
11105         * verify.c (in_same_block): handle filter clauses.
11107         * verify.c (is_valid_branch_instruction): added. checks the target of
11108         instructions br or brtrue/false.
11110         * verify.c (is_valid_cmp_branch_instruction): added. checks the target of
11111         binary branch instructions such as beq and bge.
11113         * verify.c (init_stack_with_value): renamed to init_stack_with_value_at_exception_boundary
11114         and made it pin the instruction as been part of the exception block.
11116         * verify.c (do_boolean_branch_op): use is_valid_branch_instruction instead
11117         of in_same_block.
11119         * verify.c (do_branch_op): use is_valid_cmp_branch_instruction instead
11120         of in_same_block.
11122         * verify.c (do_ret): ret from a protected block is unverifiable and
11123         not invalid.
11125         * verify.c (do_static_branch): verify br and br.s instructions.
11127         * verify.c (merge_stacks): add extra param to support detection
11128         of branches in the middle of instructions.
11129         
11130         * verify.c (mono_method_verify): verify branches and exception blocks
11131         that target the middle of instructions. Proper verification of br and br.s.
11133 2007-12-21  Zoltan Varga  <vargaz@gmail.com>
11135         * reflection.c (reflection_methodbuilder_from_ctor_builder): Initialize
11136         skip_visibility field.
11137         (reflection_methodbuilder_from_dynamic_method): Ditto.
11139         * object.c (mono_class_compute_gc_descriptor): Remove more unused icall
11140         registrations. Fixes #348193.
11142         * threads.h: Move the internal mono_thread_get_pending_exception () to
11143         threads-types.h and rename it to mono_thread_get_undeniable_exception ().
11145 2007-12-20  Zoltan Varga  <vargaz@gmail.com>
11147         * object.c (mono_class_compute_gc_descriptor): Remove unused GC_gcj_fast_malloc
11148         icall registration. Fixes #348193.
11150         * marshal.c (mono_marshal_get_runtime_invoke): Put all runtime invoke wrappers
11151         for corlib classes into object. Fixes #349621.
11153 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
11155         * icall.c (property_accessor_nonpublic): new function to determine
11156         whether an accessor allows a property to be considered non-public.
11157         Returns false for private accessor(s) from parent class, and internal
11158         accessor(s) from parent on 2.0 profile (and higher).
11159         (ves_icall_Type_GetPropertiesByName): Use newly introduced function
11160         to determine whether property should be included if NonPublic flag
11161         is set. Fixes bug #349078.
11163 2007-12-20  Rodrigo Kumpera  <rkumpera@novell.com>
11165         * verify.c (init_stack_with_value): added.
11167         * verify.c (mono_method_verify): extracted common
11168         code for exception initialization into init_stack_with_value.
11170         * verify.c (mono_method_verify): initialize the exception
11171         for handler clauses as well.
11173         * verify.c (mono_method_verify): fix the exception clause
11174         ordering rules, it should use handler end offset and not
11175         start offset.
11177 Thu Dec 20 12:27:24 CET 2007 Paolo Molaro <lupus@ximian.com>
11179         * rawbuffer.c: remove useless warning.
11181 Thu Dec 20 12:10:38 CET 2007 Paolo Molaro <lupus@ximian.com>
11183         * threads.h, threads-types.h: move functions to the correct header
11184         (fixes bug#349952).
11186 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11188         * verify.c (mono_method_verify): proper verification
11189         of exception handling clauses ranges and fallthru in
11190         and out of protected blocks.
11192 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11194         * verify.c (mono_method_verify): fixed compilation issue.
11196 2007-12-19  Rodrigo Kumpera  <rkumpera@novell.com>
11198         * verify.c (mono_method_verify): a printf slipped in, changed
11199         to use verifier debug macro.
11201 2007-12-18  Rodrigo Kumpera  <rkumpera@novell.com>
11203         * verify.c (is_correct_leave): check for filter clauses.
11205         * verify.c (do_filter): added.
11207         * verify.c (mono_method_verify): property verification of leave.
11210 2007-12-18  Mark Probst  <mark.probst@gmail.com>
11212         * threads.c: Disable calls to _wapi_thread_signal_self() to fix
11213         Win32 build, until we figure out how to do the proper thing on
11214         Win32.
11216 2007-12-17  Zoltan Varga  <vargaz@gmail.com>
11218         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Fix a crash introduced
11219         by the previous patch.
11220         
11221         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Avoid calling
11222         the assembly resolve handler for refonly assemblies.
11224 2007-12-17  Mark Probst  <mark.probst@gmail.com>
11226         * threads.c, thread-types.h, icall.c: New shutdown safeguards.
11227         Make sure only one thread is allowed to commence shutdown, and
11228         don't allow new threads to be started once shutdown is in
11229         progress.
11231 2007-12-14  Rodrigo Kumpera  <rkumpera@novell.com>
11233         * verify.c (is_correct_endfilter): added.
11235         * verify.c (is_unverifiable_endfilter): added.
11237         * verify.c (do_endfilter): added.
11239         * verify.c (mono_method_verify): property verification of endfilter
11240         and fixed a corner case or endfinally.
11242 2007-12-13  Rodrigo Kumpera  <rkumpera@novell.com>
11244         * verify.h: new flags to support fail fast of unverifiable code and
11245         do non-strict verification. Non-strict verification is required to
11246         have MS runtime compatibility. There are a huge amount of unverifiable
11247         code that it accepts as verifiable. The strict mode verifies the code
11248         as the specs says.
11249         Non-strict mode will be required in cases where code needs to be
11250         accepted as verifiable but fails under strict mode.
11252         * pedump.c: added support to fail fast and non-strict verification.
11254         * verify.c: added support for both fail fast and non-strict verification.
11256 2007-12-12  Rodrigo Kumpera  <rkumpera@novell.com>
11258         * verify.c (is_correct_endfinally): added.
11260         * verify.c (mono_method_verify): property verification of endfinally.
11262 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
11264         * verify.c (in_any_block): check for filter clauses.
11266         * verify.c (is_correct_rethrow): added.
11268         * verify.c (mono_method_verify): property verification of rethrow.
11270         * metadata.h: added MONO_OFFSET_IN_FILTER macro.
11272 2007-12-11  Rodrigo Kumpera  <rkumpera@novell.com>
11274         * verify.c (do_throw): added.
11276         * verify.c (mono_method_verify): property verification of throw
11278 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
11280         * assembly.c (mono_assembly_load_reference): Try an assembly resolve for ref-only
11281         assemblies. Fixes #346425.
11283 2007-12-10  Zoltan Varga  <vargaz@gmail.com>
11285         * reflection.c (mono_reflection_get_token): Call mono_image_create_token () for
11286         FieldBuilders.
11288         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Fix a warning.
11290         * class.c (mono_lookup_dynamic_token_class): Add a 'valid token' argument to
11291         prevent asserts when this is called with a token which might not be valid.
11293         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Call
11294         lookup_dynamic_token_class with valid_token == FALSE.
11296         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.       
11298         * icall.c (ves_icall_System_Reflection_Module_ResolveStringToken): Ditto.
11300         * icall.c (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
11301         
11302 2007-12-10  Mark Probst  <mark.probst@gmail.com>
11304         * gc.c: Don't delay threadpool thread finalization unless Mono is
11305         shutting down.
11307 Mon Dec 10 11:06:23 CET 2007 Paolo Molaro <lupus@ximian.com>
11309         * threads.c: turn an assert into a non-fatal warning.
11311 2007-12-09  Robert Jordan  <robertj@gmx.net>
11313         * icall.c (GetVirtualMethod): Add missing argument validation.
11315 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11317         * verify.c (do_cast): added.
11319         * verify.c (mono_method_verify): property verification of castclass and isinst.
11322 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11324         * verify.c (mono_type_from_opcode): added opcodes for stelem.X.
11326         * verify.c (do_stelem): added.
11328         * verify.c (mono_method_verify): property verification of stelem.X.
11330 2007-12-07  Mark Probst  <mark.probst@gmail.com>
11332         * class.c, class-internals.h: Introduce an environment variable
11333         (MONO_GENERIC_SHARING) through which the extent of generic code
11334         sharing can be controlled (share all classes, share only corlib
11335         classes, or share nothing).
11337         * object.c: Only create runtime generic context for classes for
11338         which sharing is enabled.
11340 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11342         * verify.c (do_ldelem): refactor it to work with ldelem.any.
11344         * verify.c (mono_method_verify): property verification of ldelem.any.
11346 2007-12-06  Rodrigo Kumpera  <rkumpera@novell.com>
11348         * verify.c (get_indirect_op_mono_type): renamed to mono_type_from_opcode,
11349         added ldelem.X opcodes.
11351         * verify.c (do_ldelema): fixed possible invalid usage of MonoType.
11353         * verify.c: proper verification of ldelem.X 
11355 2007-12-06  Zoltan Varga  <vargaz@gmail.com>
11357         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): Allow interface cctors to be called too.
11359 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
11361         * verify.c (mono_method_verify): null literal requires special handling,
11362         the value pushed on stack need to be flagged as so.
11364         * verify.c (do_ldelema): Verify ldelema properly.
11366 2007-12-05  Rodrigo Kumpera  <rkumpera@novell.com>
11368         * verify.c: Verify ldlen properly.
11370 2007-12-05  Zoltan Varga  <vargaz@gmail.com>
11372         * icall.c (ves_icall_MonoField_GetValueInternal): Check that the field belongs
11373         to the target object's type. Fixes #346160.
11375 2007-12-05  Dick Porter  <dick@ximian.com>
11377         * threadpool.c (socket_io_add_poll): Asynchronous connect() on
11378         Solaris needs the same workaround as BSD-derived systems.  Fixes
11379         bug 323524, patch by Burkhard Linke
11380         <burkhard.linke@CeBiTec.Uni-Bielefeld.DE>
11382 2007-12-04  Gert Driesen  <drieseng@users.sourceforge.net>
11384         * process.c: When ProcessStartInfo.ErrorDialog is true, pass window
11385         handle to use when error dialog is shown; otherwise, update mask
11386         to show no error dialog when an error occurs.
11388 2007-12-03  Zoltan Varga  <vargaz@gmail.com>
11390         * icall.c (ves_icall_MonoField_GetRawConstantValue): New icall.
11392         * class.c (mono_class_get_field_default_value): New helper function to initialize
11393         field->def_type and field->data.
11395 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
11397         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Use the delegate trampoline instead of
11398         the general one.
11400         * object.c (mono_runtime_create_delegate_trampoline): New helper function.
11402         * marshal.c: Avoid depending on delegate->method_info being set.
11404         * object.c (mono_delegate_ctor): Avoid initializing delegate->method_info.
11405         
11406         * object.c (mono_delegate_ctor): Set delegate->method.
11408         * object-internals.h (struct _MonoDelegate): Add 'method' field.
11410         * appdomain.c: Bump corlib version.
11412 2007-11-27  Raja R Harinath  <harinath@gmail.com>
11414         * metadata.c (mono_generic_inst_equal_full): Short-circuit
11415         equality check if we're comparing canonicalized MonoGenericInsts.
11417 2007-11-23  Zoltan Varga  <vargaz@gmail.com>
11419         * class.c (generic_array_methods): Call mono_class_setup_methods () before
11420         accessing class->methods.
11422 2007-11-22  Dick Porter  <dick@ximian.com>
11424         * threads.c: Ensure that the synch_cs is set before trying to use
11425         it.
11427 Thu Nov 22 12:34:04 CET 2007 Paolo Molaro <lupus@ximian.com>
11429         * profiler.c: r89126 broke the statistial profiler, unbreak.
11431 2007-11-22  Martin Baulig  <martin@ximian.com>
11433         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 66.
11435         * mono-debug.c
11436         (mono_debug_debugger_version): Bump to 3.
11437         (mono_debug_init): Hook `mono_debugger_class_loaded_methods_func'
11438         -> mono_debugger_class_initialized().
11440         * mono-debug-debugger.c
11441         (mono_debugger_add_type): Renamed into mono_debugger_class_initialized().
11443         * class.c
11444         (mono_debugger_start_class_init_func): Removed.
11445         (mono_debugger_class_loaded_methods_func): Added.
11446         (mono_class_setup_methods): Call it here.
11448 2007-11-22  Martin Baulig  <martin@ximian.com>
11450         * mono-debug.c
11451         (mono_debug_add_delegate_trampoline): New public method.
11452         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_DELEGATE_TRAMPOLINE'.
11454         * mono-debug.h
11455         (MonoSymbolTable): Added `global_data_table'.
11456         (MonoDebuggerTypeKind): Removed.
11458 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
11460         * marshal.c (mono_marshal_get_generic_array_helper): Skip visibility checks for
11461         these methods.
11463         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
11464         
11465 Tue Nov 20 23:10:41 CET 2007 Paolo Molaro <lupus@ximian.com>
11467         * object.c: some fields don't have a valid rva: ignore them (bug #343083).
11469 2007-11-20  Martin Baulig  <martin@ximian.com>
11471         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 65.
11473         * mono-debug-debugger.c
11474         (mono_debugger_insert_method_breakpoint): Moved here from debug-mini.c
11475         (mono_debugger_remove_breakpoint): Likewise.
11476         (mono_debugger_check_breakpoints): Likewise.
11477         (mono_debugger_register_class_init_callback): New public method.
11478         (mono_debugger_remove_class_init_callback): Likewise.
11479         (mono_debugger_add_type): Likewise.
11481         * mono-debug-debugger.h
11482         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_CLASS_INITIALIZED'.
11484 Tue Nov 20 20:54:12 CET 2007 Paolo Molaro <lupus@ximian.com>
11486         * class.c: more interface implementations needed for the
11487         array enumerator (fixes bug #341112).
11489 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
11491         * icall.c: Renamed arguments for ves_icall_System_Enum_ToObject to
11492         fix ParamName of ArgumentNullExceptions.
11494 2007-11-17  Miguel de Icaza  <miguel@novell.com>
11496         * reflection.c (mono_reflection_encode_sighelper): Generate the
11497         modopts and modreqs.   I have a useless test that crashes monodis,
11498         but that shows the code working.
11500 2007-11-17  Zoltan Varga  <vargaz@gmail.com>
11502         * boehm-gc.c (create_allocator): Fix size calculation for the string allocator.
11503         (mono_gc_get_managed_allocator): Enable the string allocator on amd64.
11505 2007-11-15  Dick Porter  <dick@ximian.com>
11507         * threads.c (ves_icall_System_Threading_Thread_Join_internal):
11508         When joining a thread, it's the thread that's calling Join that
11509         gets WaitSleepJoin state not the target.  Fixes the standalone
11510         test case in bug 334740, and hopefully the whole bug too.
11512 2007-11-15  Dick Porter  <dick@ximian.com>
11514         * process.c: Read file version info from the files pointed at by
11515         process modules, not the current process.  Fixes bug 315969.
11517         Use windows typedef names in some places to fix warnings on the
11518         windows build.
11520 2007-11-15  Mark Probst  <mark.probst@gmail.com>
11522         * image.c, metadata-internals.h: Added a generic_class_cache hash
11523         to MonoImage for looking up generic classes when sharing generics.
11525 Thu Nov 15 16:11:30 CET 2007 Paolo Molaro <lupus@ximian.com>
11527         * sgen-gc.c: warning cleanups.
11529 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
11531         * icall.c (ves_icall_Type_GetPropertiesByName): Implement proper hiding of
11532         inherited properties.
11534 2007-11-14  Mark Probst  <mark.probst@gmail.com>
11536         * object.c, class-internals.h: Added more information to the
11537         runtime generic context.
11539 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
11541         * marshal.c (mono_marshal_get_delegate_invoke): Take a delegate as argument
11542         instead of just the target method. Generalize the abstract method handling to
11543         handle any non-static method.
11545         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
11546         mono_marshal_get_delegate_invoke () signature change.
11548 2007-11-13  Mark Probst  <mark.probst@gmail.com>
11550         * class.c, class-internals.h: Made
11551         mono_type_get_basic_type_from_generic () public.  Fixed member
11552         access check for shared generics.
11554         * loader.c: Don't insert field into field cache if it's part of a
11555         non-inflated generic class.
11557         * domain.c, domain-internals.h: The generic sharing context is now
11558         part of the jit info data structure.  Added two accessor
11559         functions.
11561 2007-11-12  Zoltan Varga  <vargaz@gmail.com>
11563         * marshal.c (mono_marshal_get_runtime_invoke): Create a non-shared wrapper for
11564         the array Get/Set/Address methods, since the JIT inlines them.
11566         * metadata-internals.h (MonoImage): Add 'runtime_invoke_direct_cache'.
11568         * image.c (mono_image_close): Free runtime_invoke_direct_cache.
11569         (mono_image_init): Initialize runtime_invoke_direct_cache.      
11571         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): Update after
11572         mono_marshal_get_delegate_invoke signature change.
11574         * marshal.c (mono_marshal_get_delegate_invoke): Receive the target_method as
11575         an additional argument. Add support for invoking abstract methods.
11577         * metadata-internals.h (MonoImage): Add 'delegate_abstract_invoke_cache'.
11579         * image.c (mono_image_close): Free delegate_abstract_invoke_cache.      
11581 2007-11-09  Mark Probst  <mark.probst@gmail.com>
11583         * class.c: Do field layout for open generic classes as well.
11585 2007-11-09  Mark Probst  <mark.probst@gmail.com>
11587         * gc.c, gc-internal.h: Don't finalize threadpool threads with
11588         other objects, because the threadpool is still around.  Put them
11589         in a list instead and after finalizing all other objects in the
11590         root domain shut down the thread pool and then finalize the
11591         threads.  Fixes bug #337383.
11593         * threads.c, thread-types.h: New mono_thread_create_internal()
11594         function for marking a thread with the threadpool flag before it
11595         started.  Set synch_cs to NULL after freeing it.
11597         * threadpool.c: Mark threadpool threads before they start.
11599 Thu Nov 8 15:31:21 CET 2007 Paolo Molaro <lupus@ximian.com>
11601         * reflection.h, reflection.c: don't export random functions
11602         and lazy load dbnull and missing objects.
11604 2007-11-07  Jonathan Chambers <joncham@gmail.com>
11606         * class.c: Initialize COM types if COM interfaces
11607         are present (not just COM classes).
11608         
11609         Code is contributed under MIT/X11 license.
11611 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
11612         * reflection.c:
11613         create_dynamic_mono_image: hook module profiler events (dynamic case).
11614         mono_image_basic_init: hook assembly profiler events (dynamic case).
11616 2007-11-07  Massimiliano Mantione  <massi@ximian.com>
11617         * profiler.c:
11618         simple_appdomain_unload: completely terminate the profiler
11619         instead of only processing the statistical samples.
11620         simple_shutdown: make sure this is really called exactly once,
11621         even in multithreaded applications, and always listen to
11622         appdomain events.
11623         * gc.c (mono_domain_finalize): don't call mono_profiler_appdomain_event
11624         here, the "[un]load" functions will do it.
11625         Fixes bugs #333791 and #325261.
11627 2007-11-07  Geoff Norton  <gnorton@novell.com>
11629         * socket-io.c:  Use the configure defines for HAVE_SOCKADDR_IN(6)_SIN_LEN
11630         rather than depend on __APPLE__.
11632 2007-11-07  Mark Probst  <mark.probst@gmail.com>
11634         * icall.c: Safety checks in InitializeArray.  Fixes bug #324535.
11636 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com> 
11638         * object.c: Fix mono_string_to_utf8 to handle NULL values inside the
11639         UTF16 MonoString. Fix the crash from bug #335488
11641 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
11643         * marshal.c: Correct (for non-Win32 OS) length != size in 
11644         mono_string_from_bstr. Fix #339530.
11646 2007-11-06  Geoff Norton  <gnorton@novell.com>
11648         * socket-io.c: Apple requires sin(6)_len to be set for getnameinfo
11649         to succeed
11651 2007-11-05  Kornél Pál  <kornelpal@gmail.com>
11653         * process.c: Added run-time GetProcessId API detection for Windows.
11655 2007-11-04  Miguel de Icaza  <miguel@novell.com>
11657         * reflection.c  (mono_param_get_objects): If a parameter has the
11658         attribute [System.Runtime.InteropServices.Optional] we should
11659         set the DefaultValue of the ParameterInfo to be
11660         System.Reflection.Missing instead of DBNull.
11662         See bug #339013.
11664         (mono_get_reflection_missing_object): New method,
11665         returns the System.Reflection.Missing.Value singleton instance.
11667 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
11669         * culture-info-table.h : regenerated.
11671 2007-11-02  Jonathan Chambers <joncham@gmail.com>
11673         * icall.c: Use GetEnvironmentStrings on windows
11674         so we are using the same environment block as 
11675         GetEnvironmentVariable/SetEnvironmentVariable. Fixes
11676         #333740.
11677         
11678         Code is contributed under MIT/X11 license.
11680 2007-10-31  Martin Baulig  <martin@ximian.com>
11682         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 64.
11684         * mono-debug-debugger.h
11685         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_TRAMPOLINE'.
11687 2007-10-30  Zoltan Varga  <vargaz@gmail.com>
11689         * reflection.c (mono_custom_attrs_from_class): Add support for dynamic inflated 
11690         classes.
11692 2007-10-30  Atsushi Enomoto  <atsushi@ximian.com>
11694         * culture-info-table.h : regenerated.
11696 2007-10-30  Robert Jordan  <robertj@gmx.net>
11698         * icall-def.h, icall.c:
11699         Add ves_icall_Remoting_RemotingServices_GetVirtualMethod ().
11701         Code is contributed under MIT/X11 license.
11703 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
11705         * class.c (mono_class_setup_vtable): Find the inflated methods in the
11706         inflated class instead of inflating them again.
11707         
11708         * class.c (mono_class_setup_vtable): Inflate the override methods in the 
11709         dynamic case.
11711         * class.c (mono_generic_class_get_class): Set klass->property.count as well.
11712         Call setup_supertypes () after klass->parent is set.
11713         (mono_class_setup_properties): Enable this to work on dynamic generic classes.
11715         * reflection.c (mono_type_get_object): Only return a MonoGenericClass object
11716         for inflated instances of not yet created dynamic generic classes.
11717         (ctorbuilder_to_mono_method): Handle the case when this is called multiple
11718         times from inflated_method.
11719         (methodbuilder_to_mono_method): Ditto.
11721 Mon Oct 29 21:02:53 CET 2007 Paolo Molaro <lupus@ximian.com>
11723         * gc.c: code cleanup and removed old untested option of not creating the
11724         finalizer thread.
11726 2007-10-29  Zoltan Varga  <vargaz@gmail.com>
11728         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Avoid
11729         creating a jump trampoline for dynamic methods.
11731 2007-10-29 Rodrigo Kumpera <rkumpera@novell.com>
11733         * reflection.c (mono_image_create_token): Correctly encode methods and constructors of
11734         generic TypeBuilders when called from another method of the same type (bug #335131).
11737 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
11739         * reflection.c (methodbuilder_to_mono_method): Revert the last change as it
11740         doesn't seem to work perfectly.
11741         
11742         * reflection.c (ctorbuilder_to_mono_method): Handle the case when this is
11743         called multiple times.
11744         (methodbuilder_to_mono_method): Ditto.
11745         (resolve_object): Inflate FieldBuilder's.
11747 Fri Oct 26 19:38:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
11749         * string-icalls.c, string-icalls.h, appdomain.c: patch from
11750         Tyler Larson <mono-devel@tlarson.com> to fix the handling of
11751         RemoveEmptyEntries in the string.Split implementation (bug #322375).
11753 2007-10-26  Dick Porter  <dick@ximian.com>
11755         * appdomain.c (MONO_CORLIB_VERSION): Bump version because of
11756         Thread initialisation changes
11758 2007-10-26 Rodrigo Kumpera <rkumpera@novell.com>
11760         * verify.c: fix compatibility check between arrays and System.Array
11762 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
11764         * reflection.c (mono_reflection_get_custom_attrs_info): Handle MonoGenericClass
11765         too. Fixes #336999.
11767 2007-10-25  Zoltan Varga  <vargaz@gmail.com>
11769         * object.c (mono_value_box): Use typed allocation here.
11771 2007-10-23  Zoltan Varga  <vargaz@gmail.com>
11773         * icall.c (ves_icall_System_Delegate_CreateDelegate_internal): Create a jump
11774         trampoline instead of compiling the method right away.
11776         * class-internals.h object.c: Add a JIT callback to create a jump trampoline.
11778 2007-10-21  Zoltan Varga  <vargaz@gmail.com>
11780         * class.c (mono_generic_class_get_class): Avoid setting klass->size_inited and
11781         related fields for dynamic classes. Fixes #334493.
11783 2007-10-20  Zoltan Varga  <vargaz@gmail.com>
11785         * class.c (mono_generic_class_get_class): Set klass->field.count as well.
11786         
11787         * class.c (mono_class_layout_fields): Use 1 instead of TRUE for consistency.
11789         * class.c (mono_class_layout_fields): Set size_inited for generic classes as well.
11790         (mono_class_setup_vtable): Obtain overrides for dynamic generic classes correctly.
11792         * class.c (mono_class_setup_methods): Handle dynamic inflated classes correctly.
11794         * reflection.c (create_generic_typespec): Initialize klass->generic_container
11795         if needed.
11796         (reflection_methodbuilder_to_mono_method): Set container->is_method to TRUE.
11798 2007-10-18  Jonathan Chambers <joncham@gmail.com>
11800         * marshal.c: Use correct key when removing item
11801         from ccw_hash.
11802         
11803         Code is contributed under MIT/X11 license.
11805 2007-10-17  William Holmes  <billholmes54@gmail.com>
11807         *marshal.c: Adding a case to marshal booleans to U1
11809         Code is contributed under MIT/X11 license.
11811 2007-10-18  Zoltan Varga  <vargaz@gmail.com>
11813         * class.c (mono_class_from_name): Search the modules compromising dynamic
11814         assemblies. Fixes #331601.
11816 2007-10-16  Zoltan Varga  <vargaz@gmail.com>
11818         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Throw an
11819         exception if the type name contains an assembly component. Fixes #334203.
11821         * reflection.c (mono_reflection_get_type_with_rootimage): Search all the
11822         modules inside dynamic assemblies. Fixes #334200.
11823         
11824         * reflection.c: Set image->public_key and image->public_key_length;
11826         * metadata-internals.h (MonoDynamicImage): Add public_key and public_key_len
11827         fields.
11829         * image.c (mono_image_get_public_key): Handle dynamic assemblies. Fixes #334173.        
11830         
11831 2007-10-16  Mark Probst  <mark.probst@gmail.com>
11833         * metadata.c: Implemented correct comparing of generic classes.
11834         An inflated generic class can be equal to a non-inflated one if it
11835         is inflated with generic type variables as type arguments.  Fixes
11836         bug #333798.
11838 2007-10-15  Dick Porter  <dick@ximian.com>
11840         * monitor.c (mono_monitor_try_enter_internal): Set thread state to
11841         WaitSleepJoin while it is waiting to acquire a lock.  Fixes bug
11842         81646.
11844         * threads.c: Turn the thread synch_lock into a CRITICAL_SECTION,
11845         instead of a monitor lock.  This means that monitor_try_enter and
11846         co can set the thread state safely.
11847         (ves_icall_System_Threading_Thread_Interrupt_internal): Always set
11848         thread_interrupt_requested, so interrupt actually works.
11850         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal,
11851         ves_icall_System_Net_Sockets_Socket_Select_internal): Use thread
11852         state accessor function
11854 2007-10-15  Martin Baulig  <martin@ximian.com>
11856         * mono-debug.h
11857         (MONO_DEBUGGER_VERSION): Bump to 63 to make it impossible to use
11858         the debugger with the current runtime.
11860 Mon Oct 15 10:20:56 CEST 2007 Paolo Molaro <lupus@ximian.com>
11862         * object.c, object-internals.h: added the ability to set a single
11863         trampoline for all the slots in a vtable.
11865 Fri Oct 12 17:50:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
11867         * marshal.c: deal with a possible race condition during multicast
11868         delegate invocation.
11870 Fri Oct 12 13:31:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
11872         * class.c: ensure value type methods don't have the synchronized
11873         flag set.
11875 Fri Oct 12 08:10:59 CEST 2007 Paolo Molaro <lupus@ximian.com>
11877         * string-icalls.c, string-icalls.h: reverted unapproved patch that
11878         breaks the build.
11880 2007-10-11  Joel Reed  <joelwreed@comcast.com>
11882         * string-icalls.c, string-icalls.h: modify System_String_InternalSplit
11883         to take an options parameter so that empty entries can be removed during
11884         the split procedure. Patch from: Tyler Larson <mono-devel@tlarson.com>
11886 Thu Oct 11 20:16:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
11888         * marshal.c: make sure we don't store the signature from a dynamic
11889         method into the runtime invoke cache (bug #327189).
11891 Thu Oct 11 18:22:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
11893         * marshal.c: make sure the wrapper methods are properly initialized.
11895 2007-10-11  Mark Probst  <mark.probst@gmail.com>
11897         * metadata.c, metadata-internals.h: Generalized
11898         mono_type_stack_size() to mono_type_stack_size_internal() which
11899         takes an additional argument specifying whether it allows open
11900         types.
11902 2007-10-10  Rodrigo Kumpera  <rkumpera@novell.com>
11904         * verify.c (do_invoke_method): handle typedbyref params
11905         correctly and check for unverifiable return values.
11907         * verify.c (do_newobj): fix a warning.
11909 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
11911         * verify.c: don't tread typedbyref as allways unverifable,
11912         so uses, like (ld/st)loc.0 are valid. verify for the cases
11913         that it matters, like boxing related operations.
11915 2007-10-09  Rodrigo Kumpera  <rkumpera@novell.com>
11917         * verify.c: add verification of the newobj opcode. verification
11918         of delegate instantation still missing due ldftn and virldftn not
11919         pushing the function type on stack
11921 2007-10-08  Mark Probst  <mark.probst@gmail.com>
11923         * class-internals.h: Runtime generic context data structure
11924         definition.
11926         * object.c: Initialization of runtime generic context at runtime
11927         vtable creation time.
11929 2007-10-08  Massimiliano Mantione  <massi@ximian.com>
11930         * class.c (mono_class_create_from_typedef,
11931         mono_class_from_generic_parameter, mono_ptr_class_get,
11932         mono_fnptr_class_get, mono_bounded_array_class_get)
11933         * domain.c (mono_domain_create, mono_domain_free)
11934         * assembly.c (mono_assembly_load_from_full, mono_assembly_close)
11935         * image.c (do_mono_image_load, mono_image_close):
11936         Hooked up load-unload profiler events.
11938 Mon Oct 8 11:38:04 CEST 2007 Paolo Molaro <lupus@ximian.com>
11940         * domain.c: track statistics about the actual amount of native code
11941         allocated.
11943 Sat Oct 6 10:01:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
11945         * class.c: the valuetype enumerators don't have the additional
11946         supertypes interfaces.
11948 Fri Oct 5 20:33:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
11950         * class.c: need more interfaces setup for the IEnumerator<T>
11951         object created for arrays (tests/ienumerator-interfaces.2.cs).
11953 2007-10-05  Zoltan Varga  <vargaz@gmail.com>
11955         * class.c (mono_ldtoken): Handle methodspec tokens as well. Fixes #331097.
11957 2007-10-05  Alp Toker  <alp@atoker.com>
11959         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
11960         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
11961         #315863.
11963 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
11965         * verify.c (verify_type_compatibility_full): verification of
11966         compatibility improved, validates correctly non-strict checks between
11967         native int and I4 types different than (unsigned)int32.
11969         * verify.c (do_store_indirect): added, do all verification of
11970         ldind.X opcodes. 
11972         * verify.c (get_load_indirect_mono_type): renamed to
11973         get_indirect_op_mono_type, as it now returns the MonoType for 
11974         ldind.X and stind.X opcodes.
11976 2007-10-04  Rodrigo Kumpera  <rkumpera@novell.com>
11978         * reflection.c: Fix the encoding of generic type definition for
11979         TypeBuilders.
11981         * reflection.c (mono_image_typedef_or_ref_full: do the same thing as
11982         mono_image_typedef_or_ref but allows to specify if typespec lookups should
11983         be made. Typespec check is done prior to typeref cache lookup.
11985         * reflection.c (mono_image_typedef_or_ref): now just delegate to
11986         mono_image_typedef_or_ref_full.
11988         * reflection.c (encode_generic_class): encode the generic class
11989         directly instead of calling encode_type.
11991         * reflection.c (encode_type): encode the generic type definition
11992         MonoClass as a generic instantiation.
11994         * reflection.c (create_typespec): cache typespec tokens in
11995         the assembly->typespec cache. Don't create typespec for a generic
11996         instance MonoClass. Create typespec for the generic type defintion.
11998         * reflection.c (create_generic_typespec): encode the generic
11999         class directly instead of calling encode_type.
12001         * reflection.c (mono_image_create_token): encode the generic
12002         type definition not using a typespec for MonoType instances.
12005 2007-10-04  Raja R Harinath  <rharinath@novell.com>
12007         Fix #328812
12008         * class.c (mono_image_init_name_cache): Don't return nested
12009         'protected internal' classes.
12010         (mono_class_from_name_case): Likewise.
12012 2007-10-04  Atsushi Enomoto  <atsushi@ximian.com>
12014         * icall-def.h, icall.c : get_bundled_machine_config() is now the
12015           common function used by both DefaultConfig in System.dll and
12016           InternalConfigurationHost in System.Configuration.dll.
12018 Wed Oct 3 17:26:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12020         * class.c: automatically add to vectors only a few essential explicit
12021         generic interfaces. The rest of the interfaces that arrays should
12022         provide are currently implicitly added (but still not lazily, see the
12023         design in the discussion of bug#325495 for the details of what is
12024         needed for that). Additionally, implicit interfaces are assigned the
12025         same vtable slot as the explicit interfaces (as they are compatible):
12026         this enables huge memory savings since we don't need to instantiate
12027         as many memthods and as large vtables anymore. Also, Since
12028         GetEnumerator<T> returns an instance of a type that is required to
12029         support a similarly large set of interfaces as arrays, we add
12030         implicit interfaces and interface offset sharing support to those
12031         types, too. This change adds all the required interfaces so that
12032         the anonarray.cs test case in the bug report works (we don't add
12033         all the interfaces to arrays of arrays 3-level deep and more because
12034         of the memory requirements explained in the bug and since they are much
12035         less common: the lazy-loading support will enabled them to work, too).
12037 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
12039         * verify.c (merge_stacks): major clean up, all type compatibility
12040         checks are done by verify_type_compatibility. This fix my earlier lack
12041         of understanding of the CLR type system and merge_stacks no longer looks
12042         scary.
12044         * verify.c: fixed some bad spelling.
12046 2007-10-02  Rodrigo Kumpera  <rkumpera@novell.com>
12048         * verify.c (mono_type_from_stack_slot): added. returns the MonoType for
12049         a given stack slock.
12050         
12051         * verify.c: killed verify_type_compat in favor of verify_type_compatibility and
12052         verify_type_compatibility_full. This removed a near indentical function and fixed
12053         handling of Int32 and IntPtr across all opcodes.
12055 Tue Oct 2 15:24:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
12057         * class.c: only vectors have the additional generic interfaces.
12059 2007-10-01  Jonathan Chambers <joncham@gmail.com>
12061         * mono-config.c: Use g_strcasecmp instead of
12062         strcasecmp like everywhere else to fix
12063         compilation with MSVC.
12064         
12065         Code is contributed under MIT/X11 license.
12067 Mon Oct 1 14:39:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12069         * object.c, object-internals.h: refactored the IMT code to enable
12070         building a single slot at a time and lazily creating the IMT trampolines
12071         and thunks.
12073 2007-09-29  Zoltan Varga  <vargaz@gmail.com>
12075         * loader.c (inflate_generic_signature): Allocate inflated signatures from the heap.
12077         * metadata.c (mono_metadata_free_inflated_signature): Free the signature itself too.
12078         Fixes #328501.
12079         
12080 2007-09-29  Raja R Harinath  <harinath@gmail.com>
12082         * loader.c (method_from_methodspec): Rearrange to avoid
12083         un-necessary exposition.  Don't assert out if the method's
12084         declaring type is a generic type definition.
12086 2007-09-28  Martin Baulig  <martin@ximian.com>
12088         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 61.
12090 Fri Sep 28 20:15:47 CEST 2007 Paolo Molaro <lupus@ximian.com>
12092         * class-internals.h: optimize field layout of MonoClass to
12093         requires less cachelines at runtime and save a few bytes on 64 bit
12094         systems.
12096 2007-09-28  Jb Evain  <jbevain@novell.com>
12098         * reflection.c: when encoding type names in custom attributes,
12099         if the type is a closed generic type, its generic arguments
12100         have to be serialized as AssemblyQualifiedName, so that when
12101         they are deserialized, it's possible to re-create them properly.
12102         Fixes #329450.
12105 Fri Sep 28 19:19:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
12107         * object.c, class-internals.h: added delegate-creation counter.
12109 Fri Sep 28 18:07:53 CEST 2007 Paolo Molaro <lupus@ximian.com>
12111         * class.c: cleanup of the code that synthetizes interfaces for
12112         arrays in 2.0: saves quit a bit of corlib mempool memory.
12113         Code to fix bug #325495 ifdeffed out for now until the issues
12114         with memory usage and O(n^2) behaviour are fixed.
12116 Fri Sep 28 17:19:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
12118         * marshal.c: when possible, do not duplicate the name of the methods
12119         in the method builder and in the generated MonoMethod.
12121 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
12122         * verify.c: added support for type checking ldind_* opcodes.
12124 2007-09-27  Rodrigo Kumpera  <rkumpera@novell.com>
12126         * class-internals.h (struct _MonoGenericClass): new field is_tb_open
12127         which is used to distinguish the fully open instantiation of a TypeBuilder
12128         with the rest. This temporary hack is required to restore the property that
12129         the fully open instantiation is the same type of the generic type definition.
12131         * class-internals.h (mono_generic_class_is_generic_type_definition):
12132         new function as part of the internal API.
12134         * class.c (inflate_generic_type): return NULL when the generic inst is
12135         fully open. The fully open generic type is now the same as the generic type
12136         definition for non TypeBuilder types.
12138         * class.c (mono_generic_class_get_class): removed assert since it is
12139         no longer valid, gklass->cached_class can point to the generic type definition.
12141         * class.c (mono_generic_class_is_generic_type_definition): new.
12143         * metadata.c (mono_generic_class_hash): added is_tb_open field
12144         to the hash calculation.
12146         * metadata.c (free_generic_class): if the generic class is associated
12147         with the generic type definition, its field will come from the mempool and
12148         must not be freed.
12150         * metadata.c (mono_metadata_is_type_builder_generic_type_definition):
12151         new, this function identifies the corner case of a TypeBuilder fully open
12152         instantiation.
12154         * metadata.c (mono_metadata_lookup_generic_class): use is_tb_open
12155         for lookup. Set gclass->cached_class to be the container class in case of
12156         the fully open instantiation of non TypeBuilder types.
12158         * metadata.c (_mono_metadata_generic_class_equal): use is_tb_open
12159         to compare generic classes.
12161         * reflection.c (method_encode_methodspec): remove assert that
12162         no longer is valid.
12164         * reflection.c (mono_reflection_generic_class_initialize): add
12165         an aditional assert to ensure the proper type is used.
12167 2007-09-26  Rodrigo Kumpera  <rkumpera@novell.com>
12169         * verify.c: disabled all debug spew by default, define MONO_VERIFIER_DEBUG
12170         to enjoy it.
12172 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
12174         * verify.c (push_arg): Fixed support for ldarga
12175         * verify.c (set_stack_value): Removed superfluous parameter, fixed the
12176         MonoType used as first arg in case of instance calls.
12178 2007-09-25  Rodrigo Kumpera  <rkumpera@novell.com>
12180         * verify.c: Support for verifying VAR and MVAR types, 
12182 2007-09-25  Zoltan Varga  <vargaz@gmail.com>
12184         * icall.c (ves_icall_get_property_info): Set the reflected type of the
12185         accessors correctly.
12187 Tue Sep 25 14:56:03 CEST 2007 Paolo Molaro <lupus@ximian.com>
12189         * threads.c: support OSX and other systems in
12190         mono_thread_get_stack_bounds (bug #328026).
12192 2007-09-25  Martin Baulig  <martin@ximian.com>
12194         * mono-debug.h
12195         (MonoDebugVarInfo): Replace `MonoClass *klass' with `MonoType *type'.
12197 2007-09-24  Martin Baulig  <martin@ximian.com>
12199         * mono-debug.h
12200         (MonoDebugClassEntry): Moved the definition of this struct into
12201         mono-debug.c to make it private.
12203         * mono-debug.c
12204         (MonoDebugClassEntry): Removed `symfile_id'; since we now use one
12205         type table per symbol file, we don't need to store the symfile id
12206         any longer.
12208 2007-09-24  Martin Baulig  <martin@ximian.com>
12210         Create one type table per symbol file, since a `MonoClass *' gets
12211         invalid when its image is unloaded.
12213         * mono-debug.h (MonoSymbolTable): Removed `type_table'.
12214         (MonoDebugHandle): Added `type_table'.
12216 Mon Sep 24 17:25:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
12218         * mempool.c, mempool.h: added mono_mempool_new_size () API
12219         to be able to specify a smaller initial size for the pool.
12220         Adjusted the code to slowly increase pool size before using
12221         the previous default size.
12222         * image.c: use a small initial size for image mempools.
12224 2007-09-23  Zoltan Varga  <vargaz@gmail.com>
12226         * marshal.c (emit_marshal_array): Generate valid IL for byref array case.
12227         Fixes ##320990.
12229         * icall.c (ves_icall_System_Reflection_Assembly_get_ManifestModuleInternal): 
12230         Rename this to ves_icall_System_Reflection_Assembly_GetManifestModuleInternal.
12232 2007-09-22  Zoltan Varga  <vargaz@gmail.com>
12234         * metadata.c (mono_type_create_from_typespec): Remove an invalid
12235         free. Fixes #327438.
12237 2007-09-21  Raja R Harinath  <harinath@gmail.com>
12239         * metadata.c (type_in_image) <MONO_TYPE_SZARRAY>: Handle arrays of
12240         generic instantiations, etc.
12241         <MONO_TYPE_ARRAY>: Likewise.
12243 2007-09-21  Martin Baulig  <martin@ximian.com>
12245         * mono-debug.h (MonoSymbolFilePriv, MonoDebugHandlePriv): Removed;
12246         these structs were never defined.
12247         (MonoDebugHandle): Removed the `_priv' field, it was never used.
12249 2007-09-21  Martin Baulig  <martin@ximian.com>
12251         * mono-debug.h (MonoDebugVarInfo): Add `MonoClass *klass'.
12253 Fri Sep 21 14:39:45 CEST 2007 Paolo Molaro <lupus@ximian.com>
12255         * image.c: removed the guid hash tables: we can get the same info
12256         without the additional memory usage hit (partially fixes also bug #327052).
12258 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12260         * profiler.h, profiler-private.h, profiler.c: add a new profiler
12261         event to handle unloading methods. After the event is called, the
12262         corresponding MonoMethod* must be considered invalid.
12263         * loader.c (mono_free_method): call the new mono_profiler_method_free
12264         event.
12266 2007-09-20  Mark Probst  <mark.probst@gmail.com>
12268         * domain-internals.h: New flag in MonoJitInfo which marks shared
12269         generic methods.  New hash table (shared_generics_hash) in
12270         MonoDomain to keep track of shared generic methods.  Prototypes
12271         for functions to register and lookup shared generic methods.
12273         * domain.c: Support for registering and looking up shared generic
12274         methods via a hash table (shared_generics_hash) in MonoDomain.
12276         * class-internals.h: New exception to signal failure of shared
12277         compilation of a generic method.  New counters for generics
12278         sharing in MonoStats.
12280 Thu Sep 20 16:59:36 CEST 2007 Paolo Molaro <lupus@ximian.com>
12282         * image.c, metadata-internals.h: don't keep a file descriptor open
12283         for loaded assemblies (bug#325988).
12285 2007-09-19  Raja R Harinath  <rharinath@novell.com>
12287         * metadata.c (signature_in_image): New.  Carve out of type_in_image.
12288         (ginst_in_image, gclass_in_image): Simplify.  Change signature to
12289         use the corresponding datatypes.
12290         (type_in_image): Update to changes.
12291         (CleanForImageUserData): Simplify.
12292         (steal_gclass_in_image): Carved out of old 'gclass_in_image'.
12293         Avoid quadratic behaviour in handling the "stolen" list by
12294         separating the filter predicate out, and by prepending the stolen
12295         items rather than appending them.
12296         (steal_ginst_in_image): Likewise.
12297         (mono_metadata_clean_for_image): Update to changes.
12299 2007-09-19  Martin Baulig  <martin@ximian.com>
12301         * domain.c (mono_cleanup): Call mono_debug_cleanup() here.
12303 2007-09-19  Martin Baulig  <martin@ximian.com>
12305         * mono-debug.c (mono_debug_cleanup): Don't call
12306         mono_debugger_cleanup(); this is now called earlier from mini_cleanup().
12308 2007-09-19  Raja R Harinath  <harinath@gmail.com>
12310         Fix crash on 'make run-test' in mcs/errors
12311         * metadata.c (type_in_image): New.  Carve out of ginst_in_image.
12312         Avoid more potential allocations in mono_class_from_mono_type.
12313         (ginst_in_image): Update to changes.
12314         (gclass_in_image): Rearrange slightly.
12316 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
12318         * class.c (mono_class_init): Move the code that sets up class->methods to 
12319         mono_class_setup_methods () for inflated generic classes too. Ditto for properties.
12321         * metadata.c (mono_metadata_get_inflated_signature): New function to return a
12322         canonical instance of an inflated generic signature.
12323         (mono_type_create_from_typespec): Remove an invalid free.
12325         * loader.c (mono_method_get_signature_full): Use mono_metadata_get_inflated_signature.  
12327 2007-09-18  Marek Habersack  <mhabersack@novell.com>
12329         * domain-internals.h: added a declaration of the
12330         mono_assembly_load_full_nosearch internal function.
12332         * assembly.c (mono_assembly_load_with_partial_name): use
12333         mono_try_assembly_resolve return value properly.
12334         (mono_assembly_load_full_nosearch): copied the function body from
12335         mono_assembly_load_full, without the code to invoke assembly
12336         search hooks.
12337         (mono_assembly_load_full): calls the above new function and if the
12338         assembly is not resolved, invokes the search hooks.
12340         * appdomain.c (mono_runtime_init): restore the global postload
12341         assembly search handlers.
12343 2007-09-18  Zoltan Varga  <vargaz@gmail.com>
12345         * class.c (mono_class_init): Make sure class->methods and class->properties
12346         are never NULL in the generics case.
12348         * metadata.c (free_generic_class): Enable this again, skip the dynamic case.
12350 2007-09-17  Zoltan Varga  <vargaz@gmail.com>
12352         * metadata.c (free_generic_class): Disable some code to fix the build.
12354         * domain.c (mono_cleanup): Fix a crash introduced by a previous patch.
12356         * marshal.c (mono_marshal_get_xappdomain_dispatch): Allocate a piece of data
12357         from the image mempool.
12359         * metadata.c (free_generic_class): Free more data from the inflated class.
12361         * class.c (mono_class_from_generic_parameter): Allocate memory from the mempool.
12363         * metadata.c (mono_metadata_parse_generic_param): Allocate memory from the image
12364         mempool.
12365         (mono_type_create_from_typespec): Ditto.
12367         * domain.c (get_runtimes_from_exe): Add an out parameter to return the opened
12368         MonoImage to the caller.
12369         (mono_init_internal): Save the opened image in a global variable.
12370         (mono_cleanup): Close the image opened in get_runtimes_from_exe.
12372         * reflection.c (resolve_object): Fix a leak.
12374         * metadata.c: Fix the freeing of data in the generics caches.
12375         
12376         * metadata.c (free_generic_inst): Comment this out to fix the build.
12377         (free_generic_class): Ditto.
12379         * metadata.c: Free cached generic methods, instantinations and classes when
12380         they are removed from the caches.
12381         (mono_metadata_free_type): Free the type itself.
12383         * class.c: Free the result of mono_class_inflate_generic_type () in a few
12384         places.
12386 Mon Sep 17 16:14:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
12388         * boehm-gc.c: restrict managed allocs to __thread supporting
12389         architectures.
12391 2007-09-16  Zoltan Varga  <vargaz@gmail.com>
12393         * class.c (mono_class_inflate_generic_type): Add a comment describing memory ownership.
12394         (mono_generic_class_get_class): Fix a leak.
12396         * metadata.c (do_mono_metadata_parse_type): Remove an unneccesary call to
12397         mono_metadata_free_type ().
12398         (mono_metadata_inflate_generic_inst): Fix a leak.
12400 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12402         * mono-debug.c (free_header_data): Fix a leak missed earlier.
12404         * metadata.c (mono_metadata_parse_array_full): Allocate memory from the image
12405         mempool.
12407         * mono-debug.c (mono_debug_close_image): Fix call to 
12408         g_hash_table_remove ().
12410 Fri Sep 14 19:36:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
12412         * icall-def.h: redirect all the string ctor to the managed
12413         CreateString () methods.
12414         * string-icalls.c, string-icalls.h: removed dead code for string
12415         ctors and icalls.
12417 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12419         * mono-debug.c: Fix memory leaks.
12421 2007-09-14  Jonathan Chambers <joncham@gmail.com>
12423         * threads-types.h: Implement mono_hazard_pointer_set and 
12424         mono_hazard_pointer_clear macros using do/while(0) to fix
12425         compilation with MSVC.
12426         
12427         Code is contributed under MIT/X11 license.
12429 2007-09-14  Zoltan Varga  <vargaz@gmail.com>
12431         * gc.c (ves_icall_System_GCHandle_GetAddrOfPinnedObject): Use a return value of
12432         -2 to communicate to managed code that the handle is not pinned. Fixes #82848.
12434 Fri Sep 14 14:04:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12436         * icall-def.h, string-icalls.c: get rid of old, no longer used, string
12437         icalls.
12439 Fri Sep 14 11:41:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
12441         * boehm-gc.c, gc-internal.h, object.c: allow strings to be
12442         managed-code allocated as well.
12444 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
12446         * class.c (mono_class_is_assignable_from): Add support for generic variance.
12448 Thu Sep 13 11:55:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
12450         * boehm-gc.c: fixed the build after the AOT changes.
12452 2007-09-13  Zoltan Varga  <vargaz@gmail.com>
12454         * wrapper-types.h: Add an ALLOC wrapper type.
12456         * gc-internals.h boehm-gc.c null-gc.c sgen-gc.c: Add functions needed by AOT to
12457         reference managed allocator methods.
12459 2007-09-12  Marek Safar  <marek.safar@gmail.com>
12461         * icall.c (ves_icall_MonoType_GetGenericArguments): Create an instance
12462         of Type array and not MonoType, a fix suggested by Hari.
12463         
12464 2007-09-12  Jonathan Chambers <joncham@gmail.com>
12466         * domain-internals.h, domain.c : Remove delegate_invoke_impl_with_target_hash
12467         and delegate_invoke_impl_no_target_hash from _MonoDomain struct.
12468         
12469         Code is contributed under MIT/X11 license.
12471 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12473         * domain.c, object.c, mono-config.c, object-internals.h: Fixed  #82416.
12475 2007-09-12  Marek Habersack  <mhabersack@novell.com>
12477         * image.c (do_mono_image_open): if assembly file fails to open and
12478         MONO_IOMAP is in effect, try to find the path in a
12479         case-insensitive way.
12481         * appdomain.c (mono_runtime_init): do not install postload hooks -
12482         tests show that MS.NET doesn't use anything of that sort to
12483         trigger the AppDomain.AssemblyResolve event.
12484         (mono_try_assembly_resolve): renamed from try_assembly_resolve and
12485         made non-static.
12486         (mono_runtime_init): init portability helpers here.
12488         * assembly.c (mono_assembly_load_with_partial_name): if other   
12489         attempts fail, trigger the AppDomain.AssemblyResolve event handler
12490         to resolve the assembly.
12492         * domain-internals.h: added mono_try_assembly_resolve and marked
12493         it as internal.
12495 2007-09-11  Jb Evain  <jbevain@novell.com>
12497         * object-internals.h (MonoReflectionDynamicMethod): add
12498         a `MonoReflectionType *owner` field. The owner is used
12499         * reflection.c:
12500         (mono_reflection_create_dynamic_method): use the owner of the dynamic
12501         method as the class declaring the dynamic method.
12502         (reflection_methodbuilder_from_dynamic_method): copy the owner of the
12503         dynamic method to the declaring type of the methodbuilder.
12505 2007-09-11  Mark Probst  <mark.probst@gmail.com>
12507         * icall.c (ves_icall_InternalInvoke): Enforce CoreCLR security
12508         rules for calling methods via reflection.
12510 2007-09-11  Zoltan Varga  <vargaz@gmail.com>
12512         * reflection.c (resolve_object): Add support for MonoGenericClass. 
12513         Inflate MonoType's.
12515 Tue Sep 11 16:08:08 CEST 2007 Paolo Molaro <lupus@ximian.com>
12517         * gc-internal.h, boehm-gc.c, null-gc.c, sgen-gc.c: allow the GC to
12518         provide a managed method that does fast allocations without needing
12519         a managed->unmanaged transition. Boehm GC implementation currently
12520         enabled for ptrfree objects on sane architectures.
12522 Tue Sep 11 16:00:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
12524         * marshal.c, marshal.h: exported a couple of useful functions and
12525         added mono_mb_get_label () to easily handle backward branches.
12527 2007-09-10  Zoltan Varga  <vargaz@gmail.com>
12529         * reflection.c (resolve_object): Inflate generic methods. Fixes #82782.
12531 2007-09-10  Massimiliano Mantione  <massi@ximian.com>
12533         * loader.c (find_method): Fixed the regression introduced while
12534         fixing bug #81466.
12536 2007-09-09  Zoltan Varga  <vargaz@gmail.com>
12538         * class.c (mono_lookup_dynamic_token_class): Pass along the context here as
12539         well.
12540         
12541         * class.c loader.c metadata.c object.c class-internals.h object-internals.h
12542         icall.c reflection.c: Pass a MonoGenericContext argument to 
12543         mono_lookup_dynamic_token ().
12545         * reflection.c (resolve_object): Handle GenericTypeParameterBuilder. Fixes
12546         #82744.
12547         
12548 2007-09-09  Robert Jordan  <robertj@gmx.net>
12550         * object.c (mono_class_proxy_vtable): Don't create remoting trampolines
12551         for generic methods.
12553         * object.c (mono_object_get_virtual_method): Handle generic methods.
12554         Fixes bug #78882.
12556         Code is contributed under MIT/X11 license.
12558 Sat Sep 8 18:16:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
12560         * image.c: fix locking in mono_image_load_file_for_image ().
12562 Thu Sep 6 19:48:00 CEST 2007 Paolo Molaro <lupus@ximian.com>
12564         * reflection.c, icall.c, icall-def.h: the methodinfos name field is
12565         used only as a cache: added an icall to fill it.
12567 2007-09-16  Rodrigo Kumpera  <rkumpera@novell.com>
12569         * reflection.h: exposed mono_reflection_free_type_info
12570         * reflection.c (mono_reflection_get_type_internal): type_args is always freed
12571         since mono_reflection_bind_generic_parameters makes a copy of it.
12572         * reflection.c (free_type_info): subinfos should be freed.
12573         * reflection.c (free_type_info): renamed to mono_reflection_free_type_info and 
12574         made non static.
12575         * icall.c (type_from_name and ves_icall_System_Reflection_Assembly_InternalGetType):
12576         replaced explicit cleanup of MonoTypeNameParse struct with a call to mono_reflection_free_type_info,
12577         this fixes #82695 and #81726.
12578    
12580 2007-09-03  Atsushi Enomoto  <atsushi@ximian.com>
12582         * process.h, process.c:  added support for user profile/info in
12583           ProcessStartInfo. For now only Windows works.
12585 Fri Aug 31 17:30:58 CEST 2007 Paolo Molaro <lupus@ximian.com>
12587         * metadata.c: consider the generic arguments when comparing
12588         signatures (bug #82614).
12590 Thu Aug 30 18:34:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
12592         * cil-coff.h, image.c: updated assembly loader to cope with the
12593         PE32+ 64 bit file format.
12595 Thu Aug 30 16:47:38 CEST 2007 Paolo Molaro <lupus@ximian.com>
12597         * assembly.c, class.c, domain.c, loader.c: remove useless
12598         inclusion of cil-coff.h.
12600 2007-08-29  Jonathan Chambers  <joncham@gmail.com>
12602         * marshal.c (cominterop_get_ccw): Walk up interface hierarchy
12603         if interface is marked with CoClassAttribute. 
12604    
12605         Code is contributed under MIT/X11 license.
12607 Wed Aug 29 19:27:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
12609         * sgen-gc.c: ensure no object from the to space is copied again or finalized
12610         if it's seen twice in major collections.
12612 Wed Aug 29 18:46:49 CEST 2007 Paolo Molaro <lupus@ximian.com>
12614         * sgen-gc.c: big objects are not copied to the gray area, but they
12615         need to be considered for scanning, too, if they are brought alive
12616         by an object ready for finalizations or a survived one.
12618 Wed Aug 29 18:43:11 CEST 2007 Paolo Molaro <lupus@ximian.com>
12620         * sgen-gc.c: properly account the number of disappearing links when
12621         they are nullified.
12623 Wed Aug 29 18:37:37 CEST 2007 Paolo Molaro <lupus@ximian.com>
12625         * sgen-gc.c: share the code to scan the registered roots between the
12626         different types of collections.
12628 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
12630         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunModuleConstructor): New icall.
12632 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
12634         * object.c (mono_class_proxy_vtable): Use max_interface_id instead of
12635         class->max_interface_id in a one place. Fixes transparentproxy.exe test on ia64.
12637 2007-08-28  Mark Probst  <mark.probst@gmail.com>
12639         * security-manager.c (mono_security_manager_get_methods):
12640         LinkDemandSecurityException now has 2 arguments instead of 3.
12642 2007-08-27  Zoltan Varga  <vargaz@gmail.com>
12644         * class.c (mono_class_layout_fields): Only do the struct alignment hack on
12645         platforms which need it.
12647 Mon Aug 27 18:29:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
12649         * sgen-gc.c: unregister thread data structures with a pthread_key_t
12650         dtor.
12652 Mon Aug 27 18:27:35 CEST 2007 Paolo Molaro <lupus@ximian.com>
12654         * threads.c: free the thread static data on thread exit.
12656 Mon Aug 27 10:55:54 CEST 2007 Paolo Molaro <lupus@ximian.com>
12658         * class.c: walk the hierarchy to find the generic definition for
12659         a class (fixes runtime part of bug #82498).
12661 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
12663         * assembly.c (mono_assembly_close): Move the closing of the referenced assemblies to
12664         ...
12666         * image.c (mono_image_close): Here. Hopefully fixes #82510.
12668 2007-08-24  Mark Probst  <mark.probst@gmail.com>
12670         * monodiet.c (handle_cattrs): Fixed a custom attr leak.
12672 2007-08-24  Robert Jordan  <robertj@gmx.net>
12674         * appdomain.c: don't perform the ':'->';' substitution on Win32.
12676 2007-08-24  Jb Evain  <jbevain@novell.com>
12678         * class.c (mono_type_get_name_recurse): fix AssemblyQualifiedName
12679         for byref types.
12681 2007-08-24  Mark Probst  <mark.probst@gmail.com>
12683         * threads.c: Make sure a thread gets cleaned up only once.  Fixes
12684         #82286.
12686 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
12688         * assembly.c: Fix a warning.
12689         
12690 2007-08-23  Marek Habersack  <mhabersack@novell.com>
12692         * appdomain.c: parse the <runtime> section looking for the probing
12693         element with the 'privatePath' attribute, which sets additional
12694         directories in which the runtime should look for assemblies.
12696 2007-08-23  Robert Jordan  <robertj@gmx.net>
12698         * marshal.c (Marshal_ReAllocHGlobal) : Fix GlobalReAlloc's flags.
12699         Fixes #82499.
12701 2007-08-23  Martin Baulig  <martin@ximian.com>
12703         * mono-debug.[ch]: Rename mono_debug_init_corlib() into
12704         _mono_debug_init_corlib() and remove it from the header file.
12706 2007-08-23  Martin Baulig  <martin@ximian.com>
12708         * mono-debug-debugger.c
12709         (mono_debugger_unhandled_exception): Ignore `ThreadAbortException';
12710         don't notify the debugger about it.
12712         * mono-debug-debugger.h
12713         (MonoDebuggerEvent): Removed `THREAD_ABORT'.
12715 2007-08-23  Robert Jordan  <robertj@gmx.net>
12717         * icall-def.h, process.*: implemented Get|SetPriorityClass icalls.
12718         Code is contributed under MIT/X11 license.
12720 Wed Aug 22 18:35:12 CEST 2007 Paolo Molaro <lupus@ximian.com>
12722         * sgen-gc.h, sgen-gc.c: abstracted most of the OS-specific code.
12724 2007-08-22  Martin Baulig  <martin@ximian.com>
12726         * mono-debug.c: Store debugging info on a per-domain basis and
12727         free it on domain unload.  Add support for unloading symbol files.
12729         * mono-debug.h
12730         (MonoDebugList): New typedef.
12731         (MonoSymbolTable):
12732         - add `data_tables and `type_table'.
12733         - replace 'symbol_files' and `num_symbol_files' with a
12734           `MonoDebugList *'.
12735         (mono_debug_data_table): Removed.
12736         (mono_debug_list_add): New public function.
12737         (mono_debug_list_remove): New public function.
12738         (mono_debug_init_1): Renamed into mono_debug_init_corlib().
12739         (mono_debug_init_2_memory): Renamed into
12740         mono_debug_open_image_from_memory().
12741         (mono_debug_close_image): New public function.
12742         (mono_debug_domain_create): Likewise.
12743         (mono_debug_domain_unload): Likewise.
12744         (MONO_DEBUGGER_VERSION): Bump to 60.
12746         * mono-debug-debugger.h
12747         (MonoDebuggerEvent):
12748         - remove `RELOAD_SYMTABS' and `METHOD_COMPILED'.
12749         - rename `ADD_MODULE' into `LOAD_MODULE'; add `UNLOAD_MODULE'.
12750         - add `DOMAIN_CREATE' and `DOMAIN_UNLOAD'.
12751         - rename `THREAD_CREATED' and `THREAD_EXITED' into
12752           `GC_THREAD_CREATED' and `GC_THREAD_EXITED'.
12753         - re-add `THREAD_CREATED' and `THREAD_EXITED'; with different
12754           meaning.
12755         (mono_debugger_add_symbol_file): Removed.
12756         (mono_debugger_add_type): Removed.
12757         (mono_debugger_lookup_type): Removed.
12758         (mono_debugger_lookup_assembly): Removed.
12760         * domain.c
12761         (mono_domain_create): Call mono_debug_domain_create().
12762         (mono_init_internal): Call mono_debug_init_corlib().
12764         * assembly.c
12765         (mono_assembly_close): Call mono_debug_close_image().
12767 Wed Aug 22 17:26:02 CEST 2007 Paolo Molaro <lupus@ximian.com>
12769         * sgen-gc.c: use the mono-mmap facilitites instead of hard-coding the
12770         mmap call.
12772 Wed Aug 22 17:17:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
12774         * sgen-gc.c: ensure section->pin_queue_end is initialized
12775         correctly when non pinning objects in the section have been found.
12777 2007-08-22  Marek Habersack  <mhabersack@novell.com>
12779         * appdomain.c (set_domain_search_path): cope with PrivateBinPath
12780         containing a list of directories separated by ':'. MSDN docs say
12781         the directories should be separated with ';'. Part of a bugfix for
12782         bug #81446
12784 2007-08-21  Rodrigo Kumpera  <rkumpera@novell.com>
12786         * class.c (mono_type_retrieve_from_typespec) : fixed the return type
12787         it should MonoType and not MonoClass.
12789 2007-08-21  Atsushi Enomoto  <atsushi@ximian.com>
12791         * culture-info-table.h : regenerated.
12793 2007-08-20  William Holmes  <billholmes54@gmail.com>
12795         *file-io.c: Added ves_icall_System_IO_MonoIO_ReplaceFile
12796          to call ReplaceFile Kernel32 on windows or in io-layer.
12797         *file-io.h: Added deceleration for ves_icall_System_IO_MonoIO_ReplaceFile
12798         *icall-def.h: Register ves_icall_System_IO_MonoIO_ReplaceFile
12799          as an internal call.
12801         Code is contributed under MIT/X11 license.
12803 2007-08-20  Jb Evain  <jbevain@novell.com>
12805         * class-internals: add definitions for MONO_EXCEPTION_METHOD_ACCESS
12806         and MONO_EXCEPTION_FIELD_ACCESS.
12808         * debug-helpers.[c|h]: new mono_field_full_name function.
12810 2007-08-20  Mark Probst  <mark.probst@gmail.com>
12812         * class.c: Removed class_security_level() and moved it to
12813         security-core-clr.c.
12815         * security-core-clr.c, security-core-clr.h: class_security_level()
12816         is now public and renamed to mono_security_core_clr_class_level().
12817         It also looks for security attributes in the classes a class is
12818         nested in.
12820 2007-08-20  Mark Probst  <mark.probst@gmail.com>
12822         * security-core-clr.c, security-core-clr.h: CoreCLR security
12823         utility functions.
12825         * Makefile.am: Added security-core-clr.[ch].
12827         * security-manager.c, security-manager.h: Functions and enum for
12828         setting and getting the security mode.
12830         * class.c: CoreCLR security checks.
12832 Mon Aug 20 12:38:42 CEST 2007 Paolo Molaro <lupus@ximian.com>
12834         * icall-def.h, process.c, process.h: implemented icall to get
12835         user/system processor times.
12837 2007-08-17  Mark Probst  <mark.probst@gmail.com>
12839         * domain.c, threads.c, class-internals.h, domain-internals.h: New
12840         reader-lock-free jit_info_table.
12842 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
12844         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_CUSTOM.
12846         * marshal.c (mono_marshal_type_size): Ditto. Fixes #82465 and #82466.   
12848         * object-internals.h (MonoException): Add missing _data member.
12850 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
12852         * loader.c (find_method, find_method_in_class): Fixed bug #81466,
12853         checking that only methods with matching qname or fqname are picked
12854         from implemented interfaces.
12856 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
12858         * verify.c (do_newarr):added, do type verification of
12859         newarr ops, push the right value on the eval stack.
12860         * verify.c (mono_method_verify): use do_newarr
12863 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
12865         * verify.c (do_ldobj_value, do_unbox_value and do_box_value):
12866         factored the common code into get_boxable_mono_type, which
12867         is now using mono_type_get_full, this fixed byref related tests.
12869 2007-08-16  Rodrigo Kumpera  <rkumpera@novell.com>
12871         * class.c: added mono_type_get_full, this function has the same
12872         behavior of mono_class_get_full but the returned MonoType has
12873         all metadata of the associated token in case of a typespec token.
12874         * class.c: added mono_type_retrieve_from_typespec, used by 
12875         mono_type_get_full to retrieve the token type.
12876         * class.c (mono_class_create_from_typespec): changed to use
12877         mono_type_retrieve_from_typespec.
12878         * class.c (mono_ldtoken): changed to use mono_type_get_full
12879         for MONO_TOKEN_TYPE_(DEF|REF|SPEC).
12880         * class-internals.h: exported mono_type_get_full for internal use.
12882 2007-08-16  Jb Evain  <jbevain@novell.com>
12884         * domain.c (supported_runtimes): add entry for
12885         the 'moonlight' runtime version.
12887 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
12889         * verify.c (mono_method_verify): small typo sliped in.  
12891 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
12893         * verify.c (do_unbox_value): added, do type verification of
12894         unboxing ops
12895         * verify.c (mono_method_verify): use do_unbox_value
12898 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
12900         * verify.c (dump_stack_value): fixed typo, was printing string
12901         instead of object on stack.
12902         * verify.c (do_box_value): moved the byref check up as it leads
12903         to invalid code and should be done earlier.
12904         * verify.c: improved error messages for and ldobj
12906 2007-08-15  William Holmes  <billholmes54@gmail.com>
12908         * marshal.c (emit_marshal_custom): Omit the call to 
12909           marshal_native_to_managed when calling native to managed 
12910           and the argument is specified as an out argument.
12912         Code is contributed under MIT/X11 license.
12914 2007-08-15  Rodrigo Kumpera  <rkumpera@novell.com>
12916         * verify.c: fixed the type checks for generics, function pointers and vectors.
12917         Added type verification for ldobj and ldtoken. The verifier
12918         would segfault if header or signature of a method contained references
12919         to non-existant types.
12921 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
12923         * marshal.c (cominterop_get_ccw): Patch from
12924         Bill Holmes to no walk up interface hierarchy. 
12925         All parent methods should be present in the interface for COM.
12926    
12927         Code is contributed under MIT/X11 license.
12929 2007-08-15  Jonathan Chambers  <joncham@gmail.com>
12931         * marshal.c (emit_marshal_com_interface): Patch from
12932         Bill Holmes to handle COM Interfaces as return values
12933         for native->managed calls.
12934    
12935         Code is contributed under MIT/X11 license.
12937 2007-08-14  Jonathan Chambers  <joncham@gmail.com>
12939         * marshal.c (cominterop_get_idispatch_for_object): Implement
12940         for runtime callable wrappers.
12941    
12942         Code is contributed under MIT/X11 license.
12944 2007-08-13  Rodrigo Kumpera  <rkumpera@novell.com>
12946         * pedump.c (main): changed from mono_init to mono_init_from_assembly
12947         so 2.0 types are accessible
12950 2007-08-13  Miguel de Icaza  <miguel@novell.com>
12952         * domain.c (mono_init_internal): Call mono_assembly_load_friends
12953         once we load mscorlib.   Due to the order in which we initialize,
12954         the mono_assembly_load_full routine that loads mscorlib did not
12955         load friends.   We now load it once we load the
12956         mono_defaults.internals_visible_class class. 
12958         * assembly.c: Expose the mono_load_friend_assemblies method.
12960 2007-08-11  Rodrigo Kumpera  <rkumpera@novell.com>
12962         * verify.c: improved the handling of boxing, better
12963         type checking for unary ops and conversion. Fix bug
12964         regarding managed pointer compatibility checking
12966 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
12968         * icall.c (ves_icall_System_Array_SetGenericValueImpl): New icall.
12970         * threads.c threads-types.h: Export mono_thread_get_stack_bounds.
12972 2007-08-09  Raja R Harinath  <rharinath@novell.com>
12974         * reflection.c (dup_type): Remove.
12975         * class.c (dup_type): Remove.
12976         (mono_metadata_signature_deep_dup): Use 'mono_metadata_type_dup'
12977         instead of the dodgy 'dup_type'.
12978         (inflate_generic_type): Likewise.  Fix the VAR/MVAR cases to
12979         handle the case where 'dup_type' needed the second argument.
12981 2007-08-08  Zoltan Varga  <vargaz@gmail.com>
12983         * domain.c: Fix a warning.
12985 2007-08-08  Massimiliano Mantione  <massi@ximian.com>
12987         * class.c (mono_class_setup_vtable_general): Fixed bug #77127,
12988         checking that methods with the same fqname are not overridden
12989         with a method from an ancestor.
12991 2007-08-07  Zoltan Varga  <vargaz@gmail.com>
12993         * threads.c (free_thread_static_data_helper): Avoid a crash if
12994         thread->static_data is not yet set.
12996 2007-08-07  Jonathan Chambers  <joncham@gmail.com>
12998         * marshal.c: Use correct image when emitting
12999         native wrapper for COM calls.
13000    
13001         Code is contributed under MIT/X11 license.
13003 2007-08-07  Atsushi Enomoto  <atsushi@ximian.com>
13005         * icall-def.h, security.c, security.h :
13006           added icall wrapper to ProtectedMemory.[Unprotect|Protect]Data().
13008 2007-08-07  Martin Baulig  <martin@ximian.com>
13010         * mono-debug-debugger.h
13011         (MonoDebuggerEvent): Add `MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD'.
13013         * domain.c (mono_domain_free): Call
13014         `mono_debugger_event (MONO_DEBUGGER_EVENT_DOMAIN_UNLOAD)'.
13016 2007-08-06  Rodrigo Kumpera  <rkumpera@novell.com>
13018         * verify.c (check_underflow, check_overflow): error message now returns IL offset
13019         * verify.c (in_same_block): code should test if either offset is inside the clauses
13020         * verify.c (mono_method_verify): push the exception into the eval stack of exception
13021         and filter blocks
13023 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
13025         * image.c (mono_image_close): Fix a leak.
13027         * object.c (mono_runtime_invoke_array): Avoid using alloca.
13029         * icall.c (ves_icall_FieldInfo_SetValueInternal): Ditto.        
13031 Fri Aug 3 19:54:23 CEST 2007 Paolo Molaro <lupus@ximian.com>
13033         * domain.c, threads.c, threads-types.h: fix memory retention issue
13034         with thread static variables not being cleared on domain unload.
13035         Reuse thread static slots after domain unload.
13037 2007-08-03  Zoltan Varga  <vargaz@gmail.com>
13039         * object.c (mono_runtime_invoke_array): Handle the case when the receiver is a
13040         nullable type.
13042         * marshal.c (mono_marshal_get_runtime_invoke): Revert the previous change, it is
13043         now done in mono_runtime_invoke_array.
13045         * marshal.c (mono_marshal_get_runtime_invoke): Handle the case when the 
13046         receiver is a nullable type.
13048         * class.c (mono_class_is_assignable_from): Handle the case when klass is a 
13049         generic parameter.
13051 2007-08-03  Jonathan Chambers  <joncham@gmail.com>
13053         * marshal.c: Implement COM Objects as return type for 
13054         managed->unmanaged calls. Added Release calls for COM Object
13055         out/return values in managed->unmanaged calls.
13057         Code is contributed under MIT/X11 license.
13059 Fri Aug 3 17:00:51 CEST 2007 Paolo Molaro <lupus@ximian.com>
13061         * threads.h, threads-type.h: move the hazard pointer declarations
13062         to the private header.
13064 Fri Aug 3 13:13:39 CEST 2007 Paolo Molaro <lupus@ximian.com>
13066         * file-io.c, appdomain.c: memory leak fixes.
13068 2007-08-02  Dick Porter  <dick@ximian.com>
13070         * socket-io.c
13071         (ves_icall_System_Net_Sockets_Socket_Socket_internal): Move the
13072         SO_REUSEADDR setting into io-layer/sockets.c.
13074 2007-08-01  Zoltan Varga  <vargaz@gmail.com>
13076         * icall.c (ves_icall_Type_GetMethodsByName): Return the members inherited
13077         from Object when called on a generic parameter. Fixes #82211.
13079 2007-08-01  Dick Porter  <dick@ximian.com>
13081         * file-io.c (convert_share): Test FileShare values bit-by-bit.
13082         Fixes bug 79250 yet again.
13084 2007-07-30  Martin Baulig  <martin@ximian.com>
13086         Merged the `debugger-dublin' branch.
13088         * mono-debug.h
13089         (MonoDebugDataTable): New typedef.
13090         (MonoDebugMethodAddressList): New typedef.
13091         (MonoDebugWrapperData): Removed.
13092         (MonoDebugSymbolTable): Removed `current_data_table',
13093         `current_data_table_size', `current_data_table_offset'.
13094         (MonoDebugDataItemType): Moved into mono-debug.c.
13095         (MonoDebugMethodJitInfo): Remove `address'.
13096         (mono_debug_data_table): New global variable.
13097         (mono_debug_lookup_method_addresses): New public function.
13098         (mono_debug_find_method): Take a `MonoMethod *', not a
13099         `MonoDebugMethodInfo *'.
13101         * mono-debug.c: Drop support for the old symbol tables.
13103 2007-06-28  Martin Baulig  <martin@ximian.com>
13105         * mono-debug.c (mono_debug_debugger_version): New public variable.
13107 2007-07-31  William Holmes  <billholmes54@gmail.com>
13109         * metadata.c Changed mono_type_create_from_typespec to not insert
13110           the type into the hash map until after
13111           do_mono_metadata_parse_type has completed.
13112         Fixes Bug #82194
13113         Code is contributed under MIT/X11 license.
13115 2007-07-31  Zoltan Varga  <vargaz@gmail.com>
13117         * icall.c (ves_icall_Type_GetMethodsByName): Avoid a crash when called on a
13118         generic parameter. Fixes #82211.
13120 2007-07-27  Jb Evain  <jbevain@novell.com>
13122         * pedump.c (dump_metadata, dump_metadata_header): dump
13123         versions contained in the metadata header.
13125 Fri Jul 27 17:07:40 CEST 2007 Paolo Molaro <lupus@ximian.com>
13127         * threads.c: register small_id_table with the GC.
13129 2007-07-27  Mark Probst  <mark.probst@gmail.com>
13131         * threads.c, threads.h, class-internals.h, object-internals.h:
13132         Hazard pointers, to be used by lock-free parallel algorithms.
13134 2007-07-26  Dick Porter  <dick@ximian.com>
13136         * appdomain.c (mono_runtime_cleanup): Invoke io-layer cleanup
13137         routine on non-windows platforms, as I've not managed to think of
13138         a non-kludgy way of doing this.  Finishes off bug 78739.
13140 Wed Jul 25 18:06:33 CEST 2007 Paolo Molaro <lupus@ximian.com>
13142         * object.c: properly setup interface_bitmap in proxy vtables.
13144 2007-07-25  Marek Habersack  <mhabersack@novell.com>
13146         * appdomain.c (get_shadow_assembly_location): do not use TickCount
13147         to create unique shadow copy target directories, use the domain's
13148         serial number instead. Each domain gets a unique target directory
13149         that way.
13151         * domain.c (mono_domain_create): added code to increment domain
13152         shadow copy serial number and cache the value in the current
13153         domain structure.
13155         * domain-internals.h (struct _MonoDomain): added a new field -
13156         shadow_serial to hold the serial number used in generation of
13157         shadow-copy directories. This is to make sure that the directory
13158         name is unique for each and every domain created. We avoid a race
13159         condition with overriding assemblies already in use by other app
13160         domains.
13162 2007-07-24  Rodrigo Kumpera  <rkumpera@novell.com>
13164         * class.c (mono_bounded_array_class_get): fixed memory leak when 
13165         binding generic parameters.
13167 2007-07-24  Raja R Harinath  <rharinath@novell.com>
13169         * metadata.c (do_mono_metadata_parse_generic_class): Use
13170         mono_metadata_lookup_generic_class.  Don't g_assert on a metadata
13171         error.
13173 Tue Jul 24 15:15:19 CEST 2007 Paolo Molaro <lupus@ximian.com>
13175         * loader.c, class-internals.h, reflection.c: removed the per-method
13176         generics hashtable: we use the global one through the call of
13177         mono_class_inflate_generic_method ().
13179 Mon Jul 23 19:43:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
13181         * class.c, metadata.c, class-internals.h: introduce yet another
13182         generics global cache for inflated methods (fixes 98% of the perf
13183         issue in bug #81806).
13185 2007-07-23  Raja R Harinath  <rharinath@novell.com>
13187         Fix #81035 -- avoid allocating MonoGenericInsts willy-nilly
13188         * metadata.c (mono_metadata_lookup_generic_inst): Kill.
13189         (mono_metadata_get_generic_inst): New.  Given a list of MonoType*,
13190         return a MonoGenericInst containing (a copy) of those types.
13191         (mono_metadata_inflate_generic_inst): Update to changes.
13192         (mono_metadata_parse_generic_inst): Likewise.
13193         (mono_get_shared_generic_inst): Likewise.
13194         * reflection.c (mono_class_bind_generic_parameters): Likewise.
13195         (mono_reflection_bind_generic_method_parameters): Likewise.
13196         * metadata-internals.h: Likewise.
13197         * icall.c (free_generic_context): Kill.
13198         (init_generic_context_from_args): Use mono_metadata_get_generic_inst.
13200         * reflection.c (reflection_methodbuilder_to_mono_method): Use
13201         mono_metadata_type_dup.
13202         * marshal.c (mono_mb_create_method): Likewise.
13204         * metadata.c (mono_metadata_type_dup): Rename from
13205         mono_metadata_type_dup_mp.  Take an optional mempool instead of a
13206         MonoImage.  Handle a few more cases, esp. when no mempool is given.
13207         * marshal.c, metadata-internals.h: Update to changes.
13209 Mon Jul 23 11:43:31 CEST 2007 Paolo Molaro <lupus@ximian.com>
13211         * class.c: fixed a small leak for array classes and removed warning.
13213 2007-07-22  Zoltan Varga  <vargaz@gmail.com>
13215         * loader.c (mono_method_get_param_token): Make this work on generic methods.
13216         Return 0x8000000 for return parameters. Fixes #82161.
13218 2007-07-21  Marek Habersack  <grendello@gmail.com>
13220         * appdomain.c (get_shadow_assembly_location): append the current
13221         ticks value to the path. Avoids overwriting the same assemblies by
13222         several threads at the same time.
13224 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
13225         and Raja R Harinath  <rharinath@novell.com>
13227         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
13228         Simplify slightly.
13229         (ves_icall_MonoMethod_GetGenericMethodDefinition): Update
13230         property for testing if a method is a generic method definition.
13232 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
13234         * domain-internals.h : added 2.0 member fields to MonoAppDomainSetup.
13236 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13238         * verify.c: used function from private branch, reverted to the one in class.h 
13240 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13242         * verify.c: a typo slipped in and the code wont compile
13244 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13246         * verify.c: now all code use IS_MANAGED_POINTER and UNMASK_TYPE macros.
13247         disabled box instruction as it is doing the wrong thing
13248         improved stack dump messages, now it is easier to debug type related issues
13251 2007-07-19  Juraj Skripsky  <js@hotfeet.ch>
13253         * icall.c (ves_icall_System_MonoType_getFullName): Fix a leak. 
13255 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13257         * verify.c: changed MONO_TYPE_TYPEDBYREF stack type from 
13258         TYPE_COMPLEX to TYPE_PTR, it did not make any sense to be
13259         grouped with class and valuetype. This change will simply 
13260         the code as it should be handled just like unmanaged pointers.
13262 2007-07-19  Mark Probst  <mark.probst@gmail.com>
13264         * class.c (concat_two_strings_with_zero): Fixed a silly bug.
13266 2007-07-19  Rodrigo Kumpera  <rkumpera@novell.com>
13268         * verify.c: several stack merge issues fixed, reference comparisons now
13269         check the type size. strict type check now works correctly.
13270         added more uses of IS_MANAGED_POINTER macro.
13271         fixed issues pointed by running the test suite against .net.
13272         
13274 2007-07-19  Mark Probst  <mark.probst@gmail.com>
13276         * class.c, loader.c, class-internals.h: Removed the
13277         MonoLoaderErrorKind enum and replaced it with the MONO_EXCEPTION_
13278         defines.
13280         * icall.c: Better error checking in some internal reflection
13281         methods.
13283 2007-07-18  William Holmes  <billholmes54@gmail.com>
13285         * filewatcher.c : removed unused variable 'filename' in 
13286           ves_icall_System_IO_FSW_SupportsFSW
13288 Mon Jul 16 19:36:16 CEST 2007 Paolo Molaro <lupus@ximian.com>
13290         * reflection.c, class.c, icall.c, loader.c: mono_get_inflated_method () is
13291         obsolete, removed.
13293 2007-07-15  Zoltan Varga  <vargaz@gmail.com>
13295         * icall.c (ves_icall_System_Reflection_FieldInfo_GetTypeModifiers): New icall.
13296         
13297         * icall.c (ves_icall_System_Reflection_Module_ResolveSignature): New icall.
13299 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
13301         * icall.c (ves_icall_System_Reflection_Module_ResolveMethodToken): 
13302         Implement generics support.
13303         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
13305         * icall.c (ves_icall_System_Reflection_Module_ResolveTypeToken): Add new
13306         type_args and method_args arguments.
13307         (ves_icall_System_Reflection_Module_ResolveMethodToken): Ditto.
13308         (ves_icall_System_Reflection_Module_ResolveFieldToken): Ditto.
13309         (ves_icall_System_Reflection_Module_ResolveMemberToken): Ditto.
13311 2007-07-13  Rodrigo Kumpera  <rkumpera@novell.com>
13313         * reflection.c: patch from Thong Nguyen to fix atribute resolution.
13314           It adds a rootimage parameter to mono_reflection_get_type_internal,
13315           adds new function mono_reflection_get_type_with_rootimage and use
13316           the rootimage to resolve the types instead of the current image
13318 2007-07-13  Rolf Bjarne Kvinge  <RKvinge@novell.com>
13320         * culture-info-table.h: Forgot to update after r78304.
13322 2007-07-13  Raja R Harinath  <rharinath@novell.com>
13324         * class.c (mono_class_is_open_constructed_type)
13325         <MONO_TYPE_GENERICINST>: Don't recompute a computed field.
13327 2007-07-12  Rodrigo Kumpera  <rkumpera@novell.com>
13329         * class.c (mono_bounded_array_class_get):  method fails if used with
13330         an incomplete TypeBuilder enum (no basetype field), fixed it by 
13331         avoiding calculating the size for such array as it cannot be instantiated.
13332         Fix bug #82015
13334 2007-07-12  Raja R Harinath  <rharinath@novell.com>
13336         * class-internals.h (_MonoGenericInst::is_reference): Remove bogus
13337         field.
13338         * metadata.c, reflection.c: Update to changes.
13340 2007-07-11  Rodrigo Kumpera  <rkumpera@novell.com>
13342         * class.c, class-internal.h: added mono_type_is_valid_enum_basetype and
13343         mono_class_is_valid_enum, they are used to valide a enum when loading.
13344         * reflection.c: used new functions to throw TypeLoadException when and
13345         invalid enum is build with TypeBuilder. Fixes #82018
13346   
13347 Wed Jul 11 14:47:07 CEST 2007 Paolo Molaro <lupus@ximian.com>
13349         * object.c: forgot commit of mono_class_setup_methods () to access
13350         iface->methods.
13351         * object-internals.h: added a few more handy fields to
13352         MonoIMTCheckItem.
13354 2007-07-11  Zoltan Varga  <vargaz@gmail.com>
13356         * object.c (build_imt): Call mono_class_setup_methods () before accessing 
13357         iface->methods.
13359 Tue Jul 10 16:49:01 CEST 2007 Paolo Molaro <lupus@ximian.com>
13361         * class-internals.h, object-internals.h, object.c: IMT-based
13362         interface invocation core from Massimiliano Mantione
13363         (massi@ximian.com) with a reworked arch-specific interface,
13364         bsearch implementation and a few bugfixes and memory savings by me.
13366 2007-07-10  Rodrigo Kumpera  <rkumpera@novell.com>
13368         * class.c (mono_class_create_from_typedef): mono would segfault if 
13369         an enum did not have a __value field. It now throws a TypeLoadException
13370         for such cases. Fix bug #82022
13372 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
13374         * marshal.c (mono_marshal_string_to_utf16_copy): Fix allocation size.
13376 2007-07-09  Mark Probst  <mark.probst@gmail.com>
13378         * class.c (mono_class_init): If a class is already inited but has
13379         an exception_type set, return FALSE, not TRUE.  Fixes: 82050.
13381 2007-07-09  Mark Probst  <mark.probst@gmail.com>
13383         * class.c: Properly handle the case of an unimplemented interface
13384         method.  Fixes: 81673.
13386 Mon Jul 9 16:21:43 CEST 2007 Paolo Molaro <lupus@ximian.com>
13388         * class-internals.h, object.c: cleanup patch from massi: use
13389         MonoVTable->interface_bitmap since the vtable interfaces offset array
13390         is going away.
13392 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
13394         * icall-def.h icall.c: Remove Module:get_MDStreamVersion icall and add a new
13395         GetMDStreamVersion icall instead.
13397 Mon Jul 9 11:34:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
13399         * filewatcher.c: patch from Thong Nguyen <tum@veridicus.com> to
13400         not use mono_dl_build_path() with a full library name: makes
13401         fallbacks to libgaim and libfam work.
13403 2007-07-06  William Holmes  <billholmes54@gmail.com>
13405         * assembly.c: Added a continue statement in probe_for_partial_name when
13406          parse_assembly_directory_name fails.  Fixes : 82002
13408 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
13410         * verify.c (check_unmanaged_pointer_type): renamed to check_unverifiable_type
13411         and added a verification  for TYPEDBYREF.
13412         * verify.c (verify_stack_type_compatibility): fix handling of byref types,
13413         make native int interchangeable with int32 and some small cleanup and formating.
13414         * verify.c (push_arg): only ldarg on invalid argument is valid (but not verifiable) and
13415         handle byref of byref.
13416         * verify.c (push_local): handle byref of byref.
13417         * verify.c (do_binop): invalid mix of values is unverifiable
13418         * verify.c (do_invoke_method): fixed the handling of bad params on stack and
13419         added visibility checks
13420         * verify.c (field related method): added visibility checks
13421         * verify.c (do_push_field): cannot take the address of a temporary valuetype field
13423 2007-07-06  Zoltan Varga  <vargaz@gmail.com>
13425         * marshal.c (mono_marshal_string_to_utf16_copy): Null terminate the
13426         string.
13428 2007-07-05  Zoltan Varga  <vargaz@gmail.com>
13430         * profiler.c (mono_profiler_load): Fix an off-by-one error.
13432         * marshal.c (emit_marshal_string): When returning a string from managed code,
13433         allways make a copy even for unicode strings. Fixes #81990.
13435 Wed Jul 4 11:53:57 CEST 2007 Paolo Molaro <lupus@ximian.com>
13437         * object.c: cleaned up mono_runtime_invoke_array () and fixed handling
13438         of byref generic inst types (bug #81997).
13440 2007-07-03  Rodrigo Kumpera  <rkumpera@novell.com>
13442         * class.c: moved methods mono_method_can_access_field and mono_method_can_access_method from mini/mini.c
13443         * class.h: added declarations of mono_method_can_access_field() and mono_method_can_access_method()
13445 2007-07-02  Zoltan Varga  <vargaz@gmail.com>
13447         * marshal.c (emit_marshal_string): Add support for unicode strings in
13448         MARSHAL_ACTION_MANAGED_CONV_RESULT. Fixes #81990.
13450 2007-07-02 Rodrigo Kumpera  <rkumpera@novell.com>
13452         * verify.c: field load/store are now verified, missing only access checks now
13454 2007-06-28  Martin Baulig  <martin@ximian.com>
13456         * mono-debug.c (mono_debug_debugger_version): New public variable.
13458 2007-06-24  Gert Driesen  <drieseng@users.sourceforge.net>
13460         * locales.c: When constructing DateTimeFormat or NumberFormat for
13461         MonoCultureInfo, inherit readonly bit from MonoCultureInfo. The
13462         MonoCultureInfo contructed from the current locale is always
13463         read-only and has UseUserOverride set to true. All MonoCultureInfo
13464         instances returned for GetCultures have both IsReadOnly and
13465         UseUserOverride set to true. Fixes part of bug #81930.
13467 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
13469        * icall-def.h: Update System.__ComObject icalls
13470        * marshal.c: Avoid managed transition (and object creation)
13471        when looking up COM interface in RCW.
13472        * marshal.h: Ditto.
13473        
13474        Code is contributed under MIT/X11 license.
13476 2007-06-22  Zoltan Varga  <vargaz@gmail.com>
13478         * marshal.c (mono_marshal_get_runtime_invoke): Cache in the method image for now
13479         to avoid crashes during assembly unloading.
13481 2007-06-22  Raja R Harinath  <rharinath@novell.com>
13483         Fix MethodInfo.IsGenericMethodDefinition
13484         * reflection.c (mono_reflection_bind_generic_method_parameters):
13485         Rearrange code to ensure we always uses a generic method definition.
13486         * class.c (mono_class_inflate_generic_method_full): Set
13487         'generic_container' field only for generic method definitions.
13488         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition):
13489         Use presense of 'generic_container' field as indication of being a
13490         generic method definition.
13492 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
13494         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13496         * object-internals.h: Reflect changes in the layout of the managed Delegate
13497         class.
13498         
13499         * object-internals.h reflection.c icall-def.h: Applied patch from Robert
13500         Jordan (robertj@gmx.net). Add a dtor to dynamic methods which frees up the
13501         runtime memory used by the dynamic method. Fixes #77146.
13503 2007-06-21  Dick Porter  <dick@ximian.com>
13505         * file-io.h: 
13506         * file-io.c (convert_share): Cope with FileShare.Delete.  Patch
13507         from Wojtek Krawczyk <krawczyk.wojciech@gazeta.pl>, fixes bug
13508         81767.
13510 2007-06-21  Raja R Harinath  <rharinath@novell.com>
13512         * reflection.c (method_encode_methodspec): Add a tripwire.
13513         * class.c (inflate_generic_type): The fully open generic type is
13514         not the same as the generic type definition.
13516 2007-06-21  Martin Baulig  <martin@ximian.com>
13518         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 59.
13520         * mono-debug-debugger.h
13521         (MonoDebuggerBreakpointInfo): Removed.
13522         (mono_debugger_insert_breakpoint_full): Moved to ../mini/debug-mini.h.
13523         (mono_debugger_remove_breakpoint): Likewise.
13524         (mono_debugger_breakpoint_callback): Likewise.
13525         (mono_debugger_start_add_type): Renamed into mono_debugger_add_type().
13527 2007-06-21  Raja R Harinath  <rharinath@novell.com>
13529         * metadata.c (mono_metadata_lookup_generic_class): The fully open
13530         generic type is not the same as the generic type definition.
13531         * class.c (mono_generic_class_get_class): Likewise.
13533 2007-06-20  Geoff Norton  <gnorton@customerdna.com>
13535         * icall.c: The second argument to 
13536         System.Reflection.MethodBase.GetMethodFromHandleInternalType
13537         is a MonoType not a MonoClass.
13539 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
13541         * verify.c: support for function pointers in the verifier
13543 2007-06-20  Rodrigo Kumpera  <kumpera@gmail.com>
13545         * verify.c: unmanaged pointer verification checks (loading unmanaged pointers is unverifiable)
13547 Wed Jun 20 10:22:15 CEST 2007 Paolo Molaro <lupus@ximian.com>
13549         * assembly.c: removed Mono.Data.SqliteClient from the list of
13550         forward-compatible assemblies as it breaks the ABI (bug #81899).
13552 2007-06-19  Raja R Harinath  <rharinath@novell.com>
13554         * metadata.c (mono_metadata_lookup_generic_class): Protect cache
13555         lookup/update with the loader lock.
13556         * reflection.c (mono_class_bind_generic_parameters): No need to
13557         protect mono_metadata_lookup_* with the loader lock.
13558         * class.c (inflate_generic_type): Likewise.
13559         
13560         * metadata.c (ginst_in_image): Avoid mono_class_from_mono_type
13561         on a generic instantiated type.
13563 2007-06-18  Rodrigo Kumpera <kumpera@gmail.com>
13565         *verify.c: produce meanfull error messages on verification error
13566         *verify.c: fixed some cases of verification errors reported as validation errors
13567         *pedump.c: fixed the error name array, now it shows validation errors properly
13568         *verify.h: fixed the contant that should be used for verification errors
13570 Mon Jun 18 17:07:22 CEST 2007 Paolo Molaro <lupus@ximian.com>
13572         * metadata.c, image.c, metadata-internals.h: part of the fixes needed
13573         for bug #77596, 81858 and 80743 (generics data structures on domain
13574         unload).
13576 2007-06-15  Raja R Harinath  <rharinath@novell.com>
13578         Avoid allocating 'MonoGenericContext' on the heap.
13579         * class-internals (_MonoMethodInflated::context): Make field
13580         inline, not a pointer.
13581         * loader.c (method_from_methodspec): Allocate 'new_context' on the
13582         stack.  Use the context embedded within the inflated method as the
13583         hash key, rather than 'new_context'.
13584         * class.c (inflate_generic_context): Simplify.  Return a struct
13585         rather than allocating on the heap.
13586         (mono_class_inflate_generic_method_full): Update to changes.  Now,
13587         doesn't salt away a copy of the context -- simplifying the
13588         lifetime rules of a 'MonoGenericContext *'.
13589         (mono_method_get_context): Return pointer to embedded context.
13590         (setup_generic_array_ifaces): Allocate temporary context on stack.
13591         * reflection.c (inflate_mono_method): Likewise.
13592         (mono_reflection_bind_generic_method_parameters): Likewise.
13593         Use the context embedded within the inflated method as the hash key.
13595         Avoid a source of allocation of 'MonoGenericContext'.
13596         * class-internals.h (_MonoGenericClass::context): Combine 'inst'
13597         and 'cached_context' fields into embedded 'MonoGenericContext' field.
13598         * class.c: Update to changes.
13599         (mono_generic_class_get_context): Simplify drastically.  Now just
13600         returns a pointer to the field.
13601         * metadata-internals.h (mono_metadata_generic_context_hash): Mark
13602         argument as a const pointer.
13603         (mono_metadata_generic_context_equal): Likewise.
13604         * metadata.c, loader.c, icall.c, reflection.c, verify.c:
13605         Update to changes.
13607 2007-06-14  Rodrigo Kumpera  <kumpera@gmail.com>
13609         * verify.c improved the handling of brtrue/brfalse, factored out common code
13611 2007-06-14  Raja R Harinath  <rharinath@novell.com>
13613         Kill MonoGenericMethod.
13614         * class-internals.h (MonoGenericContext::method_inst): Rename from
13615         'gmethod' and convert to a MonoGenericInst.
13616         (MonoGenericMethod): Remove.
13617         * metadata.h (MonoGenericMethod): Note that the name is obsolete.
13618         * loader.c (method_from_methodspec): Update to changes.  Use a
13619         MonoGenericContext as the key to the hashtable.
13620         * metadata.c (mono_metadata_generic_context_equal): Rename from 
13621         'mono_metadata_generic_method_equal' and take MonoGenericContext.
13622         (mono_metadata_generic_context_hash): Likewise from
13623         'mono_metadata_generic_method_hash'.  Change hash function.
13624         (mono_metadata_load_generic_params): Update to changes.
13625         (mono_get_shared_generic_method): Remove.
13626         * metadata-internals.h (mono_get_shared_generic_method): Remove.
13627         * class.c (inflate_generic_type) [MONO_TYPE_MVAR]: Update to changes.
13628         (inflate_generic_context): Likewise.
13629         (mono_class_inflate_generic_method_full): Likewise.
13630         (setup_generic_array_ifaces): Likewise.
13631         (mono_class_create_from_typespec): Likewise.
13632         * reflection.c (encode_generic_method_sig): Take a MonoGenericContext.
13633         (method_encode_methodspec): Update callsite.
13634         (reflection_methodbuilder_to_mono_method): Update to changes.
13635         (mono_reflection_bind_generic_method_parameters): Likewise.  Use a
13636         MonoGenericContext as the key to the hashtable.
13637         (inflate_mono_method): Update to changes.
13639         * class-internals.h (MonoGenericMethod::container): Remove.
13640         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
13642 Thu Jun 14 12:40:05 CEST 2007 Paolo Molaro <lupus@ximian.com>
13644         * profiler-private.h, profiler.c, profiler.h: added API to profile
13645         exception events.
13647 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
13649         * verify.c: Fixed pointer type handling, some code and message formating and two invalid assigments 
13651 2007-06-13  Rodrigo Kumpera  <kumpera@gmail.com>
13653         * verify.c: method invocation is now validated, now we verify parameter types on stack.
13654         Fixed overflow and underflow not aborting the verification process.
13656 2007-06-13  Mark Probst  <mark.probst@gmail.com>
13658         * class-internals.h (MonoStats): Added stats entries for dynamic
13659         code allocations.
13661 2007-06-12  Zoltan Varga  <vargaz@gmail.com>
13663         * loader.c (mono_free_method): Free header->locals and header->clauses.
13665         * marshal.c (mono_mb_create_method): Make a copy of the locals as well in the
13666         dynamic case.
13668         * threads.c (mono_thread_get_stack_bounds): Fix memory leak.
13670         * class.c (setup_interface_offsets): Allocate memory from the image mempool.
13672 2007-06-12  Raja R Harinath  <rharinath@novell.com>
13674         * verify.c (TYPE_MAX): Set it to 8 to match the dimensions of all
13675         the tables.
13677 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
13679         *pedump.c (main): return error code 4 if assembly cannot be loaded instead of segfaulting
13681 2007-06-11  Raja R Harinath  <harinath@gmail.com>
13683         MonoGenericMethod on a diet
13684         * class-internals.h (_MonoMethodInflated::reflection_info): Move
13685         here ...
13686         (_MonoGenericMethod::reflection_info): ... from here.
13687         * icall.c (ves_icall_MonoMethod_GetGenericMethodDefinition):
13688         Update to changes.
13689         * reflection.c (inflate_mono_method): Likewise.
13690         (mono_reflection_bind_generic_method_parameters): Likewise.
13692 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
13694         *verify.c: all debu printf statements are now guarded by VERIFY_DEBUG
13695         *verify.c: factored long ldarg forms to share code with short forms
13697 2007-06-11  Rodrigo Kumpera  <kumpera@gmail.com>
13699         *verify.c: fixed code formating factored some duplicate code
13700         into a new function
13702         *verify.h: fixed binary incompatibility introduced earlier
13704         *pedump.c: fixed formating
13706 2007-06-11  Raja R Harinath  <harinath@gmail.com>
13708         Fix assertion when disassembling Mono.C5.dll
13709         * loader.c (method_from_methodspec): Avoid inflating a method
13710         twice with the same context.  If the methodref is inflated, use
13711         the declaring method instead.
13713         * class.c (mono_class_from_generic_parameter): Fix case similar to
13714         bug #81830 handled below, but for method containers.
13716 2007-06-10  Raja R Harinath  <harinath@gmail.com>
13718         * class.c (inflate_generic_type) [MONO_TYPE_CLASS]: Don't call
13719         get_shared_generic_class.  Directly inflate the instance.
13720         [MONO_TYPE_GENERICINST]: Inline inflate_generic_class.
13721         (inflate_generic_class): Delete.
13722         (get_shared_generic_class): Delete.  Move setting of
13723         'cached_class' and 'cached_context' ...
13724         * metadata.c (mono_metadata_lookup_generic_class): ... here.
13726         * metadata.c (mono_metadata_lookup_generic_class): Change
13727         signature to take the components of a MonoGenericClass rather than
13728         an allocated MonoGenericClass.  Change semantics to be intern-like.
13729         * reflection.c (mono_class_bind_generic_parameters): Update to
13730         changes.  Make locking region tighter.
13731         * class.c (inflate_generic_class): Update to changes.
13732         (get_shared_generic_class): Likewise.
13733         * metadata-internals.h: Likewise.
13735         * reflection.c (mono_class_bind_generic_parameters): Take and
13736         return a MonoClass*, not a MonoType*.  Add 'is_dynamic' parameter.
13737         (mono_reflection_bind_generic_parameters): Use
13738         'mono_class_bind_generic_parameters' rather than duplicate the code.
13739         * class.c (mono_bounded_array_class_get): Update to changes.
13740         * object-internals.h: Likewise.
13742         * reflection.c (mono_class_bind_generic_parameters): Only support
13743         parameterizing generic type definitions.  Remove support for other
13744         open types.
13746 2007-06-08  Zoltan Varga  <vargaz@gmail.com>
13748         * loader.c (mono_free_method): Free method->signature as well. Fixes #81832.
13750         * marshal.c (mono_marshal_get_managed_wrapper): Allocate the signature using malloc
13751         in the dynamic case.
13753 2007-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
13755         * threads.c: When cleaning up thread, reset the Background bit.
13756         Fixes bug #81720.
13758 2007-06-08  Jonathan Chambers  <joncham@gmail.com>
13760        * metadata.c: Move variable declarations to top of scope.
13761        * verify.c: Move variable declarations to top of scope.
13763        Code is contributed under MIT/X11 license.
13765 2007-06-08  Raja R Harinath  <rharinath@novell.com>
13767         * reflection.c (mono_class_bind_generic_parameters): Replace
13768         open-coded loop with mono_metadata_inflate_generic_inst.
13770         * class.c (get_shared_generic_class): Don't call
13771         mono_get_shared_generic_inst.  Use the container's own
13772         'class_inst'.
13774         * metadata.c (mono_metadata_load_generic_params): Move
13775         initialization of 'context' field here from ...
13776         * class.c (mono_class_create_from_typedef): ... here, and ...
13777         * loader.c (mono_get_method_from_token): ... here.
13779         * class.c (get_shared_generic_class): Rename from
13780         mono_get_shared_generic_class and make static.
13781         (mono_get_shared_generic_inst): Move to metadata.c.
13782         * loader.c (mono_get_shared_generic_method): Likewise.
13783         * class-internals.h, metadata-internals.h: Update to changes.
13785         Fix #81830
13786         * class.c (mono_class_from_generic_parameter): Don't assume a
13787         generic container owner exists.  Generic containers from monodis
13788         don't have any.
13790 2007-06-06  Rodrigo Kumpera  <kumpera@gmail.com>
13792         * pedump.c: pedump exists with 2 if assembly is not verifiable and 3 if invalid
13793         * verify.h: new typedefs to returns the non-verifiable status
13794         * verify.c: initial implementation of generics, stack merging and object compatibility check
13796 2007-06-06  Mark Probst  <mark.probst@gmail.com>
13798         * class.c, image.c, class-internals.h (MonoImage): class_cache is
13799         a MonoInternalHashTable again (fixed bug in internal hash table
13800         code).
13802 2007-06-06  Mark Probst  <mark.probst@gmail.com>
13804         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
13805         MonoInternalHashTable again (fixed bug in internal hash table
13806         code).
13808 2007-06-06  Mark Probst  <mark.probst@gmail.com>
13810         * class.c, image.c, class-internals.h, domain.c,
13811         domain-internals.h (MonoImage): Reverting MonoInternalHashTable
13812         changes.  Have to figure out what makes them break the SWF
13813         regression.
13815 2007-06-04  Mark Probst  <mark.probst@gmail.com>
13817         * class.c, image.c, class-internals.h (MonoImage): class_cache is
13818         a MonoInternalHashTable now.
13820 2007-06-04  Mark Probst  <mark.probst@gmail.com>
13822         * domain.c, domain-internals.h (MonoDomain): jit_code_hash is a
13823         MonoInternalHashTable now.
13825 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
13827         * domain-internals.h (MonoDomain): Add two new hash tables to store delegate
13828         invoke_impl code.
13830         * object-internals.h (_MonoDelegate): Reflect changes to managed object layout.
13832         * object.c (mono_delegate_ctor): Initialize invoke_impl field with an arch
13833         dependent trampoline.
13835         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13837         * icall.c (ves_icall_System_Delegate_SetMulticastInvoke): New icall.
13839 2007-05-29  Robert Jordan  <robertj@gmx.net>
13841         * marshal.[c|h]: add mono_win32_compat_* wrappers. Fixes #81754.
13843 2007-05-28  Zoltan Varga  <vargaz@gmail.com>
13845         * icall.c (ves_icall_get_method_info): Handle loader errors. Fixes #81724.
13847 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
13849        * marshal.c: Fix interface lookup loops for
13850        cominterop_get_com_slot_for_method and 
13851        cominterop_get_method_interface. Only need to lookup
13852        if type is a class, else use interface type method is on.
13854        Code is contributed under MIT/X11 license.
13856 2007-05-25  Sebastien Pouliot  <sebastien@ximian.com>
13858         * reflection.c: HasSecurity can be present even if no specially 
13859         encoded (CAS) attributes are available (e.g. SuppressUnmanagedCode
13860         SecurityAttribute). Fix CAS regression tests on buildbot.
13862 2007-05-24  Jonathan Chambers  <joncham@gmail.com>
13864        * appdomain.c: Add configure checks for header files.
13865        * image.c: Add configure checks for header files.
13866        * file-io.c: Add configure checks for header files.
13867        * debug-mono-symfile.c: Add configure checks for header files.
13868        * threadpool.c: Add configure checks for header files.
13869        * console-io.c: Add configure checks for header files.
13870        * profiler.c: Add configure checks for header files.
13871        * rawbuffer.c: Add configure checks for header files.
13872        * icall.c: Add configure checks for header files.
13873        * rand.c: Add configure checks for header files.
13874        * socket-io.c: Add configure checks for header files.
13876        Code is contributed under MIT/X11 license.
13878 2007-05-24  Zoltan Varga  <vargaz@gmail.com>
13880         * reflection.c (mono_custom_attrs_from_builders): Remove the 
13881         assertion as it breaks the build.
13882         
13883         * reflection.c (mono_custom_attrs_from_builders): Add an assertion.
13885         * reflection.c (lookup_custom_attr): Make a copy here too.
13887         * image.c (mono_image_check_for_module_cctor): Avoid accessing metadata in
13888         dynamic images.
13890         * class.c (mono_class_init): Avoid accessing the metadata in dynamic
13891         images.
13893         * reflection.c (mono_custom_attrs_from_param): Make a copy of the dynamic attr
13894         info.
13896 2007-05-22  Zoltan Varga  <vargaz@gmail.com>
13898         * reflection.c (encode_cattr_value): Fix yet another object cattr encoding issue.
13899         (load_cattr_value): Ditto.
13901 2007-05-20  Zoltan Varga  <vargaz@gmail.com>
13903         * marshal.c (mono_marshal_get_delegate_invoke): Improve the generated IL a little.
13905 2007-05-19  Gert Driesen  <drieseng@users.sourceforge.net>
13907         * threads.c: In "start_wrapper", set apartment_state to MTA if
13908         apartment_state is Unknown and we're running on 2.0 profile or
13909         higher.
13910         * object.c: In "mono_runtime_exec_main", if STAThread is not applied
13911         to main method, then set apartment_state to Unknown on 1.0 profile,
13912         and MTA on 2.0 profile.
13914 2007-05-16  Jb Evain  <jb@nurv.fr>
13916         * class-internals.h (MonoDefaults): Add an attribute_class and
13917           customattribute_data_class.
13918         * domain.c (mono_init_internal): Populate them.
13919         * reflection.c: Use them to remove duplicates. Make a vew
13920         MonoClass variables `static'.
13922 2007-05-15  Massimiliano Mantione  <massi@ximian.com>
13924         * class-internals.h: Added "MonoVTable.interface_bitmap" as a next
13925         step in implementing IMT, so that all isinst checks now can go
13926         through the bitmap.
13927         This was needed because vtables for TransparentProxy need to look
13928         like the vtable of the "target" class, so they need to point to
13929         its interface bitmap directly.
13931         * object.c: inside "mono_class_create_runtime_vtable" and
13932         "mono_class_proxy_vtable", initialize "MonoVTable.interface_bitmap".
13934 2007-05-15  Atsushi Enomoto  <atsushi@ximian.com>
13936         * object-internals.h
13937           culture-info.h : added territory field in MonoCulture and
13938           CultureInfoEntry foreach. Added lcid field in RegionInfoEntry.
13939         * locales.c : fill territory field above too.
13940         * culture-info-table.h : regenerated.
13942 2007-05-12  Zoltan Varga  <vargaz@gmail.com>
13944         * class-internals.h (_MonoGenericContainer): Widen type_argc filed to 31 bits.
13945         Fixes #81599.
13947 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
13949         * object.c: Always initialize apartment, even if 
13950         there is no custom attributes on entry point.
13951         
13952         Code is contributed under MIT/X11 license.
13954 2007-05-10  Jonathan Chambers  <joncham@gmail.com>
13956         * marshal.c: LPTSTR == LPWSTR on Win32. Fixes #81370.
13957         * metadata.c: If no encoding is set, check for unicode
13958         on class.
13959         
13960         Code is contributed under MIT/X11 license.
13962 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
13964         * threads.c: Handle if mono_thread_current returns NULL 
13965         
13966         Code is contributed under MIT/X11 license.
13968 2007-05-09  Jonathan Chambers  <joncham@gmail.com>
13970         * threads.c: Initialize Thread.AprtmentState and set on Thread.Start
13971         in start_wrapper. Added mono_thread_init_apartment_state and
13972         mono_thread_cleanup_apartment_state.
13973         * object.c: Initialize thread apartment state on main thread
13974         by checking for STAThreadAttribute on entry point.
13975         * object-internals.h: Add apartment_state field to MonoThread.
13976         * threads-types.h: Add unmanaged definition of 
13977         System.Threading.ApartmentState, MonoThreadApartmentState.
13978         
13979         Code is contributed under MIT/X11 license.
13980         
13981 2007-05-08  Jonathan Chambers  <joncham@gmail.com>
13983         * class.c: Fix windows build.
13984         * class-internals.h: Fix windows build.
13985         
13986         Code is contributed under MIT/X11 license.
13988 2007-05-08  Robert Jordan  <robertj@gmx.net>
13990         * process.c (CreateProcess_internal):
13991         Pass CREATE_NO_WINDOW to CreateProcess when ProcessStartupInfo
13992         .CreateNoWindow was specified. Fixes #81496.
13994 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
13996         * class-internals.h: Removed "MonoClass.interface_offsets" as a first
13997         step in implementing IMT, replaced it with two compact arrays
13998         (interfaces_packed and interface_offsets_packed) and a bitmap that
13999         is used for isinst checks (interface_bitmap).
14001         * class.c: (compare_interface_ids): compare function to pass to
14002         bsearch when looking for an interface with a given id.
14003         (mono_class_interface_offset): reimplemented using bsearch on
14004         interfaces_packed, getting the offset from interface_offsets_packed.
14005         (print_implemented_interfaces): utility debugging function.
14006         (setup_interface_offsets): reworked to initialize interfaces_packed,
14007         interface_offsets_packed and interface_bitmap.
14009         * object.c: replaced all accesses to "MonoClass.interface_offsets"
14010         with uses of interfaces_packed and interface_offsets_packed.
14012 2007-05-08  Massimiliano Mantione  <massi@ximian.com>
14014         * class-internals.h: Added MONO_CLASS_IMPLEMENTS_INTERFACE macro and
14015         mono_class_interface_offset prototype to wrap all accesses to
14016         "MonoClass.interface_offsets".
14018         * class.c: Implemented mono_class_interface_offset, and wrapped all
14019         accesses to "MonoClass.interface_offsets".
14021         * monodiet.c, object.c, marshal.c, icall.c: wrapped all accesses to
14022         "MonoClass.interface_offsets".
14024 Tue May 8 13:02:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
14026         * icall.c, icall-def.h: implemented new GetFieldFromHandle and
14027         GetMethodFromHandle overloads (bug #78637).
14029 Tue May 8 12:22:14 CEST 2007 Paolo Molaro <lupus@ximian.com>
14031         * assembly.c: parse ProcessorArchitecture in assembly name and ignore
14032         it for now (see mono-devel, from Marek Sieradzki <marek.sieradzki@gmail.com>).
14034 2007-05-01  Zoltan Varga  <vargaz@gmail.com>
14036         * icall.c (custom_attrs_get_by_type): Handle loading errors gracefully. Fixes
14037         #81498.
14039         * reflection.c (mono_reflection_get_custom_attrs_by_type): Handle loading errors
14040         gracefully.
14041         (mono_custom_attrs_from_index): Ditto.
14043         * icall.c (ves_icall_InternalInvoke): Allow calling ctors of abstract classes. 
14044         Fixes #81501.
14046 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
14048         * metadata.c (mono_metadata_parse_type_full): Avoid an invalid free since the type
14049         is now allocated from a mempool.
14051 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
14053         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
14054         caller holds threads_lock, leading to deadlocks. Fixes #81476.
14056 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
14058         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
14059         mono_loader_clear_error () too late. Fixes #81463.
14061 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
14063         * culture-info-table.h : regenerated.
14065 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
14067         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
14068         is missing.
14070 2007-04-25  Dick Porter  <dick@ximian.com>
14072         * Makefile.am: Put the mingw enforced-optimisation back into the
14073         PLATFORM_WIN32 section.
14075 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
14077         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
14078         patch.
14080         * image.c (mono_image_load_module): New API function to load a module reference.
14082         * image.c (load_modules): Load modules lazily. Fixes #80812.
14084         * class.c (mono_class_from_typeref): Use mono_image_load_module.
14085         
14086         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
14088         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
14089         to mono_image_load_module_dynamic.
14091 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
14093         * marshal.c: Fix calling convention for CCW on non-windows
14094         platforms. STDCALL on windows, CDECL everywhere else to work 
14095         with XPCOM and MainWin COM.
14096         
14097         Code is contributed under MIT/X11 license.
14099 2007-04-23  Martin Baulig  <martin@ximian.com>
14101         Fix #80969.
14103         * loader.c
14104         (method_from_memberref): Added `gboolean *used_context' argument.
14105         (mono_get_method_from_token): Likewise.
14106         (mono_get_method_full): Don't insert the method in the cache when
14107         `used_context' is true.
14109 2007-04-23  Raja R Harinath  <rharinath@novell.com>
14111         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
14113         * reflection.c (mono_reflection_bind_generic_parameters): Don't
14114         create new MonoTypes for returned types.
14115         * class.c (mono_generic_class_get_class): Export mono-internal.
14116         * class-internals.h: Update to changes.
14118 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
14120         * threadpool.c, threadpool.h, icall-def.h: patch from
14121         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
14123 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
14125         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
14126         
14127         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
14129         * threads.c (mono_thread_get_stack_bounds): New helper function.
14131         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
14132         Correctly compute stack bounds when attaching. Fixes #81394.
14134 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
14136         * reflection.c: fix handling of doubles in custom attributes
14137         for the arm-fpa format (bug #81368).
14139 2007-04-18  Raja R Harinath  <rharinath@novell.com>
14141         * reflection.c (assembly_add_win32_resources): Mildly relax an
14142         bounds check to let the end pointer point just past the end of the
14143         allocated buffer.  (may fix #81384)
14145 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
14147         * culture-info-table.h : regenerated.
14149 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
14151         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
14152         the thread is aborted early.
14154 2007-04-05  Dick Porter  <dick@ximian.com>
14156         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
14157         FindFirstFile()/FindNextFile() to find entries.  This lets the
14158         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
14159         81038.
14161         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
14162         the parameters of
14163         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
14165 2007-04-04  Martin Baulig  <martin@ximian.com>
14167         * debug-helpers.c
14168         (mono_method_desc_full_match): Add support for nested classes.
14170 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
14172         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
14174 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
14176         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
14177         waiting for too many threads.
14179 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
14181         * environment.c: Fix return value check on uname so we can get the 
14182         executing version on Solaris operating systems.
14184 2007-03-28  Jb Evain  <jbevain@gmail.com>
14186         * class.c (mono_type_get_name_recurse): Complete the
14187         fix for the creation of assembly qualified names for
14188         pointer types. Fixes #81208.
14190 2007-03-27  Dick Porter  <dick@ximian.com>
14192         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
14193         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
14194         changed.
14196         * threads.c
14197         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
14198         the value of ReleaseMutex().
14200 2007-03-27  Dick Porter  <dick@ximian.com>
14202         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
14203         in little-endian order, not network endian, so must be converted
14204         to host endian here.  Fixes bug 80593.
14206 2007-03-22  Jb Evain  <jbevain@gmail.com>
14208         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
14209         qualified names for pointer types. Fixes #81208.
14211 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
14213         * marshal.c: Add support for PreserveSigAttribute. 
14214         
14215         Code is contributed under MIT/X11 license.
14217 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
14219         * process.c: Fix endianness issues. Fixes #81126.
14221         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
14222         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
14224         * image.c (mono_image_lookup_resource): Make this work on big-endian
14225         machines.Change API contract so the caller needs to free the return value.
14226         
14227         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
14228         API change.
14229         
14230 2007-03-14  Martin Baulig  <martin@ximian.com>
14232         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
14233         mono_type_get_desc() as well.
14235 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
14237         * icall.c:  Fix environ access in VS.  
14238         
14239 2007-03-13  Alp Toker  <alp@atoker.com>
14241         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
14242         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
14243         #63841.
14245 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
14247         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
14248         circular references among dynamic methods. Fixes #81091.
14250         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
14252 2007-03-09  Martin Baulig  <martin@ximian.com>
14254         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
14256 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
14258         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
14259         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
14260         
14261         Code is contributed under MIT/X11 license.
14262         
14263 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
14265         * loader.c: Reapply patch for bug #79424.
14267 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
14269         * metadata.c (mono_type_to_unmanaged): Only convert object to
14270         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
14272 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
14274         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
14275         (and incorrectly set) is_reference field from MonoGenericInst.
14277 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
14279         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
14280         a little earlier.
14282         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
14284         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
14286 2007-03-05  Miguel de Icaza  <miguel@novell.com>
14288         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
14289         FileOptions.1 value to mean "temporary", map that to
14290         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
14292         Fixes 80688
14294 2007-03-03  Marek Habersack  <mhabersack@novell.com>
14296         * appdomain.c: implement MS .Net style shadow copying. Copies of
14297         the assemblies are made in a subdirectory of the dynamic base
14298         directory, the assembly names are preserved.
14299         Copy .mdb and .config files along with the assemblies being shadowed.
14301 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
14303         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
14304         (emit_marshal_handleref): Ditto.
14306         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
14307         on Visual C++. Fixes #80671.
14309 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
14311         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
14312         for clone operations.
14314 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
14316         * marshal.c: Fix warnings.
14318 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
14320         * loader.c: allow case-insensitive matching of the dll name
14321         in dllmap handling when prefixed with "i:".
14323 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
14325         * threads.c: Fix #ifdef for dummy_apc function for VS.
14327 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
14329         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
14331 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
14332         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
14333         giving precedence to the methods with a fully qualified name
14334         (InterfaceName.MethodName) when building the interface sections
14335         of the vtable.
14337 2007-02-16  Dick Porter  <dick@ximian.com>
14339         * threadpool.c (append_job): Fix fast-path array handling, so it's
14340         less likely the array will grow exponentially when the load is
14341         heavy.
14343 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
14345         * metadata-internals.h, loader.c: fix dllmap lookup order
14346         for non-function maps, too, and prepare for fallback code.
14348 2007-02-12  Robert Jordan  <robertj@gmx.net>
14350         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
14351         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
14352         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
14353         GlobalFree. Fixes a part of bug #77075.
14355 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
14357         * loader.c: implemented typedef parent in field memberref.
14359 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
14361         * marshal.c: Fix warnings and remember to call Release on
14362         IUnknown of RCW.
14363         
14364         Code is contributed under MIT/X11 license.
14366 2007-02-10  Miguel de Icaza  <miguel@novell.com>
14368         * class-internals.h: Add MonoHandleRef definition, and
14369         handleref_class to mono_defaults. 
14371         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
14372         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
14374         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
14375         (do nothing on this stage)
14376         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
14377         (emit_marshal_handleref): New method, used for argument handling
14378         of HandleRefs. 
14380 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
14382         * class.c (mono_class_setup_parent): Lazily init com types.
14383         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
14384         init com types.
14385         * object.c (mono_remote_class_vtable): Lazily init com types.
14386         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
14387         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
14388         * domain-internals.h: Expose mono_init_com_types.
14389         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
14390         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
14391         Add support for COM Callable Wrapper marshalling.
14392         * marshal.h: Add icall definitions.
14393         * gc.c: Handle freeing of CCWs in finalizer code.
14394         
14395         Code is contributed under MIT/X11 license.
14397 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
14399         * reflection.c: changed all the signature encoding code to use
14400         a variable-sized buffer.
14402 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
14404         * marshal.c: locking fixes: never take the loader lock
14405         or other runtime locks when holding the marshal lock
14406         (fixes bug#80664).
14408 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
14410         * marshal.c: make the delegate function pointer mapping
14411         work for the moving GC.
14413 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
14415         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
14416         for bug #80618.
14418 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
14420         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
14421         gmodule.
14423 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
14425         * threadpool.c: made the code moving-GC safe.
14427 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
14429         * assembly.c, boehm-gc.c, class-internals.h, class.c,
14430         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
14431         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
14432         warning cleanup.
14433         * reflection.c: warning cleanup, some threading and moving GC fixes.
14435 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
14437         * class.c, loader.c: create the needed Set/Get/Address array methods
14438         as well as the .ctors in mono_class_init (), fixes bug #80567.
14440 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
14442         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
14443         we doesn't decrease its alignment. Should fix the sparc build.
14445 2007-01-24  Dick Porter  <dick@ximian.com>
14447         * socket-io.c
14448         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
14449         Create the returned object if we need to ignore an unsupported
14450         socket option.  Fixes a segfault reported by Atsushi.
14452 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
14454         * class.c, object.c: restrict GC-tracked fields to
14455         UIntPtr fields used inside corlib, so we provide better
14456         type info to the GC and also allow broken packing as in
14457         bug #80580.
14459 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
14461         * sgen-gc.c: removed duplicated function.
14463 2007-01-19  Miguel de Icaza  <miguel@novell.com>
14465         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
14466         value that means that the value is not supported, but that we
14467         should not return a failure, but instead report this as a
14468         successful operation.
14470 2007-01-19  Raja R Harinath  <rharinath@novell.com>
14472         Fix tests/bug79956.2.il
14473         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
14474         (mono_generic_class_get_class): If the generic definition in an
14475         enum, copy over other fields related to it.
14477 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
14479         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
14480         genericinst enums (bug #79215).
14482 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
14483         * class.c: Fix bug 80307.
14485 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
14487         * image.c: if the file table is not present, try to load
14488         all the modules, since we don't have info about them
14489         having or not metadata (bug #80517).
14490         * assembly.c: allow mono_assembly_load_references () to
14491         work for netmodules.
14493 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
14495         * image.c, metadata-internals.h, object.c: execute module
14496         cctors when running on the 2 runtime if present (bug #80487).
14498 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
14500         * icall.c: optimized InitializeArray() on bigendian.
14502 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
14504         * icall.c: fix for the broken ARM FPA double format.
14506 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
14508         * icall.c: handle endian issues for r4 and r8 types, too, in
14509         the InitializeArray() icall.
14511 2007-01-15  Miguel de Icaza  <miguel@novell.com>
14513         * loader.c (mono_loader_error_prepare_exception): Clear the error
14514         once we have extracted the information from it, do this before we
14515         call into the JIT's class loading mechanisms.
14517         * object.c (mono_class_create_runtime_vtable): Do not clear the
14518         loader error before calling mono_class_get_exception_for_failure
14519         as the loader error is needed inside
14520         mono_class_get_exception_for_failure to throw the error (thinko).
14522         Fixes #80521
14523         
14524 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
14526         * reflection.c: align fields rva data so it's faster to load at
14527         runtime.
14529 2007-01-12  Raja R Harinath  <rharinath@novell.com>
14531         Prepare to simplify GenericMethod handling.
14532         * class-internals.h (mono_method_get_context): New accessor function.
14533         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
14534         rather than directly accessing '->context' field.
14536         * class-internals.h (_MonoGenericParam.method): Move ...
14537         (_MonoGenericContainer): ... here.  Add into union with klass field.
14538         * class.c, icall.c, loader.c, metadata.c, reflection.c:
14539         Update to changes.
14541 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
14543         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
14544         the wrapper type enum and reduce relocations.
14546 2007-01-12  Raja R Harinath  <rharinath@novell.com>
14548         * reflection.c (inflate_mono_method): Reuse method instantiation
14549         from the generic method, if available.
14551 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
14553         * marshal.c (emit_marshal_variant): Fix conv_arg
14554         type in last commit, based on whether parameter is byref.
14555         
14556 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
14558         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
14559         marshalling.
14560         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
14561         MONO_TYPE_OBJECT back for VARIANT support.
14563 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
14565         * marshal.c, marshal.h, icall-def.h: Implement 
14566         Marshal.ReAllocCoTaskMem.
14568 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
14570         * marshal.c: memory retention fixes: use the proper
14571         image cache for runtime_invoke method lookups.
14573 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
14575         * mempool.c: added code to help debug mempool allocations.
14577 2007-01-11  Dick Porter  <dick@ximian.com>
14579         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
14580         support (experimenting with faking it with IP_MTU_DISCOVER for
14581         systems that don't have IP_DONTFRAGMENT.)
14582         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
14583         icall.
14585         * icall-def.h: new System.Net.Sockets.Disconnect icall.
14587         * socket-io.h: Add new fields to MonoSocketAsyncResult
14588         corresponding to the new ones in Socket.cs.
14590 2007-01-11  Raja R Harinath  <rharinath@novell.com>
14592         Fix IronPython regression mentioned in #80249
14593         * metadata.c (do_mono_metadata_parse_generic_class): Clear
14594         'cached_context' field, since it may have been initialized as a
14595         side-effect of metadata parsing.
14597         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
14598         (_MonoGenericClass.cached_class): Move here and rename from lone
14599         remaining field of ...
14600         (_MonoInflatedGenericClass): ... this.  Remove.
14601         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
14602         to changes.
14604         Fix mcs/tests/test-128.cs regression.
14605         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
14606         2007-01-10 change below.
14607         [MONO_TYPE_OBJECT]: Recurse into array case.
14609 2007-01-11  Raja R Harinath  <harinath@gmail.com>
14611         * class-internals.h (mono_get_inflated_generic_class): Remove.
14612         * class.c (mono_get_inflated_generic_class): Remove.
14613         (mono_generic_class_get_class): Rename from
14614         mono_class_create_generic.
14615         (mono_class_from_mono_type) [GENERICINST]: Use it.
14616         * reflection.c, metadata.c: Update to changes.  Use
14617         'mono_class_from_mono_type'.
14619 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
14621         * reflection.c: use passed type when encoding an array element
14622         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
14624 2007-01-09  Robert Jordan  <robertj@gmx.net>
14626         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
14627         result arguments (someDelegate.EndInvoke (unrelatedAres)).
14628         Fixes bug #80392.
14630 2007-01-09  Raja R Harinath  <rharinath@novell.com>
14632         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
14634         * object.c (set_value): Avoid aliasing between type->data.klass
14635         and type->data.generic_class.
14637         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
14639 2007-01-08  Raja R Harinath  <rharinath@novell.com>
14641         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
14642         between type->data.klass and type->data.generic_class.
14644 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
14646         * marshal.c: In MS.NET, StringBuilder objects are not copied by
14647         value in out parameters.
14649 2007-01-08  Raja R Harinath  <rharinath@novell.com>
14651         Simplify invariant for MonoGenericClass::klass field.
14652         * class.c (mono_class_create_generic): Verify 'klass' is null.
14653         * metadata.c (do_mono_metadata_parse_generic_class): Don't
14654         initialize 'klass' field.
14656 2007-01-05  Raja R Harinath  <rharinath@novell.com>
14658         Ongoing work to avoid redundant data and simplify invariants.
14659         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
14660         'generic_class', and change type to a GenericInst.
14661         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
14662         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
14664 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
14666         * class.c : skip io-layer under PLATFORM_WIN32.
14668 2007-01-03  Tor Lillqvist  <tml@novell.com>
14670         Fix #80305: In a bundled executable, look in the bundled exe
14671         assembly to determine the runtime version. Add the possibility to
14672         bundle also the machine.config file.
14673         
14674         * assembly.c (mono_assembly_open_from_bundle): Make
14675         non-static. Allow being called even if we have no bundled
14676         assemblies, and return NULL right away in that case.
14678         * domain-internals.h: Declare mono_assembly_open_from_bundle()
14679         here.
14681         * domain.c (app_config_parse): Take an assembly exe file name as
14682         parameter instead of a config file name. Check for a bundled
14683         config file for that assembly by calling
14684         mono_config_string_for_assembly_file() (see below) before looking
14685         for one in the file system.
14686         (get_runtimes_from_exe): Corrsponding change to call of
14687         app_config_parse().
14688         (get_runtimes_from_exe): Check for bundled assembly exe file first
14689         by calling mono_assembly_open_from_bundle(). If no bundled
14690         assembly exe file is found, call mono_image_open() as before to
14691         look it up in the file system.
14693         * mono-config.c: Add variable bundled_machinec_onfig.
14694         (mono_config_string_for_assembly_file): New function.
14695         (mono_config_for_assembly): Move code snippet that looks for a
14696         bundled assembly .config file into the above new function. Call
14697         it.
14698         (mono_register_machine_config, mono_get_machine_config): New
14699         functions to set and retrieve
14701         * assembly.h: Declare mono_register_machine_config().
14703         * mono-config.h: Declare mono_get_machine_config() and
14704         mono_config_string_for_assembly_file().
14706         * icall.c: No declaration of environ necessary on Win32. It is
14707         declared (as a macro expanding to a function call) in stdlib.h.
14708         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
14709         New internal mono function. Returns the value of
14710         mono_get_machine_config() as a Mono string.
14712         * icall-def.h: Add get_bundled_machine_config().
14714 2007-01-04  Raja R Harinath  <rharinath@novell.com>
14716         Remove redundant field
14717         * class-internals.h (_MonoGenericContext.container): Remove field.
14718         * loader.c (mono_method_get_signature_full): Don't parse a
14719         "container" for a signature parse when the signature is inflated
14720         immediately.
14721         (method_from_methodspec): Likewise, for a generic_inst.
14722         * class.c, metadata.c, reflection.c: Update to changes.
14724 2006-01-04  Raja R Harinath  <rharinath@novell.com>
14726         * class-internals.h (_MonoGenericClass): Rename 'context' field to
14727         'cached_context', and change semantics -- it starts off NULL, and
14728         is initialized on demand.
14729         * class.c (mono_generic_class_get_context): New accessor to
14730         replace 'context' field accesses.
14731         (mono_class_get_context): New helper.
14732         (*): Update to changes.
14733         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
14735 2007-01-03  Miguel de Icaza  <miguel@novell.com>
14737         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
14738         before the memcpy.   Fixes Marshal2 regression.
14740 2007-01-02  Jb Evain  <jbevain@gmail.com>
14742         * blob.h: add a MONO_TYPE_ENUM definition
14743         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
14744         fix the encoding of arrays of enums in custom attributes.
14746         Fixes #79666.
14748 2007-01-01  Miguel de Icaza  <miguel@novell.com>
14750         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
14751         string is null terminated, but only cut the string short if it
14752         overflows the buffer.   
14753         
14754         (mono_string_to_byvalstr): Also fix this routine.   The code here
14755         was not properly terminating a string (it was only terminated
14756         because of the previous catch-all memset). 
14758         I left the memset, because I do not know if applications expect
14759         the runtime to clear this region. 
14761         Fixes #79944.
14763         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
14764         Clear the error before returning to unmanaged code to prevent the
14765         runtime from being confused later on (fixes  80420).
14766         (ves_icall_type_from_name): Always call mono_loader_clear_error
14767         after parsing a type that could have failed.
14768         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
14770         * loader.c (mono_loader_clear_error): Fix indentation.
14772 2006-12-28  Martin Baulig  <martin@ximian.com>
14774         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
14776 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
14778         * reflection.c: patch from Rolf Bjarne Kvinge to fix
14779         getting a token for an EnumBuilder.
14781 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
14783         * reflection.c: be more careful in case resource generation
14784         fails to create the data array.
14786 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
14788         * sgen-gc.c: write barrier for clone and fix unregister handles.
14790 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
14792         * reflection.c: some fixes needed in the generics code for the moving GC.
14794 2006-12-22  Robert Jordan  <robertj@gmx.net>
14796         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
14797         account. Fixes bug #80299.
14799 2006-12-21  Raja R Harinath  <rharinath@novell.com>
14801         Fix WaitHandle usage in delegates.
14802         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
14803         * object.c (mono_wait_handle_new): Use the property set method to
14804         initialize the handle.
14805         (mono_wait_handle_get_handle): New.
14806         * threadpool.c (mono_async_invoke): Use it.
14807         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
14808         Likewise.
14809         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
14811 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
14813         * marshal.c (emit_marshal): Call emit_marshal_variant and
14814         emit_marshal_com_interface when applicable.
14815         (emit_marshal_variant, emit_marshal_com_interface): Add
14816         methods for this case and remove if's from emit_marshal_object.
14817         
14818 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
14820         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
14822 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
14824         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
14825         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
14826         and GlobalFree on Windows. Remove FIXME.
14828 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
14830         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
14831         implementation for managed objects.
14833 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
14835         * object.c: implemented code to be used for checking
14836         that no reference field overlaps with non-references.
14838 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
14840         * threadpool.c: fix queue code to be compatible with the
14841         moving GC.
14843 2006-12-18  Miguel de Icaza  <miguel@novell.com>
14845         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
14846         in structures by throwing ArgumentNullException.
14848         (emit_marshal_safehandle): Also when they are null parameters.
14850         (emit_marshal_safehandle): Add support for ref
14851         SafeHandles parameters
14853 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
14855         * profiler.c: updated to use the mono-dl API instead of
14856         gmodule.
14858 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
14860         * profiler.c: updated to use the mono-dl dynamic loading
14861         API instead of gmodule.
14863 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
14865         * profiler.c: use readlink, older versions of glib don't have
14866         g_file_read_link ().
14868 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
14870         * profiler.c: try to detect the path to mono if libc fails to provide
14871         a useful name (bug #80286).
14873 2006-12-16  Raja R Harinath  <rharinath@novell.com>
14875         Fix #80242
14876         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
14877         instance, use the generic type definition instead.
14878         (ves_icall_Type_GetNestedTypes): Likewise.
14879         * class.c (mono_class_create_generic): Always set the
14880         nested_classes of a generic instance to NULL, even if the generic
14881         type definition has nested types.
14883 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
14885         * marshal.c (mono_string_from_bstr): Revert previous Windows change
14886         and fix on Linux.
14887         
14888 2006-12-15  Miguel de Icaza  <miguel@novell.com>
14890         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
14891         my arguments were in the wrong order.   I also fixed the Windows
14892         version which seems to have had the same issue.
14894         (mono_free_bstr): On Unix, this is g_free.
14895         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
14896         conversions (for the tests in corlib to pass).
14898 2006-12-14  Miguel de Icaza  <miguel@novell.com>
14900         * marshal.c (emit_ptr_to_object_conv): For now, ignore
14901         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
14902         exception if a ref SafeHandle in a struct has changed).
14903         
14904         (emit_struct_conv): Do not perform layout checks for classes
14905         derived from SafeHandle, as those are specially handled. 
14907         (emit_object_to_ptr_conv): Add support for
14908         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
14910         (emit_marshal_safehandle): Implement conversion of return values
14911         of safehandles (MARSHAL_ACTION_CONV_RESULT).
14912         
14913         * threads.c: WaitHandle now is compiled with two different handles
14914         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
14915         for 2.0.
14916         
14917         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
14918         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
14919         these routines to cope with both kinds of fields.
14921 2006-12-12  Miguel de Icaza  <miguel@novell.com>
14923         * metadata.c (mono_type_to_unmanaged): Handle the case where
14924         type->data.klass is a SafeHandle, and in that case, return the
14925         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
14926         MONO_MARSHAL_CONV_SAFEHANDLE. 
14928 2006-12-11  Miguel de Icaza  <miguel@novell.com>
14930         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
14931         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
14932         calling emit_marshal_object.
14934         (emit_marshal_safehandle): Implement marshalling of
14935         SafeHandle parameters (no ref support yet).
14937         (MarshalAction): Document the defines as I implement
14938         them for SafeHandle.
14940         (emit_marshal_object): indentation police.
14942         * class-internals.h: Define MonoSafeHandle.
14943         Add safehandle_class to MonoDefaults type.
14945         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
14946         list of classes to check for fields. 
14948         * domain.c (mono_init_internal): Add SafeHandle to the list of
14949         mono_defaults loaded.
14951 2006-12-15  Raja R Harinath  <rharinath@novell.com>
14953         Fix #80253
14954         * reflection.c (mono_reflection_bind_generic_parameters): If the
14955         generic type definition is a type builder, ensure that it is fully
14956         initialized before instantiating it.  Kill some dead code.
14958 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
14960         * object.c: clear the loader_error () before loading
14961         more metadata stuff (bug #80258).
14963 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
14965         * icall.c, icall-defs.h: type modifiers icalls for
14966         parameters and properties.
14968 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
14970         * object.c, icall.c: fixed warnings.
14972 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
14974         * marshal.c: fixed a couple of leaks and coding style in a few places.
14976 2006-12-08  Dick Porter  <dick@ximian.com>
14978         * process.c: Cope with NULL ProcessStartInfo arguments on windows
14979         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
14980         80173.
14982 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
14984         * process.c: ProcessStartInfo may have only filename set and
14985         arguments can be NULL.
14987 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
14989         * icall.c: fix leak found by Robert Jordan.
14991 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
14993         * marshal.c, marshal.h: generate managed method to access an element
14994         of a multi-dimensional array.
14996 2006-11-30  Paolo Molaro (lupus@ximian.com)
14998         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
15000 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
15002         * icall.c: back out GetFields () fix until the serialization code is
15003         fixed to not depend on the incorrect behaviour.
15005 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
15007         * profiler.c: provide defaults if none are set.
15009 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
15011         * Makefile.am, attrdefs.h: new public header file with
15012         constants for attributes for use by embedders.
15014 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
15016         * icall.c: GetFields () fix for bug #80064.
15018 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
15020         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
15021         removed long unused icalls.
15023 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
15024   
15025         * marshal.c: 
15026                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
15027                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
15028                 can be generated without a delegate class.
15029                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
15030         
15031         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
15033 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15035         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
15036         #80069.
15038 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
15040         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
15041         icall-def.h: added icalls needed by System.GC.
15043 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
15045         * loader.c: ensure the class in catch clauses is handled
15046         correctly for generics methods (fixes bug#79980).
15048 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
15050         * monitor.h, monitor.c: added mono_locks_dump () function
15051         to help debug deadlocks involving managed locks.
15053 2006-11-13  Dick Porter  <dick@ximian.com>
15055         * file-io.c (get_file_attributes): If the file is a symlink try
15056         and get the stat data for the target, but also add the
15057         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
15058         the specs for the windows symlink support, but will probably have
15059         to be reworked when I have test data from a vista machine.  Fixes
15060         bug 79887.
15062 2006-11-13  Dick Porter  <dick@ximian.com>
15064         * gc.c (mono_domain_finalize): 
15065         * marshal.c (mono_delegate_begin_invoke): 
15066         * threadpool.c (socket_io_init, mono_thread_pool_init)
15067         (mono_thread_pool_finish): 
15068         * monitor.c (mono_monitor_try_enter_internal): 
15069         * threads.c (mono_thread_resume, mono_thread_init)
15070         (mono_thread_suspend_all_other_threads)
15071         (mono_thread_execute_interruption): 
15072         * appdomain.c (mono_domain_unload): Check for NULL error returns
15073         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
15074         75733.
15076 2006-11-11  Miguel de Icaza  <miguel@novell.com>
15078         * process.c
15079         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
15080         Only close the handle if the value of the handle is not
15081         INVALID_HANDLE_VALUE.  This just makes the process a bit more
15082         robust.
15084         Improvement for #75733, so that we do not run into this problem. 
15086         
15087         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
15088         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
15089         internal variables.  Fixes #79462 
15090         
15092 2006-11-09  Dick Porter  <dick@ximian.com>
15094         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
15095         Use poll() not select().  Fixes bug 79397.
15097 2006-11-09  Raja R Harinath  <rharinath@novell.com>
15099         Fix #79872
15100         * assembly.c (mono_assembly_load_from_full): Check that the given
15101         image has an assembly manifest.
15103 2006-11-09  Ankit Jain  <jankit@novell.com>
15105         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
15106         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
15107         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
15109 2006-11-07  Dick Porter  <dick@ximian.com>
15111         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
15112         Put the old resolver behaviour back for pre-2.0 profiles.
15114 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
15116         * threadpool.c: precise GC and locking fixes.
15118 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
15120         * class.c: don't load types that have an explicit unaligned
15121         managed reference. Provide better info in the TypeLoad exception.
15122         Part of the fix for bug #79744.
15123         * object.c: use the correct check for class type load issues.
15125 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
15127         * class.c: enforce alignment of fields with managed references
15128         even when Pack=1 is forced by the user (bug #77788).
15130 2006-11-03  Dick Porter  <dick@ximian.com>
15132         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
15133         If the address reverse lookup fails, return it as the hostname
15134         anyway.  Fixes bug 79721.
15136 2006-11-03  Dick Porter  <dick@ximian.com>
15138         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
15139         Fix build on Windows.
15141 2006-11-02  Dick Porter  <dick@ximian.com>
15143         * icall-def.h: 
15144         * object-internals.h: 
15145         * exception.c (mono_get_exception_thread_interrupted): 
15146         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
15147         Fixes bug 74525.
15149         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
15150         Check for pending Thread.Interrupt.
15152 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
15153         * loader.c: Fixed bug 79684.
15155 2006-10-27  Dick Porter  <dick@ximian.com>
15157         * file-io.c (get_file_attributes): Force symlinks to directories
15158         to be returned as a regular file.  Fixes bug 79733.
15159 2006-10-26  Dick Porter  <dick@ximian.com>
15161         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
15162         CreateFile to open a directory then we need to set the
15163         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
15165 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
15167         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
15168         friends.
15170 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15172         * sgengc.c: small cleanup of timer code.
15174 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
15176         * sgen-gc.c: fix some warnings and start adding support for
15177         complete object removal on domain unload.
15179 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
15181         * assembly.c: build_assembly_name should not consider a version
15182         number without build or revision number invalid. Fixes bug #79715.
15184 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
15186         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
15187         call kernel32 function OutputDebugString directly.
15188         
15189         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
15190         
15191 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
15193         * reflection.c: small cleanup, using a function to insert a MonoString
15194         in the string heap.
15196 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
15198         * reflection.c: moving GC fixes.
15200 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
15202         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
15203         all the objects with finalizers belonging to an unloading appdomain.
15205 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
15207         * sgen-gc.c: added ability to allocate even when the nursery is fully
15208         pinned and fixed a couple of bugs.
15210 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
15212         * threads.h: Revert the last change for now.
15214         * threads.h (mono_thread_get_pending_exception): Rename this to
15215         mono_thread_get_undeniable_exception ().
15217 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
15219         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
15220         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
15221         when fname does not refer to valid assembly. This result in a more
15222         meaningful error message.
15223         * exception.c: added mono_get_exception_bad_image_format2 which 
15224         constructs a BadImageFormatException using the ctor taking a custom
15225         message and the file name. Passing in a NULL msg results in a default
15226         message.
15227         * exception.h: define mono_get_exception_bad_image_format2 function.
15228         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
15229         when file name pointed to an invalid IL image. Use 
15230         mono_get_exception_file_not_found2 to construct FileNotFoundException,
15231         as this results in a more meaningful error message.
15233 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
15235         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
15236         #79465.
15238 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
15240         * metadata.c (mono_type_size): Change the align parameter to guint32 for
15241         consistency with the other _size functions.
15242         (mono_type_stack_size): Ditto.
15244         * class.c object.c icall.c: Fix warnings caused by the above change.
15246         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
15248         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
15250         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
15252 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
15254         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
15255         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
15256         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
15257         threadpool.h, threads-types.h: mark more internal functions.
15259 2006-10-11  Dick Porter  <dick@ximian.com>
15261         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
15262         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
15263         reproduce the bug even before applying the fix.)
15265 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
15267         * reflection.c: allow retrieving attributes for arguments in generic
15268         methods (bug #79241).
15270 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
15272         * debug-mono-symfile.c: properly check fopen () result (found by
15273         coverity).
15275 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
15277         * reflection.c: make error message clearer and fixed two
15278         issuelets found by Coverity.
15280 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
15282         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
15284 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
15286         * object-internals.h, gc-internal.h, profiler-private.h:
15287         mark internal functions.
15289 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
15291         * reflection.c: put data in the text section.
15292         * icall.c: recognize more types in type_from_typename ().
15293         * process.c, marshal.c: added some GC FIXMEs.
15295 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
15297         * loader.c: check for NULL before initializing.
15299 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
15301         * gc.c (finalizer_thread): Use a non-alertable wait here.
15303         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
15304         until the correct solution is found.
15306 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
15308         * reflection.c (mono_module_get_object): Avoid an assert when operating on
15309         modules with no metadata. Fixes #79596.
15311         * image.c (load_metadata_ptrs): Put back the error message when
15312         the #- heap is encountered since the support is not complete yet.
15314 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
15316         * gc.c: do not allow the user to SuppressFinalize () a
15317         delegate because it would leak the trampoline if present.
15319 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
15321         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
15322         PropertyPtr table.
15324 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
15326         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
15328         * metadata.c (mono_metadata_get_param_attrs): Ditto.
15330         * row-indexes.h: Add definitions for *Ptr tables.
15332         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
15334         * metadata.c (mono_metadata_translate_token_index): New helper function to
15335         translate table indexes used in uncompressed metadata.
15336         (mono_metadata_decode_table_row): Ditto.
15337         (mono_metadata_decode_table_row_col): Ditto.
15339         * metadata.c: Add table schema for *Ptr tables.
15341         * class.c loader.c: Use the new helper function to access the affected metadata
15342         tables.
15343         
15344         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
15345         #38532.
15346         
15347 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
15349         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
15350         sequences which can be unbounded in size. Fixes #79583.
15352 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
15354         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
15355         static initialization.
15357         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
15359         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
15361         * domain.c (mono_domain_free): Free up type_init_exception_hash.
15363         * object.c (mono_runtime_class_init): Implement correct semantics when a static
15364         ctor fails, i.e. throw the same exception on subsequent accesses.
15365         
15366 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
15368         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
15369         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
15370         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
15371         Handle marshalling of interfaces and VARIANTs contained in structs.
15372         
15373         Code is contributed under MIT/X11 license.
15374         
15375 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
15377         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
15378         
15379         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
15380         mempool.
15382 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15384         * console-io.c: ignore previous SIGINT handler.
15386 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
15388         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
15389         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
15390         #79460, #79461, #79485.
15392         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
15394         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
15395         #79217.
15397 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
15399         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
15400         could be generated from it.
15402 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
15404         * rand.c: fix read loop to correctly handle EINTR.
15406 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15408         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
15409         internal calls are defined to keep methods closer to the declaring
15410         type and allow a significant reduction in runtime relocations and
15411         memory usage.
15413 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
15415         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
15416         exception message to have FileNotFoundException use the default
15417         assembly load error message. Fixes bug #79426.
15418         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
15420 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15422         * threadpool.c: (start_thread_or_queue) use the root domain when
15423         creating the thread instead of the async object one.
15425 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
15427         * class.c, object.c, class-internals.h, reflection.c:
15428         for arrays, store element_size inside MonoClass (speedup
15429         for array object creation).
15431 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
15433         * icall.c: fixed CodeBase to use the file name and not the module
15434         name (bug #79365).
15436 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
15438         * mono-debug.c, mono-debug.h: export find_method as
15439         mono_debug_find_method ().
15441 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
15443         * debug-helpers.c, class-internals.h: added a few functions useful
15444         when debugging under gdb.
15446 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15448         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
15449         characters that need special handling.
15451 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
15453         * mono-config.c: make the os/cpu specification more flexible,
15454         allowing lists and negation.
15456 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
15458         * marshal.c: COM Interop fixes. Handle case where method->klass.
15459         is interface. Handle BSTR/MonoString when null. Use CDECL as 
15460         calling convention on non-windows platforms. This is for
15461         compatibility with XPCOM and MainWin COM.
15462         
15463         Code is contributed under MIT/X11 license.
15464         
15466 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
15468         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
15469         correctly. Fixes #79217.
15471         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
15473 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
15475         * mono-config.c: allow both an os and cpu attribute for dllmap
15476         and dllentry elemnets to enable a single config file to be used
15477         for multiple architectures.
15479 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
15481         * loader.c: MonoLoaderError was cleared too soon on load failure.
15482         Fixes bug #79424.
15484 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
15486         * icall.c: use the defining class vtable when accessing a
15487         static field, not a pobblibly derived class.
15489 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
15491         * icall.c string-icalls.c: Remove references to unicode.h.
15493         * unicode.h unicode.c Makefile.am: Remove these unused source files.
15495         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
15497         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
15498         indicating the image where custom marshaller types should be looked up.
15499         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
15500         custom marshallers, instead of corlib. Fixes #79425.
15502 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
15504         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
15506 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
15508         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
15509         Implement Environment.ProcessorCount.
15510         
15511         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
15512         Implement Environment.ProcessorCount.
15513         
15514         * icall.c: 
15515         Add Environment.ProcessorCount icall.
15516         
15517         Patch by Jason McFall.
15519 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15521         * assembly.c: don't append .exe/.dll when the filename already contains
15522         one of those extensions.
15524 2006-09-12  Martin Baulig  <martin@ximian.com>
15526         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
15527         to array interfaces.
15529 2006-09-11  Martin Baulig  <martin@ximian.com>
15531         * reflection.c (mono_image_build_metadata): Create the
15532         MethodImpl's after emitting all types and methods, so we don't
15533         need another fixup pass for them.
15535 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
15537         * class.c (mono_class_from_name_case): Fix regression introduced by the last
15538         change.
15540 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
15542         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
15543         unload.
15545 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
15547         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
15548         args is not set. Fixes #78926.
15550 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
15552         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
15554         * image.c (load_class_names): Move this to class.c, and rename it to 
15555         'mono_image_init_name_cache'.
15556         (load_modules): Fix a warning.
15558         * class.c icall.c image.c: Initialize image->name_cache lazily.
15560         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
15561         on its name using information in the AOT file.
15563         * class.c (mono_class_from_name): Use the new hook function.
15565 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
15567         * reflection.c (mono_param_get_objects): Handle enum default parameter values
15568         correctly.
15570         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
15571         Fixes #79289.
15572         
15573 2006-09-06  Martin Baulig  <martin@ximian.com>
15575         * icall.c (mono_lookup_internal_call): Small fix.
15577 2006-09-05  Raja R Harinath  <rharinath@novell.com>
15579         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
15580         double g_free.
15582 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
15584         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
15585         when --debug is specified.
15587 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
15589         * class.c (setup_generic_array_ifaces): Fix a warning.
15591 2006-09-04  Miguel de Icaza  <miguel@novell.com>
15593         * Temporarily remove the patch to assemly.c that checks the
15594         assembly versions as it breaks our gacutil.
15596 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
15598         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
15600         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
15601         a net 1.0 runtime.
15603         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
15604         created using the default ctor. Fixes #79152.
15605         (mono_string_builder_to_utf16): Ditto.
15607 2006-09-01  Martin Baulig  <martin@ximian.com>
15609         Fix handling of the generic array interfaces.
15611         * class-internals.h
15612         (MonoDefaults): Removed `generic_array_class' and added
15613         `generic_ilist' class.
15615         * class.c
15616         (mono_bounded_array_class_get): Add the new generic array interfaces.
15617         (setup_generic_array_ifaces): New static method; create vtable
15618         entries for each method in the generic array interfaces.
15620         * metadata.c
15621         (select_container): Allow "parent-less" generic methods.
15623         * marshal.c
15624         (mono_marshal_get_generic_array_helper): New public method.
15626         * icall.c
15627         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
15628         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
15629         moved the interncall into System.Array.
15631 2006-09-01  Raja R Harinath  <rharinath@novell.com>
15633         A few more cases of avoiding work on types with ->byref set.
15634         Has the real fix for #79238
15635         * icall.c (is_generic_parameter): New helper.
15636         (ves_icall_Type_GetGenericParameterPosition): Use it.
15637         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
15638         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
15639         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
15640         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
15641         reference types.
15642         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
15643         reference types.
15644         (ves_icall_Type_get_IsGenericInstance): Likewise.
15645         (ves_icall_Type_get_IsGenericType): Likewise.
15647 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
15649         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
15650         class if possible.
15652         * mempool.h (mono_mempool_get_allocated): New helper function.
15654         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
15655         change.
15657         * mempool.c: Fix warnings and the calculation of stats.
15659         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
15661         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
15663         * loader.c (mono_get_method_from_token): Update method_count stat.
15665         * class-internals.h (MonoStats): Add some stats.
15667 2006-08-31 Robert Jordan  <robertj@gmx.net>
15669         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
15670         with managed variants.
15671         All code is contributed under the MIT/X11 license.
15672         
15673 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
15675         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
15676         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
15678         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
15680         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
15681         with cycles in classes.
15683         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
15685         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
15686         missing a [MarshalAs] directive. Fixes #79203.
15688         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
15689         klass->marshal_info. Fixes #79217.
15691 2006-08-30  Martin Baulig  <martin@ximian.com>
15693         Committing a patch from Joachim Ante <joe@otee.dk>:
15694         Add support for binary data symbol stores.
15696         * debug-mono-symfile.c
15697         (mono_debug_open_mono_symbol_file): Renamed into
15698         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
15699         arguments.
15701         * mono-debug.c
15702         (mono_debug_open_image): Added `raw_contents' and `size' args.
15703         (mono_debug_init_2_memory): New public function.
15705 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
15707         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
15709 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15711         * appdomain.c: implement support for ShadowCopyFiles.
15713 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
15715         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
15716         when value is NULL (and should remove CID #51).
15718 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15720         * image.c: moved 2 functions to ../utils.
15722 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
15724         * gc.c: cope with the target object of a GC handle being NULL
15725         (bug #78877).
15727 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
15729         * class.c: recursively check parent's explicit implementations
15730         of interface methods (fixes bug #79125).
15732 2006-08-19  Miguel de Icaza  <miguel@novell.com>
15734         * filewatcher.c: Avoid warnings when building, do not redefine
15735         constants that are defined.
15737         Remove warnings.
15739 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15741         * image.c: don't fail when the link points to an absolute path.
15743 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
15745         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
15746         Fix CID #3.
15748 2006-08-17  Miguel de Icaza  <miguel@novell.com>
15750         * image.c (full_path): A new method used to obtain the actual path
15751         of an assembly even in the presence of symbolic links.  
15753         This is necessary for the case where we are running a binary that
15754         has been GACed, but we are using the "published" path name
15755         ($prefix/mono/1.0/blah.exe) which happens to point to the real
15756         file in the GAC.
15758         This was the source of the failure for the `xsp' command with the
15759         recent AppDomain changes, as far as the runtime was concerned,
15760         there were two different assemblies: $prefix/mono/1.0/blah.exe and
15761         $prefix/mono/gac/blah/version/blah.exe.
15763         (do_mono_image_open): use full path
15765 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
15767         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
15769 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
15771         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
15772         domain_id is supplied. Fix CID #241 and corlib's unit tests.
15774 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
15776         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
15777         small structures. Fixes #78990.
15779 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
15781         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
15783         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
15785 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15787         * appdomain.c:
15788         * marshal.c: don't load all the assemblies from a domain into newly
15789         created ones. The new domains might have different rules and load
15790         assemblies from different locations. Fixes bug #76757.
15792         Patch by Lluis. Conflicts resolved by Brian Crowell.
15794 2006-08-16  Alp Toker  <alp@atoker.com>
15796         * socket-io.c: First half of the fix for #79084.
15797         Set sa_size to the length of the content, not that of the struct.
15798         Don't add NULL suffix to the content, this should be done in
15799         managed code if needed.
15801 2006-08-14  Raja R Harinath  <rharinath@novell.com>
15803         Fix part of #79012
15804         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
15805         mono_metadata_parse_type returns NULL.
15807 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
15809         * normalization-tables.h : new file for string normalization data.
15810         * locales.c, locales.h, icall.c :
15811           added load_normalization_resource() for string normalization,
15812           and icall as well.
15813         * Makefile.am : added normalization-tables.h to the sources.
15815 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
15817         * marshal.c: Add more helper functions to reduce code duplication and use them
15818         everywhere.
15820 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
15822         * marshal.c: Fix non-x86 stdcall warnings.
15823         
15824         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
15825         them everywhere.
15827 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
15829         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
15830         type check on multi-dimensional arrays. Fixes #79000.
15832 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
15834         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
15835         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
15836         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
15837         * class-internals.h: add is_com_object to class structure.
15838         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
15839         null checks to COM object marshalling. Fix .ctor call on RCW.
15840         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
15841         
15842         All code is contributed under the MIT/X11 license.
15844 2006-08-09  Dick Porter  <dick@ximian.com>
15846         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
15847         racing mono_monitor_allocator_lock() somewhere, so don't delete
15848         the critical section for now.  Found by running and exiting
15849         monodevelop.
15851 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
15853         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
15854         (ves_icall_System_ComObject_FindInterface): Ditto.
15855         (ves_icall_System_ComObject_CacheInterface): Ditto.
15857         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
15858         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
15860 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15862         * threadpool.c: treat pipes from process asynchronous reads as sockets
15863         when reading from them, so we get select/poll or epoll to wait for
15864         data.
15866 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
15868         * loader.c: Fix a typo (CID #233) in the null check.
15870 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
15872         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
15873         Hopefully fixes #78949.
15874         
15875         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
15876         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
15877         bytes. Fixes #78972.
15879 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15881         * filewatcher.c: we need to set errno here.
15883 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15885         * filewatcher.c: let Win32Exception get the error value.
15887 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15889         * filewatcher.c: translate errno into win32 errors for Win32Exception
15890         to know what happened.
15892 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
15894         * threadpool.c: Fix more warnings.
15896         * assembly.c (search_loaded): Fix warnings.
15898         * threadpool.c (mono_thread_pool_finish): Fix warnings.
15899         (mono_async_invoke): Ditto.
15901 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
15903         * object.c (mono_remote_class_vtable): Need to create proxy vtable
15904         entries for __ComObject type in addition to ComImport types.
15905         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
15906         about hash table.
15907         
15908         All code is contributed under the MIT/X11 license.
15910 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
15912         * image.c: avoid tentative loading of modulerefs that contain
15913         no metadata (P/Invoke library names).
15915 2006-07-28  Dick Porter  <dick@ximian.com>
15917         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
15918         mono_loader_lock() somewhere, so don't delete the critical section
15919         for now.  Found by running and exiting monodevelop.
15921 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15923         * filewatcher.c: define the inotify syscalls when we're building on
15924         linux and have sys/syscall.h. The build system might not have support
15925         for inotify but the target system might have it.
15927 2006-07-26  Miguel de Icaza  <miguel@novell.com>
15929         * domain.c: Documentation updates.
15931         * loader.c (mono_free_method): Do not release the method
15932         information if we are being profiled, as profilers will use this
15933         information at shut down to present some data to the user.
15935         This is needed so that the profiler does not crash, as the
15936         profiler tends to keep MonoMethods around, and they might become
15937         invalid if we free these.
15939         (mono_get_method_constrained): Return the original CIL stream
15940         method as well, so verification can be performed against it.
15942 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15944         * filewatcher.[ch]: support for inotify file system watcher.
15945         * icall.c: add new internal calls for the inotify file system watcher.
15947 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
15949         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
15950         #78888.
15952 2006-07-20  Dick Porter  <dick@ximian.com>
15954         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
15955         warning.
15957 2006-07-20  Dick Porter  <dick@ximian.com>
15959         * threads.c (start_wrapper): Do the thread cleanup while we still
15960         hold a reference to its object.  Fixes bug 78123.
15962 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
15964         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
15965         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
15966           "managed-to-managed".
15967         * icall.c: Redirect string constructors that take sbyte* to
15968           ves_icall_System_String_ctor_RedirectToCreateString.
15969         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
15970           to CreateString () methods with matching signature.
15971         * reflection.c: Use original security informations for
15972           MONO_WRAPPER_MANAGED_TO_MANAGED.
15973         * security-manager.c: Use original security informations for
15974           MONO_WRAPPER_MANAGED_TO_MANAGED.
15975         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
15976           that is a placeholder and only its address should be used.
15977         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
15978           that is a placeholder and only its address should be used.
15980 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
15982         Begin implementing COM Interop.
15983         * appdomain.c: Increment corlib version.
15984         * class.c: Set ComImport classes' parent to __ComObject.
15985         * loader.c: Mark cominterop methods as such.
15986         * domain.c: Add __ComObject class to MonoDefaults structure.
15987         * image.c: Add 2 hashtables to the image for COM Interop related methods
15988         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
15989         using the mempool allocator
15990         
15991         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
15992         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
15993         declaration for mono_metadata_type_dup_mp.
15994         
15995         * debug-helpers.c: Added strings for two additional wrapper types
15996         * object.c: Create proxy objects for ComImport classes
15997         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
15998         and added __ComObject class to MonoDefaults structure.
15999         
16000         * object-internals.h: Finish MonoRealProxy definition, and add definition of
16001         MonoComInteropProxy and MonoComObject.
16002         
16003         * marshal.c: Added support for COM Interop
16004         (signature_cominterop): Converts managed signature to corresponding
16005         unmanaged COM signature.
16006         (cominterop_get_function_pointer): gets unmanaged function pointer via
16007         COM object vtable
16008         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
16009         (cominterop_get_method_interface): returns interface type that method is defined on
16010         (mono_mb_emit_cominterop_call): emits native call to function pointer
16011         gotten from vtable
16012         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
16013         that matches signature of unmanaged function.
16014         (cominterop_get_native_wrapper): wrapper around adjusted method call.
16015         (cominterop_get_invoke): forwards call from proxy to __ComObject
16016         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
16017         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
16018         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
16019         
16020         * marshal.h: Added Marshal icall declarations.
16021         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
16022         so we can access them in finalizer
16023         
16024 2006-07-14  Dick Porter  <dick@ximian.com>
16026         * object.c (mono_type_initialization_cleanup): Fix a race
16027         condition by temporarily commenting out the critical section
16028         deletion.
16030 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
16032         * reflection.c (create_custom_attr): Fix some warnings.
16033         (create_custom_attr_data): Ditto.
16034         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
16035         types. Fixes #78855.
16037 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
16039         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
16041         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
16043 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
16045         * reflection.c (resolve_object): Add support for DynamicMethod.
16047         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
16048         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
16050 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
16052         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
16053         don't leak GPtrArray's pdata has we have no use (nor free) for it.
16055 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
16057         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
16058         Fixes #77888.
16060 2006-06-30  Raja R Harinath  <rharinath@novell.com>
16062         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
16063         slightly: remove a shadow local variable.
16065 2006-06-29  Raja R Harinath  <rharinath@novell.com>
16067         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
16068         definition that introduces the virtual function slot.
16069         Also fix Coverity #105.
16071 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
16073         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
16074         for dynamic assemblies. Fixes #78724.
16076 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
16078         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
16079         Fixes #78722.
16081 2006-06-21  Martin Baulig  <martin@ximian.com>
16083         * reflection.c
16084         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
16085         fixes #76484.
16087 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
16089         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
16091 2006-06-20  Raja R Harinath  <rharinath@novell.com>
16093         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
16094         nor TYPEREFs.
16095         * class.c (mono_class_create_from_typespec): Add 'context' argument.
16096         Inflate result if necessary.
16097         (mono_class_get_full): Remove old version.  Rename from
16098         'mono_class_get' and add 'context' argument.  Pass it to
16099         ..._create_from_typespec.
16100         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
16101         (mono_ldtoken): Revert change below.
16103 2006-06-20  Martin Baulig  <martin@ximian.com>
16105         * class.c (mono_ldtoken): Don't pass the generic context to
16106         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
16108 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
16110         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
16111         and later freeing it. Fixes #78638.
16113 2006-06-15  Miguel de Icaza  <miguel@novell.com>
16115         * icall.c (mono_class_get_throw): Revert over-zealous error
16116         throwing, the caller for mono_class_get_throw will cope with
16117         errors when classes are not properly initialized already.
16119         The code still copes with loader exceptions though.
16121         Fixes the regression in reftype1 and reftype3 from the CAS tests.
16122         
16123 2006-06-14  Miguel de Icaza  <miguel@novell.com>
16125         Fixes the `make run1' version of RuntimeAbort (to be commited,
16126         source is in Bugzilla).
16127         
16128         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
16129         FALSE on class loading failure instead of returning true.
16131         * class.c (mono_class_create_from_typedef): It is possible for
16132         mono_metadata_interfaces_from_typedef_full to fail if a class is
16133         not found, cope with this.
16134         
16136 2006-06-14  Dick Porter  <dick@ximian.com>
16138         * socket-io.c: 
16139         * process.c: Fix a bunch of signed/unsigned warnings from gcc
16140         4.1.1
16142 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
16144         * culture-info-table.h : oops, forgot to make it nsync with r61548.
16146 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
16148         * icall.c: Another fix for building mono in Visual Studio.
16150 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
16152         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
16153         
16154 2006-06-09  Martin Baulig  <martin@ximian.com>
16156         * debug-mono-symfile.c: Put this back and really fix it this
16157         time. Sorry for all the trouble.
16159 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
16161         * icall.c (mono_class_get_throw): Fix a warning.
16162         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
16163         ReflectionTypeLoadException if needed. Fixes #78606.
16165         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
16166         (mono_class_init): Ditto.
16168         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
16169         ref_only exceptions.
16170         (mono_loader_clear_error): Make this work even if there is no error.
16172 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
16174         * object-internals.h marshal.c marshal.h icall.c: Implement method 
16175         Marshal.GetComSlotForMethodInfo using internal call.
16177 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
16179         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
16180         a function for signalling it.
16182         * class.c (mono_class_from_typeref): Use the new kind of loader error when
16183         a referenced assembly is not found.
16185         * loader.c (mono_loader_error_prepare_exception): Add support for 
16186         LOADER_ERROR_ASSEMBLY. Fix formatting.
16188 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
16190         * domain.c appdomain.c class-internals.h marshal.c: Add support 
16191         for VARIANT marshalling on windows and increment corlib version
16192         since Variant struct was added.
16194 2006-06-03  Miguel de Icaza  <miguel@novell.com>
16196         * debug-mono-symfile.c: Revert Martin's previous patch which broke
16197         stack trace line information:
16199         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
16200         (Martin) when looking up B which is between A and C, return A not C.
16202         Bug is #78573.
16204         Thanks to Alexander Olk for tracking this down.
16206 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
16208         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
16209         
16210         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
16211         avoid clobbering its value.
16212         (mono_string_to_lpstr): Fix a warning on windows.
16214 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
16216         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
16218         * reflection.c loader.c: Removed references to 'dummy' flag.
16220         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
16222         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
16223         it gets GC tracking.
16225         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
16226         GC tracking.
16227         
16228         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
16230         * marshal.c threadpool.c: Update callers of mono_async_result_new.
16232         * appdomain.c: Bump corlib version.
16234 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
16236         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
16237         CEE_STIND_REF when working with object references.
16239 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
16241         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
16242         Fixes #78539.
16244 2006-05-30  Miguel de Icaza  <miguel@novell.com>
16246         * loader.c (method_from_memberref): Fix argument value for
16247         mono_loader_set_error_method_load (I was passing the MonoClass
16248         instead of the class name char *).
16250 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
16252         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
16253         CEE_STIND_REF when working with object references.
16255 2006-05-30  Martin Baulig  <martin@ximian.com>
16257         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
16258         mono_method_full_name() change and replace the ':' with a '.'
16259         here.
16261 2006-05-30  Martin Baulig  <martin@ximian.com>
16263         * debug-mono-symfile.c
16264         (mono_debug_symfile_lookup_location): Fix the algorithm:
16265         when looking up B which is between A and C, return A not C.
16267 2006-05-29  Martin Baulig  <martin@ximian.com>
16269         * mono-debug.h
16270         (MonoDebugMethodInfo): Make the typedef public.
16271         (MonoDebugSourceLocation): New public struct.
16273         * mono-debug.c
16274         (mono_debug_source_location_from_address): Removed.
16275         (mono_debug_source_location_from_il_offset): Removed.
16276         (mono_debug_il_offset_from_address): Removed.
16277         (mono_debug_address_from_il_offset): Removed.
16278         (mono_debug_lookup_method): New public function.
16279         (mono_debug_lookup_source_location): New public function; replaces
16280         the old mono_debug_source_location_from_*() functions; see the
16281         inline documentation.
16282         (mono_debug_free_source_location): New public function.
16283         (mono_debug_print_stack_frame): New public function; see the
16284         inline documentation.
16286         * debug-mono-symfile.c
16287         (mono_debug_find_source_location): Renamed into
16288         mono_debug_symfile_lookup_location(); only take a
16289         `MonoDebugMethodInfo *' and an `offset' argument; added inline
16290         documentation.
16291         (mono_debug_find_method): Renamed into
16292         mono_debug_symfile_lookup_method().
16294 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
16296         * assembly.c (mono_assembly_open_full): Dont overwrite the status
16297         returned by mono_image_open_full ().
16299         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
16300         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
16301         #78517.
16303         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
16304         #78518.
16306 2006-05-27  Miguel de Icaza  <miguel@novell.com>
16308         * class.c (mono_class_from_typeref): handle missing images
16309         earlier, deals with bug #78418.   Refactor code; 
16311         Fix a warning introduced in my previous commit (some stale code
16312         from before I revisited my patch).
16314         * class.c (mono_class_create_from_typedef): On failure, remove the
16315         class from the MonoImage->class_cache as the class is not
16316         initialized;   Fixes the leak pointed out by Paolo.
16318 2006-05-25  Dick Porter  <dick@ximian.com>
16320         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
16321         DeleteCriticalSections until I figure out which one may still be
16322         sometimes locked when mono_thread_cleanup is called.
16324 2006-05-24  Dick Porter  <dick@ximian.com>
16326         * threads.c (mono_thread_cleanup): Move the threading cleanup out
16327         of mono_thread_manage and back into its own function, so it can be
16328         called after the finalizer thread has finished.
16330         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
16332 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
16334         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
16335         Fixes #78495.
16337         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
16338         with non-blittable elements.
16339         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
16341 2006-05-24  Martin Baulig  <martin@ximian.com>
16343         * mono-debug-debugger.h (MonoDebuggerEvent): Added
16344         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
16346         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
16347         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
16348         `mono_debugger_event_handler' to NULL.
16350 2006-05-24  Martin Baulig  <martin@ximian.com>
16352         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
16354 2006-05-24  Martin Baulig  <martin@ximian.com>
16356         * mono-debug-debugger.h
16357         (mono_debugger_create_notification_function): Added
16358         `MonoCodeManager *' argument.
16360 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
16362         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
16364 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
16366         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
16367         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
16368         implementation.
16370 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
16372         * icall.c: precise GC support: objects can't be stored in unmanaged
16373         memory anymore, even if they are kept alive by other references: since
16374         they can move the GC needs to be able to always find them.
16376 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
16378         * object.c: precise GC support for static fields. Support
16379         for moving GCs: write barriers and pinned allocation for interned
16380         strings.
16382 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
16384         * domain.c, domain-internals.h: precise GC support for the MonoDomain
16385         structure.
16387 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
16389         * class.c, gc.c: sgen and precise GC updates.
16391 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
16393         * marshal.h, marshal.c: added write barrier wrapper and precise type
16394         fixes.
16396 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
16398         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
16399         support.
16401 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
16403         * reflection.c: precise and sgen GC updates.
16405 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
16407         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
16409 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
16411         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
16413 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
16415         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
16416         MONO_TYPE_OBJECT. Fixes #78462.
16418 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
16420         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
16421         and blittable types.
16423 2006-05-17  Miguel de Icaza  <miguel@novell.com>
16425         * class.c (mono_class_get_exception_for_failure): Implement parts
16426         of a TODO: if the loader error is set (instead of the class
16427         error), we return a Loader exception that can be properly thrown
16428         elsewhere.
16430         This was exposed by some Winforms 2.0 code that I tried to run
16431         (Atsushi pointed me to it).
16433 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
16435         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
16436         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
16437         
16438         * marshal.c (emit_marshal_vtype): Add limited support for 
16439         UnmanagedType.LPStruct. Fixes #78427.
16441         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
16442         Applied a patch from kangaroo to fix #77523.
16444 2006-05-17  Martin Baulig  <martin@ximian.com>
16446         * threads.c
16447         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
16448         (debugger_thread_created): Removed.
16449         (debugger_thread_exited): Removed.
16451 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
16453         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
16455         * object-internals.h (MonoReflectionResource): Sync with managed version.
16457 2006-05-12  Wade Berrier <wberrier@novell.com>
16459         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
16461 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
16463         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
16464         functions try to allocate from the image mempool.
16466 2006-05-12  Dick Porter  <dick@ximian.com>
16468         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
16470 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
16472         * object.c: The FieldGetter and FieldSetter methods require the full
16473         name of the class, not only the name. Fixes bug #78277.
16475 2006-05-11  Miguel de Icaza  <miguel@novell.com>
16477         * loader.c (method_from_memberref): Do not pass the NULL klass to
16478         mono_loader_set_error_() methods.  Pass the non-NULL value
16479         (class). 
16481 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
16483         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
16484         (mono_assembly_close): Null out assembly->image->references after freeing it.
16486         * image.c (mono_image_close): Free image->references.
16487         
16488         * reflection.c (mono_image_basic_init): Fix a small memory leak.
16490 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
16492         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
16493         before checking if it's NULL (g_assert).
16495 2006-05-10  Martin Baulig  <martin@ximian.com>
16497         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
16498         I thought I already killed that two months ago, but now it somehow reappeared.
16500 2006-05-10  Martin Baulig  <martin@ximian.com>
16502         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
16504 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
16506         * reflection.c: Allocate memory for dynamically created methods in the image
16507         mempools.
16509 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
16511         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
16512         don't use the ad pointer before checking if it's NULL (g_assert).
16514 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
16516         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
16517         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
16519         * marshal.c: Allocate all signatures from mempools.
16521         * marshal.c: Allocate some more signatures from mempools.
16523 2006-05-09  Miguel de Icaza  <miguel@novell.com>
16525         * object.c (mono_load_remote_field): The code used to provide a
16526         temporary variable for returning results if the user did not
16527         provide a result pointer.  But our temporary variable was allocted
16528         on the satck.
16530         Fix calling code to always pass a result area.   Coverity ID 103.
16532 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
16534         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
16535         value, not the old. Fixes #78312.
16536         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
16538         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
16539         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
16540         per-image cache.
16542         * assembly.c (mono_assembly_close): Free image->references.
16544         * assembly.c (mono_assembly_names_equal): Fix a warning.
16545         (mono_assemblies_cleanup): Cleanup more global data.
16547         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
16549         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
16550         ptr_cache and image->modules.
16552         * image.c (mono_image_init): Allocate array_cache lazily.
16553         
16554 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
16556         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
16557         behavior was changed recently and has bad side effects.
16559 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
16561         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
16562         
16563         * assembly.c (mono_assembly_close): Remove a debug printf.
16565         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
16567         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
16568         to also allow for temporary references between mono_image_open ()/close ().
16570         * domain.c (get_runtimes_from_exe): Add a FIXME.        
16572 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
16574         * marshal.c: Fix support for dynamic methods.
16576         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
16578         * marshal.c (mono_marshal_cleanup): New cleanup function.
16580         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
16581         image mempools.
16583         * class.c (mono_class_init): Fix leaking class->nested_classes.
16585         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
16587         * image.c (mono_image_init): Initialize the new cashes.
16589         * image.c (mono_image_close): Destroy the new cashes.
16591         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
16593         * mempool.c (mono_mempool_strdup): New helper function.
16595         * class-internals.h: Add prototype for mono_loader_unlock ().
16597         * domain.c (mono_jit_info_table_find): Fix a warning.
16598         (mono_debugger_check_runtime_version): Ditto.
16600         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
16601         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
16602         functions to these modules.
16604         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
16605         metadata modules.
16606         
16607         * marshal.c (mono_free_bstr): Fix a warning.
16609         * assembly.c (mono_assembly_open_full): Fix another small leak.
16611         * object.c: Fix some unload leaks in the remoting code.
16613         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
16614         function.
16616         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
16618         * reflection.c: Fix some unload leaks in dynamic assemblies.
16620 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
16622         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
16623         * marshal.h: Add BSTR support on Win32
16624         * icall.c: Add BSTR icalls
16625         * metadata.h: Add BSTR enums
16627 2006-04-28  Miguel de Icaza  <miguel@novell.com>
16629         Work to catch the crash from #76795 and turn it into an
16630         exception.   As I stubbed out pieces of the VisualBasic support,
16631         I found a number of places where the code was failing and I added
16632         checks to those places. 
16633         
16634         * metadata.c (do_mono_metadata_parse_generic_class): Make this
16635         function return a status code.  If we fail to parse the signature
16636         from mono_metadata_parse_generic_inst, return FALSE.
16638         * loader.c (mono_get_method_from_token): If we fail to load the
16639         method (mono_class_get) return NULL.   
16641         * (method_from_memberref): Return NULL if we are unable to parse
16642         the method signature
16644         (mono_loader_error_prepare_exception): Since we now use the
16645         loader_error flag internally to stop processing, and obtaining
16646         exceptions that might be thrown will walk this code path the
16647         proper way of going from a MonoLoaderError into a
16648         MonoException was convoluted.   This new routine encapsulates the
16649         process of turning the error into an exception and *clearing* the
16650         error afterwards.
16651         
16652 2006-04-27  Miguel de Icaza  <miguel@novell.com>
16654         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
16655         with missing assemblies), and to cope with:
16657                 * Missing fieldref from a non-existing assembly.
16658                 * Missing methodref from a non-existing assembly.
16660         The first batch of work to address *some* of the issues from 76661.
16661         
16662         * object.c (mono_class_create_runtime_vtable): If we fail to
16663         initialize the class raise the exception here. 
16665         * metadata.c (mono_class_get_overrides_full): If any methods fail
16666         to load return the failure to the caller.
16668         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
16669         flagging assemblies that failed to load.   
16671         Do not crash if we are unable to load the assembly.
16673         (mono_assembly_close): Do nothing with REFERENCE_MISSING
16674         assemblies. 
16676         * loader.c (mono_loader_set_error_type_load): Change the
16677         convention to always pass unallocated strings, so we make our own
16678         copies (I know our own code had duplicated strings before, but
16679         this keeps the normal conventions).
16680         (method_from_memberref): Call mono_loader_set_error_method_load
16681         for all possible failures of loading the class. 
16682         Remove assert, turn into a loader error.
16684         (mono_loader_error_to_exception): Move this routine from mini
16685         (mini_loader_error_to_exception) there was no need to have that in
16686         mini. 
16688         * class.c (mono_class_from_typeref): If we were not able to load
16689         the assembly with mono_assembly_load_reference, call the
16690         mono_loader_set_error_type_load to register the problem.
16692         (mono_class_setup_fields): If we fail to load the type from
16693         mono_metadata_parse_type_full, call mono_class_set_failure and
16694         break from the loop.
16696         If class->exception_type is set, we do not layout the fields as
16697         that might crash the runtime, and instead return (from breaking
16698         from the previous loop).
16700         (mono_class_setup_vtable): This now returns a boolean indicating
16701         whether the table was properly setup.   The decision is driven by
16702         mono_class_get_overrides_full which might run into non-existing
16703         methods. 
16704         
16705         (mono_class_init): Returns TRUE on success or FALSE if there was a
16706         problem in loading the type (incorrect assemblies, missing
16707         assemblies, methods, etc).
16709         When we call mono_class_setup_fields we also check for a potential
16710         error inside this call (either a class exception or a general
16711         loader exception).
16713         (mono_class_create_from_typedef): If the parent fails to load
16714         (calling mono_class_get_full) return NULL.
16715         
16716         ** Important **
16718         calls to mono_metadata_parse_type_full should be checked
16719         everywhere and set the mono_class_set_failure
16720         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
16722         The current patch checks the places where my manually constructed
16723         tests show the errors are showing up, but we should do it
16724         everywhere. 
16726         ** Important2 **
16728         mono_class_init return values should be tested everywhere, like
16729         the previous case this is something that we should audit
16730         everywhere and not only on the cases exposed by the tests I
16731         created. 
16733 2006-04-26  Miguel de Icaza  <miguel@novell.com>
16735         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
16736         boolean parameter and instead pass the information on `options'
16737         parameter (FileOptions).
16739         * icall.c: Register the new signature for MonoIO.Open.
16741         * debug-helpers.c (dis_one): Trying to understand how coverity
16742         works.  Fix Run 5, item 78.
16744 2006-04-26  Dick Porter  <dick@ximian.com>
16746         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
16747         dereference.
16749 2006-04-25  Martin Baulig  <martin@ximian.com>
16751         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
16753         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
16754         debugger_thread_created().
16755         (debugger_gc_push_all_stacks): Don't handle the main thread in any
16756         special way.
16757         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
16758         (mono_debugger_finalize_threads): New function; undo the effects
16759         of mono_debugger_init_threads().
16760         (mono_debugger_create_all_threads): Removed.
16762 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
16764         * image.c (mono_image_close): Tidy up trace messages.
16766         * assembly.c (mono_assembly_close): Ditto.
16768         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
16769         no longer references an already freed assembly. Fixes #78168.
16771 2006-04-21  Dick Porter  <dick@ximian.com>
16773         * threads.c (mono_thread_detach): Fix reference counting when
16774         detaching threads.
16776 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
16778         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
16779         #78155.
16781 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
16783         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
16784         (mono_type_to_stind): Ditto.
16786         * marshal.c: Use the new helper functions to simplify code.
16788         * image.c (mono_image_close): Add some code for help debug assembly unloading
16789         problems.
16791         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
16792         image mempool.
16794         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
16795         assembly was already loaded in another appdomain. Fixes #78083.
16797 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
16799         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
16800         referenced assemblies.
16801         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
16803         * domain.c (mono_domain_free): Add a trace message.
16805         * appdomain.c (add_assemblies_to_domain): Ditto.        
16807         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
16808         field.  
16810 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
16812         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
16814 2006-04-12  Martin Baulig  <martin@ximian.com>
16816         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
16817         `USE_INCLUDED_LIBGC'.   
16819 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
16821         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
16822         the patch contains ../ and a small directory name later. Hopefully fixes
16823         #78035.
16825 2006-04-10  Martin Baulig  <martin@ximian.com>
16827         Clean up the debugger's thread-handling code.
16829         The debugger's thread-handling code has been moved from
16830         ../mini/debug-debugger.c to threads.c.  We now iterate directly
16831         over the `threads' hash, keep track of exiting threads and also
16832         use proper locking.
16834         We can now debug XSP and XSP based applications with the debugger.
16836         * object-internals.h (MonoThread): Added `gpointer end_stack'.
16838         * threads.h
16839         (MonoThreadCallbacks): Removed; this was only used by the debugger.
16840         (mono_install_thread_callbacks): Likewise.      
16842         * threads.c (mono_thread_callbacks): Removed.
16843         (debugger_thread_created, debugger_thread_exited): New static functions.
16844         (start_wrapper): Call debugger_thread_created().
16845         (thread_cleanup): Call debugger_thread_exited().
16846         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
16847         (mono_debugger_init_threads): New public function.
16848         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
16849         iterate directly over the `threads' hash and also use proper locking.
16851         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
16853         * mono-debug-debugger.h
16854         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
16856 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
16858         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
16859         argument type=array. Fixes #78057.
16861 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
16863         * culture-info-table.h : regenerated. Fixed bug #69652.
16865 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
16867         * loader.c metadata.c: Reapply a variant r59116.
16868         
16869         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
16871         * class.c (mono_class_setup_interface_offsets): New internal function.
16873         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
16874         interfaces too. Fixes #77398.
16876         * reflection.c (encode_cattr_value): Add support for 
16877         parameter type=object, argument type=array.
16878         (load_cattr_value): Ditto. Fixes #77916.
16880         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
16881         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
16883         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
16884         a byval char array and CharSet is Ansi.
16886         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
16888 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
16890         * metadata.c: Add some locking comments.
16891         
16892         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
16893         mempool.
16894         (mono_metadata_free_method_signature): Don't free the signature itself.
16896         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
16898         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
16899         reference the same MonoImage.
16900         (mono_assembly_load_from_full): Add an assert.
16902 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
16904         * image.c (mono_image_close): Don't put the image we are about to free into the
16905         loaded_images_guid_hash.
16907         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
16908         to reduce code duplication.
16910         * marshal.c: Register the native functions called by this module as icalls, to
16911         somewhat centralize the creation of MonoMethodSignature's.
16913         * loader.c (mono_method_signature): Add a cache for method signatures.
16915         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
16916         the parameter attributes of a method.
16917         (mono_metadata_parse_method_signature_full): Refactored the computation of
16918         parameter attributes into a separate function. Also avoid one allocation in
16919         most cases.
16921         * assembly.c (mono_assembly_close): Ditto.
16923         * image.c (mono_image_close): Log trace messages with INFO level.
16925         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
16927         * image.c reflection.c: Correct reference counting of image modules.
16928         
16929         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
16930         of this function from the image mempool.
16931         
16932         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
16933         to allow more cached types to be used.
16935         * mono-debug.c (mono_debug_add_method): Appled patch from
16936         David S. Miller  <davem@sunset.davemloft.net>: Access 
16937         minfo->lexical_blocks[] entry elements using read32().
16939 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
16941         * loader.c (mono_free_method): No longer free the method header for non-dynamic
16942         methods as it is allocated from the mempool.
16944         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
16945         image mempool.
16947         * metadata-internals.h: Add comments describing the reference counting scheme
16948         used for MonoImage and MonoAssembly.
16950         * image.c assembly.c reflection.c: Rework reference counting of images and 
16951         assemblies so they are freed when the runtime is shut down. Free some 
16952         additional memory structures when an image is unloaded.
16953         
16954 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
16956         * class.c loader.c reflection.c: Allocate more data structures in
16957         the image mempool.
16959 2006-03-31  Miguel de Icaza  <miguel@novell.com>
16961         * icall.c
16962         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
16963         build on pre glib 2.4 systems.
16965 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
16967         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
16969         * icall.c: Fix some warnings.
16971 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
16973         * culture-info-table.h : regenerated.
16975 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
16977         * threads.c, object-internals.h, verify.c: changed the culture caching
16978         code to use a normal MonoArray for storage so the GC can keep track of
16979         them easily. Fixed bits of the cache logic, too and simplified the
16980         code.
16982 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
16984         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
16985         thread for non-Boehm GCs.
16987 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
16989         * domain.c, object.c, domain-internals.h: reduce the amount of memory
16990         needed to keep track of the data for static fields.
16992 2006-03-29  Raja R Harinath  <rharinath@novell.com>
16994         Fix #75172
16995         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
16996         for interface classes.  Use 'num_methods' instead.
16997         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
16998         before using '->vtable_size' field.
17000 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
17002         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
17003         doesn't contain managed pointers, so use a normal hashtable.
17005 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
17007         * reflection.c, class-internals.h, domain.c: fixed handling of types
17008         used as values for objects in custom attributes (bug #77915):
17010 2006-03-24  Martin Baulig  <martin@ximian.com>
17012         * class.c (mono_class_setup_fields): Added support for generic
17013         instances; fixes #77580.
17015 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17017         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
17019 2006-03-24  Dick Porter  <dick@ximian.com>
17021         * file-io.c (get_file_attributes): More stat macro breakage.
17022         Fixes bug 77759.
17024 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
17026         * profiler.c: added the file=filename option in the default profiler
17027         to output the profile data to filename.
17029 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17031         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
17032         bug #77877.
17034 2006-03-22  Martin Baulig  <martin@ximian.com>
17036         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
17037         allocated `MonoClassField *' in `fb->handle'.
17039 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
17041         * class.c, image.c, metadata-internals.h: implemented new mechanism to
17042         allocate interface ID to save memory and allow better ID reuse on
17043         appdomain unload. setup_generic_vtable () removal from Martin.
17045 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
17047         * object.h, appdomain.c, domain.c, exception.c, icall.c,
17048         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
17049         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
17050         write barriers for reference stores with managed objects accessed with
17051         C structures in the runtime and in embedding programs.
17053 2006-03-20  Raja R Harinath  <rharinath@novell.com>
17055         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
17056         'interface_id' and 'max_interface_id' fields of MonoClasses
17057         representing open generic types.
17059 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
17061         * object.h, object.c, icall.c: added functions to deal with
17062         storing valuetypes that contain references in managed objects.
17063         * reflection.c, string-icalls.c, threads.c, marshal.c: small
17064         fixes and comments around uses of mono_array_addr ().
17066 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
17068         * object.h, icall.c, monitor.c: object.GetHashCode ()
17069         implementation that supports the moving garbage collector.
17071 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
17073         * icall.c, threads-types.h, threads.c: implemented finalizer for
17074         LocalDataStoreSlot.
17076 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
17078         * metadata.c (mono_type_size): Add a fixme.
17079         (mono_type_stack_size): Ditto.
17081         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
17082         'type_forwarders' field.
17084         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
17085         attribute from net 2.0.
17087         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
17088         from class.c.
17090         * class.c (mono_class_setup_fields): Fix a warning.
17091         
17092         * class.c (mono_class_from_name): Add support for assemblyref entries
17093         in the EXPORTEDTYPE table.
17095         * reflection.c: Add support for handling type forwarders under net 2.0.
17097         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
17098         
17099 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
17101         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
17102         overwriting entries in ModuleBuild->types, also clean up the code
17103         a little. Fixes #77774.
17105 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
17107         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
17108         load friend assembly info when present.
17110 2006-03-14  Raja R Harinath  <rharinath@novell.com>
17112         Fix crasher on gtest-158.cs.
17113         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
17114         the return value if the MonoClass we want is yet in an
17115         inconsistent state.
17116         * class.c (mono_class_create_from_typedef): Add an comment
17117         explaining an order dependency between mono_class_setup_parent and
17118         mono_class_setup_mono_type.
17120 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
17122         * class.c: documentation updates and events bug fix.
17124 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
17126         * class.c: some cleanup, locking fixes.
17128 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
17130         * class.c: fix the generics code to setup nested
17131         type info to the instantiated type (bug #77770).
17133 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
17135         * marshal.c: fixed a few type correctness issues.
17137 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
17139         * loader.c: the Set/Get/Addrtess array methods should be public.
17141 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
17143         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
17144         
17145         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
17146         info->wrapper.
17148 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
17150         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
17152         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
17154         * mempool.c (mono_mempool_alloc): Speed this up a bit.
17155         (mono_mempool_alloc0): Ditto.
17157 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17159         * socket-io.c:
17160         (create_object_from_sockaddr): it was allocating 4 extra bytes
17161         for the AF_UNIX data. Fixes bug #77747.
17163 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
17165         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
17167 2006-03-09  Dick Porter  <dick@ximian.com>
17169         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
17170         Fixes bug 76966 again.
17172 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
17174         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
17175         names from r57532
17176         * appdomain.c: Bumped corlib version to 48 (due to r57532)
17178 2006-03-07  Martin Baulig  <martin@ximian.com>
17180         * object.c
17181         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
17183 2006-03-07  Martin Baulig  <martin@ximian.com>
17185         * class.c
17186         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
17187         regression introduced in r56970; see gtest-252.cs.
17189         * loader.c (mono_get_method_constrained): Correctly handle generic
17190         methods; see gtest-253.cs.
17192 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
17194         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
17196 2006-03-04  Martin Baulig  <martin@ximian.com>
17198         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
17199         compute the parent type at runtime, just like we're already doing
17200         it for interfaces.
17202         * reflection.c
17203         (mono_reflection_bind_generic_parameters): Don't compute the
17204         parent type anymore.
17206         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
17208 2006-03-04  Martin Baulig  <martin@ximian.com>
17210         * mono-debug-debugger.h
17211         (mono_debugger_create_notification_function): Allocate memory at
17212         runtime and return a pointer to it.
17214 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
17216         * assembly.c: Fix windows build.
17217         
17218         * assembly.c: Fix build.
17220         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
17222         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
17223         
17224 2006-03-03  Dick Porter  <dick@ximian.com>
17226         * process.c
17227         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
17228         Check parameters before dereferencing them.  Fixes Aaron's part of
17229         bug 77393.
17231 2006-03-03  Raja R Harinath  <rharinath@novell.com>
17233         Fix performance regression.
17234         * loader.c (find_method_in_class): Add 'from_class' argument.
17235         Rename 'klass' argument to 'in_class'.  The signature is compared
17236         against the method in 'in_class', and the corresponding method is
17237         returned from 'from_class'.
17238         (find_method): Walk both 'in_class' and 'from_class' in parallel.
17239         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
17240         type definition and generic instantiation in parallel.
17241         (mono_get_method_constrained): Update to changes.
17243 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
17245         * threads.c: make sure the domain is correct, too when doing
17246         mono_thread_attach ().
17248 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
17250         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
17251         windows. Fixes #77683.
17253 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
17255         * object.h, *: introduced specific way to set elements of an array
17256         of references to be used as write barrier. Still need to audit the
17257         uses of mono_array_addr.
17259 2006-03-01  Miguel de Icaza  <miguel@novell.com>
17261         * object-internals.h: New field to cache the assmebly name, patch
17262         from Tambet Ingo (tambet@ximian.com)
17264 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
17266         * decimal.h, class-internals.h, metadata-internals.h,
17267         file-io.h: mark a few function declarations as internal, to
17268         reduce the number of PLT entries.
17270 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17272         * file-io.c: fix typo in warning message.
17274 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
17276         * loader.c: on unix, lookup the "*A" version of a function
17277         if charset is auto as a second option before failing.
17279 2006-02-28  Raja R Harinath  <rharinath@novell.com>
17281         * class.h (mono_class_inflate_generic_method): Revert to two
17282         argument version.
17283         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
17284         (mono_class_inflate_generic_method_full): Add.
17285         * class.c (mono_class_inflate_generic_method_full): Rename from
17286         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
17287         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
17288         * loader.c, reflection.c: Update to changes.
17290 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
17292         * icall.c: const fixes and small improvements.
17294 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17296         * threadpool.c: for asynchronous connect(), enable the same workaround
17297         for BSD 6 as for the Mac. Fixes bug #77637.
17299 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
17301         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
17302         formatted classes. Fixes #77524.
17304 2006-02-24  Raja R Harinath  <rharinath@novell.com>
17306         * class.c (inflate_generic_type): Add a couple more
17307         micro-optimizations.
17308         (inflate_generic_context): Don't use the 'gmethod' from
17309         'inflate_with'.
17310         (mono_class_inflate_generic_method): If the method has generic
17311         parameters, but the passed-in context doesn't have a 'gmethod',
17312         create one.  Use the possibly simplified generic instantiation
17313         from the declaring class instead of the one passed in.
17315 2006-02-24  Raja R Harinath  <harinath@gmail.com>
17317         Make generic method signature and method header handling lazy.
17318         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
17319         (inflate_generic_header): Likewise.
17320         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
17321         parameter to avoid inflating types.
17322         (mono_get_inflated_method): Empty out.
17323         * class.h (mono_class_inflate_generic_method): Update to changes.
17324         * loader.c (mono_get_method_from_token): Don't parse signature for
17325         generic methods, nor methods of generic classes.
17326         (mono_method_signature): Rename from 'mono_method_signature'.
17327         Inflate signature on demand.
17328         (mono_method_get_header): Inflate method header on demand.
17329         * reflection.c: Update to changes.
17331 2006-02-23  Raja R Harinath  <rharinath@novell.com>
17333         * metadata.c (mono_metadata_inflate_generic_inst): If the
17334         instantiation is closed, don't bother expanding it in the new
17335         context.
17336         * class.c (inflate_generic_class): If the generic instantiation
17337         doesn't change after inflation, return the argument itself.
17338         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
17339         Add bounds checks.
17340         (inflate_generic_context): If neither the generic class nor the
17341         generic method instantiations change, return the original context.
17342         * reflection.c (mono_method_get_object): Do
17343         'mono_get_inflated_method' before accessing the ->klass field.
17344         (inflate_mono_method): Don't create a MonoGenericMethod unless
17345         necessary.
17346         (inflate_method): Don't pass a constructed type as the declaring
17347         type of a methodbuilder.
17349 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
17351         * object.c: fix memory overwrite.
17353 2006-02-22  Dick Porter  <dick@ximian.com>
17355         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
17356         it doesn't work any more.
17357         (mono_threads_request_thread_dump): Fix unused variable warnings.
17359 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
17361         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
17362         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
17363         the public header file.
17365 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
17367         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
17369 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
17371         * class-internals.h, object.c: reduce the size of MonoVTable
17372         and store the interface_offsets array at negative offsets.
17374 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
17376         * metadata.c: tweak table descriptors data structures to reduce
17377         size and runtime relocations.
17379 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
17381         * marshal.c: fix some types and opcodes to be type-safe
17382         in marshaling wrappers.
17384 2006-02-21  Ankit Jain  <jankit@novell.com>
17386         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
17388 2006-02-21  Raja R Harinath  <rharinath@novell.com>
17390         * metadata.c (get_constraints): Relax debugging checks for monodis.
17392 2006-02-21  Ankit Jain  <jankit@novell.com>
17394         * metadata.c (mono_metadata_load_generic_params): Move the code
17395         checking for ambiguous generic params from here to mono/dis/get.c
17396         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
17398 2006-02-21  Raja R Harinath  <harinath@gmail.com>
17400         Fix assertion triggered when compiling nemerle.
17401         * class.c (mono_get_shared_generic_inst): Rename from
17402         get_shared_inst and make non-static.
17403         * loader.c (mono_get_shared_generic_method): New.  Used to create
17404         the MonoGenericContext-equivalent of a MonoGenericContainer.
17405         (mono_get_method_from_token): Initialize the 'context' field of
17406         the created MonoGenericContainer.
17407         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
17408         * metadata.c (get_constraints): Add sanity check.
17409         * class-internals.h: Add new internal methods.
17411         * reflection.c (verify_safe_for_managed_space): New sanity check.
17412         Currently checks that owner-less generic parameters aren't allowed
17413         in managed space.
17414         (mono_type_get_object): Use it.
17415         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
17416         that are now in mono_type_get_object.
17417         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
17419 2006-02-19  Raja R Harinath  <harinath@gmail.com>
17421         * metadata.c (mono_type_create_from_typespec): Rename from
17422         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
17423         argument and caching of types in the generic container.
17424         (unwrap_arrays, find_generic_param): Remove.
17425         * metadata-internals.h: Update.
17426         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
17428 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
17430         * class.c (mono_class_get_exception_for_failure): Fix a warning.
17432         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
17433         return values. Fixes #77581.
17435         * class.c (mono_fnptr_class_get): Switch name and name_space.
17437         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
17438         classes and add support for [In, Out] attributes.
17439         (mono_marshal_free_asany): Ditto. Fixes #77524.
17441 2006-02-18  Raja R Harinath  <harinath@gmail.com>
17443         * class.c (mono_class_from_generic_parameter): Make more robust to
17444         incomplete MonoGenericContainers from monodis.
17446 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17448         * class-internals.h: added some more exception types.
17449         * class.c, metadata.c: added a few checks to handle missing
17450         types.
17452 2006-02-17  Raja R Harinath  <rharinath@novell.com>
17454         Use owner-less generic-params some more.
17455         * class.c (my_mono_class_from_generic_parameter): Remove.
17456         (mono_class_from_generic_parameter): Handle null image,
17457         param->name and param->owner.
17458         (mono_class_from_mono_type): Update.
17459         (mono_class_create_from_typespec): Remove 'container' parameter.
17460         If that parameter is non-null, the result is always inflated by
17461         'mono_class_get_full' anyway.
17462         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
17463         parameter.
17464         (mono_class_get_full): Update.
17466         * class.c (inflate_generic_type) [GENERICINST]: If the generic
17467         instance is not open, don't bother inflating.
17468         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
17469         parse metadata for inflated classes.
17470         (_mono_class_get): Change GenericContext* parameter to
17471         GenericContainer*.
17472         (mono_class_create_from_typespec): Likewise.  Simplify, and
17473         implement trivially.  All the cases are handled in
17474         mono_class_from_mono_type.  Don't inflate returned class.
17475         (mono_class_get_full): Delegate GENERICINST optimization to
17476         inflate_generic_type.
17477         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
17479 2006-02-16  Dick Porter  <dick@ximian.com>
17481         * socket-io.c (create_object_from_sockaddr): Fix typo.
17482         (create_sockaddr_from_object): Check array lengths before
17483         potentially accessing items off the end.
17484         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
17485         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
17486         (ves_icall_System_Net_Sockets_Socket_Send_internal)
17487         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
17488         length checks to avoid wraparound overflows.
17489         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
17490         contents of the array of sockets
17491         (hostent_to_IPHostEntry2)
17492         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
17493         Check return value of inet_ntop ().
17494         (addrinfo_to_IPHostEntry): Fix typo
17496 2006-02-16  Raja R Harinath  <rharinath@novell.com>
17498         Type metadata parsing doesn't use generic-instantiation information.
17499         * metadata.c (mono_metadata_parse_array_full): Change
17500         MonoGenericContext* parameter to MonoGenericContainer*.
17501         (mono_metadata_parse_type_full): Likewise.
17502         (mono_type_create_from_typespec_full): Likewise.
17503         (mono_metadata_parse_mh_full): Likewise.
17504         (mono_metadata_parse_generic_inst): Likewise.
17505         (do_mono_metadata_parse_generic_class): Likewise.
17506         (do_mono_metadata_parse_type): Likewise.
17507         * metadata-internals.h: Update to changes.
17508         * class.c (mono_class_find_enum_basetype): Likewise.
17509         (mono_class_setup_fields): Likewise.
17510         (mono_class_create_from_typespec): Likewise.
17511         * loader.c (method_from_methodspec): Likewise.
17512         (mono_get_method_from_token): Likewise.
17513         (mono_method_get_header): Likewise.
17515 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
17517         * marshal.c: handle additional GENERICINST case (patch from
17518         Thong Nguyen <tum@veridicus.com>).
17519         Fix a few cases where LDIND_I/STIND_I was used for references.
17521 2006-02-16  Raja R Harinath  <rharinath@novell.com>
17523         * reflection.c (mono_reflection_get_token): Remove unused variable.
17525 2006-02-16  Martin Baulig  <martin@ximian.com>
17527         * reflection.c (mono_reflection_get_token): Add support for fields
17528         in instantiated generic types.
17530         * icall.c
17531         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
17533 2006-02-15  Martin Baulig  <martin@ximian.com>
17535         * icall.c
17536         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
17537         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
17538         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
17539         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
17541 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
17543         * class.c, metadata.c, metadata.h, object.c, icall.c,
17544         marshal.c: changed mono_type_get_underlying_type () to do
17545         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
17546         Fixed handling of instantiated generic valuetypes (bug #75479).
17548 2006-02-15  Raja R Harinath  <rharinath@novell.com>
17550         * metadata.c (mono_metadata_decode_signed_value): Simplify.
17551         Delegate to mono_metadata_decode_value, and work on the returned value.
17553         * icall.c (ves_icall_MonoType_GetGenericArguments):
17554         Add consistency check here too.
17555         
17556 2006-02-15  Ankit Jain  <jankit@novell.com>
17558         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
17559         char/short etc.
17561 2006-02-15  Ankit Jain  <jankit@novell.com>
17563         * metadata.c (mono_metadata_decode_signed_value): New function to decode
17564         signed values, used only for representing lower bounds of arrays.
17565         (mono_metadata_parse_array_full): Use new
17566         mono_metadata_decode_signed_value to decode lower bounds.
17568 2006-02-14  Martin Baulig  <martin@ximian.com>
17570         * reflection.c
17571         (mono_reflection_get_token): Support "MonoGenericMethod" and
17572         "MonoGenericCMethod" and allow generic instances / methods.
17574 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
17576         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
17577         to obtain the terminal size using an ioctl.
17579         * object.c (mono_nullable_init): Revert this as nullable reference
17580         types are not valid.
17581         (mono_nullable_box): Ditto.
17583 2006-02-09  Dick Porter  <dick@ximian.com>
17585         * threads.c (mono_thread_detach): Drop a reference to the thread
17586         we're detaching.
17588 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
17590         * object.c (mono_nullable_init): Handle nullable reference types.
17591         (mono_nullable_box): Ditto. Fixes #77446.
17593 2006-02-07  Martin Baulig  <martin@ximian.com>
17595         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
17597 2006-02-07  Ankit Jain  <jankit@novell.com>
17599         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
17600         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
17601         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
17602         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
17603         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
17604         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
17606 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
17608         * class.c (mono_class_create_generic): Set type_token as well.
17610         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
17611         compatible with MS.
17613 2006-02-02  Martin Baulig  <martin@ximian.com>
17615         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
17616         has never been used so far.
17618 2006-02-02  Martin Baulig  <martin@ximian.com>
17620         * mono-debug-debugger.h: Changed comment at the top of this file;
17621         the header is not installed, but it's safe to #include it from
17622         within the JIT.
17624         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
17625         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
17627 2006-02-02  Martin Baulig  <martin@ximian.com>
17629         * mono-debug.h
17630         (MonoSymbolTable): Removed the `metadata_info' field.
17632         * mono-debug.c
17633         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
17635         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
17636         (mono_debugger_add_builtin_types): Removed.
17637         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
17638         (mono_debugger_create_notification_function): We now operate on a
17639         pre-allocated area; take a `gpointer' and return `void'.
17641         * mono-debug-debugger.c
17642         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
17643         (mono_debugger_add_builtin_types): Removed.
17645 2006-02-02  Martin Baulig  <martin@ximian.com>
17647         * threads.c (mono_debugger_create_all_threads): New public method.
17649 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
17651         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
17652         breaks on several platforms.
17654 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
17656         * assembly.c: the VS.NET build doesn't supply default values for
17657         MONO_ASSEMBLIES and MONO_CFG_DIR.
17659 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
17661         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
17662         helper function.
17664         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
17666         * loader.c (method_from_memberref): Fix a warning.
17668         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
17670         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
17671         with explicit layout. Fixes #77433.
17673 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
17675         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
17676         max_interface_id is initialized before using it. Fixes #77398.
17677         (ves_icall_Type_GetInterfaces): Ditto.
17679 2006-01-30  Raja R Harinath  <rharinath@novell.com>
17681         * metadata.c (mono_metadata_parse_method_signature_full): Don't
17682         allocate memory for parameter attributes when parsing memberref
17683         signatures.
17684         * loader.c (mono_loader_set_error_method_load): Don't warn.
17685         (method_from_memberref): Ensure MissingMethodException gets thrown
17686         if method is not found.  Make warning more informative.
17688 2006-01-29  Raja R Harinath  <harinath@gmail.com>
17690         Fix #77397
17691         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
17692         return true if is byref.
17693         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
17694         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
17695         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
17697 2006-01-27  Raja R Harinath  <rharinath@novell.com>
17699         Fix tests/find-method.2.il
17700         * loader.c (find_method, find_method_in_class): Remove is_inflated
17701         argument.  Revert 2006-01-18 change.
17702         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
17703         is generic, search for method in its generic definition.
17704         * class.c (mono_class_setup_vtable_general): Print generic
17705         arguments of generic types in debugging printf.
17707 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
17709         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
17711         * threads.c (mono_threads_request_thread_dump): New helper function.
17713 2006-01-25  Raja R Harinath  <rharinath@novell.com>
17715         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
17717 2006-01-25  Ankit Jain  <jankit@novell.com>
17719         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
17720         move definition to ..
17721         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
17722         
17723 2006-01-25  Ankit Jain  <jankit@novell.com>
17724             Raja R Harinath  <rharinath@novell.com>
17726         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
17727         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
17728         as necessary.
17730 2006-01-25  Martin Baulig  <martin@ximian.com>
17732         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
17733         `MonoDebuggerThread' into debug-debugger.c.
17735 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
17737         * profiler.c: fix printing of data.
17739 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
17741         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
17742           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
17744 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
17746         * object.c: fix deadlock related to string interning.
17748 2006-01-23  Martin Baulig  <martin@ximian.com>
17750         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
17752         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
17754 2006-01-23  Martin Baulig  <martin@ximian.com>
17756         * mono-debug.h: Moved the prototypes of some functions which are
17757         used by the JIT here from mono-debug-debugger.h.
17759 2006-01-21  Martin Baulig  <martin@ximian.com>
17761         * Makefile.am: Don't install mono-debug-debugger.h.
17763 2006-01-21  Martin Baulig  <martin@ximian.com>
17765         * mono-debug-debugger.h: Enforce the private status of this header
17766         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
17767         Moved some stuff from mono-debugger-jit-wrapper.h here.
17769 2006-01-20  Raja R Harinath  <rharinath@novell.com>
17771         * class.c (mono_class_from_typeref): Add a sanity test to help
17772         catch lack of assembly load/search hooks.
17774 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
17776         * marshal.c (emit_struct_conv): Relax the fields with same offset
17777         check even more. Fixes #77230.
17779 2006-01-18  Martin Baulig  <martin@ximian.com>
17781         * loader.c (find_method_in_class): Added `gboolean is_inflated'
17782         argument; if false, we compare the uninstantiated signatures.
17783         (method_from_memberref): Compare the uninstantiated signatures;
17784         fixes #76417.
17786 2006-01-18  Robert Jordan  <robertj@gmx.net>
17788         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
17789         Clear the weak link. Fixes bug #77170.
17791         * gc.c (mono_gchandle_free):
17792         Reflect *-gc.c changes (tiny optimization).
17794 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
17796         * metadata.c (mono_metadata_signature_dup): Applied patch from
17797         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
17798         Fixes #77288.
17800 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
17802         * marshal.c (emit_struct_conv): Allow fields with the same offset when
17803         marshalling from native to managed code. Fixes #77230.
17805 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
17807         * threadpool.c: fix problem (Mac only) when more than one asynchronous
17808         connect. Fixes bug #77020.
17810 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
17812         * class.c: fixed id assignement for nested interfaces (bug #77275).
17813         Added also better info for --print-vtable debugging.
17815 2006-01-12  Martin Baulig  <martin@ximian.com>
17817         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
17818         interfaces on-the-fly; fixes #76625.
17820         * class-internals.h
17821         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
17822         don't need that anymore.
17824 2006-01-12  Miguel de Icaza  <miguel@novell.com>
17826         * socket-io.c
17827         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
17828         To avoid initing the nested_classes when not needed I turned the
17829         PeerCredData as a toplevel internal class, as it has to be shared
17830         anyways. 
17832         Fixes the CASA issue.
17834 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
17836         * domain.c: Accessors for MonoJitInfo
17838         * profiler-private.h: Add jitinfo to the end jit hook
17840         * profiler.[ch]: Define new hooks, called after jitting which give
17841         the MonoJitInfo that was compiled
17843 2006-01-10  Martin Baulig  <martin@ximian.com>
17845         * class.c (mono_class_setup_events): Add support for generic
17846         classes; fixes #76440.
17848 2006-01-06  Raja R Harinath  <rharinath@novell.com>
17850         Fix #77160.
17851         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
17852         on passed-in method.
17854 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
17856         * object.c (mono_runtime_invoke_array): Add Nullable support.
17858         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
17860 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
17862         * file-io.c: Don't consider sockets as directory and avoid an endless
17863         loop. Fix bug #76966.
17865 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
17867         * object.c (mono_nullable_init): New helper function.
17868         (mono_nullable_box): Ditto.
17870         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
17872         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
17874         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
17875         
17876 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
17878         * class.c (mono_class_is_assignable_from): Make T assignable to 
17879         Nullable<T>.
17881 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
17883         * appdomain.c: Bump corlib version to 46.
17884         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
17885         serialization purpose) and changed ves_icall_System_Reflection_
17886         Assembly_get_code_base signature to accept a boolean (to escape, or 
17887         not, the assembly code base).
17889 2005-12-23  Dick Porter  <dick@ximian.com>
17891         * icall.c: 
17892         * threads-types.h: 
17893         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
17894         CreateEvent icall now returns "created" boolean parameter.
17896 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
17898         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
17899         #76967.
17901         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
17902         when attr_klass is an interface. Fixes #77045.
17904 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
17906         * marshal.c (emit_struct_conv): Fix previous patch.
17907         
17908         * marshal.c (emit_struct_conv): Add a check for fields with the same
17909         offset.
17911 2005-12-20  Raja R Harinath  <rharinath@novell.com>
17913         Fix regression in Mono.C5.
17914         * class.c (mono_class_create_generic): If 'klass' is an interface
17915         set up the interface offsets.
17916         (mono_class_is_assignable_from): Don't throw away generic arguments.
17918 2005-12-19  Raja R Harinath  <rharinath@novell.com>
17920         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
17921         type parameters.
17923 2005-12-15  Raja R Harinath  <rharinath@novell.com>
17925         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
17926         dead store.
17927         (do_mono_metadata_parse_generic_class): Don't pass the current
17928         generic context when parsing the type being instantiated: it
17929         cannot use it, anyway.
17931         * loader.c (method_from_memberref): Don't inflate a signature if
17932         it doesn't contain any type parameters.
17934 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
17936         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
17938 2005-12-14  Martin Baulig  <martin@ximian.com>
17940         * class.c
17941         (mono_type_get_name_recurse): Don't return null for type
17942         parameters and open generic classes.
17943         (mono_class_setup_methods): Don't exclude generic instances.
17944         (mono_get_unique_iid): Use different IDs for different
17945         instantiations of the same generic type.
17946         (mono_class_setup_vtable): Only use setup_generic_vtable() for
17947         open generic instances; create a normal vtable for closed generic
17948         instances.
17949         (mono_class_setup_vtable_general): We're now also called for
17950         closed generic instances.
17952         * reflection.c
17953         (mono_reflection_bind_generic_parameters): Correctly use
17954         mono_metadata_lookup_generic_inst() everywhere.
17956 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
17958         * object.c (mono_class_create_runtime_vtable): Call 
17959         mono_class_setup_vtable ().
17961         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
17962         function.
17963         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
17964         #76959.
17966         * loader.c (mono_loader_set_error_type_load): Print the type load
17967         warnings to the console so they are more visible to the user.
17968         (mono_loader_set_error_method_load): Ditto.
17970         * reflection.c (ensure_runtime_vtable): Revert the last change as it
17971         is still broken.
17972         
17973         * reflection.c (ensure_runtime_vtable): Fix build.
17975         * reflection.c (ensure_runtime_vtable): Disable an optimization which
17976         doesn't work in all cases.
17978 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
17980         * object.c (mono_array_new_full): Treat a single dimensional array
17981         with 0 lower bounds as an szarray. Fixes #76973.
17983         * reflection.c (custom_attr_visible): Really fix this.
17985 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
17987         * reflection.c (custom_attr_visible): Allow nested public attributes
17988         as well.
17990         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
17991         interface check.
17993 2005-12-12  Raja R Harinath  <harinath@gmail.com>
17995         * class.c (set_generic_param_owner): Delete.
17996         (mono_class_create_from_typedef): Don't set ->owner field of
17997         generic parameters to "param containers" of enclosing classes.
17998         * reflection.c (mono_reflection_initialize_generic_parameter):
17999         Likewise.
18001 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
18003         * reflection.c (custom_attr_visible): Fix build.
18005 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
18007         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
18008         private attributes.
18009         
18010         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
18011         handling of null parameter defaults.
18013 2005-12-09  Raja R Harinath  <rharinath@novell.com>
18015         * class.c (mono_class_from_generic_parameter): Don't set
18016         klass->generic_container.
18017         (my_mono_class_from_generic_parameter): Likewise.
18019 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
18021         * reflection.c (load_public_key): Fix a warning.
18022         (method_encode_code): Fix unaligned accesses.
18024 2005-12-07  Martin Baulig  <martin@ximian.com>
18026         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
18028         * reflection.c
18029         (write_generic_param_entry): Encode our custom attrs.
18031         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
18033 2005-12-07  Martin Baulig  <martin@ximian.com>
18035         * reflection.c (encode_new_constraint): Removed; we don't use the
18036         `NewConstraintAttribute' anymore.
18038 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
18040         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
18041         not fire a TypeResolve event when Assembly.GetType () is called.
18043 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
18045         Beginning of support for nullable types in the runtime. Parts of
18046         this patch are from Martin.
18048         * appdomain.c (MONO_CORLIB_VERSION): Bump
18050         * domain.c (mono_init_internal): get the nullable type
18052         * class.c (mono_class_is_nullable): New method
18053         (mono_class_get_nullable_param): New mehod
18054         (mono_class_create_generic): In types T? set cast_class to T
18056         * class-internals.h (MonoDefaults): new nullable default class
18057         (mono_class_get_nullable_param, mono_class_get_nullable_param):
18058         new methods.
18060 2005-12-05  Raja R Harinath  <rharinath@novell.com>
18062         * metadata.c (select_container): New.  Refactor code to select the
18063         appropriate GenericContainer given the type of generic parameter
18064         we are looking for.
18065         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
18066         not a MonoGenericContext.  Use select_container.  Update parameters.
18067         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
18068         and MONO_TYPE_MVAR.
18069         (unwrap_arrays): Remove duplicate tests.
18070         (find_generic_param): Rename from 'has_same_context'.  Now walks a
18071         generic instantiated class to find any arguments that are generic
18072         parameters.
18073         (mono_type_create_from_typespec_full): Use find_generic_param to
18074         avoid evicting some generic instantiations from the typespec
18075         cache.
18077 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
18079         * reflection.c: fixed writing of doubles on ARM FPA.
18081 2005-12-02  Robert Jordan  <robertj@gmx.net>
18083         * icall.c: Fixed EventInfo.ReflectedType (#76829).
18085 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18087         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
18088         least on SUSE 10 they are not the same (on debian, they are just the
18089         same thing).
18091 2005-12-01  Raja R Harinath  <rharinath@novell.com>
18093         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
18094         DeclaringType for VARs and MVARs.
18095         * class.c (set_generic_param_owner): Fix initialization of owner
18096         fields.
18098 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
18100         * icall.c: fixed Enum.ToObject() to correctly convert the values.
18102 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18104         * threadpool.c: workaround for a bug that shows up on the Mac:
18105         select()+connect() on a blocking socket is not like it should
18106         be, so we proceed to connect() in that case, wasting the I/O
18107         threadpool thread until connect succeedes. Fixes bug #75436.
18109 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18111         * threadpool.c: fix typo when setting file descriptor states.
18113 2005-11-28  Raja R Harinath  <rharinath@novell.com>
18115         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
18116         * metadata.c (mono_metadata_parse_method_signature_full): Don't
18117         create a temporary signature container.
18118         (mono_metadata_parse_generic_param): Update to changes.
18119         (mono_type_create_from_typespec_full): Update to changes.
18120         * loader.c (method_from_memberref): Don't use a
18121         MonoGenericContainer while parsing a memberref signature.
18122         (method_from_methodspec): Remove dead-store of the 'container'
18123         variable.  It's overwritten before use.
18125         * metadata.c (mono_type_create_from_typespec_full): Make debugging
18126         checks tighter.
18127         (mono_metadata_parse_generic_param): Likewise.
18128         * loader.c (find_method_in_class): Does not need a
18129         MonoGenericContainer.  Use 'mono_method_signature' rather than
18130         'mono_method_signature_full'.
18131         (find_method, mono_get_method_constrained, method_from_memberref):
18132         Update to changes.
18134         * metadata.c (mono_type_create_from_typespec_full): Ensure that
18135         owner-less generic-parameters are never evicted from the typespec
18136         cache.
18138         * loader.c (method_from_memberref): Don't use the current context
18139         when parsing signatures.
18140         (method_from_methodspec, mono_get_method_from_token): Update to changes.
18142         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
18143         side-effects in g_assert.
18144         * loader.c (mono_get_method_from_token): Resolve klass earlier so
18145         that we don't potentially lose information.
18147 2005-11-26  Dick Porter  <dick@ximian.com>
18149         * icall.c:
18150         * threads.c: icalls to implement basic (ie, not named)
18151         System.Threading.Semaphore.
18153 2005-11-24  Dick Porter  <dick@ximian.com>
18155         * process.c
18156         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
18157         Use GetProcessId() if it's available.
18159 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
18161         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
18163 2005-11-23  Raja R Harinath  <rharinath@novell.com>
18164             Ankit Jain  <jankit@novell.com>
18166         * loader.c (mono_get_method_from_token): Initialize 'method' field
18167         of all generic parameters before parsing the signature.  Remove
18168         code that "fixed"-up MVAR references.
18170 2005-11-23  Ankit Jain  <jankit@novell.com>
18172         * metadata.c (mono_metadata_has_generic_params):
18173         (mono_metadata_load_generic_param_constraints):
18174         (mono_metadata_load_generic_params): Move duplicate code ...
18175         (mono_metadata_get_generic_param_row): ... here. Returns the
18176         first row-id in GenericParam table for a given owner (token).
18177         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
18178         prototype.
18180 2005-11-23  Raja R Harinath  <rharinath@novell.com>
18181             Ankit Jain  <jankit@novell.com>
18183         * metadata.c (mono_metadata_class_equal): Pass signature_only when
18184         comparing VARs too.
18185         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
18186         type->data.generic_param only if the type is an MVAR.
18187         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
18188         leak owner-less VARs and MVARs into managed space.
18190 2005-11-21  Martin Baulig  <martin@ximian.com>
18192         * class-internals.h
18193         (MonoMethod): Moved the `generic_container' here from
18194         `MonoMethodNormal' since we now also need it for
18195         `MonoMethodPInvoke';
18196         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
18197         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
18198         an union containing both `MonoMethodNormal' and
18199         `MonoMethodPInvoke'.
18201         * loader.c
18202         (mono_get_method_from_token): Allow implementing generic methods
18203         as interncalls.
18205         * threads.c
18206         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
18207         icall.
18209 2005-11-17  Dick Porter  <dick@ximian.com>
18211         * icall.c: 
18212         * process.h: 
18213         * process.c: Split the Process Start_internal icall into
18214         ShellExecuteEx_internal and CreateProcess_internal, which are
18215         called depending on whether UseShellExecute is true.  Fixes bug
18216         76670.
18218         * appdomain.c (MONO_CORLIB_VERSION): Incremented
18220 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
18222         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
18223         'msize' parameters, use the information in 'mspec' instead.
18224         (emit_object_to_ptr_conv): Ditto.
18226         * marshal.c (emit_struct_conv): Handle explicit layout structs with
18227         fields out of order. Fixes #76733.
18229 2005-11-17  Ankit Jain  <jankit@novell.com>
18231         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
18233 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
18235         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
18236           bug #76575.
18238 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
18240         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
18241         for types with non-auto layout. Fixes #76717.
18243 2005-11-16  Ankit Jain  <jankit@novell.com>
18245         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
18246         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
18247         if generic_context is null.
18248           (mono_metadata_generic_param_equal): param->owner can be null.
18249           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
18250         null.
18252 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
18254         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
18255         the correct value.
18257 2005-11-15  Martin Baulig  <martin@ximian.com>
18259         * object.c (set_value): Use mono_class_from_mono_type() instead of
18260         the hack for generic instances; fixes #76136.
18262 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
18264         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
18265         fields.
18267         * image.c (load_metadata_ptrs): Initialize the new fields.
18269         * reflection.c (create_dynamic_mono_image): Ditto.
18271         * reflection.c (build_compressed_metadata): Use the new fields.
18273         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
18274         icall.
18276         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
18277         icall.
18278         
18279 2005-11-15  Ankit Jain  <jankit@novell.com>
18280             Raja R Harinath  <harinath@gmail.com>
18282         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
18283         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
18284         new per-generic_container cache if the cached MonoType's context matches
18285         the current context.
18286           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
18287         to the expected context.
18288           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
18290 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18292         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
18293         we changed the signature of an icall.
18294         * icall.c: Modify to mono_double_ParseImpl return true/false 
18295         depending on the success, instead of throwing the exception. This will
18296         help us in Double.TryParse methods.
18297         
18298 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
18300         * marshal.c (emit_marshal_object): Throw an exception when
18301         marshalling 'object' instead of crashing. Fixes #76696.
18303 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
18305         * class-internals.h: Add prototype for mono_type_get_full_name ().
18307 2005-11-11  Dick Porter  <dick@ximian.com>
18309         * threads.c (mono_thread_manage): Make sure the main thread has
18310         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
18312 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
18314         * loader.c (mono_loader_set_error_type_load): Log a warning to the
18315         console about the missing type.
18316         (mono_loader_set_error_method_load): Ditto.
18318 2005-11-09  Miguel de Icaza  <miguel@novell.com>
18320         * mono-config.c (mono_get_config_dir): Set the system defaults if
18321         none is specified.
18323         * assembly.c (mono_set_dirs): New API entry point to set the
18324         assembly and the config directory in one call
18326 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
18328         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
18329         the ftnptr was created from a delegate in a domain other than the
18330         current domain. Fixes #75377.
18332         * exception.h exception.c: Add mono_get_exception_not_supported ().
18334 2005-11-08  Martin Baulig  <martin@ximian.com>
18336         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
18338 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
18340         * security-manager.h: Added definitions to deal with strongname key 
18341         pairs bigger (and smaller) than 1024 bits.
18342         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
18343         adjust wrt the public key length being used.
18345 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
18347         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
18348           Windows build (r51396-51397).
18350 2005-11-03  Martin Baulig  <martin@ximian.com>
18352         * class.c (mono_class_setup_vtable_general): Also add generic
18353         methods to the vtable; fixes #76581.
18355 2005-11-01  Miguel de Icaza  <miguel@novell.com>
18357         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
18358         sure that we lookup GetString method from the System.Text.Encoding
18359         class, not the derived class or we get an empty method.
18361         Fixed class #76612.
18363 2005-10-25  Miguel de Icaza  <miguel@novell.com>
18365         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
18366         if it has been previously set (embedders). 
18368         Make mono_set_rootdir available also on Unix.
18370 005-10-24  Robert Jordan  <robertj@gmx.net>
18372         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
18374 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
18376         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
18377         only calls which are made to native code use this flag.
18379         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
18381 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
18383         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
18384         Add support for FieldBuilders.
18386 2005-10-29  Martin Baulig  <martin@ximian.com>
18388         * mono-debug.c
18389         (mono_debug_using_mono_debugger): New public method; returns
18390         whether we're running inside the debugger.
18392 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
18394         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
18395         for Method/Constructor/FieldBuilders.
18397 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
18399         * reflection.c (module_add_cattrs): Save custom attributes for global methods
18400         and fields as well.
18402 2005-10-26  Martin Baulig  <martin@ximian.com>
18404         * mono-debug-debugger.c
18405         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
18407 2005-10-24  Raja R Harinath  <harinath@gmail.com>
18409         * icall.c (base64_to_byte_array): Don't pass an out-of-range
18410         integer to isspace.
18412 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
18414         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
18415         when passing valuetypes byref. Fixes #76502.
18417 2005-10-19  Jackson Harper  <jackson@ximian.com>
18419         * profiler.c: Don't put a . in front of types that are not in a
18420         namespace.
18422 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
18424         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
18426 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
18428         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
18429         #76436.
18430         (mono_marshal_get_ldflda_wrapper): Fix a warning.
18432 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18434         * assembly.c metadata-internals.h icall.c: Define an additional
18435         parameter for mono_assembly_name_parse_full, so we can avoid creating
18436         S.R.AssemblyName.Version when no version info wasn't passed.
18437         
18438 2005-10-09  Miguel de Icaza  <miguel@novell.com>
18440         * class.c (mono_type_get_full_name): Reimplement method that was
18441         removed. 
18443         * image.c: Some docs
18445 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
18447         * profiler.c (output_newobj_profile): Fix printing of Total memory
18448         on x86.
18450 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
18452         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
18454 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
18456         * threads.c: remove debug output.
18458 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
18460         * threads.c (mono_thread_manage): Fix crashes if more than 64
18461         threads need to be aborted. Hopefully fixes #75899.
18463         * assembly.c (mono_stringify_assembly_name): New helper function.
18465         * class.c: Use mono_stringify_assembly_name instead of the similar
18466         static function.
18468         * assembly.h assembly.c: Add support for calling a postload search 
18469         hook if an assembly cannot be loaded.
18471         * appdomain.c: Register new search hooks which call the AssemblyResolve
18472         events in AppDomain. Fixes #75231
18474 2005-10-07  Martin Baulig  <martin@ximian.com>
18476         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
18477         methods without debug info.
18479 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
18481         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
18482         wrappers.
18484 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18486         * file-io.c: now that we return symlinks, use lstat and, when the file
18487         is a symbolic link, stat, to get the file attributes. Also avoid the
18488         conversion to/from utf16/external.
18490 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
18492         * class.c (mono_class_layout_fields): Compute klass->has_references
18493         correctly if an embedded valuetype is not yet initialized. Fixes
18494         #76331.
18496 2005-10-04  Martin Baulig  <martin@ximian.com>
18498         * metadata.c
18499         (mono_metadata_load_generic_param_constraints): New public
18500         function; splitted the constraints loading out from
18501         mono_metadata_load_generic_params().
18503         * class.c (mono_class_create_from_typedef): Call
18504         mono_metadata_load_generic_param_constraints() after setting up
18505         the type and creating our parent; fixes #75329.
18507 2005-10-04  Martin Baulig  <martin@ximian.com>
18509         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
18510         non-dynamic parent classes.
18512 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
18514         * file-io.c : win32 build fix (ETXTBSY seems not found).
18516 2005-10-04  Martin Baulig  <martin@ximian.com>
18518         * reflection.c
18519         (mono_image_get_methodspec_token): Make the cache actually work;
18520         fixes #75974.
18522 2005-10-04  Martin Baulig  <martin@ximian.com>
18524         * class.c (mono_class_name_from_token): Removed the unneccessary
18525         `MonoGenericContext *' argument.
18527 2005-10-04  Martin Baulig  <martin@ximian.com>
18529         * loader.c
18530         (method_from_methodspec): Make the caching work again; fixes the
18531         performance regression from #76262.
18533 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18535         * file-io.c:
18536         * file-io.h:
18537         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
18538         GetFileSystemEntries that performs the same work but without going
18539         into io-layer, locking, etc.
18541 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
18543         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
18544         ThreadState_Stopped as well. Fixes #76047.
18546 2005-09-29  Martin Baulig  <martin@ximian.com>
18548         * class.c
18549         (inflate_generic_context): If the new context has a `gmethod', set
18550         its `container' that that gmethod's `container'.
18552         * metadata.c
18553         (mono_metadata_parse_generic_param): Simplify things;
18554         `generic_container = generic_context->container;' is just fine.
18556         * loader.c (method_from_methodspec): Code cleanups.
18558 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
18560         * decimal.c: fix warning (and let gcc generate correct
18561         code on ARM with optimizations).
18563 2005-09-28  Martin Baulig  <martin@ximian.com>
18565         * loader.c
18566         (method_from_memberref): Added `MonoGenericContext *class_context'
18567         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
18568         (method_from_methodspec): If we're a memberref, use the enclosing
18569         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
18571 2005-09-28  Martin Baulig  <martin@ximian.com>
18573         * object.c (mono_runtime_invoke_array): Added support for
18574         MONO_TYPE_GENERICINST; fixes #75917.
18576 2005-09-27  Martin Baulig  <martin@ximian.com>
18578         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
18579         `k->byval_arg.type' to determine the actual type.
18581         * loader.c (method_from_methodspec): Removed some hacks.
18583 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
18585         * class-internals.h (mono_field_is_deleted): Do the test for
18586         rtspecialname before we check the actual name of the field. This
18587         prevents us from dereferencing a pointer into the string table,
18588         saving us from accessing a few pages
18590         * *.c: Replace the use of {Enter,Leave}CriticalSection with
18591         macros. This will allow a deadlock debugger to easily be plugged
18592         in.
18594 2005-09-27  Martin Baulig  <martin@ximian.com>
18596         * loader.c (method_from_methodspec): Create a "signature"
18597         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
18599 2005-09-27  Martin Baulig  <martin@ximian.com>
18601         * class.c
18602         (inflate_generic_class): Correctly set the new context's
18603         container.
18605         * loader.c
18606         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
18607         instead of a `MonoGenericContext *'.
18608         (mono_method_signature_full): Take a `MonoGenericContainer *'
18609         instead of a `MonoGenericContext *'.
18611         * metadata.c
18612         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
18613         instead of a `MonoGenericContext *'.
18614         (mono_metadata_parse_method_signature_full): Likewise.
18616 2005-09-26  Martin Baulig  <martin@ximian.com>
18618         * class.c
18619         (mono_class_from_generic_parameter): Set `klass->generic_container'
18620         (mono_class_from_generic_parameter): Likewise.
18621         (mono_bounded_array_class_get): We inherit the generic container
18622         from the element class.
18624         * loader.c
18625         (find_method, find_method_in_class): Take a `MonoGenericContext *'
18626         argument rather than computing it here.
18627         (method_from_memberref): Correctly set the generic context before
18628         parsing the signature.  Fixes #75681.
18630 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
18632         * object.c (mono_class_has_special_static_fields): Fix warnings.
18634 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18636         * assembly.c: Add parse_public_key function, to
18637         par the public keys. Also added mono_assembly_name_parse_full,
18638         to define it the parsed key should be freed or not.
18639         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
18640         to parse a long format assembly name.
18641         * metadata-internals.h: Keep mono_assembly_name_parse_full as
18642         private, since calling it to preserve the key requires
18643         freeing it manually.
18644         
18645 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
18647         * locales.c : removed HAVE_ICU part.
18649 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
18651         * object.c (mono_class_create_runtime_vtable): Avoid calling 
18652         field_is_special_static if the klass has no special static fields.
18654         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
18655         (MonoCachedClassInfo): Likewise.
18657         * object.c (mono_class_has_special_static_fields): New helper function.
18659 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
18661         * class.c (mono_class_create_from_typedef): Don't call 
18662         interfaces_from_typedef_full for enums.
18663         (mono_class_create_from_typedef): Compute the base types of enums directly
18664         without calling mono_class_setup_fields ().
18665         (mono_class_find_enum_basetype): New helper function.
18667         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
18668         one place inside the string heap.
18669         
18670 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
18672         * class.c: locking fixes, code cleanups, some docs added.
18673         Allocate some data structures in the image mempool.
18675 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
18677         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
18678         the example code.
18679         
18680 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
18682         * class-internals.h, class.c, reflection.c: reduce memory taken by
18683         MonoClass.
18685 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
18687         * metadata.c, metadata.h, loader.h: documentation updates, code and
18688         API cleanups.
18690 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
18692         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
18693         the example code.
18695         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
18696         page faults caused by the runtime while reading metadata.
18698 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18700         * socket-io.c: the field names were changed 3 months ago and no one
18701         realized until bug #76077 got filed!
18703 2005-09-20  Martin Baulig  <martin@ximian.com>
18705         * icall.c (assembly_icalls): Removed some unused debugger icalls.
18707 2005-09-20  Martin Baulig  <martin@ximian.com>
18709         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
18710         write the rank into the class entry.
18712 2005-09-20  Martin Baulig  <martin@ximian.com>
18714         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
18716 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
18718         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18720         * icall.c (custom_attrs_defined_internal): New icall.
18722         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
18723         function.
18724         (mono_custom_attrs_construct_by_type): New helper function.
18726 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
18728         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
18729         terminate the resulting string. Fixes #76123.
18731 2005-09-16  Martin Baulig  <martin@ximian.com>
18733         * mono-debug.c
18734         (mono_debug_add_method): Ignore inflated methods for the moment.
18736 2005-09-14  Martin Baulig  <martin@ximian.com>
18738         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
18740 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
18742         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
18743         return a success/failure indication.
18744         (mono_metadata_interfaces_from_typedef_full): Ditto.
18745         (get_constraints): Ditto.
18747 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
18749         * marshal.c (emit_marshal_array): Fix handling of null arrays.
18750         
18751         * marshal.c (emit_marshal_array): Add support for returning string
18752         arrays from delegates. Fixes #76063.
18754         * marshal.c: Use the emit_ldloc/stloc macros where possible.
18756 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
18758         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
18759         icall.
18761 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
18763         * reflection.c icall.c: Fix after mono_get_exception_type_load
18764         signature change.
18766         * assembly.c (mono_assembly_get_assemblyref): New helper function.
18767         (mono_assembly_load_reference): Use the new helper.
18769         * class-internals.h (MonoLoaderError): New structure containing 
18770         information about type loading errors.
18772         * class-internals.h loader.c: Add APIs to store per-thread loader
18773         error information.
18775         * loader.c class.c: Set the loader error if needed.
18777         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
18779 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
18781         * decimal.c: fixed to handle the broken ARM fp format.
18783 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
18785         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
18786         broken.
18788 2005-09-06  Martin Baulig  <martin@ximian.com>
18790         * domain.c (supported_runtimes): Added v2.0.50727.
18792 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
18794         * culture-info.h: reduce the size of some structures.
18796 2005-09-05  Martin Baulig  <martin@ximian.com>
18798         Reflect latest API changes in the August CTP.
18800         * icall.c
18801         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
18802         ("MonoType.HasGenericArguments"): Removed.
18803         ("MonoMethod.BindGenericParameters"): Renamed to
18804         "MakeGenericMethod".
18805         ("MethodBuilder.BindGenericParameters"): Renamed to
18806         "MakeGenericMethod".    
18808 2005-09-05  Martin Baulig  <martin@ximian.com>
18810         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
18812 2005-09-05  Martin Baulig  <martin@ximian.com>
18814         Applying a patch from Michal Moskal <malekith@nemerle.org>.
18816         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
18817         generic_container is non-NULL.
18819 2005-09-05  Martin Baulig  <martin@ximian.com>
18821         Applying a patch from Michal Moskal <malekith@nemerle.org>.
18823         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
18825 2005-08-29  Michal Moskal  <malekith@nemerle.org>
18827         * reflection.c (encode_locals,
18828         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
18829         for large generic types.
18831 2005-09-05  Martin Baulig  <martin@ximian.com>
18833         Applying a patch from Michal Moskal <malekith@nemerle.org>.
18835         * class.c (mono_dup_array_type): New public method.
18836         (mono_metadata_signature_deep_dup): New public method.
18837         (dup_type): Correctly duplicate array and function types.
18839 2005-09-05  Martin Baulig  <martin@ximian.com>
18841         Applying a patch from Michal Moskal <malekith@nemerle.org>.
18843         * reflection.c (get_default_param_value_blobs): Handle generic types
18844         and generic methods.
18846 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
18848         * class.c: Fixed error reporting (method/class were inversed) for 
18849         inheritance demands.
18850         * security-manager.c|h: Added the AppDomain when calling the managed
18851         System.Security.SecurityManager.InheritanceDemand method.
18853 2005-09-01  Raja R Harinath  <rharinath@novell.com>
18855         * reflection.c (encode_marshal_blob): 'marshaltype' and
18856         'marshaltyperef' are alternate sources for the custom marshaler
18857         name.
18859 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
18861         * class.c: fix creation of array classes with rank == 1
18862         (patch by Ankit Jain <jankit@novell.com>).
18864 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
18866         * object.c: fix check for creating the bound data for arrays vs
18867         szarrays.
18869 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18871         * object.c: configuration file name is now based on the executable name,
18872         not the image name. Fixes bug #75931.
18874 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
18876         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
18877         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
18879 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
18881         * rand.c: Use wincrypt.h instead of WinCrypt.h.
18883 2005-08-24  Ankit Jain  <jankit@novell.com>
18884             Raja R Harinath  <rharinath@novell.com>
18886         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
18887           called by it recursively.
18888           (mono_class_init): Remove special case in pending_init handling, since it's
18889           superseded by the fix to mono_class_from_typeref.
18891 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
18893         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
18894         BROKEN_THREAD_START stuff.
18896 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
18898         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
18899         trampoline.
18901         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
18902         
18903         * object.c (mono_delegate_ctor): Replace the original function address with
18904         a delegate trampoline.
18906 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
18908         * icall.c: add boolean argument to base64_to_byte_array and 
18909         InternalFromBase64String to control whether a whitespace-only string
18910         is allowed (or should casue a FormatException to be thrown). We need
18911         this as the behavior has changed between MS.NET 1.x and 2.0, and we
18912         to match the MS behaviour in both profiles.
18913         * appdomain.c: Bump corlib version.
18915 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
18917         This patch implements a big portion of publisher policy
18918         support, used to bind assembly versions and redirect
18919         one assembly from version A to version B.
18921         * assembly.c:
18922         New GSList loaded_assembly_bindings, for storing the cached
18923         assembly bindings.
18924         (assembly_binding_maps_name): New static function for checking if a 
18925         assembly binding information maps an assembly name.
18926         (mono_assembly_binding_info_free): New function for freeing
18927         assembly binding information resources.
18928         (get_publisher_policy_info): New static function for retrieving 
18929         assembly binding information from a MonoImage.
18930         (compare_versions): New static function for comparing an assembly
18931         binding information data and the version of an assembly name.
18932         (check_policy_versions): New static function for checking if an
18933         assembly binding info mapping an assembly name is valid for it.
18934         (mono_assembly_load_publisher_policy): New static function for
18935         loading the 'policy.major.minor.MyAssembly' image for an assembly
18936         with an assembly name 'aname'.
18937         (mono_assembly_bind_version): New static function for updating
18938         assembly redirection.
18939         (mono_assembly_apply_binding): New static function for applying
18940         assembly binding.
18941         (search_binding_loaded): New static function for searching 
18942         loaded assembly binding infos in the cache domain.
18943         (mono_assembly_load_full): Don't apply assembly binding for
18944         reflection only assemblies.
18946         * metadata-internals.h: Add MonoAssemblyBindingInfo,
18947         which contains information about assembly binding. Also
18948         declare signature for mono_config_parse_publisher_policy ()
18949         function, used to retrieve pub policy info.
18950         
18951         * mono-config.c:
18952         (publisher_policy_start): New static function used to parse publisher 
18953         policy config files.
18954         (publisher_policy_parser): New static MonoParseHandler containing 
18955         the functions used when parsing config files.
18956         (mono_config_parse_publisher_policy): New function for parsing
18957         publisher policy files.
18958         
18959 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
18961         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
18963         * marshal.c (mono_delegate_free_ftnptr): Ditto.
18965         * object.c (mono_get_addr_from_ftnptr): New helper function.
18967         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
18969         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
18971 2005-08-19  Dick Porter  <dick@ximian.com>
18973         * threads.c, threads.h, appdomain.c, appdomain.h,
18974         profiler-private.h, monitor.c, object.c, object-internals.h,
18975         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
18976         store the thread ID, so it can hold a 64 bit value if needed.
18978 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
18980         * reflection.c (mono_reflection_create_dynamic_method): Store the
18981         handle class into the method references as well so ldtoken works in
18982         dynamic methods.
18984         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
18985         types.
18987 2005-08-19  Ankit Jain <jankit@novell.com>
18989         Fix #75847.
18990         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
18991           here rather than using the method signature of a arbitrary function
18992           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
18993           two arguments.
18994           Hack done with Harinath.
18996 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
18998         * threadpool.c: disable printing stack traces when we get a exception
18999         in a threadpool thread. I need to do more testing to figure out which
19000         cases actually print this. Fixes bug #75828.
19002 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19004         * icall.c: there might be ignored whitespace after the last '='. This
19005         fixes length computation and bug #75840.
19007 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
19009         * assembly.c (mono_assembly_load_full): Consider .exe extension as
19010         well. Fixes #75809.
19012         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
19013         #75784.
19014         
19015         * reflection.c (create_custom_attr_data): Ditto.
19017 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
19019         * locales.c, culture-info.h : removed RegionLCIDMap.
19020         * culture-info-tables.h : regenerated.
19022 2005-08-16  Martin Baulig  <martin@ximian.com>
19024         * class.c (mono_type_get_name_recurse): Small fix.
19026 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
19028         * locales.c : indentation fixie.
19030 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
19032         * object-internals.h,
19033           locales.h,
19034           locales.c,
19035           culture-info.h,
19036           icall.c : added RegionInfo table support.
19037         * culture-info-table.h : regenerated for region support.
19039 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
19041         * reflection.c (resolve_object): handle all kinds of MonoMethod
19042         including generic ones
19044 2005-08-12  Ankit Jain <jankit@novell.com>
19046         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
19047           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
19049 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
19051         * process.c: Don't close a thread handle when it's NULL. This is a
19052         workaround for bug #75733.
19054 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
19056         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
19058 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
19060         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
19062 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19064         * threadpool.c: if a work item in the thread pool has a callback that
19065         catches a exception, don't propagate it after invoking the callback.
19066         Fixes bug #75336.
19068 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
19070         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
19072         * class-internals.h (MonoCachedClassInfo): Add some new fields.
19074         * class.c (mono_class_init): Load field info lazily in the AOT case.    
19076         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
19078 2005-08-03  Ankit Jain  <jankit@novell.com>
19080         Fix #75683.
19081         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
19082           PInvoke calling convention is 0.
19084 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
19086         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
19087         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
19089 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
19091         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
19092         to handle threads not started by the GC (patch by Michael Meeks
19093         <michael.meeks@novell.com>).
19095 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
19097         * reflection.c: Make buffer used in emitting types larger for some
19098         big generic types (patch by Michal Moskal).
19100 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
19102         * mono-debug.c: Fix some (not all) alignment problems.
19104 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19106         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
19107         Invoke mono_image_load_from_data_full passing the refonly
19108         parameter.
19110         * assembly.c
19111         (mono_assembly_open_from_bundle): Add the refonly argument, 
19112         in order to pass it to other methods it calls to.
19113         (do_mono_assembly_open): Add the refonly argument, in order 
19114         to pass it to other methods it calls to.
19115         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
19116         the refonly parameter to it.
19118         * image.c: Add loaded_images_refonly_hash and
19119         loaded_images_refonly_guid_hash to cache the reflection
19120         only loaded images.
19121         (mono_images_init): Initialize the hash tables used for
19122         caching the reflection only images.
19123         (load_modules): Invoke mono_image_open_full passing the refonly
19124         parameter to load the modules the correct way.
19125         (build_guid_table): Add the refonly argument, to re-build the 
19126         correct hash table.
19127         (do_mono_image_open): Added the refonly argument, in order to
19128         define it for the loaded image.
19129         (mono_image_loaded_full): New function, which receives an
19130         additional parameter to look for the image in the refonly or
19131         non-refonly section.
19132         (mono_image_loaded): Updated, using mono_image_loaded_full.
19133         (mono_image_loaded_by_guid_full): The same case that happens
19134         with mono_image_loaded_full.
19135         (mono_image_loaded_by_guid): Likewise.
19136         (register_image): Use the ref_only variable inside MonoImage
19137         to decide in which hash table store the current image.
19138         (mono_image_open_from_data_full): Rename
19139         mono_image_open_from_data to mono_image_open_from_data_full,
19140         adding the refonly argument, to define the ref_only variable 
19141         inside MonoImage.
19142         (mono_image_open_from_data): Return 
19143         mono_image_open_from_data_full.
19144         (mono_image_open_full): Rename mono_image_open to
19145         mono_image_open_full, receiving the new refonly argument,
19146         to pass it to inner methods.
19147         (mono_pe_file_open): Update this function, to open
19148         a MonoImage as a non-refonly image.
19149         (mono_image_close): Use the refonly variable inside
19150         MonoImage to remove the image from the correct caches.
19152         * image.h: Add the signatures of mono_image_open_full,
19153         mono_image_open_from_data_full, mono_image_loaded_full,
19154         mono_image_loaded_by_guid_full.
19156         * metadata-internals.h: Add the ref_only field to 
19157         MonoImage.
19158         
19159 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19161         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
19162         Fix the last behavior, which used to load the assemblies and
19163         extract MonoReflectionAssemblyName information, instead of
19164         extract it from the metadata tables. Needed for Reflection
19165         Only assemblies.
19166         
19167 2005-07-29  Martin Baulig  <martin@ximian.com>
19169         * mono-debug-debugger.c
19170         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
19171         not initialized.
19173         * mono-debug.c
19174         (mono_debug_address_from_il_offset): Check whether we have
19175         debugging support before attempting to take the lock.
19176         (mono_debug_source_location_from_address): Likewise.
19177         (mono_debug_source_location_from_il_offset): Likewise.
19178         (mono_debug_il_offset_from_address): Likewise.
19179         (mono_debug_address_from_il_offset): Likewise.
19181 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
19183         * class.c (mono_class_from_name_case): Add support for dynamic images.
19184         Fixes #75650.
19186         * object.c (mono_class_compute_gc_descriptor): Add a workaround
19187         for #75479.
19189 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
19190         
19191         * reflection.c (mono_method_get_object): Fix warning.
19193 2005-07-28  Martin Baulig  <martin@ximian.com>
19195         * mono-debug.c
19196         (mono_debug_add_wrapper): Also write the wrapper type.
19198 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
19200         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
19201         
19202         * class.c (mono_class_init): Avoid reading nested classes if the AOT
19203         data indicates the class has none.
19205 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
19207         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
19208         loader lock with the debugger lock. Prevents deadlocks for beagle.
19210         Beagle can now run on an smp box for a weekend without any
19211         issues. Woohoo!
19213 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
19215         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
19216         in a module. Fixes #75629.
19218 2005-07-26  Martin Baulig  <martin@ximian.com>
19220         * mono-debug.c (mono_debug_add_wrapper): New static method.
19221         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
19222         interncall or a wrapper.
19224         * mono-debug.h (MonoDebugWrapperData): New public typedef.
19225         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
19226         (MONO_DEBUGGER_VERSION): Bump to 51.
19228         * mono-debug-debugger.c
19229         (mono_debugger_add_type): Removed this empty function.
19230         (mono_debugger_add_method): Likewise.
19232 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
19234         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
19235         before accessing method->slot.
19237 2005-07-21  Jb Evain  <jbevain@gmail.com>
19239         * reflection.c (method_encode_clauses/class): Handle filters clauses.
19240         Fixes #75010.
19242 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
19244         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
19245         #75587.
19247 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
19249         * image.h image.c: Add mono_image_get_guid () API function.
19251 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
19253         There were issues when multiple threads tried to load
19254         assemblies. A deadlock was created between assemblies_mutex and
19255         mono_domain_assemblies_lock. This fixes the issue by making the
19256         assembly ref counting be lock free. See bug 75586.
19257         
19258         * image.c (mono_image_close): The add ref function here was using
19259         Interlocked operations while the unref was using a mutex and a
19260         --. I don't think this was ever a bug that would be exposed in a
19261         non-pendantic way (ie, by an embedder doing a ref on one thread
19262         and an unref on another), but for the sake of correctness, this is
19263         now Interlocked.
19265         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
19266         (mono_assembly_load_reference): Call mono_assembly_addref rather
19267         than touching the refcount ourselves.
19268         (mono_assembly_close): Use InterlockedDecrement to unref the
19269         assembly. Don't acquire the lock unless it is actually needed.
19271 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
19273         * class.c (mono_class_layout_fields): Fix calculation of has_references
19274         for generic types.
19276 2005-07-12  Martin Baulig  <martin@ximian.com>
19278         Applying a patch from Michal Moskal <malekith@nemerle.org>.
19280         * metadata.c
19281         (mono_type_hash): Provide better hashing for generic instances.
19282         (mono_generic_inst_hash): Improve hashing.
19283         (mono_generic_class_hash): Likewise.
19285         * reflection.c (mymono_metadata_type_hash): Improve hashing for
19286         generic instances.
19288 2005-07-12  Martin Baulig  <martin@ximian.com>
19290         * reflection.c (mono_reflection_create_runtime_class): Remove the
19291         hack for generic type definitions and non-`Run' assemblies.
19292         (mono_reflection_bind_generic_parameters): Also use
19293         `klass->wastypebuilder' to check for TypeBuilders.
19295 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
19297         * class.c (mono_class_layout_fields): Fix calculation of has_references
19298         for generic types.
19300         * class.c (inflate_generic_class): Fix a leak.
19301         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
19302         for generic types.
19304 2005-07-11  Martin Baulig  <martin@ximian.com>
19306         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
19307         on error.
19309 2005-07-11  Martin Baulig  <martin@ximian.com>
19311         * loader.c (find_method): Also lookup in
19312         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
19314 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19316         * appdomain.c (mono_domain_unload): Don't free the error message
19317         before passing it to mono_get_exception_...
19319         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
19320         
19321 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
19323         * threads.c: try to better guess an available RT signal (bug #75387).
19325 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19327         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
19328         and CACHE_OBJECT.
19330 2005-07-07  Martin Baulig  <martin@ximian.com>
19332         * class.c (mono_type_get_name_full): Return NULL for
19333         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
19334         fixes #75408.
19336 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
19338         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
19339         exit the appdomain as well being aborted.
19341         * threadpool.c: Create all threadpool threads inside the root appdomain, and
19342         change back to the root domain after calling managed code. This enables
19343         appdomains using threadpools to be unloaded.
19345 2005-07-07  Martin Baulig  <martin@ximian.com>
19347         * class-internals.h
19348         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
19349         into `MonoDynamicGenericClass' since we only need it for dynamic
19350         types.
19352         * reflection.c (mono_class_bind_generic_parameters): We don't need
19353         to compute the `parent' here.
19355 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
19357         * culture-info-table.h : regenerated.
19359 2005-07-06  Martin Baulig  <martin@ximian.com>
19361         * icall.c
19362         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
19364         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
19366 2005-07-06  Martin Baulig  <martin@ximian.com>
19368         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
19369         we're doing a signature-only comparision; fixes #74945.
19371 2005-07-06  Martin Baulig  <martin@ximian.com>
19373         * class-internals.h (MonoGenericClass): Moved some things out into
19374         a new `MonoInflatedGenericClass' type.  
19375         (MonoInflatedGenericClass): New type; the `klass' of a
19376         `MonoGenericClass' is now computed lazyly in
19377         mono_get_inflated_generic_class().      
19379         * class.c (mono_get_inflated_generic_class): New public function.
19380         (mono_class_inflate_generic_method): Removed the unused
19381         `MonoClass *' argument.
19382         (setup_generic_vtable): Don't call mono_get_inflated_method() on
19383         all the methods.
19384         (mono_class_create_generic): Make this static and merge it with
19385         mono_class_create_generic_2(); we're now called automatically from
19386         mono_get_inflated_generic_class().
19388         * loader.c (mono_method_signature): Call
19389         mono_get_inflated_method() here.
19391 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
19393         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
19394         type of fields with RVA.
19396         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
19397         for this pseudo class.
19398         (my_mono_class_from_generic_parameter): Likewise.
19399         (mono_class_init): Allow interfaces to have cctors.
19401 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
19403         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
19404         lazily for AOT methods.
19406 2005-07-05  Martin Baulig  <martin@ximian.com>
19408         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
19409         returns FALSE for a successful match, not TRUE.
19411 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
19413         * loader.c (mono_method_get_index): Optimize this a bit.
19415 2005-07-04  Martin Baulig  <martin@ximian.com>
19417         * class.c
19418         (class_compute_field_layout): Move the check for generic type
19419         definitions into mono_class_layout_fields().  Fixes #74684.
19420         (mono_class_from_generic_parameter): Correctly compute
19421         `klass->parent'; fixes #75457.
19423         * reflection.c (register_assembly, register_module): Make sure
19424         `domain->rejobject_hash' is already created.
19426 2005-07-02  Martin Baulig  <martin@ximian.com>
19428         * class-internals.h
19429         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
19430         `MonoDynamicGenericClass'.      
19432 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
19434         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
19435         returned by a field getter is null, since null is a valid value.
19437 2005-07-01  Martin Baulig  <martin@ximian.com>
19439         * reflection.c (mono_reflection_generic_class_initialize): Update
19440         the `dgclass->fields [i].parent' to the correct class.
19441         (mono_image_get_fieldref_token): Use the declaring type, not the
19442         reflected type.
19444 2005-07-01  Martin Baulig  <martin@ximian.com>
19446         * loader.c (find_method): Also look in the interfaces; fixes #75429.
19448 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
19450         * threads.c (thread_cleanup): assert that thread != NULL
19451         (wait_for_tids_or_state_change): We were using the wrong variable
19452         when accessing wait->threads. `i' was always out of the bounds of
19453         the array.
19455 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19457         * loader.c: map user32 and kernel32 to libMonoSupportW
19459 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
19461         * appdomain.c (unload_thread_main): Mark this as WINAPI.
19463 2005-06-28  Martin Baulig  <martin@ximian.com>
19465         * loader.c (method_from_methodspec): Fix #75334.
19467 2005-06-28  Martin Baulig  <martin@ximian.com>
19469         Fix #74953 - Arrays now implement the generic IList<T> interface
19470         on the 2.0 platform.
19472         * class-internals.h (MonoDefaults): Added `generic_array_class'.
19474         * reflection.c (mono_class_bind_generic_parameters): New public
19475         function; similar to mono_reflection_bind_generic_parameters(),
19476         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
19478         * domain.c (mono_init_internal): Try to initialize.
19479         `mono_defaults.generic_array_class' here; this'll only succeed if
19480         we're using the 2.0 corlib.
19482         * icall.c
19483         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
19484         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
19485         (mono_lookup_internal_call): Added support for nested classes.
19487         * loader.c
19488         (mono_get_method_from_token): Set `result->signature->pinvoke' if
19489         we're an interncall and have generic arguments.
19491         * class.c
19492         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
19493         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
19494         instance of System.Array.InternalArray<T> for arrays, so they
19495         implement the generic IList<T> interface.
19497 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
19499         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
19500         (chastamar@yahoo.com). Fixes #75374.    
19502 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
19504         * culture-info-table.h: regenerated.
19506 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19508         * icall.c: handle spaces correctly for base64 strings.
19510 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
19512         * *.c: Kill some warnings.
19514 2005-06-23  Duncan Mak  <duncan@novell.com>
19516         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
19517         that this builds on Solaris 10 (x86).
19519 2005-06-23  Martin Baulig  <martin@ximian.com>
19521         * class.c
19522         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
19523         generic type definitions.
19525 2005-06-23  Martin Baulig  <martin@ximian.com>
19527         Fix #75331.
19529         * metadata.c (mono_class_get_overrides): Renamed to
19530         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
19531         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
19532         pass it to mono_get_method_full().
19534 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
19536         * reflection.c (mono_reflection_create_runtime_class): take the
19537         mono_domain_lock in this method. Prevents deadlocks
19539 2005-06-22  Martin Baulig  <martin@ximian.com>
19541         * loader.c (method_from_methodspec): Fix #75330.
19543 2005-06-22  Martin Baulig  <martin@ximian.com>
19545         * reflection.c (type_get_qualified_name): Use
19546         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
19547         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
19548         argument; use it if we don't have an assembly name.
19550 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
19552         * object.c: In mono_message_init, set "copy out" flag for in
19553         parameters with the [Out] flag.
19555 2005-06-21  Martin Baulig  <martin@ximian.com>
19557         * class.c
19558         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
19559         and MONO_TYPE_PTR.
19561 2005-06-21  Martin Baulig  <martin@ximian.com>
19563         * class.c (mono_class_init): Don't initialize `class->fields' for
19564         generic instances since they're initialized again in
19565         compute_field_layout(). 
19566         (compute_field_layout): Set the field's `generic_info' here; fix
19567         #75320. 
19569 2005-06-21  Martin Baulig  <martin@ximian.com>
19571         * class-internals.h
19572         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
19574         * metadata.c (mono_metadata_generic_method_equal): Also
19575         distinguish the `generic_class'; fixes #75334.
19577 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19579         * domain.c:
19580         * appdomain.c:
19581         * domain-internals.h:
19582         * reflection.c: 'domain_assemblies' field is now protected by its own
19583         lock. Don't call into managed code to run the AssemblyLoad event if we
19584         now there are no registered delegates for it.
19586 2005-06-20  Martin Baulig  <martin@ximian.com>
19588         * class.c (mono_class_is_assignable_from): Use a custom version of
19589         mono_class_has_parent() to make things work for generic instances;
19590         fix #75300.
19592 2005-06-20  Martin Baulig  <martin@ximian.com>
19594         * loader.c (method_from_methodspec): Apply a patch from
19595         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
19597 2005-06-20  Martin Baulig  <martin@ximian.com>
19599         * class.c (mono_class_init): Reverted Zoltan's last change; it
19600         breaks generics.
19602 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
19604         * threads.c (wait_for_tids_or_state_change): Add missing locking.
19606 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19608         * socket-io.c: fix the index in the socket array for writable/error
19609         sockets. Fixes bug #75306.
19611 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
19613         * class.c (mono_class_init): Allow interfaces to have static ctors.
19615 2005-06-17  Martin Baulig  <martin@ximian.com>
19617         * loader.c (method_from_methodspec): Use `context->container' when
19618         parsing the `gmethod->inst'.
19620 2005-06-17  Martin Baulig  <martin@ximian.com>
19622         * class.c (mono_type_get_name_recurse): Don't add the assembly
19623         name for type arguments.
19625 2005-06-15  Martin Baulig  <martin@ximian.com>
19627         * reflection.c (mono_image_get_inflated_method_token): Encode
19628         correct klass; fixes #75260.
19630 2005-06-13 Michal Moskal <malekith@nemerle.org>
19632         * icall.c: Make GetCorrespondingMethod/Constructor take
19633         MonoReflectionMethod method not MonoMethod. Removed
19634         MonoType.GetCorrespondingField, and make
19635         MonoGenericType.GetCorrespondingField take name not
19636         MonoClassField.
19638 2005-06-13  Michal Moskal <malekith@nemerle.org>
19640         * reflection.c (field_encode_signature, encode_locals):
19641          Make sizes of buffers for types larger (for big generic types).
19642          (create_generic_typespec,
19643          mono_reflection_sighelper_get_signature_local,
19644          mono_reflection_sighelper_get_signature_field):
19645          Add asserts for too small buffers.
19647 2005-06-15  Martin Baulig  <martin@ximian.com>
19649         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
19650         if our parent is not a dynamic type.
19652 2005-06-15  Martin Baulig  <martin@ximian.com>
19654         * class-internals.h (MonoTypeNameFormat): New enum.
19656         * class.c
19657         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
19658         (mono_type_get_full_name): Removed.
19659         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
19660         argument instead of the boolean's.
19662         * icall.c (ves_icall_System_MonoType_getFullName):
19663         Added `gboolean assembly_qualified'.    
19665         * reflection.h
19666         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
19668         * reflection.c (mono_reflection_parse_type): Parse the new type
19669         name format.
19671 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19673         * icall.c: no need to convert from utf16 to utf8 and then back again
19674         after the call to GetLogicalDrives.
19676 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19678         * icall.c: frombase64. Fix problems exposed by new tests.
19680 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19682         * icall.c: added internal calls for converting char [] and strings in
19683         base64 into byte [].
19685 2005-06-10  Martin Baulig  <martin@ximian.com>
19687         * class.c (mono_class_create_generic_2): Read the nested classes
19688         from the metadata rather than from `gklass->nested_classes' since
19689         `gklass' might not be initialized yet.
19691 2005-06-09  Duncan Mak  <duncan@novell.com>
19693         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
19694         all public headers. Fixes #74919.
19696 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
19698         * domain.c: The key for proxy_vtable_hash is now a pointer
19699         array. Added new GHashFunc and GCompareFunc functions for this.
19701         * class.h: The list of interfaces in MonoRemoteClass is known in
19702         advance and can't grow (we create a new MonoRemoteClass if needed),
19703         so now the interface array can be allocated together with
19704         MonoRemoteClass.
19705         
19706         * object.c: Added a new method create_remote_class_key.
19707         Fixed mono_remote_class so it does not depend on
19708         mono_upgrade_remote_class.
19709         Removed extend_interface_array.
19710         Added new method clone_remote_class(), which makes a copy of a remote
19711         class and adds a new interface or class to it.
19712         mono_upgrade_remote_class() now creates a new remote class (or gets
19713         it from the cache) if an vtable upgrade is needed. In this way
19714         we make sure that other objects sharing the same remote class
19715         don't get the new vtable with unwanted interfaces.
19716         
19717         * object-internals.h:
19718         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
19719         
19720         * marshal.c: Track changes in mono_upgrade_remote_class().
19722 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
19723         * icall.c: Add runtime methods for obtaining members of inflated
19724         class, which were created from supplied non-inflated members. It
19725         is used in internal Get{Method,Constructor,Field} methods in
19726         System.Type
19728 2005-06-09  Martin Baulig  <martin@ximian.com>
19730         * reflection.c
19731         (mono_reflection_bind_generic_method_parameters): Fix #75169.
19733 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19734         * reflection.c (mono_image_basic_init): Define
19735         Version in MonoDynamicAssembly. 
19736         
19737 2005-06-08  Martin Baulig  <martin@ximian.com>
19739         Fix #75136.
19741         * loader.c
19742         (mono_method_signature_full): New public method; takes a
19743         `MonoGenericContext *'.
19744         (find_method): Use mono_method_signature_full() and pass the
19745         klass'es context to it.
19747         * class.c (mono_class_is_inflated_method): Use
19748         mono_method_signature_full() and pass the context to it.
19750 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
19752         * object.c: add proper locking in mono_remote_class_vtable(),
19753         fixes possible memory corruption.
19755 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
19757         * marshal.c (mono_remoting_marshal_init): set
19758         initialized after initialization.
19760 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
19762         * locales.c : hush.
19764 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
19766         * object.c (extend_interface_array): fix really silly
19767         memory corrupting / comparison bug.
19769 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19771         * reflection.c: Functions added to support the creation
19772         of CustomAttributeData, which includes Attribute data
19773         used by ReflectionOnly methods.
19775         * reflection.h:  mono_reflection_get_custom_attrs_data and
19776          mono_custom_attrs_data_construct added (functions exposed).
19778          * icall.c: Added mono_reflection_get_custom_attrs_data
19779          as icall.
19780         
19781 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
19783         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
19784         lupus's request.
19786 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
19788         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
19790         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
19791         dynamic DllImportAttribute.
19793         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
19794         dynamic DllImportAttribute.
19796         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
19797         Fixes #75162.
19799 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19801         * threads.c: avoid segfault when an unstarted thread is aborted.
19803 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
19805         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
19806         Returns the name and version of the runtime for reporting.
19808 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19810         * appdomain.c: bump corlib version.
19811         * object-internals.h: new field in MonoReflectionAssembly.
19813 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19815         * object-internals.h: Carlos forgot to add this field.
19817 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
19819         * icall.c: Added create_version to create instances
19820         of Version of MonoReflectionAssemblyName. This change helps
19821         the AssemblyName tests to keep running fine.
19822         
19823 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
19824   
19825         * object.c (mono_method_return_message_restore): A somehow less
19826         intrusive fix for #75138.
19828 2005-06-03  Raja R Harinath  <rharinath@novell.com>
19830         * object.c (mono_method_return_message_restore): Fix computation
19831         of expected number of out args.
19833 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
19835         * reflection.c (mono_image_get_method_info): Fix the case when the
19836         charset is empty.
19838 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
19840         * object.c: Added missing null check in
19841           mono_method_return_message_restore.
19843 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
19845         * reflection.c (mono_image_get_method_info): Handle the case when
19846         dllentry is empty.
19848 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
19850         * object.c: When creating the vtable for a proxy, take into account
19851         all inherited interfaces, not only the ones registered in
19852         iclass->interfaces. This fixs bug #74996.
19853         Also, in mono_method_return_message_restore, verify that the array
19854         of out args has the expected lengh.
19856 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19858         * socket-io.c: update the timeout in Poll when the call is interrupte.
19860 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19862         * socket-io.c: support abort/suspend in Select_internal after last
19863         change.
19865 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19867         * threadpool.c: remove warning.
19869 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19871         * icall.c:
19872         * socket-io.[ch]: Select_internal uses poll() now when available, thus
19873         removing the 1024 limit from select(). Runtime part of the fix for
19874         bug #71203.
19876 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
19878         * socket-io.c: when resolving the addresses for the same
19879         host returned by gethostname(), get the local IPs from the interface
19880         list. Loopback addresses are discarded if the are interfaces up with
19881         non-loopback ones. Fixes bug #63265.
19883 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
19885         * appdomain.c, verify.c, object-internals.h, reflection.c:
19886         bumped corlib number to 36, and added new extra_flags field
19887         to ReflectionMethodBuilder and friends.  Fixes #75060.
19889 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
19891         * gc.c: register a new weak link only if the object is non-null
19892         (fixes bug#75047).
19894 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
19896         * culture-info.h : short time pattern too.
19898 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
19900         * culture-info.h : expand long time pattern string length.
19902 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
19904         * culture-info-table.h : update (more French date format; #72788).
19906 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
19908         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
19909         the method is static. Fixes #75029.
19911 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
19913         * reflection.c: Update the table_idx field of method builders after
19914         saving the module, since it can change. This is a workaround for
19915         bug #74914. 
19917 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
19919         * culture-info-table.h : update (additional French date format).
19921 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
19923         * icall.c (ves_icall_type_Equals): Revert last change.
19924         
19925         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
19927         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
19929 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
19931         * class-internals.h: Added executioncontext_class field to 
19932         MonoDefaults structure.
19933         * domain.c: Cache System.Threading.ExecutionContext class in 
19934         mono_defaults.
19935         * object.c: Capture the ExecutionContext for asynchroneous calls in
19936          mono_async_result_new.
19937         * object-internals.h: Added execution_context and original_context 
19938         fields to MonoAsyncResult. Added execution_context to MonoThread.
19939         * security-manager.c|.h: Added mono_get_context_capture_method to 
19940         return the capture method (if required by the security manager or by
19941         the framework version used).
19942         * threadpool.c: Apply capture (if present) ExecutionContext in 
19943         mono_async_invoke and revert to original context after it completes.
19945 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
19947         * culture-info-table.h : updated (real hacky solution for zh-CHT).
19949 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
19951         * culture-info-table.h : zh-CHT related workaround.
19953 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
19955         * marshal.c (emit_marshal_custom): Add some error checking and call the
19956         methods in the ICustomMarshaler interface. Fixes #74875.
19957         
19958         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
19959         native->managed wrappers.
19961 2005-05-12  Martin Baulig  <martin@ximian.com>
19963         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
19964         here and use the loader lock.
19966         * mono-debug.c: Properly lock when the debugger is not attached.
19967         (mono_debug_init): Release the initial lock if we're not running
19968         in the debugger.
19970 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
19972         * marshal.c (emit_marshal_custom): Pass through NULL values without
19973         calling the custom marshalling routines.
19975         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
19976         conversion in structures. Fixes #74882.
19978 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
19980         * culture-info-table.h : zh-* cultures were missing.
19982 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
19984         * threads.c: Added a new event background_change_event which is signaled
19985         when a thread changes its background mode.
19986         Moved here several checks previously done in managed code. The checks
19987         require the thread lock, and using the thread lock in managed code
19988         can result in deadlocks.
19989         Merged Start_internal and Thread_internal into a single method. Now 
19990         Thread_internal does all work of creating and starting a thread.
19991         Added icalls for setting and getting the state of the object. Moved from
19992         managed code to avoid locking there.
19993         Added wait_for_tids_or_state_change() which is called instad of
19994         wait_for_tids when waiting for non-backround threads to end. This method
19995         will return if one of the threads ends or the background_change_event
19996         is signaled.
19997         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
19998         the background mode. This method signals the background_change_event
19999         event.
20000         * icall.c:
20001         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
20002         removed Start_internal.
20003         
20004 2005-05-11  Martin Baulig  <martin@ximian.com>
20006         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
20007         to order of some fields to get proper alignment on 64-bit machines.
20009 2005-05-11  Martin Baulig  <martin@ximian.com>
20011         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
20012         changes as they're broken and completely fuck up the debugger.
20014         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
20016 2005-05-10  Martin Baulig  <martin@ximian.com>
20018         * reflection.c (mono_reflection_generic_class_initialize): Don't
20019         call mono_class_setup_parent() here.
20021 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20023         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
20024         send/receive timeout use an integer in milliseconds. We were using a
20025         struct timeval.
20027 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20029         * locales.c:
20030         (internal_get_cultures): reserve the first slot of the array for the
20031         InvariantCulture, which will be filled in managed code.
20033 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
20035         * reflection.c (mono_image_fill_module_table): Initialize the
20036         GENERATION field as well.
20038 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20040         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
20041         Monitor.Enter on the object.
20043 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
20045         * threads.c: Enable the wait for running threads when exiting.
20046         * icall.c: Suspend all threads before exiting.
20048 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
20050         * assembly.c (mono_assembly_load_reference): Fix warning.
20052 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20054         * threadpool.c: changed the default number of threads per cpu. From now
20055         on, the default will be 20 + (5 * number of cpus) instead of 50.
20057 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
20059         * loader.c (mono_method_get_signature_full): Add locking here.
20061 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
20063         * appdomain.c: Moved methods for parsing and freeing assembly
20064         names to assembly.c.
20065         * assembly.c, domain-internals.h: Created public methods for parsing
20066         assembly names. Fixed mono_assembly_load_with_partial_name:
20067         it now finds the best match, taking into account the version,
20068         token and culture specified in the partial name. Also return
20069         the latest version if no version information is specified.
20071 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
20073         * threadpool.c: replace check for SocketAsyncCall class.
20075 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20077         * threadpool-internals.h:
20078         * Makefile.am: added threadpool-internals.h
20080         * threadpool.c: call mono_unhandled_exception on exceptions not handled
20081         that happen in threadpool threads (tested on MS).
20082         (mono_thread_pool_remove_socket): new function that dispatch any pending
20083         AIO call on a socket that is closing. By now only epoll really needs it,
20084         as select/poll wake up when the socket closes.
20087         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
20089 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
20091         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
20093 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
20095         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
20097 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
20099         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
20100         has an abort request, convert it into a suspend request.
20102 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
20104         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
20105         warning for the usage of `UnmanagedFunctionPointerAttribute' which
20106         is not supported yet.
20108 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20110         * image.c: register assemblies loaded from data (bundles) in the loaded
20111         assemblies hash. Fixes bug #74772.
20113 2005-04-29  Martin Baulig  <martin@ximian.com>
20115         * class.c (mono_type_get_name_recurse): Update to the new naming
20116         schema from the latest .NET 2.x beta2.
20117         (mono_class_setup_vtable_general): If we're a generic instance,
20118         copy the vtable from our generic type definition and inflate all
20119         the methods in it.
20121         * loader.c (find_method): Update to the new naming schema from the
20122         latest .NET 2.x beta2.
20124 2005-04-29  Raja R Harinath  <harinath@gmail.com>
20126         * class.c (mono_class_init): Add a mono_loader_unlock to the
20127         #74734 fix.
20129 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
20131         * icall.c (ves_icall_System_Environment_Exit): Remove the 
20132         suspend_all_other_threads () call for the time being, since it can hang.
20134         * threads.c (mono_thread_manage): Similarly, disable the waiting for
20135         the background threads to exit, since it can also hang.
20137         * class.c (mono_class_init): Applied patch from Ankit Jain 
20138         (radical@gmail.com). Avoid pending init errors when a field refers
20139         to a nested class using a typeref. Fixes #74734.
20141         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
20142         this for dynamic modules.
20144 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20146         * threads.c: don't wait for threads that are in the process of aborting
20147         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
20148         and waiting for background threads to finish. This makes xsp and
20149         mod-mono-server exit without random length delays and/or hangs.
20151 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20153         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
20155 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
20157         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
20158         dynamic types to prevent infinite loops. Fixes #74727.
20160         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
20161         ..._is_assignable_to.
20163 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
20165         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
20167 2005-04-25  Martin Baulig  <martin@ximian.com>
20169         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
20171         * domain.c
20172         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
20174         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
20176         * reflection.c (build_compressed_metadata): Set metadata header
20177         version to 2.0.
20179 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
20181         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
20182         number into an integral and a decimal part. Fixes #70473.
20184         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
20186 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
20188         * culture-info-table.h : reflected the latest locale-builder output.
20190 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20192         * threadpool.c: check for SuspendRequested too when deciding if
20193         mono_thread_interruption_checkpoint should be called.
20195 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20197         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
20198         * threads.c: remove interruption_mutex and use Interlocked instead. When
20199         suspending all the threads, wait for all the suspended events at once.
20200         If we're shutting down and get an APC that is going to be queued,
20201         call mono_thread_execute_interruption immediately, as the thread might
20202         be sleeping on a pthread condition or mutex.
20204         * icall.c: call mono_runtime_set_shutting_down before suspending the
20205         threads.
20207         Fixes bug #74693. And now xsp is happier when exiting.
20209 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
20211         * loader.c (mono_stack_walk): Fix #74690.
20213 2005-04-22  Martin Baulig  <martin@ximian.com>
20215         * mono-debug.h (MonoDebugMethodJitInfo): Added
20216         `MonoDebugMethodJitInfo *jit'.
20218         * mono-debug.c (mono_debug_read_method): Cache the
20219         MonoDebugMethodJitInfo in `address->jit'.
20220         (mono_debug_free_method_jit_info): New public method.
20222 2005-04-22  Martin Baulig  <martin@ximian.com>
20224         * class.c (mono_class_is_assignable_from): Disallow
20225         type parameter -> interface.
20227 2005-04-21  Dick Porter  <dick@ximian.com>
20229         * threads.c (mono_thread_create): Turn an assertion into an error.
20231 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
20233         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
20234         
20235         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
20236         Fix some gcc 4.0 warnings.
20238 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
20240         * file-io.c: fix alt dir separator char on unix systems
20241         and cleanup (fixes bug #71214).
20243 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
20245         * marshal.c: Use CALLVIRT instead of CALL when dispatching
20246         a call to a remote domain, since the method may be an
20247         interface method in the client domain. This fixes bug #74192.
20249 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20251         * threadpool.c: recv/send are now performed before going back to managed
20252         code to save one transition.
20254 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20256         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
20258         * metadata/threadpool.c: removed hack to workaround the bug above.
20260         Fixes bug #74618.
20262 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
20264         * reflection.c reflection.h: Fix handling of parameter defaults in
20265         dynamic methods. Also fixes handling of parameter attributes.
20266         Fixes #74609.
20268         * mono-debug.c (mono_debug_close_image): Fix warning.
20270 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20272         * socket-io.h: replaced old unused field with new 'blocking'.
20273         * threadpool.c: restore socket blocking state on windows(tm).
20275 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
20277         * icall.c: don't return the codebase in the AssemblyName[] returned by
20278         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
20279         * object-internals.h: Removed FIXME (fields were presents) and fixed
20280         versioncompat declaration.
20282 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20284         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
20285         not closed, so don't cleanup when it happens.
20287 2005-04-13  Chris Toshok  <toshok@ximian.com>
20289         * mono-debug-debugger.h: change prototype for
20290         mono_debugger_lookup_type.
20292         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
20293         this function, although it should probably be named
20294         mono_debugger_init_type.
20296 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20298         * threadpool.c: fix non-AIO case.
20300 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
20302         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
20303         the built-in profiler to measure just JIT compilation times.
20305 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20307         * threadpool.c: the epollfd might be closed by another thread at
20308         any time, so ignore EBADF at treat it as a "we're closing" sign.
20310 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20312         * threadpool.c: release the semaphores with a count equals to the number
20313         of working threads in both IO and regular pools. Fixed typo that messed
20314         up the count of IO pool threads. Don't initialize the pipe handles if
20315         we're using epoll.
20317 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20319         * threadpool.c: some systems don't like a NULL when deleting the socket
20320         from epoll.
20322 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20324         * threadpool.c: fix semaphore allocation.
20326 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20328         * threadpool.c: added epoll() based implementation for asynchronous IO
20329         that is used instead of the default poll() when available.
20330         It can be disabled by setting MONO_DISABLE_AIO.
20332 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20334         * threadpool.c: windows needs 'closesocket' and instead of returning
20335         0 when the stream is closed while in select, it returns -1. Fixes bug
20336         #74573.
20338 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
20340         * class.c (class_compute_field_layout): Fix the regression caused by
20341         the previous try.
20343 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20345         * threadpool.c: separate pool for socket async. IO.
20346         * threadpool.h: mono_max_worker_threads is not a global any more.
20348 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
20350         * class.c (class_compute_field_layout): Fix #74549.
20352 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20354         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
20355         use 2 connected sockets instead.
20357 2005-04-08  Miguel de Icaza  <miguel@novell.com>
20359         * mono-config.c: Add new entry point for mkbundle
20360         mono_config_parse_memory. 
20362 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20364         * threadpool.c: removed another unused function.
20366 2005-04-08  Ankit Jain  <radical@corewars.org>
20368         * reflection.c (get_default_param_value_blobs): Add 'types'
20369         parameter to get the types encoded in the constant table.
20370         (mono_param_get_objects): Use the type from the constant table,
20371         not the type of the parameter, when creating default values.
20372         Handle null default values correctly.
20374 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20376         * file-io.c:
20377         * file-io.h:
20378         * threadpool.c:
20379         * threadpool.h:
20380         * icall.c:
20381         * socket-io.c: removed dead code for async IO.
20383 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20385         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
20387         * threadpool.c: intercept socket async. calls and pass them to a thread
20388         that is polling and dispatching the job items to the threadpool as
20389         socket become ready. Fixes bugs #71217, #71933.
20391         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
20392         between char and short/ushort arrays.
20394         * socket-io.c: remove dead code.
20396 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
20398         * locales.c,
20399           icall.c : removed InternalToUpper_Comp() and
20400           InternalToLower_Comp().
20402 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
20404         * char-conversions.h : The tables were incorrectly generated. Should
20405           be generated against invariant culture.
20407 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
20409         * object.c (mono_runtime_invoke_array): Fix return value when 
20410         passing pre-created valuetype objects to ctors.
20412         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
20413         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
20414         Fixes #74338.
20416 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
20418         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
20419         only used with --security and hides the wrong corlib version error.
20421 2005-03-30  Joshua Tauberer  <tauberer@for.net>
20423         * class.c: Changed mono_class_name_from_token so that types
20424         outside of a namespace don't have an initial period.  Improved
20425         the g_warning message used in _mono_class_get when loading
20426         fails.
20427         * assembly.c: In mono_assembly_load_reference, when an assembly
20428         can't be found, "No such file or directory" is misleading and
20429         unhelpful because a few paths were checked for the presence of
20430         the assembly.  When that happens (ENOENT), display a nicer
20431         message indicating the directories that were searched.  In all
20432         cases, the warning is made easier to read for non-hackers.
20434 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
20436         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
20437         project/solution.
20438         * appdomain.h|domain.c: Removed inline from functions.
20439         * appdomain.c: Reduced warnings when compiling on windows.
20440         * icall.c: Fixed output_debug declaration to gunichar2*.
20441         * mono-config.c: Reduced warnings when compiling on windows.
20442         * rand.c: Added missing "windows.h". Added missing return value.
20443         * rawbuffer.c: Added missing winsock2.h for windows.
20444         * sysmath.h: Added mono-compiler.h header to allow/ease 
20445         compilation with non-GCC compilers.
20446         * threads.c: Fixed declarations to compile with VS.NET C compiler.
20447         Removed cast warnings.
20449         Adapted from the work of J Lothian (for VC6).
20451 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
20453         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
20454         from default_path.
20456 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
20458         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
20459         the 2.0 profile.
20461 2005-03-27  Raja R Harinath  <harinath@gmail.com>
20463         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
20464         has to be in $(exec_prefix).  $(prefix) is for arch-independent
20465         stuff, and it would probably use $(prefix)/share rather than
20466         $(prefix)/lib.
20468 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20470         * console-io.c: added 2 includes that might be missing.
20472 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
20474         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
20475         profile.
20477         * reflection.c (create_custom_attr): Allocate the params array using
20478         alloca so it gets GC tracking.
20480 2005-03-23  Chris Toshok  <toshok@ximian.com>
20482         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
20483         out some spew.
20485 2005-03-24  Raja R Harinath  <rharinath@novell.com>
20487         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
20488         changes to pick up any changes in prefix, etc.
20490 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
20492         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
20493         
20494         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
20495         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
20497 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
20499         * class-internals.h object-internals.h class.c reflection.c: Extend the
20500         mono_lookup_dynamic_token () function to return the class of the
20501         token as well. 
20503         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
20504         well. Fixes #73848.
20506 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
20508         * security-manager.c: Skip inheritance checks for intra-corlib
20509         class inheritance and method overrides. This skips a lot of checks
20510         and (anyway) permissions cannot work until corlib is loaded.
20512 2005-03-23  Martin Baulig  <martin@ximian.com>
20514         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
20515         MONO_TYPE_GENERICINST.  
20517 2005-03-23  Martin Baulig  <martin@ximian.com>
20519         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
20521 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
20523         * class.c: added locking comments to some functions.
20524         Cache the interface offsets arrays (saves about 20 KB
20525         of runtime memory in a typical app).
20526         Reduce the time overhead in mono_class_setup_supertypes ().
20528 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
20530         * icall.c: speedup and fix leaks in GetMethodsByName and
20531         GetPropertiesByName.
20533 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
20535         * reflection.c: some locking fixes.
20537 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
20539         * metadata.c: added missing break in case statement.
20541 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
20543         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
20544         typedbyref return values. Fixes #73941.
20546 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
20548         * security-manager.c|h: Added demandunmanaged method and 
20549         suppressunmanagedcodesecurity class to MonoSecurityManager.
20550         Renamed aptc class to allowpartiallytrustedcallers.
20552 2005-03-17  Martin Baulig  <martin@ximian.com>
20554         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
20556 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20558         * file-io.c: disabled file async. IO using aio_*. It uses the
20559         threadpool now. Workaround for bug #73718.
20561 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
20563         * assembly.h, mono-config.c: added code to deal with bundled configs
20564         for bundled assemblies.
20566 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
20568         * *.c, private.h: cleanup, removing old private.h header file.
20570 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
20572         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
20573         and throw_on_unmappable_char attributes.
20575 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
20577         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
20578         _ProcessName_internal.
20580 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
20582         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
20583         #73631.
20585         * icall.c threads.c threads-types.h: Remove slothash icalls as they
20586         are no longer used.
20588 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
20590         * object.c (compute_class_bitmap): Add support for generics. Fixes
20591         #73527.
20593 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
20595         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
20597 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
20599         * filewatcher.c: commented out the code for windows watcher, as we don't
20600         use it (we use the managed implementation instead).
20602 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
20604         * object-internals.h (MonoThread): Remove 'unused1' field.
20606         * appdomain.c: Bump corlib version.
20608         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
20610         * reflection.c (mono_reflection_create_runtime_class): Remove the
20611         AssemblyBuilder.Save optimization since it causes too many problems.
20613 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
20615         * exception.c|h: Added mono_get_exception_reflection_type_load to
20616         create a ReflectionTypeLoadException object.
20617         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
20618         to return NULL is a InheritanceDemand fails during reflection. Updated
20619         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
20620         ReflectionTypeLoadException if an InheritanceDemand fails during 
20621         reflection. Added icall mapping for GetLinkDemandSecurity.
20622         * security-manager.c|h: Added ves_icall_System_Security_
20623         SecurityManager_GetLinkDemandSecurity internal call to return the
20624         class and methods permissions set for a LinkDemand. Removed unused
20625         fields in MonoSecurityManager.
20627 2005-03-10  Martin Baulig  <martin@ximian.com>
20629         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
20630         it's a generic instance.
20632 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
20634         * reflection.c (mono_get_object_from_blob): Applied patch from
20635         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
20637         * class.c (mono_class_is_assignable_from): Another try at fixing 
20638         #73469 without breaking anything.
20640 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
20642         * class.c: (mono_class_is_assignable_from): Revert the last changes
20643         since they don't work with generics.
20644         
20645         * class.c (mono_class_is_assignable_from): Fix build bustage.
20647         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
20648         the managed IsAssignableFrom method. Fixes #73469.
20650         * reflection.c (mono_reflection_call_is_assignable_from): New helper
20651         function.
20653 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
20655         * object.c (mono_load_remote_field_new): Fix returning uninitialized
20656         memory when the remoting callback does not sets the out arguments.
20657         Fixes #73007.
20659         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
20660         by mistake.
20662         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
20664         * object-internals.h (MonoStackFrame): Sync with managed object layout.
20666         * appdomain.c: Bump corlib version.
20668 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
20670         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
20671         function.
20673         * threads.c (mono_thread_attach): Detect threads which are not started
20674         by the GC pthread wrappers.
20676 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
20678         * icall.c: Added new icall for RNG.
20679         * rand.c|h: Added new icall to open the RNG. This allows to share a 
20680         single handle on Linux to access /dev/urandom and fix #73183.
20682 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
20684         * object.c: setting the new vtable in a transparent proxy object must
20685         not change the GC descriptor.
20687 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
20689         * object.c: fixed compilation without GCJ support.
20690         * reflection.c: for runtime-created types ensure klass->has_references
20691         is correct (bug #73215).
20693 2005-03-02  Martin Baulig  <martin@ximian.com>
20695         * class.c (mono_class_is_assignable_from): Make this work if
20696         `oklass' is a generic instance; fixes #72831.
20698 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
20700         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
20701         with hasthis set.
20702         
20703         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
20705         * marshal.c: Reorganize native->managed marshalling code to also use
20706         the emit_marshal_... functions.
20708 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
20710         * object.c: typed allocs have issues with bitmap sizes > 30,
20711         so check for max_set >= 30.
20713 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
20715         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
20716         managed code. Fixes #73012.
20718         * metadata.h (MonoMarshalSpec): Add elem_mult field.
20720         * metadata.c reflection.c: Load/Emit elem_mult as well.
20721         
20722         * metadata.h (MonoMarshalSpec): Add comment.
20724         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
20726         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
20727         num_elem to -1 if not given.
20729         * object-internals.h (MonoReflectionMarshal): Add has_size field.
20731         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
20732         given values.
20734 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
20736         * null-gc.c (mono_gc_free_fixed): Was not compilable.
20738 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
20740         * reflection.c (encode_marshal_blob): Encode param_num field as well.
20742         * object-internals.h (MonoReflectionMarshal): Add param_num field.
20744 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
20746         * object.c: generalized the reference bitmap creation
20747         and added hooks for the new GC.
20748         * class-internals.c: removed the gc_bitmap field from MonoClass.
20750 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
20752         * domain.c: help the compiler to produce better code
20753         in mono_jit_info_table_find ().
20755 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
20757         * object.c: make all allocations look typed.
20759 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
20761         * socket-io.c: load Mono.Posix if it's not loaded already
20762         (fixes bug#73033).
20764 2005-02-24  Martin Baulig  <martin@ximian.com>
20766         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
20767         * reflection.c (dup_type): Likewise.
20769 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
20771         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
20772         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
20774 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
20776         * domain.c, threads.c, object-internals.h: make the critical thread
20777         local vars use the fast access mode (even when we're compiled in
20778         a lib). Provide accessors to be used by the jit during codegen.
20780 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
20782         * appdomain.c: Changed hook functios behavior to include
20783         support for the reflection only assemblies. Some icalls were changed
20784         to support the mentioned assemblies too. Signatures of static methods
20785         try_assembly_resolve and real_load now have an additional parameter:
20786         refonly.
20788         * assembly.c: General changes to mono_assembly_ methods to support
20789         reflection only api. Functions mono_assembly_open, mono_assembly_load,
20790         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
20791         suffix, to support an additional gbool parameter to specify whether
20792         the assembli is reflection only or not. Created some new hook functions 
20793         to add support for reflection only assemblies. Signatures of static 
20794         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
20795         have now an additional parameter: refonly.
20797         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
20798         indicating whether the assembly is reflection only or not.
20800         * exception.c: Add mono_get_exception_invalid_operation.
20802         * icall.c: Throw an InvalidOperationException when trying to invoke
20803         a property/method/event, or trying to set/get the value of a field.
20804         Also add an icall to retrieve the ref_only flag to the
20805         MonoReflectionAssembly.
20807 2005-02-23  Chris Toshok  <toshok@ximian.com>
20809         Part of fix for #72827.
20810         * mono-debug.c (mono_debug_add_method): add lexical block data to
20811         the info we write.  Kind of a hack at the moment - we copy the
20812         lexical block info from the MonoDebugMethodInfo to the
20813         MonoDebugMethodJitInfo here, before writing it.
20814         (mono_debug_read_method): read the lexical block info.
20816         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
20818         * debug-mono-symfile.h: add lexical block support.
20820         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
20821         support.
20823 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
20825         * loader.c (mono_lookup_pinvoke_call): Fix warning.
20827         * object.c (mono_runtime_free_method): Call mono_free_method () and
20828         put the TODOs there.
20830         * loader.c (mono_free_method): Free up most memory allocated for 
20831         dynamic methods.
20833 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
20835         * reflection.c: properly flag a Type argument to a
20836         named custom attr value (bug #72248).
20838 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
20840         * reflection.c: reduce code duplication in named custom
20841         attribute encoding.
20843 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
20845         * reflection.c: properly encode custom attrs of type object
20846         (bug #72649).
20848 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
20850         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
20852 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
20854         * socket-io.c: load System.dll if it's not loaded already
20855         (bug #72850 and #70477).
20857 2005-02-21  Martin Baulig  <martin@ximian.com>
20859         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
20860         generic instances.
20862 2005-02-21  Martin Baulig  <martin@ximian.com>
20864         * reflection.c (mono_image_build_metadata): We also need to
20865         "fixup" the MethodImpl table after we computed the final method
20866         indices.  Call fixup_methodimpl() to do that.
20867         (fixup_methodimpl): New private method.
20869 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
20871         * assembly.c: special case mscorlib.dll (bug#72536),
20872         patch from Carlos Alberto Cortez.
20874 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
20876         * threads-types.h threads.c: Fix build bustage.
20878         * threads.c: Use a union for long<->double conversions.
20880         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
20881         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
20883         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
20884         containing the checkpoint call with NOT_TAKEN.
20885         
20886         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
20887         checkpoint before pushing the arguments, so they won't have to be
20888         spilled to stack.
20890 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
20892         * domain.c, assembly.c, domain-internals.h: make some data
20893         const and relocation-free.
20895 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
20897         * object.c, appdomain.c, class-internals.h: introduce the
20898         MonoClassRuntimeInfo structure to hold the info needed to
20899         use a class at runtime. Made mono_class_vtable() lock-free
20900         for all the appdomains.
20902 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
20904         * metadata-internals.h, image.c: introduce a per-image mempool to
20905         be used for memory that has the same lifetime as the image.
20907 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
20909         * domain.c: In mono_init_internal(), instead of selecting the first
20910         runtime version supported by an executable, get a list of all
20911         supported versions and select the one for which an mscorlib exists
20912         (since even if the runtime supports a given version, it doesn't mean
20913         that the framework for that version is installed).
20914         Modified get_runtimes_from_exe to support this behavior.
20915         In supported_runtimes, added information about additional system
20916         assembly versions.
20917         
20918         * assembly.c: Added support for more than one system assembly version
20919         per runtime version. Updated the assembly list.
20920         In mono_assembly_remap_version, removed the initial version check,
20921         since we don't know to which version we need to compare until we
20922         get the version set on which the assembly is based.
20923         Moved the code for loading corlib into the new method
20924         mono_assembly_load_corlib(), so it can be used by the initialization
20925         code.
20926         
20927         * domain-internals.h: Updated data structures and added declaration
20928         for mono_assembly_load_corlib.
20930 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
20932         * reflection.c (resolve_object): Fix the creation of the signature in 
20933         the SignatureHelper case.
20935         * assembly.c (mono_assembly_remap_version): Fix binary search.
20936         
20937 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
20939         * class.c: Added inheritance check when a method is overloaded (from a
20940         virtual method or when implementing an interface) and when a class is
20941         inherited. Added functions to set a failure for a class and to 
20942         retreive the exception from a failure.
20943         * class-internals.h: Added fields to MonoClass to keep the exception
20944         information status for inheritance (or other exceptions) to be thrown
20945         later (i.e. not at load time).
20946         * object.c: Throw the inheritance SecurityException when a type is to 
20947         be created with either class or method inheritance violations.
20948         * reflection.c|h: Fix when getting declsec from a class. Removed 
20949         unrequired code for class. Improved sanity in parameter naming.
20950         * security-manager.c|h: Added functions to check for class and method
20951         inheritance.
20953 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
20955         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
20956         and has_finalize in dynamic types as well.
20958 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
20960         * culture-info-table.h : fixed currency format for en-GB (and so on).
20962 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
20964         * gc.c: ensure the GC handles never have 0 as a value.
20966 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
20968         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
20969         a pointer to a struct to unmanaged code. Fixes #72625.
20971 2005-02-16  Martin Baulig  <martin@ximian.com>
20973         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
20975 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
20977         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
20979 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
20981         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
20983         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
20984         UnmanagedFunctionPointerAttribute, use it for determining calling convention
20985         etc. Fixes #71471.
20987         * reflection.c (mono_custom_attrs_get_attr): New helper function.
20989         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
20991 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
20993         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
20994         changes to make the current context a field in MonoThread.
20996 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
20998         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
20999         the last change.
21000         
21001         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
21002         extracted from mono_marshal_get_native_wrapper.
21004         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
21005         to create wrappers around native functions.
21007         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
21008         delegates for arbitrary function pointers. Fixes #71472.
21010 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
21012         * threads.c: cleaned up the code a little.
21014 2005-02-15  Martin Baulig  <martin@ximian.com>
21016         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
21017         the data table.
21019         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
21020         allocate larger chunks if needed.
21022 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
21024         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
21025         in by mistake.
21027 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
21029         * domain.c: keep the domains in an array and ensure the domain ids
21030         are kept small, so they can be used as indexes to domain-specific data
21031         with a small memory overhead.
21033 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
21035         * icall.c: Handle byref types in Type icalls. Fixes #72544.
21037 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
21039         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
21041 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
21043         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
21045         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
21046         values.
21048         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
21049         
21050 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
21052         * domain-internals.h: add the hashtable here.
21054         * class-internals.h: Remove `info' from MonoMethod
21056         * domain.c: Add a new hashtable, jit_trampoline_hash
21058 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
21060         * object.c: don't set the value of static fields
21061         (fixes bug#72494).
21063 2005-02-11  Martin Baulig  <martin@ximian.com>
21065         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
21066         (mono_debug_add_method): Silently ignore the method if it's too big.
21067         (mono_debug_add_type): Likewise.
21069 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
21071         * threads.c, appdomain.c: remove #ifdefs from the code.
21073 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
21075         * metadata-internals.h: Added flags to MonoAssembly to cache the most
21076         common security informations. This allows us to stay in unmanaged code
21077         when doing LinkDemand and it's special cases (except for the first 
21078         time for initialization). The flags a very much used with --security.
21079         * reflection.c|h: Added code to get declarative security attributes 
21080         for LinkDemand and InheritanceDemand. This required to refactor the
21081         existing code for Demand.
21082         * security-manager.c|h: Added new method fields for the special cases
21083         of LinkDemand.
21085 2005-02-10  Martin Baulig  <martin@ximian.com>
21087         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
21088         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
21090 2005-02-10  Martin Baulig  <martin@ximian.com>
21092         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
21093         debugging code; this is almost a complete rewrite.
21095         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
21097 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21099         * domain.c, object.h: expose mono_string_equal () and 
21100         mono_string_hash ().
21101         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
21102         it's implemented in managed code.
21104 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21106         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
21107         lo leak objects between appdomains.
21109 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21111         * assembly.c: old compilers compilation fix from 
21112         robertj@gmx.net (Robert Jordan).
21114 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
21116         * class-internals.h: Little reminder for the future.
21118         * debug-helpers.c: Fix up wrapper_type_names
21120 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21122         * image.c, metadata-internals.h: when loading an image from a file,
21123         mmap all of it and use the same codepaths as when using a
21124         in-memory image: the code is simpler and we use less memory
21125         (both writable and readonly).
21127 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
21129         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
21130         API to alloc runtime data structures that need to be tracked by the
21131         GC and contain pointers.
21132         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
21133         make the code more readable and eventually use a different GC.
21135 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
21137         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
21138         for out arguments.
21139         
21140 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
21142         * object.c: In release_type_locks(), don't release the cctor lock
21143         if it has already been released. This fixes a crash in the
21144         thread5 test.
21146 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
21148         * gc.c, marshal.c, icall.c: register a delegate for finalization
21149         only when the native function pointer has been allocated for it.
21151 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
21153         * object.c: cleaned up some code, allocate objects that are
21154         pointer free with the atomic malloc variant. Allocate memory
21155         for static data from the mempool if it's pointer-free.
21156         Allocate the bounds array at the end of the array data, when needed.
21157         * object-internals.h, object.h: move a private function in a private
21158         header.
21159         * class.c: handle missing case in tracking references in fields.
21161 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
21163         * class.c, class-internals.h: keep track if a type has
21164         reference fields in either the instance or static fields.
21166 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
21168         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
21169         and renamed to MonoRuntimeInfo. Added fields to store the expected
21170         framework assembly version. Changed mono_get_framework_version and
21171         mono_get_runtime_version for a single mono_get_runtime_info method.
21172         
21173         * assembly.c: Added method to remap system assembly versions to the
21174         current executing runtime version. Removed old mapping code.
21175         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
21176         
21177         * icall.c, reflection.c: Track api changes.
21179 2005-02-06  Miguel de Icaza  <miguel@novell.com>
21181         * loader.c (method_from_memberref): Improve error reporting,
21182         produce the class name instead of the typeref/typedef index. 
21184 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
21186         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
21188 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21190         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
21191         stdcall and charset name mangling.  Reorganize the code and add
21192         some tracing stuff.
21194 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
21196         * monodiet.c: More iters!
21198         * marshal.c: Iter usage.
21200         * icall.c: Iter usage.
21202         * object.c: Use iters.
21204         * debug-helpers.c: More iters
21206 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21208         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
21209         under win32.
21211 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
21213         * mono-debug-debugger.c: use iters
21215         * class.c, class-internals.h: mono_class_setup_events is static
21216         now
21218         * All callers: use iters
21220 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
21222         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
21223         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
21225 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
21227         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
21229         * marshal.h: Add prototypes for ldfld/stfld_remote.
21231         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
21232         this is called during startup.
21233         
21234 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
21236         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
21237         MonoThreadsSync struct private in monitor.c. Changed the way
21238         MonoThreadsSync is allocated so it's faster and there is no
21239         need to keep track of it with a finalizer and it uses less memory.
21240         This also finally allows us to allocate mono objects as ptrfree when
21241         there are no reference fields.
21243 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
21245         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
21246         disappearing link to the GC interface and use them to simplify
21247         the gchandles code.
21249 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
21251         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
21252         stfld_remote which call mono_load/store_field_new. This allows methods
21253         calling ldfld/stfld wrappers to be AOTed.
21255         * console-io.c: Include sys/filio.h under solaris.
21256         
21257         * console-io.c: Include curses.h if needed correctly.
21259 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
21260         
21261         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
21262         method->klass as well.
21264         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
21266         * class.c (mono_class_init): Switch on lazy initialization of 
21267         methods.
21269         * class.c (mono_class_get_finalizer): Handle the case when the 
21270         finalizer is inherited.
21272 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21274         * console-io.c: <curses.h> is needed by term.h on solaris.
21276 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
21278         * icall.c, class-internals.h, monodiet.c, class.c: Remove
21279         mono_class_setup_properties where possible. Remove this ftn from
21280         the header file, and make it static.
21282 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
21284         * loader.c: Add missing setup_... call.
21286         * class.c: Add missing setup_... calls.
21288         * class.c (mono_class_init): Switch on lazy initialization of 
21289         the generic vtable.
21290         
21291         * class.c (mono_class_init): Fix generics broken by the recent changes.
21293         * monodiet.c (handle_type): Add missing setup_... calls.
21295         * class.c: Back out garbage in previous patch.
21296         
21297         * class.c: Add missing setup_... calls.
21299         * class.c (mono_class_get_method_from_name_flags): Avoid calling
21300         mono_class_setup_methods () if possible.
21302         * class-internals.h (MonoClass): Add 'has_cctor' flag.
21304         * class-internals.h (MonoCachedClassInfo): New structure.
21306         * class.c: Initialize properties and events fields of MonoClass lazily.
21308         * class.c: Add infrastructure for lazily initializing the methods and
21309         vtable fields of MonoClass. Not yet used.
21311         * class.c (mono_class_get_finalizer): New helper function.
21313         * class.c: Add infrastructure for loading some class related data from
21314         an AOT file.
21316         * object.c: Add infrastructure for initializing the vtable from data
21317         in the AOT file.
21319         * gc.c (run_finalize): Use mono_class_get_finalizer ().
21321         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
21322         appropriate initialization function before accessing parts of the
21323         MonoClass structure.
21325         * marshal.c: Fix warnings.
21326         
21327         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
21329         * mono-debug-debugger.c (get_exception_message): Use 
21330         mono_class_get_method_from_name_flags ().
21332 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
21334         * reflection.c, appdomain.c: Replace a few manual searches that
21335         Zoltan missed. (Paolo approved this part of my initial patch).
21337 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
21339         * profiler.c: disable recording statistical events at report time.
21341 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21343         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
21344         to byteswap arrays of enum values, too (bug #72080).
21346 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
21348         * appdomain.c (set_domain_search_path): Allow this to be called if
21349         domain->setup is not yet set.
21351         * loader.c (mono_method_get_index): New helper function.
21353         * loader.c reflection.c: Use mono_method_get_index ().
21355         * class.c (mono_class_get_method_from_name_flags): New helper method.
21357         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
21358         this.
21360         * class.c (mono_class_get_cctor): New helper method.
21362         * string-icalls.c object.c class.c marshal.c reflection.c: Use
21363         mono_class_get_method () to look up methods.
21365 2005-02-01  Miguel de Icaza  <miguel@novell.com>
21367         * console-io.c: Fix the build, this should work on Windows.
21369 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
21371         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
21372         be set to null to keep things valid
21374 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21376         * icall.c: added Console 2.0 icalls.
21377         * Makefile.am: added console-io.[ch]
21378         * console-io.[ch]: internal calls for Console 2.0 API.
21380 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21382         * class.c: make sure we consider all the interfaces
21383         when calculating max_interface_id (bug found by
21384         Jeroen Frijters running ikvm).
21386 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
21388         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
21389         valuetype fields to null.
21391         * object.c (set_value): Ditto. Fixes #71669.    
21393 2005-01-31  Martin Baulig  <martin@ximian.com>
21395         * metadata.c (mono_metadata_has_generic_params): New public
21396         function; checks whether something is a generic method.
21398 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
21400         * appdomain.c: fix infinite recursion when adding assemblies.
21402 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
21404         * object.c: Fix small typo to return all items for Environment.
21405         GetCommandLineArgs.
21407 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
21409         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
21410         reflection.c: more domain and assembly-unload related fixes
21411         and memory leaks plugs.
21413 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
21415         * 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.
21417 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
21419         * loader.c (mono_method_signature): Make this method lazy
21420         (mono_get_method_from_token): Don't computate the signature here.
21422         Doing this saves quite a bit of memory. I got 90 kb on starting up
21423         monodoc. It should also save some disk reads on startup.
21425         * *: MonoMethod->signature might be NULL now. You *MUST* use
21426         mono_method_signature.
21428 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
21430         * object.c (mono_runtime_get_main_args): Return an array from the
21431         current domain here. Fixes #71938.
21433 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
21435         * monitor.c: formatting changes to comply with the
21436         mono coding style and remove #ifdefs from the code.
21438 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21440         * metadata.c, private.h: remove some unneeded data
21441         and use a more compact representation for table schemas.
21443 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
21445         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
21446         to get a better distribution in hash tables.
21447         * *.c: use mono_aligned_addr_hash() where appropriate.
21448         * assembly.c: make var static.
21450 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
21452         * domain-internals.h: Put MonoJitInfo on a diet.
21454         * domain.c: Fix a warning.
21456 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21458         * gc.c: rework the gc handles code to reuse handles
21459         when freed.
21461 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
21463         * domain.c: fixed long standing bug in mono_string_equal() which
21464         was brought to light with the ldstr changes.
21466 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
21468         * reflection.c: Remove warning by adding missing include for marshal.h
21470 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
21472         * domain.c, object.c: change the ldstr_table to hold
21473         MonoString* as keys: makes the runtime isinterned lookup
21474         faster and simplifies memory management.
21476 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
21478         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
21479         possible to add imperative security checks before calling the icall.
21480         * reflection.c: Return security attributes on the original MonoMethod
21481         (and not the wrapped one). This fix permissions on icalls.
21483 2005-01-25  Dick Porter  <dick@ximian.com>
21485         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
21486         the check for mktime() support actually test the mktime() return
21487         value.  "Fixes" bug 71682, though the output is still different to
21488         MS.
21490 2005-01-25  Martin Baulig  <martin@ximian.com>
21492         * class.c (mono_class_is_assignable_from): Make this work for
21493         generic instances.
21495 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
21497         * marshal.c (mono_string_utf8_to_builder)
21498         (mono_string_builder_to_utf16): We might not have ownership of the
21499         string. In thise case, we need to create a new buffer.
21501         * object-internals.h (mono_stringbuilder_capacity): sb->str might
21502         be null, in which case, use the default capacity.
21504 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
21506         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
21507         GC events to the profiler.
21509 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
21511         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
21512         if you don't want the GC to run.
21514 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
21516         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
21517         start providing a GC API and keeping different implementations in
21518         their own file.
21519         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
21521 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
21523         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
21524         mmap rather than allocating a huge buffer.
21525         (mono_debug_close_mono_symbol_file): Free the buffer allocated
21526         above.
21528 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
21530         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
21531         and CheckExecutionRights.
21532         * reflection.c|h: Keep the index of the declarative security to be 
21533         used, instead of the pointer, when AOT compiler is used. Also add 
21534         class initialization when requesting demands.
21535         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
21536         CheckExecutionRights. Both properties are now FALSE by default, and
21537         unmodifiable, unless the --security option is used.
21539 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
21541         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
21542         reflection.c: properly refcount images and assemblies, many leaks fixed.
21544 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
21546         * threadpool.c: increase the timeout for threads in the thread pool to
21547         10s.  Fixes bug #67159.
21549 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
21551         * class-internals.h: Sun's compiler insists on explicit
21552         signed on bit fields to handle then correctly.
21554 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
21556         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
21557         Make the size of the array fit only the number of invalid path
21558         chars that we have.
21560         * class.c (_mono_class_get): Improve the error reporting when a
21561         class referenced is not found, to assist debugging. 
21563 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
21565         * threads.c: fix off-by-one error.
21566         * domain.c: free data allocated in the domain.
21568 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
21570         * reflection.c (mono_method_body_get_object): Fill out exception info
21571         as well.
21573         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
21574         structure.
21575         
21576 2005-01-19  Martin Baulig  <martin@ximian.com>
21578         * loader.c (mono_get_method_constrained): Make this work again.
21580 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
21582         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
21583         guint16 to match the managed side.
21585         * reflection.c (mono_reflection_body_get_object): Fill out local
21586         variables array.
21588         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
21589         as well.
21591         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
21592         'local_var_sig_token'.
21594 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
21596         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
21597         System.Drawing.
21599         * reflection.c (mono_method_body_get_object): Handle abstract and
21600         runtime methods.
21602 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
21604         * marshal.c, loader.c, class-internals.h, reflection.c:
21605         store the emthod data for a wrapper in an array instead of a list.
21607 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
21609         * marshal.c: change the code to allocate memory more
21610         conservatively for method wrappers.
21612 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
21614         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
21615         fields from MonoClass to the marshal info structure where they belong.
21617 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
21619         * class.c, object.c, class-internals.h, marshal.c: rearrange
21620         some fields and tweak some types to lower memory usage.
21622 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
21624         * threads.c (signal_thread_state_change): Handle the case when the
21625         target thread is the current thread.
21627         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
21629         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
21630         emit_ptr_to_object_conv. 
21632         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
21633         marshalling. Fixes #71352.
21635 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
21637         * metadata.h, blob.h: move table enum to blob.h so it can be included
21638         in any header.
21639         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
21640         cut the size of MonoImage/MonoDynamicImage.
21642 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
21644         * profiler.c (mono_profiler_install_simple): Fix default arguments.
21646 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
21648         * reflection.c, reflection.h, icall.c: add a function to check
21649         if an attribute type is defined for a metadata object.
21651 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
21653         * object-internals.h: Added some needed fields from StringBuilder class.
21654         * marshal.c: Set the maxCapacity when creating a StringBuilder.
21656 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
21658         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
21659         threads before shutting down the runtime.
21661         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
21663 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
21665         * object-internal.h, threads.c: implement stacksize and 
21666         parameterized thread start functionality (requires
21667         matching corlib). Marked broken code for later removal.
21669 2005-01-12  Martin Baulig  <martin@ximian.com>
21671         * class-internals.h (MonoGenericClass): Moved the `initialized'
21672         flag to MonoDynamicGenericClass, removed `init_pending'.
21673         (MonoGenericInst): Added `is_reference' flag.
21675 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
21677         * reflection.c (mono_image_create_pefile): Only set the pe_offset
21678         inside the MSDOS header. Fixes #71201.
21680         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
21681         gc thread.
21682         (mono_domain_finalize): Ditto.
21684 2005-01-12  Martin Baulig  <martin@ximian.com>
21686         * class.c (mono_get_shared_generic_class): Use the cache for
21687         non-dynamic generic classes.
21689         * class-internals.h (mono_class_create_generic_2): Removed
21690         function prototype, this function is now static inside class.c.
21692         * class.c (mono_class_create_generic_2): Made this static, only
21693         call it from mono_class_init() and mono_class_setup_parent().
21694         (collect_implemented_interfaces_aux): Call mono_class_init() on
21695         the interfaces we collect.
21696         (mono_class_setup_vtable): Call mono_class_init (class->parent).
21698 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
21700         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
21701         it a real thread handle.
21703         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
21704         MonoJitExceptionInfo, since each catch clause needs its own variable.
21705         
21706 2005-01-11  Dick Porter  <dick@ximian.com>
21708         * image.c (mono_pe_file_open): New variant on mono_image_open()
21709         that does not set up the CLI metadata; used for FileVersionInfo so
21710         it can get the data for windows binaries too.
21711         
21712         * process.c (process_read_string_block): Don't read off the end of
21713         the StringTable block.
21715         These both fix bug 70766.
21717 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
21719         * gc.c: set some fields to NULL at GC cleanup time.
21720         * threads.c: if we quit the main thread, call exit ().
21722 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
21724         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
21726 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
21728         * threads.h, threads.c, object.c: added accessor and settor for
21729         main_thread. Handle it specially when exiting from it: wait
21730         for other foreground threads to exit.
21732 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
21734         * process.c, verify.c: remove some bloat.
21736 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
21738         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
21739         the calling convention to cdecl under win32.
21741 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
21743         * object.c (mono_object_get_size): New function to get the size of
21744         an object instance.
21746         * profiler.c (simple_allocation): Use above.
21748 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
21750         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
21751         ves_icall_System_AppDomain_getRootDomain (as it's not required to
21752         get an appdomain by it's id and we can't assume the root's id is 0).
21753         * domain-internals.h: Change the function prototype to match.
21754         * icall.c: Change the icall table for AppDomain.
21756 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
21758         * locales.c (string_invariant_compare_char): Only compute
21759         GUnicodeTypes in the case where we need them.  Test for ordinality
21760         first and return if so.
21762         From the commit:
21764                 /*
21765                  * FIXME: here we must use the information from c1type and c2type
21766                  * to find out the proper collation, even on the InvariantCulture, the
21767                  * sorting is not done by computing the unicode values, but their
21768                  * actual sort order.
21769                  */
21771 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
21773         * loader.c: for P/Invoke methods, allow the "Internal" shared
21774         library name to refer to the calling process symbol namespace.
21776 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
21778         * Makefile.am: Add the security manager to the build.
21779         * security-manager.c|h: New. Initialization of the security manager.
21781 2005-01-07  Dick Porter  <dick@ximian.com>
21783         * threads.c: 
21784         * monitor.c: Update thread state during Monitor and WaitHandle
21785         waits.  Fixes bug 71031.
21787 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
21789         * reflection.c (property_encode_signature): Correctly handle when the
21790         property has no methods.
21792 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
21794         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
21795         
21796         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
21797         fields from mb, not rmb. Fixes #71017.
21799         * marshal.c (emit_ptr_to_str_conv): Add support for 
21800         ByValTStr -> string conversion. Fixes #71015.
21802         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
21804         * mempool.c (mono_mempool_contains_addr): New helper function.
21806 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
21808         * metadata.c (mono_metadata_compute_size): Fix size calculation of
21809         HasSematics encoded fields.
21810         
21811         * metadata.c (mono_type_to_unmanaged): Improve error message for 
21812         invalid string marshalling.
21814         * metadata.c: Fix warnings.
21815         
21816 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
21818         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
21819         profiler support.
21821 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
21823         * domain.c object.c domain-internals.h: Revert part of r38077 since the
21824         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
21825         tests.
21827 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
21829         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
21830         so methods containing these can be AOTed.
21832 2005-01-03  Martin Baulig  <martin@ximian.com>
21834         * loader.c (find_method): Removed the hack for generic instances.
21835         (method_from_memberref): If our parent is a generic instance, pass
21836         its generic type definition to find_method() and then inflate the
21837         method.
21838         (mono_get_method_constrained): Pass the generic type definition to
21839         find_method() and inflate the method later.
21841         * class-internals.h (MonoStats): Added `generic_class_count'.
21843         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
21844         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
21846         * reflection.c (mono_custom_attrs_from_params): Don't ignore
21847         generic type definitions.
21849 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
21851         * loader.c icall.c: Fix warnings.
21853 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
21855         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
21856         blittable types. Fixes #70864.
21858 2004-12-29  Martin Baulig  <martin@ximian.com>
21860         * icall.c
21861         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
21863         * reflection.c (mono_method_get_object): Create a
21864         "System.Reflection.MonoGenericMethod" for inflated methods; don't
21865         call mono_get_inflated_method().
21867         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
21869 2004-12-27  Martin Baulig  <martin@ximian.com>
21871         * class-internals.h (MonoMethod): Added `is_inflated' flag.
21872         (MonoMethodInflated): Added `inflated' field.
21874         * class.c (mono_class_inflate_generic_method): Don't really
21875         inflate the method here; just set the `is_inflated' flag in the
21876         MonoMethod.
21877         (mono_class_get_inflated_method): Actually inflate the method here
21878         if it's not already inflated; we use the MonoMethodInflated's new
21879         `inflated' field as a cache.
21881 2004-12-26  Martin Baulig  <martin@ximian.com>
21883         * class.c
21884         (inflate_generic_class): Moved some code out of inflate_generic_type().
21885         (mono_class_inflate_generic_method): If we're already inflated,
21886         inflate the context and use the declaring method; ie. make sure
21887         the declaring method of an inflated method is always the generic
21888         method definition.
21889         (mono_class_create_from_typedef): Create
21890         `class->generic_container->context->gclass'.
21892 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
21894         * metadata-internals.h, marshal.c, reflection.c: More
21895         MonoGHashTable->GHashTable.
21897         * domain-internals.h, class.c: Change MonoGHashTable's into
21898         GHashTables for some cases where no gc stuff is used
21900         All users: update apis
21902 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
21904         * metadata.c (builtin_types): Make this `const'. Makes this get
21905         put into the shareable section.
21906         (mono_metadata_init): Casts to make gcc happy.
21908 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
21910         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
21912 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
21914         * icall.c: Added an internal call to retrieve the position and length
21915         of assembly-level declarative security attributes (RequestMinimum, 
21916         RequestOptional and RequestRefuse). This is used by the Assembly class
21917         to re-create the corresponding permission sets.
21919 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
21921         * marshal.c: fix the stelemref wrapper to be type correct
21922         (and faster).
21924 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
21926         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
21927         to do key & 0x7fffffff. Hashtable already does this. It just
21928         results in longer code.
21930 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
21932         * appdomain.c: Bump corlib version.
21933         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
21934         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
21935         * reflection.c|h: Add functions to get declarative security infos
21936         (blob position and length) for assemblies, classes and methods.
21938 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
21940         * reflection.c: sort the constant table (bug #70693).
21942 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
21944         * object-internals.h, threads.c, domain.c: add accessors for
21945         the MonoThread and MonoDomain tls keys.
21947 2004-12-18  Martin Baulig  <martin@ximian.com>
21949         * class.c (inflate_generic_type): If we're inflating a generic
21950         instance, set `ngclass->context->container = context->container';
21951         ie. the container we inflated into.
21953         * metadata.c (mono_metadata_parse_generic_param): Reflect above
21954         inflate_generic_type() changes.
21956 2004-12-17  Martin Baulig  <martin@ximian.com>
21958         * class-internals.h
21959         (MonoGenericClass): Replaced `MonoType *generic_type' with
21960         `MonoClass *generic_class'.  Removed `dynamic_info'; if
21961         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
21962         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
21964 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
21966         * exception.c (mono_exception_from_token): New helper function.
21968 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
21970         * assembly.c (mono_assembly_load_with_partial_name): Call 
21971         mono_assembly_loaded before invoking the preload hooks. Fixes
21972         #70564.
21974         * object-internals.h (MonoThread): Change culture_info and 
21975         ui_culture_info into an array.
21977         * threads.c: Cache culture info objects from more than one appdomain.
21979         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
21980         current UI culture.
21982 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
21984         * threads.h threads.c appdomain.c: Clear the culture_info field of
21985         all threads during unloading if they point to an object in the dying
21986         appdomain.
21988 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
21990         * culture-info.h (TextInfoEntry): New struct
21991         * object-internals.h: sync with managed
21992         * locales.c: fill the `text_info_data' field
21993         * culture-info-tables.h: update
21995 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
21997         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
21998         collector.
22000 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
22002         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
22003         (ves_icall_ModuleBuilder_getMethodToken): Ditto
22005 2004-12-12  Martin Baulig  <martin@ximian.com>
22007         * mono-debug-debugger.c (write_type): If we're an enum and the
22008         builtin types have already been initialized, call mono_class_init().
22010 2004-12-11  Martin Baulig  <martin@ximian.com>
22012         * metadata.c (mono_metadata_load_generic_params): Added
22013         `MonoGenericContainer *parent_container' argument; automatically
22014         compute `container->is_method'; pass the correct owner to
22015         get_constraints().      
22017         * reflection.c (compare_genericparam): Sort the GenericParam table
22018         according to increasing owners. 
22020 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
22022         * profiler.c: allow disabling the default profiler.
22024 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
22026         * decimal.c, icall.c: allow disabling System.Decimal support.
22028 2004-12-09  Marek Safar <marek.safar@seznam.cz>
22030         * reflection.c: Add support for null attribute arguments.
22032 2004-12-09  Martin Baulig  <martin@ximian.com>
22034         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
22035         names to get rid of compiler warnings.
22037 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
22039         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
22040         mono_marshal_load_type_info (). Fixes #69625.
22041         (mono_marshal_get_ptr_to_struct): Likewise.
22043 2004-12-08  Martin Baulig  <martin@ximian.com>
22045         * mono-debug.h: Bumped version number to 47.
22047         * mono-debug-debugger.c
22048         (mono_debugger_event_handler, mono_debugger_event): Take two
22049         guint64 arguments insteed of a gpointer and a guint32.  
22051 2004-12-08  Martin Baulig  <martin@ximian.com>
22053         * debug-mono-symfile.h
22054         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
22055         `address' to `native_offset'.
22057 2004-12-08  Martin Baulig  <martin@ximian.com>
22059         * class.c (mono_class_create_from_typespec): Only inflate if we
22060         either have `context->gclass' or `context->gmethod'.
22062 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
22064         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
22066         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
22068         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
22070         * reflection.c (mono_assembly_get_object): Remove the workaround put
22071         in for the release.
22072         
22073         * appdomain.c: Use the corlib_internal field from MonoAssembly.
22075         * appdomain.c: Bump corlib version.
22077         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
22078         be visible in other appdomains.
22080 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
22082         * threads.c: Interlocked inc and dec for longs were messed up,
22083         use a KISS based impl for this. Fixes 70234
22085 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
22087         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
22089 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
22091         * icall.c: fix to follow policy not to allow struct
22092         arguments in icalls.
22094 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22096         * process.c: make the patch that handles spaces in file paths work
22097         on mono/windows too.
22099 2004-12-06  Martin Baulig  <martin@ximian.com>
22101         * class.c (mono_class_create_generic): Call
22102         mono_class_setup_supertypes() if we're dynamic.
22103         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
22105 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
22107         * object-internals.h: Add new fields to MonoThread.
22109         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
22111         * icall.c threads-types.h threads.c: Add new icalls.
22113         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
22115         * object-internals.h (MonoReflectionAssembly): Sync object layout with
22116         managed side.
22118         * appdomain.c: Bump corlib version.
22120         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
22121         internal assemblies. Fixes #69181.
22123 2004-12-05  Martin Baulig  <martin@ximian.com>
22125         * class.c (mono_class_inflate_generic_signature): Make this a
22126         no-op if `context' is NULL or we don't have any type parameters;
22127         also copy `sentinelpos'.        
22129 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
22131         * image.c: Add unbox_wrapper_cache.
22133         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
22135         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
22136         function generator.
22137         
22138         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
22139         Fixes #70173.
22141         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
22142         
22143 2004-12-04  Martin Baulig  <martin@ximian.com>
22145         * loader.c (mono_method_get_signature_full): New public function;
22146         like mono_method_get_signature(), but with an additional
22147         `MonoGenericContext *' argument.
22149         * class.c (mono_class_inflate_generic_signature): Formerly known
22150         as inflate_generic_signature(); make this public.
22152 2004-12-04  Martin Baulig  <martin@ximian.com>
22154         * metadata.c
22155         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
22156         instead of a `MonoGenericContainer *'.  
22157         (mono_metadata_parse_array_full): Likewise.
22158         (mono_metadata_parse_signature_full): Likewise.
22159         (mono_metadata_parse_method_signature_full): Likewise.
22160         (mono_metadata_parse_generic_inst): Likewise.
22161         (mono_metadata_parse_generic_param): Likewise.
22162         (mono_metadata_parse_mh_full): Likewise.
22163         (mono_type_create_from_typespec_full): Likewise.
22165 2004-12-03  Martin Baulig  <martin@ximian.com>
22167         * class-internals.h (MonoGenericContainer): Replaced the
22168         `MonoGenericContext * pointer with a `MonoGenericContext'
22169         structure and made it the first element.
22171 2004-12-03  Martin Baulig  <martin@ximian.com>
22173         * class.c
22174         (inflate_generic_type): Set the `context->container' when creating
22175         a new MonoGenericContext.
22176         (mono_class_inflate_generic_method): Likewise.
22177         (mono_class_create_from_typespec): Just use `context->container'
22178         to get the container.
22180         * loader.c (method_from_methodspec): Set `context->parent' from
22181         `context->container' - and if that's a method container, use its
22182         parent.  Also set the `context->container' when creating a new
22183         MonoGenericContext.
22184         (mono_get_method_from_token): Use just `context->container' to get
22185         the container.
22187         * metadata.c (do_mono_metadata_parse_generic_class): Also set
22188         `gclass->context->container'.
22190         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
22191         the `context->container' when creating a new MonoGenericContext.
22193 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
22195         * reflection.c (compare_genericparam): Sort params with identical
22196         owner by their number. Fixes gen-111 on sparc.
22198 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
22200         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
22201         around the domain changes.
22203         * appdomain.c (mono_domain_unload): Handle the case when the thread
22204         calling Unload is itself being aborted during unloading. Fixes #70022.
22206         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
22208         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
22209         checkpoint_func as an icall so it gets a wrapper.
22210         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
22211         in the cross-appdomain wrappers too.
22213         * threads.c (mono_thread_has_appdomain_ref): Make this public.
22215         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
22217         * reflection.c: Fix some memory leaks.
22218         
22219 2004-12-02  Martin Baulig  <martin@ximian.com>
22221         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
22223         * metadata.c (generic_class_cache): New static hashtable.
22224         (mono_metadata_lookup_generic_class): New public method.
22226 2004-12-02  Martin Baulig  <martin@ximian.com>
22228         * class.c (mono_class_create_from_typedef): Call
22229         mono_class_setup_parent() and mono_class_create_mono_type() before
22230         parsing the interfaces.
22232 2004-12-02  Martin Baulig  <martin@ximian.com>
22234         * metadata.c (generic_inst_cache): New static hashtable.
22235         (mono_metadata_lookup_generic_inst): New public function.
22236         (mono_metadata_inflate_generic_inst): New public function.
22237         (mono_metadata_parse_generic_inst): New public function.
22238         (do_mono_metadata_parse_generic_class): Use the new
22239         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
22240         since this'll also use the cache.
22242         * reflection.c (mono_reflection_bind_generic_method_parameters):
22243         Use mono_metadata_lookup_generic_inst() to use the new cache.
22245         * class.c (inflate_mono_type): Use
22246         mono_metadata_inflate_generic_inst() to inflate a generic
22247         instance; this'll also use the new cache.
22249         * loader.c (method_from_methodspec): Use
22250         mono_metadata_parse_generic_inst() and
22251         mono_metadata_inflate_generic_inst() rather than parsing it
22252         manually, so we can use the new cache.
22254 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
22256         * threads.c (wait_for_tids): Do not incorrectly free threads when 
22257         the wait times out.
22259 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
22261         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
22262         iter->args based on whether parameters are passed in registers (i.e.
22263         MONO_ARCH_REGPARMS is defined)
22265 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
22267         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
22268         the exception message. Fixes #70070.
22269         (method_from_methodspec): Fix warnings.
22271 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22273         * process.c: (complete_path) return the path quoted
22275 2004-12-01  Martin Baulig  <martin@ximian.com>
22277         * class-internals.h (MonoGenericInst): New structure.
22278         (MonoGenericClass): Replaced `type_argc', `type_argv' and
22279         `is_open' with `MonoGenericInst *inst'.
22280         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
22281         `is_open' with `MonoGenericInst *inst'.
22283 2004-11-30  Martin Baulig  <martin@ximian.com>
22285         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
22287         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
22288         to `generic_class_cache'.
22290         * metadata.c
22291         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
22292         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
22293         (mono_generic_inst_is_valuetype): Renamed to
22294         mono_generic_class_is_valuetype().
22296         * class-internals.h
22297         (MonoGenericInst): Renamed to MonoGenericClass.
22298         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
22299         (MonoClass): Renamed `generic_inst' to `generic_class'.
22300         (MonoGenericContext): Renamed `ginst' to `gclass'.
22302         * object-internals.h
22303         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
22305         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
22306         mono_reflection_generic_class_initialize().
22308         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
22309         now known as "System.Reflection.MonoGenericClass".
22310         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
22312 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
22314         * class-internals.h: Added a flag field to MonoClass to cache the
22315         declarative security attributes actions associated with the class.
22316         * domain-internals.h: Added booleans to MonoJitInfo to cache the
22317         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
22318         applicable to the JITted method.
22319         * reflection.c|h: Added functions to extract (as flags) which security
22320         actions are available (declaratively) for a method, class or assembly.
22321         * metadata.c|h: Added functions to search the declarative security
22322         table in the metadata.
22323         
22324 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
22326         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
22327         EXPORTEDTYPES are already in the class name cache, so there is no
22328         need to add extra code here to look at them. Just removes a bit of
22329         cruft.
22331         (ves_icall_System_Environment_get_TickCount): No need for #if
22332         WINDOWS. We already have the code in io-layer.
22334 2004-11-28  Martin Baulig  <martin@ximian.com>
22336         * loader.c
22337         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
22338         Fixes gen-112.cs.
22340 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
22342         * assembly.c (do_mono_assembly_open): Instead of having a
22343         conditional WITH_BUNDLE, incorporate support for bundles here, by
22344         having a global `bundles' variable holding a pointer to the actual
22345         bundles. 
22347         (mono_register_bundled_assemblies): New API call used by the
22348         bundle code. 
22350         See mkbundle.1 for details.
22351         
22352 2004-11-27  Martin Baulig  <martin@ximian.com>
22354         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
22355         the vtable for generic methods.
22357 2004-11-26  Martin Baulig  <martin@ximian.com>
22359         * metadata.c
22360         (mono_metadata_generic_method_hash): New public function.
22361         (mono_metadata_generic_method_equal): Likewise.
22363         * class-internals.h
22364         (MonoGenericContainer): Added `GHashTable *method_hash'.
22366         * reflection.c (ReflectionMethodBuilder): Added
22367         `MonoGenericContainer *generic_container'.
22368         (reflection_methodbuilder_to_mono_method): Don't create a new
22369         MonoGenericContainer each time we're called.
22370         (mono_reflection_bind_generic_method_parameters): Use
22371         `container->method_hash' to cache the results so we don't create a
22372         different method if we're called several times with the same
22373         arguments.
22375         * loader.c (method_from_methodspec): Use the new
22376         `container->method_hash' here, too.
22378 2004-11-26  Martin Baulig  <martin@ximian.com>
22380         * class.c (inflate_generic_signature): Correctly compute
22381         `res->has_type_parameters'.
22382         (mono_class_vtable): Use the `has_type_parameters' flag to
22383         determine whether we're a generic method.
22385         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
22387 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
22389         * object.c (mono_runtime_run_main): Fix a small memory leak.
22391 2004-11-25  Martin Baulig  <martin@ximian.com>
22393         * class.c (set_generic_param_owner): Fixed the loop.
22395 2004-11-25  Martin Baulig  <martin@ximian.com>
22397         * object.c (mono_class_vtable): Don't create any JIT wrappers for
22398         generic methods.
22400 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
22402         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
22403         names. Fixes #69787.
22405 2004-11-24  Martin Baulig  <martin@ximian.com>
22407         * class.c (mono_class_create_generic_2): If we don't have a
22408         `ginst->parent', inflate `gklass->parent' to get our parent.
22410 2004-11-24  Martin Baulig  <martin@ximian.com>
22412         * reflection.c (compare_genericparam): Correctly sort the
22413         GenericParam table; fixes #69779.
22415 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
22417         * reflection.c: When writing a PE file, don't create a huge
22418         buffer in memory. Just write the arrays we have to the file.
22419         This reduces memory usage.
22421         * metadata-internals.h: MonoDynamicStream pefile is no longer used
22422         globally.
22424 2004-11-17  Martin Baulig  <martin@ximian.com>
22426         * class.c (mono_class_init): Don't setup `class->parent' for
22427         dynamic instances; moved this to mono_class_generic_2().
22428         (mono_class_create_generic): Also set `klass->inited' for dynamic
22429         generic instances.
22430         (mono_class_create_generic_2): Don't do anything for dynamic
22431         generic instances.  Set `klass->parent' here and also call
22432         mono_class_setup_parent() here. 
22434         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
22435         `MonoType *parent' argument; set `ginst->parent' before calling
22436         mono_class_create_generic_2(), so we set the correct parent.
22438 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
22440         * reflection.c: allow getting attributes from ModuleBuilder
22441         (used by ikvm).
22443 2004-11-17  Martin Baulig  <martin@ximian.com>
22445         * class.c (mono_class_create_from_typedef): If a type parameter is
22446         inherited from an outer class, set its owner to that class.
22448 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
22450         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
22451           for (int*) written size. This fixes bug #69592.
22453 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
22455         * icall.c: Added IsAuthenticodePresnet internal call.
22456         * image.c|h: New function that check a MonoImage for an Authenticode
22457         signature in the certificate PE data directory.
22458         * security.c|h: New internal call to ask the runtime if an 
22459         Authenticode signature seems referenced in the PE header.
22461 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
22463         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
22465         * reflection.c (mono_image_create_pefile): Free the assembly streams
22466         after writing out the assembly file.
22468         * object.c (mono_runtime_run_main): Fix small memory leak.
22470         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
22471         property access modifiers. Fixes #69389.
22473 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
22475         * domain.c, object.c, object-internals.h, domain-internals.h,
22476         object.h, marshal.c: keep dynamic code info per domain.
22478 2004-11-15  Martin Baulig  <martin@ximian.com>
22480         * class.c (mono_type_get_name_recurse): Put type arguments in
22481         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
22482         see bug #68387.
22484 2004-11-15  Martin Baulig  <martin@ximian.com>
22486         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
22487         (mono_class_setup_vtable): When computing `the_cname' for a
22488         generic instance, don't include the namespace since we'd otherwise
22489         add it twice.
22491 2004-11-15  Martin Baulig  <martin@ximian.com>
22493         * class.c (mono_class_create_generic): Changed return type to void.
22494         (mono_class_create_generic_2): New public function; setup
22495         `class->method', `class->field' and `class->interfaces' here
22496         instead of in mono_class_init().
22498         * class.h (mono_class_create_generic): Moved to class-internals.h.
22500 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
22502         * reflection.c (mono_image_create_pefile): take a file HANDLE.
22503         rather than writing to memory, write to this file. Right now,
22504         we are just writting into a buffer, and copying that. However
22505         we can avoid the buffer later.
22507         (mono_dynamic_stream_reset): new function
22509         * icall.c, object-internals.h: update for the above.
22511 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
22513         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
22514         have been using gc'd memory. First it is slower, unlikely
22515         the comment in the source code said, secondly, it increases
22516         our footprint to do it in the gc.
22518         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
22519         the method so that it does not have to copy to managed code.
22521 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
22523         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
22525 2004-11-12  Martin Baulig  <martin@localhost>
22527         * reflection.c (mono_image_create_token): Allow generic method
22528         definitions here, since they may appear in an `.override'; see
22529         gen-98/gen-99 for an example.
22531 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
22533         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
22534         #69365.
22536         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
22537         descriptive.
22539 2004-11-11  Martin Baulig  <martin@ximian.com>
22541         * class.c (mono_class_setup_vtable): In an explicit interface
22542         implementation, the method name now includes the arity.
22544 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
22546         * object.c (mono_array_full_copy): Fix warning.
22548 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
22550         * appdomain.c: Removed look_for_method_by_name(). Use the new method
22551         mono_class_get_method_from_name() instead.
22552         
22553         * class-internals.h: Added two new types of wrappers. 
22554         Added MonoRemotingTarget enum. Added new trampoline function type, which
22555         takes an additional MonoRemotingTarget value as parameter, so it is
22556         possible to request a trampoline for a specific target.
22557         
22558         * class.c: Added new mono_class_get_method_from_name() method.
22559         
22560         * class.h: In MonoRemoteClass, we can have now to vtables, one for
22561         general remoting sinks and one specific for cross domain calls.
22562         
22563         * debug-helpers.c: Added new wrapper names.
22564         
22565         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
22566         of a remote class.
22567         
22568         * image.c: Porperly delete value objects form the remoting invoke hashtable.
22569         
22570         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
22571         with several other methods (mono_marshal_get_xappdomain_dispatch,
22572         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
22573         and others) can generate a fast remoting wrapper for cross domain calls.
22574         More information can be found in docs/remoting.
22575         Other changes: Removed mono_find_method_by_name, and used
22576         mono_class_get_method_from_name instead.
22577         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
22578         is stored in the remoting invoke hashtable.
22579         
22580         * marshal.h: published the new method for getting the xdomain wrapper,
22581         and also added a method for getting the adequate wrapper for a given
22582         method and target.
22583         
22584         * object-internals.h, object.c: Added a couple of methods for capying and
22585         cloning arrays.
22586         Modified mono_install_remoting_trampoline, which takes the new remoting
22587         trampoline that has a remoting target as parameter.
22588         mono_class_proxy_vtable now also takes a remoting target as parameter, and
22589         will return the most suitable vtable for the target.
22590         Added mono_remote_class_vtable, which returns the vtable of a remote class
22591         (which can be the normal remoting vtable or the xdomain vtable).
22592         
22593         * threads.c: the xdomain invoke and dispatch wrappers must also be
22594         protected against interruptions.
22596 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22598         * icall.c: use memmove in BlockCopyInternal when the source and
22599         destination arrays are the same.
22601 2004-11-09  Martin Baulig  <martin@ximian.com>
22603         * class-internals.h (MonoGenericContainer): Removed `method' and
22604         `signature', replaced them with `is_method' and `is_signature'
22605         flags.  Added `context'.
22607         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
22608         instead of a `MonoGenericContainer *'.
22610         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
22611         for dynamic type parameters.
22612         (mono_metadata_load_generic_params): Setup `container->context'.
22614         * reflection.c (mono_reflection_setup_generic_class): Setup
22615         `tb->generic_container->context'.
22616         (do_mono_reflection_bind_generic_parameters): Use
22617         mono_class_inflate_generic_type() to correctly inflate types,
22618         rather than using our own hack just for MONO_TYPE_VAR.
22620 2004-11-09  Martin Baulig  <martin@ximian.com>
22622         * class.c (mono_class_inflate_generic_method): Small fix; don't
22623         crash here.
22625         * icall.c
22626         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
22627         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
22628         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
22629         (ves_icall_Type_BindGenericParameters): Likewise.
22630         (ves_icall_Type_get_IsGenericInstance): Likewise.
22631         (ves_icall_Type_GetGenericParameterPosition): Likewise.
22632         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
22633         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
22634         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
22636 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
22638         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
22639         assembly versions and public key tokens. Fixes #69113.
22641 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
22643         * metadata.c: fix bug introduced with the type cache changes
22644         on 2004-11-06.
22646 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
22648         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
22649         the MonoClass pointer instead of the token in exception clauses.
22650         * reflection.c: updates for the above and make the code not depend
22651         on the structure of MonoExceptionClause.
22653 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
22655         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
22656         Add support for dynamic assemblies. Fixes #69114.
22658         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
22660 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
22662         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
22663         since most only those methods use it. the code member of
22664         MonoMethodPInvoke was dead, so that can be removed too. Also,
22665         remove inline_count (again, not used), and move slot so that it
22666         can share bits with some other flags. This saves 8 bytes in the
22667         structure and gives us about 50 kb back for mcs helloworld.cs
22669         * *.[ch]: Do naming changes for the above.
22671         * loader.c (mono_method_get_header): Lazily init the header
22672         on first access.
22673         (mono_get_method_from_token): don't init the header here
22674         (mono_free_method): the header may never be allocated
22676         Overall, this saves 150 kb of unmanaged allocations
22677         for mcs helloworld.cs. That accounts for 10% of the unmanaged
22678         memory at runtime.
22679         
22680         * loader.c, loader.h (mono_method_get_header): new accessor.
22682         * *.[ch]: use the above method. Prepares us to lazily load
22683         the header.
22685         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
22686         three warnings, which are actual bugs (see 69206).
22688         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
22689         unused. Saves a cool 4 bytes / method.
22691 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
22693         * metadata.c (builtin_types): Add types for System.Object here.
22694         (mono_metadata_parse_type_full): Cache MonoType*'s that are
22695         for a class or valuetype from klass->this_arg or klass->byval_arg.
22697         On mcs for a hello world, this gets us down from 21836 MonoType's
22698         to 14560.
22700         (mono_metadata_free_type): Account for the above change.
22702 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
22704         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
22705         exception instead of asserting if name is null.
22706         (ves_icall_System_AppDomain_GetData): Ditto.
22708 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
22710         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
22711         EnumBuilder.
22713         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
22714         Return NULL when the domain does not have entry_assembly set.
22716         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
22717         Add a 'resource_modules' argument.
22718         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
22720         * reflection.c (mono_reflection_create_runtime_class): Move setting
22721         of wastypebuilder here, so mono_get_type_object () returns a MonoType
22722         for enums too.
22724         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
22725         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
22726         Throw an ArgumentNullException if 'ptr' is null.
22728         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
22729         assemblies here. Fixes #69020.
22731 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
22733         * reflection.c (build_compressed_metadata): Fix the previous patch for
22734         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
22735         the stack.
22737 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
22739         * assembly.c (mono_assembly_names_equal): Allow a match if one of
22740         the cultures is false. Fixes #69090.
22742         * reflection.c (build_compressed_metadata): Fix invalid memory read 
22743         detected by valgrind.
22744         
22745         * reflection.c (mono_reflection_get_type): Avoid triggering a 
22746         TypeResolve multiple times for the same type. Fixes #65577.
22748 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
22750         * marshal.c: Avoid using ldftn to call managed functions. It is
22751         much slower than just a call.
22753         * reflection.c (mono_module_get_object): free the basename we
22754         allocate here from glib.
22755         
22756         * reflection.c (ensure_runtime_vtable): make sure to free
22757         overrides.  Also, we were allocating an array of MonoMethod not an
22758         array of MonoMethod*.
22760         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
22762         * image.c (mono_image_close): free image->guid here.
22764 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
22766         * reflection.c: Fix some spec conformance issues with the PE file
22767         structures so mcs compiled apps run on the Net 2.0 beta.
22769 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
22771         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
22772         Implement this. Fixes #67264.
22774         * debug-helpers.h debug-helpers.c marshal.c: Move 
22775         mono_find_method_by_name to debug-helpers.c.
22777 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
22779         * object.c (mono_release_type_locks): type_initialization_hash is
22780         a GHashTable.
22782         * reflection.c object.c object-internals.h: Fix warnings.
22784         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
22785         without accessors. Fixes #61561.
22787         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
22788         application base from the root domain if not set. Fixes #65641.
22789         (mono_runtime_init): Fix warning.
22791 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
22793         * appdomain.c: call mono_thread_pool_init.
22794         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
22795         of worker threads based on the number of CPUs and the environment
22796         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
22797         for non-windows (windows) systems.
22799 2004-10-27  Chris Toshok  <toshok@ximian.com>
22801         * mono-debug-debugger.c (write_class): don't call mono_class_init
22802         here, as even with the check for (!klass->init_pending), we get
22803         into a situation where we're hitting cycles in class
22804         initialization.  Fixes #68816.
22806 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
22808         * image.c: Avoid overwriting values in the loaded_images_hash when an
22809         assembly is loaded multiple times. Fixes #61152.
22811         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
22812         so multiple satellite assemblies for the same name can be loaded.
22813         Fixes #68259.
22815         * mono_domain_assembly_preload: Actually return the loaded assembly, 
22816         not NULL.
22818         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
22819         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
22821         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
22822         pending finalizers are not invoked after the appdomain has been 
22823         unloaded. Fixes #67862.
22825 2004-10-22  Martin Baulig  <martin@ximian.com>
22827         * mono-debug-debugger.c
22828         (mono_debugger_runtime_invoke): Don't box valuetypes.
22830 2004-10-22  Chris Toshok  <toshok@ximian.com>
22832         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
22833         don't hide private methods.
22835 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
22837         * icall.c: Allows the runtime to "share" (when known) the public key
22838         token of an assembly. This avoid the need to recalculate the token 
22839         (from the public key) in managed code.
22841 2004-10-21  Chris Toshok  <toshok@ximian.com>
22843         * debug-helpers.c (append_class_name): argh, revert last patch.
22844         
22845 2004-10-21  Chris Toshok  <toshok@ximian.com>
22847         * debug-helpers.c (append_class_name): use '+' as the delimiter,
22848         not '/', so that it matches what the debugger uses to look up
22849         methods.
22851 2004-10-21  Martin Baulig  <martin@ximian.com>
22853         * mono-debug-debugger.c (mono_debugger_throw_exception): New
22854         public method; this is called each time an exception is thrown and
22855         allows the debugger to use exception catch points.
22857 2004-10-21  Martin Baulig  <martin@ximian.com>
22859         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
22860         the stack pointer and the exception object in some struct and pass
22861         that to the debugger.
22863 2004-10-21  Chris Toshok  <toshok@ximian.com>
22865         * mono-debug-debugger.c (do_write_class): add instance/static
22866         event support.  We don't expose "raise" or "other" yet.
22867         (event_is_static): new method.
22869 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
22871         * mono-debug-debugger.c
22872         (mono_debugger_handle_exception): Remove
22873         bogus return value for fussy compilers.
22875 2004-10-20  Martin Baulig  <martin@ximian.com>
22877         * mono-debug-debugger.c
22878         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
22879         (mono_debugger_handled_exception): Likewise.
22881 2004-10-20  Martin Baulig  <martin@ximian.com>
22883         * mono-debug-debugger.h (MonoDebuggerEvent): Added
22884         MONO_DEBUGGER_EVENT_EXCEPTION.
22886         * mono-debug-debugger.c (mono_debugger_handle_exception): New
22887         public function to send the debugger a notification for an
22888         exception and inform it about a catch/finally clause.
22890 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
22892         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
22893         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
22894         fix 2.95 build. 
22896         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
22898 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
22900         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
22901         marshalled as [In,Out]. Fixes #58325.
22903 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
22905         * reflection.c (mono_method_body_get_object): Implement some fields.
22907 2004-10-12  Martin Baulig  <martin@ximian.com>
22909         * reflection.c (mono_reflection_bind_generic_parameters): Small
22910         fix, correctly retrieve our parent from a generic instance.
22912 2004-10-12  Martin Baulig  <martin@ximian.com>
22914         * metadata.c (mono_metadata_generic_param_equal): We always have
22915         an owner.
22917         * class.c
22918         (mono_class_from_generic_parameter): We need to have an owner.
22919         (my_mono_class_from_generic_parameter): Likewise.
22921         * reflection.c (mono_reflection_setup_generic_class): Renamed to
22922         mono_reflection_create_generic_class() and added a new
22923         mono_reflection_setup_generic_class().  
22924         (mono_reflection_initialize_generic_param): If we're a nested
22925         generic type and inherited from the containing class, set our
22926         owner to the outer class.
22928 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
22930         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
22932         * reflection.c (mono_method_body_get_object): New function to create
22933         a MethodBody object.
22935         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
22937 2004-10-11  Martin Baulig  <martin@ximian.com>
22939         * metadata.c (_mono_metadata_type_equal): Renamed to
22940         do_mono_metadata_type_equal() and made static.
22942 2004-10-11  Martin Baulig  <martin@ximian.com>
22944         * appdomain.c: Bump corlib version number to 28.
22946 2004-10-10  Martin Baulig  <martin@ximian.com>
22948         * class-internals.h
22949         (MonoGenericInst): Added `MonoGenericContainer *container'.
22950         (MonoGenericMethod): Likewise.
22951         (MonoGenericContext): Likewise.
22952         (MonoGenericParam): Added `MonoGenericContainer *owner'.
22954         * metadata.c
22955         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
22956         (do_mono_metadata_parse_generic_inst): Likewise.
22957         (mono_metadata_parse_type_full): New public method.  This is the actual
22958         mono_metadata_parse_type() implementation - with an additional
22959         `MonoGenericContainer *' argument.
22960         (mono_metadata_parse_array_full): Likewise.
22961         (mono_metadata_parse_signature_full): Likewise.
22962         (mono_metadata_parse_method_signature_full): Likewise.
22963         (mono_metadata_parse_mh_full): Likewise.
22964         (mono_type_create_from_typespec): Likewise.
22965         (mono_metadata_interfaces_from_typedef_full): New public method;
22966         this is similar to the other _full() methods, but we take a
22967         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
22968         (mono_metadata_parse_generic_param): Take an additional
22969         `MonoGenericContainer *' argument and lookup the MonoGenericParam
22970         from that container.
22971         (mono_metadata_generic_param_equal): New static method to compare
22972         two type parameters.
22973         (_mono_metadata_type_equal): New static method; takes an
22974         additional `gboolean signature_only' argument - if true, we don't
22975         compare the owners of generic parameters.
22976         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
22977         with a TRUE argument - do a signature-only comparision.
22979         * loader.c: Use the new _full() methods and pass the
22980         MonoGenericContainer to them.
22982         * object-internals.h (MonoReflectionTypeBuilder): Added
22983         `MonoGenericContainer *generic_container' field.
22984         (MonoReflectionMethodBuilder): Likewise.
22986 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
22988         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
22989         case initial images of dynamic assemblies.
22991         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
22993         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
22995         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
22996         length of event->other array.
22997         (typebuilder_setup_events): Ditto.
22999         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
23000         'assembly_by_name' and add an 'assemblies' list.
23002         * assembly.h assembly.c: Add a new search hook for determining whenever
23003         an assembly is already loaded. Use this instead of searching in the
23004         loaded_assemblies list.
23006         * domain.c appdomain.c: Implement the new search hook so loaded 
23007         assemblies are now scoped by appdomain. Fixes #67727.
23009 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
23011         * threads.c (mono_thread_attach): Initialize synch_lock field so
23012         mono_thread_detach works again.
23014         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
23015         'lib' too. Fixes #63130.
23017 2004-10-06  Jackson Harper  <jackson@ximian.com>
23019         * culture-info-tables.h: regenerated.
23021 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
23023         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
23024         implemented by other interfaces in the result. Fixes #65764.
23025         
23026         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23027         Handle unloadable modules without crashing.
23029         * image.c (load_modules): Revert the previous patch since modules must
23030         have a fixed index inside the array.
23031         
23032         * image.c (load_modules): Don't include native modules in the modules
23033         array.
23035 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
23037         * reflection.h: Add param_defaults field.
23039         * reflection.c: Add support for parameter defaults in dynamic methods.
23040         Fixes #64595.
23042         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
23043         an empty string when a type has no namespace. Fixes #64230.
23045 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
23047         * tabledefs.h: Added "internal" security actions to support non-CAS
23048         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
23049         Note: they do not seems to be used anymore in 2.0 (new metadata format)
23051 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
23053         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
23054         constructor of abstract class. Fixes #61689.
23056 2004-10-04  Martin Baulig  <martin@ximian.com>
23058         * class-internals.h (MonoGenericContainer): New type.
23059         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
23060         `MonoGenericContainer *generic_container'.
23061         (MonoClass): Replaced `gen_params' and `num_gen_params' with
23062         `MonoGenericContainer *generic_container'.
23064         * metadata.c (mono_metadata_load_generic_params): Return a
23065         `MonoGenericContainer *' instead of a `MonoGenericParam *';
23066         removed the `num' argument.
23068 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
23070         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
23071         for dynamic images.
23073         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
23074         machine fields.
23076         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
23078         * reflection.c: Save pe_kind and machine values into the generated
23079         image file.
23081         * appdomain.c: Bump corlib version number.
23083         * object-internals.h: Reorganize layout of LocalBuilder.
23085         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
23086         New helper function.
23088         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
23089         created MonoType for dynamic types. Fixes #66180.
23091 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
23093         * threadpool.c: the ares hashtable needs a critical section around it.
23094         this prevents some nasty segfaults
23096 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
23098         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
23099         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
23100         bug 67324).
23101         
23102 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
23104         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
23105         
23106 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
23108         * image.c: Always canonicalize image file names, to avoid loading
23109         the same assembly twice when referenced using a relative path.
23111 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
23113         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
23115         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
23117         * marshal.c: Fix warnings.
23119 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
23121         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
23122         attempting to marshal the delegate_trampoline as the method_addr.
23123         This patch has a static hashtable of marshalled delegates so that 
23124         we can map delegate_trampoline addresses back to delegates.  This
23125         allows a delegate passed to managed code to be passed back into native
23126         code.  Fixes #67039
23128 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
23130         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
23132         * reflection.c (method_encode_code): Align method headers properly.
23133         Fixes #66025.
23135 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
23137         * marshal.c: In the runtime invoke wrapper, reset the abort
23138         exception if it is cached. This avoids the automatic rethrowal of 
23139         the exception after the catch of the wrapper. Also check for pending
23140         interruptions before calling the managed method. This is done using
23141         the new method emit_thread_force_interrupt_checkpoint, since the
23142         normal checkpoint method is ignored when running the invoke wrapper.
23143         * object.c: If the abort exception is rethrown, set the abort_exc
23144         field of the thread, so it will be rethrown aftere every catch.
23145         * threadpool.c: Only run an interruption checkpoint if what has been
23146         requested is a stop of the thread (aborts will be ignored).
23147         * threads.c: By default, a thread will now never be interrumped while
23148         running the runtime invoke wrapper (this ensures that runtime_invoke
23149         will always return to the caller if an exception pointer is provided).
23150         There is a new special method mono_thread_force_interruption_checkpoint()
23151         to force an interruption checkpoint even if running a protected
23152         wrapper, which is used by the same runtime invoke wrapper to do a check
23153         at a safe point.
23155 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
23157         * object.c, object-internals.h: Implemented mono_release_type_locks,
23158         which releases the cctor locks held by a thread.
23159         * threads.c, threads.h: In thread_cleanup, release cctor locks held
23160         by a thread. Added mono_thread_exit() method to be used to safely stop
23161         a thread.
23163 2004-09-28  Raja R Harinath  <rharinath@novell.com>
23165         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
23166         Move null check before dereference.  Avoid indexing beyond the end
23167         of the 'modules' array.
23169 2004-09-28  Raja R Harinath  <rharinath@novell.com>
23171         * metadata-internals.h (MonoImage): Add module_count field.
23172         * image.c (load_modules): Set image->module_count.
23173         (mono_image_load_file_for_image): Use image->module_count.
23174         * reflection.c (mono_image_load_module): Append to image->modules array 
23175         of dynamic assembly.
23176         (mono_module_get_object): Fix loop to actually increment index.
23177         Use image->module_count.
23178         * assembly.c (mono_assembly_load_references): Use image->module_count.
23179         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
23180         Likewise.
23182 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
23184         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
23185         Avoid assert on generic types.
23187 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
23189         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
23191         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
23193         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
23194         function to convert a MarshalSpec structure to its managed counterpart.
23196         * reflection.c: Fix warnings.
23197         
23198         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
23199         field.
23201         * icall.c (mono_create_icall_signature): Fix build.
23203 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
23205         * icall.c: Add MakePointType icall.
23207         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
23208         warnings.
23210 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23212         * threadpool.c: reuse allocated slots in the queue.
23214 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
23216         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
23218         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
23220         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
23221         previous change.
23223         * tabledefs.h: Add constants for pinvoke attributes BestFit and
23224         ThrowOnUnmappableChar.
23226         * icall.c (ves_icall_Type_GetPacking): New icall.
23228 2004-09-24  Martin Baulig  <martin@ximian.com>
23230         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
23232 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23234         * appdomain.c:
23235         (mono_domain_set): allow setting a domain that is being unloaded.
23236         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
23237         being unloaded.
23239 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
23241         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
23242         the GetCustomAttributes icall.
23244 2004-09-23  Martin Baulig  <martin@ximian.com>
23246         * object-internals.h (MonoReflectionGenericParam): Replaced
23247         'has_ctor_constraint', `has_reference_type' and `has_value_type'
23248         with `guint32 attrs'.
23250 2004-09-23  Martin Baulig  <martin@ximian.com>
23252         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
23254 2004-09-23  Martin Baulig  <martin@ximian.com>
23256         * object-internals.h (GenericParameterAttributes): New enum.
23258 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
23260         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
23261         
23262         * class.c (init_events): Fill out event->other field.
23264         * class.c: Fix warnings.
23266         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
23268 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
23270         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
23271         walk which doesn't supply the IL offset.
23273 2004-09-22  Martin Baulig  <martin@ximian.com>
23275         * reflection.c (mono_reflection_setup_internal_class): If we're
23276         System.ValueType, System.Object or System.Enum, set
23277         `klass->instance_size' and create the vtable.
23278         (mono_reflection_create_internal_class): If we're an enum type,
23279         get the base class from our current corlib.
23281 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
23283         * reflection.h (MonoResolveTokenError): New type.
23285         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
23286         icall.
23288         * icall.c: Add an 'error' argument to the ResolveToken icalls.
23290 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
23292         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
23293         Support also calling constructors, but only for already allocated objects.
23295 2004-09-17  Geoff Norton <gnorton@customerdna.com>
23297         * reflection.c (type_get_qualified_name): If the klass is null
23298         return the typename to avoid a NullRefEx.
23299         (encode_cattr_value): Get the qualified name of the boxed type,
23300         not the underlying enumtype.  Fixes #62984.
23302 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
23304         * marshal.c: Fix problems with previous checkin.
23306 2004-09-21    <vargaz@freemail.hu>
23308         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
23309         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
23311         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
23313 2004-09-21  Geoff Norton <gnorton@customerdna.com>
23315         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
23316         should only return a type for pointers, arrays, and passbyref types.
23317         Fixes bug #63841.
23319 2004-09-21  Martin Baulig  <martin@ximian.com>
23321         * domain.c (mono_debugger_check_runtime_version): New public
23322         function.
23324         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
23326 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
23328         * reflection.c: Added missing sort to the declarative security 
23329         attributes table. MS implementation stops seeing the attributes if the
23330         token number regress in the table (as shown by ildasm and permview).
23332 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
23334         * object-internals.h (MonoReflectionModule): Add 'token' field.
23335         
23336         * reflection.c (mono_reflection_get_token): Add support for Module
23337         and Assembly.
23338         (mono_module_get_object): Set 'token' field.
23339         (mono_module_file_get_object): Set 'token' field.
23341         * icall.c: Add new Assembly and Module icalls.
23343         * appdomain.c: Bump corlib version.
23345 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
23347         * loader.h loader.c class.h class.c: Add helper functions for obtaining
23348         tokens of metadata objects.
23350         * reflection.h reflection.c (mono_reflection_get_token): New function
23351         to obtain the token of a metadata object.
23353         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
23355 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
23357         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
23358         
23359         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
23361 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
23363         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
23364         * object-internals.h: Added 3 MonoArray* members to MonoReflection
23365         AssemblyBuilder to access the permissions set in the class lib.
23366         * reflection.c: Added security attributes encoding step in 
23367         mono_image_build_metadata.
23368         * tabledefs.h: Added new security actions defined in 2.0:
23369         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
23371 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
23373         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
23374         macro parameter.
23376 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
23378         * locales.c: nullify the ICU_collator member of CompareInfo when it is
23379           finalized. There where random SIGSEVs at program termination, when
23380           an object being finalized was trying to do a string comparison and
23381           the current culture was already finalized.
23383 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23385         * threads.c: call thread_cleanup before finishing the thread if we get
23386         there.
23388 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
23390         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
23391         assemblies from the parent. Fixes #65665.
23393 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
23395         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
23396         modifiers.
23398 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
23400         * reflection.h: add prototype for mono_get_dbnull_object
23401         * reflection.c: add prototypes for get_default_param_value_blobs 
23402         and mono_get_object_from_blob for fussier compilers
23404 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
23406         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
23407         false deadlock checks in class initialization.
23409 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
23411         * image.c (mono_image_addref): Fix comment.
23413         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
23414         possible.
23416 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
23418         * reflection.c (mono_param_get_objects): Modified to return
23419         ParameterInfo.DefaultValue object.
23421         (get_default_param_value_blobs):
23422         (mono_get_object_from_blob):
23423         (mono_get_dbnull_object): New helper routines. 
23425         * object.c (mono_get_constant_value_from_blob): New helper routine
23426         carved out from get_default_field_value ()
23428         * object-internals.h (mono_get_constant_value_from_blob): Added
23429         function declaration.
23431 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
23433         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
23434         referenced assemblies. Fixes #62135.
23436         * exception.h exception.c (mono_get_exception_file_not_found2): New
23437         helper function.
23439 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
23441         * class.h class.c: Add mono_type_get_underlying_type ().
23443 2004-09-09  Geoff Norton <gnorton@customerndna.com>
23445         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
23446         Fix GetTypes() to support dynamically created assemblies.
23448 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
23450         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
23451         
23452         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
23453         previous patch.
23455         * reflection.h reflection.c loader.c: Allow dynamic construction of
23456         pinvoke methods. Fixes #65571.
23457         
23458         * reflection.c (mono_reflection_get_type): Revert previous change since
23459         it causes regressions.
23461 2004-09-08  Martin Baulig  <martin@ximian.com>
23463         * class.c (class_compute_field_layout): Don't call
23464         mono_class_layout_fields() for open generic instances.
23466 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
23467         * threads.c appdomain.c: fix typo in GC macro
23469 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23471         * threads.c: don't call mono_thread_detach() in start_wrapper(),
23472         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
23474 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
23476         * image.c (mono_image_close): Applied patch from 
23477         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
23478         assembly is loaded multiple times from data.
23479         
23480         * image.c (mono_image_open): Fix warning.
23482 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
23484         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
23485         once. Fixes #58334.
23486         
23487         * reflection.c (mono_reflection_create_runtime_class): Initialize
23488         klass->nested_classes. Fixes #61224.
23490 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
23492         * threads.c: sched_yield() on exit, to allow threads to quit.
23494 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
23496         * object.c (mono_unhandled_exception): Remove leftover debug code.
23498 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
23500         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
23502 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
23504         * marshal.c (emit_marshal_array): Really null terminate string arrays.
23505         
23506         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
23508 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
23510         * marshal.c (emit_marshal_array): Null terminate string arrays.
23511         
23512         * marshal.c (raise_auto_layout_exception): Fix warning.
23514         * reflection.c (mono_param_get_objects): Initialize the default value
23515         with DBNull.Value, not null. Fixes #62123.
23517 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
23519         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
23520         throw an exception with a cute explanation.
23522 2004-09-06  Dick Porter  <dick@ximian.com>
23524         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
23525         Close the new process's thread handle, as we don't use it.  The
23526         handle stays around forever otherwise.
23528 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
23530         * object.c (arith_overflow): Fix warning.
23532         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
23533         calling conventions in method refs. Fixes #65352.
23535         * reflection.c: Fix warnings.
23537 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
23539         * icall.c: Add a new icall for Array.Clear
23541 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
23543         * object.c: When allocating an array, we have to throw
23544         an overflow exception if any of the lengths are < 0.
23546 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
23548         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
23549         properly. Also move implementation of string array marshalling to 
23550         managed code. Fixes #42316.
23552 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23554         * assembly.c: provide more information when loading an assembly fails.
23556 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
23558         * filewatcher.c: don't expect the development fam package to be
23559         installed.
23561 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
23563         * marshal.c: Make a copy of the signature cookie since it will be
23564         freed by the caller.
23565         
23566         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
23568         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
23570         * metadata.c (mono_metadata_free_marshal_spec): New function to free
23571         marshal specs.
23573         * marshal.c: More refactoring.
23574         
23575         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
23576         smaller functions.
23578 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
23580         * object.c: In mono_message_invoke, fill the output parameter array after
23581           calling the managed method (it was done before the call). This fixes
23582           bug #59299.
23584 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
23586         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
23587         as well.
23589 2004-09-02  Martin Baulig  <martin@ximian.com>
23591         * class.c (mono_class_instance_size): Don't allow generic type
23592         definitions or open generic instances.
23593         (mono_class_array_element_size): If we're a value type, call
23594         mono_class_instance_size() on the original class.
23596         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
23597         handle generic instances.
23599         * mono-debug-debugger.c (write_type): Handle generic instances
23600         like classes.
23602 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
23604         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
23605         the allocation request fails. Fixes #65089.
23607         * object.c (mono_runtime_free_method): Do not call mono_free_method.
23608         
23609         * object.c (mono_runtime_free_method): New function to free a dynamic
23610         method.
23612         * marshal.c (mono_delegate_free_ftnptr): New function to free the
23613         delegate trampoline.
23615         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
23616         with hasthis as dynamic,
23618         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
23620         * domain.c (mono_jit_info_table_remove): New function to remove an
23621         entry from the jit info table.
23623         * class-internals.h (MonoMethod): Add 'dynamic' field.
23625         * loader.c: Fix warnings.
23627 2004-09-01  Martin Baulig  <martin@ximian.com>
23629         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
23630         instead of mono_debugger_lock() because the latter one is a no-op
23631         unless running in the debugger.
23633 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
23635         * class.c (class_compute_field_layout): Classes with auto-layout or
23636         reference fields are not blittable.
23637         
23638 2004-09-01  Dick Porter  <dick@ximian.com>
23640         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
23641         mono_image_get_filename() to get the assembly location.
23643         * icall.c:
23644         * metadata.h: Fix compile warnings
23646 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
23648         * class.c (class_compute_field_layout): System.Object is blittable.
23650         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
23651         as in/out. Fixes #59909.
23653 2004-09-01  Martin Baulig  <martin@ximian.com>
23655         * metadata.h (MONO_TYPE_ISREFERENCE): Call
23656         mono_metadata_generic_inst_is_valuetype() if we're a generic
23657         instance to check whether our underlying type is a reference type.
23659 2004-09-01  Martin Baulig  <martin@ximian.com>
23661         * metadata.c (mono_type_size): If we're a generic instance, call
23662         mono_class_value_size() for value types.
23664 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
23666         * marshal.c: Implement more custom marshalling functionality. Fixes
23667         #64915.
23669 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
23671         * mono-debug.c, debug-mono-symfile.c: add some locking love.
23673 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
23675         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
23677         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
23679         * icall.c: Fix some warnings.
23681         * threads.c (abort_appdomain_thread): Fix unref errors.
23682         (mono_thread_current): Fix THREAD_DEBUG define.
23684 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
23686         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
23688         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
23690 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
23692         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
23693         string arrays.
23695 2004-08-28  Martin Baulig  <martin@ximian.com>
23697         * metadata.c
23698         (mono_metadata_generic_inst_is_valuetype): New public function.
23700         * metadata.h (MONO_TYPE_ISSTRUCT): Call
23701         mono_metadata_generic_inst_is_valuetype() if we're a generic
23702         instance to check whether our underlying type is a valuetype.
23704 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
23706         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
23707         #63768.
23709 2004-08-25  Martin Baulig  <martin@ximian.com>
23711         * loader.c (mono_get_method_from_token): Abstract methods can also
23712         be generic and thus have type parameters.
23714         * metadata-internals.h
23715         (MonoDynamicImage): Added `GPtrArray *gen_params'.
23717         * reflection.c (mono_image_get_generic_param_info): Don't create a
23718         metadata row, just add an entry to the `gen_params' array.
23719         (build_compressed_metadata): Sort the `gen_params' array and then
23720         actually create the metadata.
23722 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23724         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
23726 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
23728         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
23730 2004-08-24  Martin Baulig  <martin@ximian.com>
23732         * class.cs (mono_class_is_subclass_of): Like an interface, a
23733         generic instance also derives from System.Object.
23735 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
23737         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
23738         custom modifiers to be in any order. Fixes #61990.
23740 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
23742         * object.c: Register mono_object_new_fast icall.
23743         
23744         * object.c (mono_class_get_allocation_ftn): Return to calling
23745         mono_object_new_fast, since it seems faster to compute the object 
23746         size in unmanaged code than passing it as a parameter.
23748         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
23750         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
23751         this function with Boehm as the oom handler, so we don't have to check
23752         the result of GC_malloc.
23754         * object.c: Remove checks for oom.
23756         * object.h object.c (mono_class_get_allocation_ftn): New function to
23757         return the icall which can be used to allocate an instance of a given
23758         class. 
23760         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
23762         * class-internals.h: Add 'enabled' field.
23764 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
23766         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
23768 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
23769         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
23770         value 0x0010.
23772 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
23774         * appdomain.c: use the Tls function for appdomain too,
23775         at Zoltan's request. Actually return in mono_context_get
23777         * appdomain.c, profiler.c, threads.c: use __thread
23779 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
23781         * appdomain.c threads.c: Call GC_CreateThread on windows.
23783         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
23784         multiple libraries since this don't work on windows.
23786 2004-08-18  Martin Baulig  <martin@ximian.com>
23788         * class-internals.h
23789         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
23790         MonoMethodHeader.
23792         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
23793         MonoMethodNormal since we also need it for abstract and interface
23794         methods.
23796         * reflection.c
23797         (build_compressed_metadata): Sort the GenericParam table.
23798         (mono_image_create_token): Added `gboolean create_methodspec'
23799         argument; this is false when generating a MethodImpl token.
23800         (reflection_methodbuilder_to_mono_method): Abstract and interface
23801         methods may also have generic parameters.
23803 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
23805         * appdomain.c: thread local alloc
23807 2004-08-17  Martin Baulig  <martin@ximian.com>
23809         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
23811         * icall.c
23812         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
23813         argument.
23815         * class.c (mono_type_get_full_name): New public function.
23816         (mono_type_get_name): Don't include the type arguments.
23818 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
23820         * Makefile.am: Build static versions of libmetadata and libmonoruntime
23821         for inclusion into the mono executable.
23823 2004-08-16  Martin Baulig  <martin@ximian.com>
23825         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
23826         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
23828 2004-08-14  Martin Baulig  <martin@ximian.com>
23830         * class.c (dup_type): Also copy the `byref' field.
23832 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
23834         * reflection.c (create_dynamic_mono_image): Revert the last change 
23835         since it breaks bootstrap.
23837 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
23839         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
23841         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
23842         not free them with g_free.
23844 2004-08-11  Martin Baulig  <martin@ximian.com>
23846         * reflection.c (mono_reflection_setup_internal_class): Also call
23847         mono_class_setup_mono_type() if we already have a `tb->type.type'.
23849 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
23851         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
23852         called during default (first) AppDomain creation. Keep track of
23853         Evidence when loading assemblies.
23855 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
23857         * opcodes.c, opcodes.h: reduce runtime relocations.
23859 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
23861         * culture-info.h, locales.c: fixes and chages to sue the new
23862         optimized format of the locale data.
23863         * culture-info-tables.h: regenerated.
23865 2004-08-06  Geoff Norton <gnorton@customerdna.com>
23866         
23867         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
23869 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
23871         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
23872         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
23873         * domain-internals.h: icall declaration.
23874         * icall.c: icall registration.
23875         * object-internals.h: New fields in MonoAssembly for CAS.
23877 2004-08-05  Duncan Mak  <duncan@ximian.com>
23879         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
23880         CEE_LDELEM_ANY.
23882 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
23884         * reflection.c: fix to deal with object[] arrays in custom ctors
23885         (bug #62550).
23887 2004-08-05  Martin Baulig  <martin@ximian.com>
23889         * class.c (mono_class_array_element_size): Added support for
23890         generic instances and correctly handle "recursive" types.
23892 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
23894         * assembly.c: Fix warnings.
23896 2004-08-04  Martin Baulig  <martin@ximian.com>
23898         * class.c
23899         (mono_type_get_name_recurse): Added `gboolean include_arity'
23900         argument specifying whether or not we should include the generic
23901         arity in the type name.
23902         (_mono_type_get_name): New static function.
23903         (mono_class_setup_vtable): If we're a generic instance, don't
23904         include the generic arity in the names of explicit method
23905         implementations.        
23907 2004-08-03  Martin Baulig  <martin@ximian.com>
23909         * class.c (mono_type_get_name_recurse): Enclose the generic type
23910         arguments in `<', '>'.
23912 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
23914         * gc.c: make GC warning messages use the trace API, they are just
23915         noise to most of the users.
23917 2004-08-03  Martin Baulig  <martin@ximian.com>
23919         * debug-mono-symfile.c (read_string): Correctly read the string.
23921 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
23923         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
23924         
23925         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
23926         icalls.
23927         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
23929 2004-07-30  Martin Baulig  <martin@ximian.com>
23931         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
23932         Reflect latest symbol writer changes.   
23934 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
23936         * object.c: always create an object if null is passed
23937         to Invoke() where a valuetype is expected.
23939 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
23941         * marshal.c (mono_marshal_init): make managed
23942         signatures match native ones better for 64bits.
23944 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23946         * appdomain.c: hack to build correctly the private bin path on windows.
23947         Fixes bug #61991.
23949 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
23951         * assembly.c: Load mscorlib from the correct framework directory
23952           (mono/<version>/mscorlib.dll).
23953         * appdomain.h: Added prototypes for new functions.
23954         * internals.h: Added some prototypes.
23955         * domain.c: When initializing the runtime, get from the executable and
23956           the configuration files the runtime version that the app supports.
23957           Added support methods for reading app.exe.config. Added list of versions
23958           supported by the JIT. Added two new methods: mono_init_from_assembly,
23959           which initializes the runtime and determines the required version from
23960           the provided exe file, and mono_init_version, which initializes
23961           the runtime using the provided version.
23962         * icall.c: Get machine.config from version-specific directory.
23963         * reflection.c: When generating an image, embed the version number
23964           of the current runtime.
23966 2004-07-28  Dick Porter  <dick@ximian.com>
23968         * socket-io.c
23969         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
23970         returned sockaddr size before creating the remote address object.
23971         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
23972         61608.
23974 2004-07-28  Dick Porter  <dick@ximian.com>
23976         * locales.c (string_invariant_compare_char): Fix invariant char
23977         compares between upper and lower cases.  Fixes bug 61458.
23979 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
23980         
23981         * marshal.c: actually cache stelem.ref wrappers.
23982         
23983 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
23985         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
23986         sections and remove the mono_cli_rva_map () function.
23988 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
23990         * debug-mono-symfile.c: fix one more endianess issue, from a patch
23991         by Geoff Norton (<gnorton@customerdna.com>).
23993 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
23995         * class.c: fix class loads for pointer types (typeof(int) !=
23996         typeof(int*)).
23998 2004-07-27  Martin Baulig  <martin@ximian.com>
24000         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
24001         reading the debugging information from an external ".mdb" file.
24003 2004-07-24  Martin Baulig  <martin@ximian.com>
24005         * reflection.c (mono_image_get_type_info): Only write a class
24006         layout entry if we actually have a size or a packing size.
24008 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
24010         * reflection.c (type_get_fully_qualified_name): 
24011         insert cast to get type checking of ?: with non-gcc compilers
24013 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
24015         * rand.c: use g_getenv for both lookups of
24016         MONO_EGD_SOCKET
24018 2004-07-17  Martin Baulig  <martin@ximian.com>
24020         * reflection.c (mono_reflection_bind_generic_method_parameters):
24021         Set `gmethod->reflection_info'.
24023 2004-07-17  Martin Baulig  <martin@ximian.com>
24025         * class.c (mono_class_create_from_typedef): Insert the newly
24026         created class into the hash table before computing the interfaces
24027         since we could be called recursively.
24029 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
24031         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
24032         function to implement stelem.ref in managed code
24033         * class-internals.h, debug-helpers.c: a new wrapper type
24034         for the above.
24036 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
24038         * gc.c: allow GC handles to work even when no GC is compiled in.
24039         Fix part of bug #61134 (GetAddrOfPinnedObject).
24041 2004-07-13  Peter Williams  <peter@newton.cx>
24043         * process.c (complete_path): Make sure we don't attempt to execute
24044         directories.
24046 2004-07-12  Geoff Norton <gnorton@customerdna.com>
24048         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
24049           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
24050           and will add/subtract the hour if needed
24052 2004-07-12  Martin Baulig  <martin@ximian.com>
24054         * reflection.c (mono_field_get_object): If we have
24055         `field->generic_info', take the attributes from
24056         `field->generic_info->generic_type'.    
24058 2004-07-12  Martin Baulig  <martin@ximian.com>
24060         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
24061         This function must be called before initializing the runtime.
24062         (mono_debug_init_1): New function; call this after initializing
24063         the runtime, but before loading the assembly.  It tells the
24064         debugger to load corlib and the builtin types.
24066         * mono-debug-debugger.c: Did some larger changes in the debugging
24067         code; support recursive class declarations, make sure we actually
24068         add all classes.
24070 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24072         * debug-helpers.c: undo my previous patch and fixed the real issue in
24073         ../mini/exceptions-x86.c
24075 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24077         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
24078         when no HOME env. variable was set and a NullRef was thrown in a .cctor
24079         called from other .cctors.
24081 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
24083         * loader.c: Removed the mono_loader_wine_init hack now that we are
24084         doing a managed version of Windows.Forms.
24086 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
24088         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
24089         threadpool.c, threads.c: remove static data from rootset.
24091 2004-07-09  Dick Porter  <dick@ximian.com>
24093         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
24094         Don't do any more processing if the matched length was 0.  It was
24095         increasing the size of the string before.  Fixes bug 61167.
24097 2004-07-09  Dick Porter  <dick@ximian.com>
24099         * socket-io.h:
24100         * socket-io.c
24101         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
24102         Add support for SO_PEERCRED if its available.
24104 2004-07-09  Peter Bartok <pbartok@novell.com>
24105         * loader.c: winelib.exe.so error message is now only displayed if
24106         MONO_DEBUG is set. To help us avoid questions when people are trying
24107         out the new Managed.Windows.Forms.
24109 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
24111         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
24112         for isinst and castclass wrappers.
24114         * class-internals.h icall.c: Move registration and lookup of JIT icalls
24115         to libmetadata from the JIT, so they could be used by the marshalling
24116         code and the interpreter.
24118         * marshal.c: Register marshalling related JIT icalls here instead of
24119         in mini.c. Use CEE_MONO_ICALL instead of the family of 
24120         CEE_MONO_PROC<x> opcodes to call marshalling functions.
24122         * metadata.h: Remove unneeded marshalling conversions.
24124         * opcodes.c: Update for new opcodes.
24125         
24126 2004-07-08  Martin Baulig  <martin@ximian.com>
24128         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
24129         (mono_debug_get_domain_data): Make this function static.
24131 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
24133         * gc.c, object.h: add nice GC handle API for embedders.
24135 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
24137         * reflection.c: more changes for the new api
24139         * object.c: When we reflect on a field w/ a constant value, it
24140         will not have a memory location, so we must access metadata. Also,
24141         allow easier reading of strings so that we can read them from
24142         the constant data.
24144         * class.c (mono_class_layout_fields): no need for literal fields here.
24146         * class-internals.h: api changes for const fields
24148         * icall.c (ves_icall_get_enum_info): use new apis for const fields
24150 2004-07-06  Martin Baulig  <martin@ximian.com>
24152         * mono-debug.h: Increment version number to 44.
24154         * mono-debug.c (mono_debug_add_wrapper): The second argument is
24155         now a gpointer, rewrote this whole method.
24157         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
24158         function.  Add information about the wrapper in a new "misc table".
24160         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
24161         for the new misc table.
24163 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
24165         * metadata-internals.h image.c: Add a cache for helper signatures.
24167         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
24169 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
24171         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
24172         delegates from a delegate. Fixes #61033.
24173         
24174         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
24175         marshalling of stringbuilder arrays. Fixes #59900.
24177 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
24179         * icall.c: Add EnumBuilder:setup_enum_type icall.
24181 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
24183         * icall.c: Added a new icall for the property version of
24184         OffsetOfStringData.
24186 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
24188         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
24189         it has a constant size across platforms.
24191         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
24192         stack trace.
24194 2004-06-29  Martin Baulig  <martin@ximian.com>
24196         * mono-debug.c (mono_debug_add_method): Protect the whole function
24197         in mono_debugger_lock(), not just parts of it.
24199 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
24201         * reflection.c: make sure padding bytes in heaps are zeroed.
24203 2004-06-24  David Waite  <mass@akuma.org>
24205         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
24206         image.c, loader.c, locales.c, marshal.c, metadata.c,
24207         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
24208         string-icalls.c, threads.c: change to C90-style comments from C99 /
24209         C++ -style
24211 2004-06-24  Dick Porter  <dick@ximian.com>
24213         * threads.c
24214         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
24215         return createdNew.  Fixes bug 60412.
24217         * threads-types.h: 
24218         * icall.c: Add createdNew parameter to CreateMutex icall
24220 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
24222         * reflection.c, object-internals.h: save default value in params.
24224 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24226         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
24227         no need to build a new path combining that with the application base.
24228         Fixes bug #60442.
24230 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
24232         * reflection.c: fixed minor standard compliance issues.
24234 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
24236         * reflection.c: fixed issue with encoding some custom attributes
24237         (arrays in properties and fields, bug #60411).
24239 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24241         * reflection.c: fix start address when copying the public key token.
24243 2004-06-23  Martin Baulig  <martin@ximian.com>
24245         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
24246         the `exc' object in a static object to put it into the GC's root set.
24248 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
24250         * reflection.c: make mono_reflection_setup_internal_class ()
24251         callable a second time to setup a new parent class.
24253 2004-06-23  Dick Porter  <dick@ximian.com>
24255         * threads.c: Check for WAIT_IO_COMPLETION return values.
24257 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
24259         * appdomain.c: Removed the g_free on the public key token. Now copy 
24260         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
24261         * assembly.c: Added public key token string value when loading 
24262         assemblies. Fix bug #60439.
24263         * icall.c: Added missing informations (like public key) in 
24264         GetReferencedAssemblies. Fix #60519.
24265         * image.h: Changed definition for public key token from const char*
24266         public_tok_value to guchar public_key_token [17];
24267         * reflection.c: Updated for changes to public key token.
24269 2004-06-22  Lluis Sanchez Gual
24271         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
24272         for the field in base classes.
24274 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
24276         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
24277         mark headers as not supported, they are installed only for use by the
24278         debugger.
24280 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
24282         * *.c, *.h: avoid namespace pollution in public headers.
24284 2004-06-21  Martin Baulig  <martin@ximian.com>
24286         * exception.c (mono_get_exception_security): It's in
24287         "System.Security", not in "System".
24289         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
24290         the exception classes.
24292 2004-06-21  Martin Baulig  <martin@ximian.com>
24294         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
24295         Protect the exception object from being finalized.
24297 2004-06-21  Martin Baulig  <martin@ximian.com>
24299         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
24300         public function.
24302 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
24304         * reflection.c: Load the assembly in mono_reflection_type_from_name,
24305         if it was not loaded before. Fix parts of #60439.
24307 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
24309         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
24310         code that was broken since Ben's change: wrappers are now
24311         dependent on the method signature only again.
24313 2004-06-21  Martin Baulig  <martin@ximian.com>
24315         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
24316         added interface support.
24318 2004-06-21  Martin Baulig  <martin@ximian.com>
24320         * class.c (mono_vtable_get_static_field_data): New public method.
24322 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
24324         * filewatcher.c : Windows build fix to be compliant with API changes.
24326 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
24328         * class.h, class.c: more accessors.
24329         * metadata.h, metadata.c: prepare for hiding MonoType and
24330         MonoMethodSignature: people should use the accessors from now on
24331         outside of the tree.
24333 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
24335         * *.c, *.h: more API cleanups.
24337 2004-06-18  Jackson Harper  <jackson@ximian.com>
24339         * assembly.c: Trace loading assemblies.
24340         * loader.c: Trace loading native libraries.
24341         * mono-config.c: Trace loading config files.
24342         
24343 2004-06-18  Dick Porter  <dick@ximian.com>
24345         * locales.c: Tell ICU the lengths of strings, it can cope with
24346         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
24348 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
24350         * image.c: swapped name/filename;
24352 2004-06-18  Martin Baulig  <martin@ximian.com>
24354         * mono-debug-debugger.c (write_class): Write the parent class at
24355         the end of the header.
24357 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
24359         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
24361 2004-06-17  Raja R Harinath  <rharinath@novell.com>
24363         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
24364         (bundle_obj): New conditional define.
24365         (BUILT_SOURCES): Remove.
24366         ($(bundle_srcs)): Make parallel-make safe.
24367         (libmonoruntime_la_LIBADD): Make unconditional.
24368         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
24369         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
24371 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
24373         * culture-info-tables.h: It was inconsistent with the latest
24374           supp info files.
24376 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
24378         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
24379         be loaded.
24381         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
24382         with gcc 2.95.
24384 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
24386         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
24387         cleaned up public header threads.h.
24389 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
24391         * Makefile.am, *.c, *.h: more API cleanups.
24393 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
24395         * Makefile.am: removed monosn from compilation.
24396         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
24397         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
24398         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
24399         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
24400         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
24401         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
24403 2004-06-15  Jackson Harper  <jackson@ximian.com>
24405         * assembly.c: Make locales lower case when searching the GAC for
24406         assemblies. gacutil will always make locales lowercase when
24407         installing so this effectively makes them case insensitive.
24408         
24409 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
24411         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
24412         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
24413           parameter which allows to choose whether the wait can be interrupted or 
24414           not. Also added the method mono_monitor_enter(), which locks the monitor
24415           using an infinite wait and without allowing interruption.
24416           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
24417           interrupted.
24418         * object.h: Added new fields in MonoThread. suspend_event holds the event
24419           used to susped/resume the thread. synch_lock is the lock object to use for
24420           modifying the thread state.
24421         * threads.c: Use the new synch_lock object for locking, instead of "this",
24422           which can generate deadlocks.
24423           Moved thread state change in Thread.Sleep and Thread.Join from managed
24424           to unmanaged code. This avoids a deadlock when the thread was suspended
24425           just after acquiring the thread lock.
24426           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
24427           Implemented Thread.Suspend using an event instead of ThreadSuspend,
24428           which is not fully implemented in the io-layer.
24429         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
24431 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
24433         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
24434         threads-types.h: more API cleanups.
24436 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
24438         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
24439         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
24440         threadpool.c, threads.c: first pass at the exported API cleanup.
24442 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
24444         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
24446 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
24448         * icall.c: added internalGetHome.
24450 2004-06-14  Dick Porter  <dick@ximian.com>
24452         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
24453         possible to return successfully when '.' or '..' were the only
24454         entries in a directory, but were skipped.  The MonoIOStat was not
24455         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
24456         Fixes bug 59574.
24458 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
24460         * reflection.c: make binaries run on .Net 1.1 by default.
24462 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
24464         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
24466 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
24468         * marshal.c: keep track of struct size with explicit layout
24469         (bug #59979).
24471 2004-06-12  Martin Baulig  <martin@ximian.com>
24473         * mono-debug-debugger.c: Comment out a debugging g_message().
24475 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
24477         * reflection.c, reflection.h: do not free custom attrs that are cached.
24478         * icall.c: use braces to make code clearer.
24480 2004-06-11  Martin Baulig  <martin@ximian.com>
24482         * class.h (MonoInflatedField): New type.
24483         (MonoClassField): Replaced `MonoType *generic_type' with
24484         `MonoInflatedField *generic_info'.
24486         * icall.c
24487         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
24489 2004-06-11  Martin Baulig  <martin@ximian.com>
24491         * reflection.c (mono_image_create_method_token): Correctly encode
24492         varargs methods.
24494 2004-06-11  Martin Baulig  <martin@ximian.com>
24496         * metadata.c (mono_metadata_parse_method_signature): When parsing
24497         a MethodDef which has VarArgs, also set sentinelpos if we don't
24498         have any parameters.
24500 2004-06-11  Martin Baulig  <martin@ximian.com>
24502         * verify.c (mono_method_verify): In CEE_CALL, use
24503         mono_method_get_signature() to get the method's signature, unless
24504         we're a PInvoke method.
24506 2004-06-10  Jackson Harper  <jackson@ximian.com>
24508         * assembly.c: Use <path>/lib/mono/gac for the extra paths
24509         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
24510         logical name as the supplied path is just a prefix to the gac not
24511         the direct path to it.
24512         
24513 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
24515         * reflection.c: make the token for a created method match
24516         the token of the MethodBuilder it was created from
24517         (IKVM requires this behaviour now).
24519 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
24521         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
24522         reflection.c, socket-io.c: leak fixes.
24524 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
24526         * icall.c: handle sentinel pos in vararg methods in position different
24527         from 0.
24529 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24531         * culture-info-tables.h: freshly generated.
24533 2004-06-09  Martin Baulig  <martin@ximian.com>
24535         * loader.c (mono_get_method_constrained): Call `mono_class_init
24536         (constrained_class)'.   
24538 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
24540         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
24541         any methods. Fixes #59629.
24543 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
24545         * culture-info-tables.h: reflecting locale-builder updates.
24547 2004-06-08  Dick Porter  <dick@ximian.com>
24549         * object.h:
24550         * locales.c: Fixed compile warnings, including a real bug in
24551         CompareInfo_internal_compare.
24552         
24553 2004-06-08  Dick Porter  <dick@ximian.com>
24555         * locales.c
24556         (ves_icall_System_Globalization_CompareInfo_internal_index):
24557         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
24558         Double-check the resuls of usearches, because ICU currently
24559         ignores most of the collator settings here.  Fixes bug 59720.
24560         
24561 2004-06-08  Dick Porter  <dick@ximian.com>
24563         * locales.c
24564         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
24565         Fix memory leak and segfault-causing typo.  No idea how this one
24566         lasted so long without being noticed.
24568 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
24570         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
24571         any methods. Fixes #59629.
24573 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24575         * assembly.c:
24576         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
24577         own the critical section before). Removed dead code (that's done
24578         in the preload hook).
24580         (mono_assembly_load_with_partial_name): call the preload hook.
24582 2004-06-08  Martin Baulig  <martin@ximian.com>
24584         * metadata.c (mono_metadata_signature_alloc): Default
24585         `sentinelpos' to -1.
24587         * reflection.c (mono_image_get_array_token): Likewise.
24589 2004-06-08  Martin Baulig  <martin@ximian.com>
24591         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
24593         * metadata.c (mono_metadata_parse_method_signature): When parsing
24594         a MethodDef which has VarArgs, set sentinelpos.
24596         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
24597         `gint16' since we're using -1 for non-varargs methods.
24599         * reflection.c
24600         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
24601         (method_encode_signature): Added varargs support.
24602         (method_builder_encode_signature): Likewise.
24603         (mono_image_get_varargs_method_token): New static method.
24604         (mono_image_create_method_token): New public method; this is
24605         called via an icall instead of mono_image_create_token() when
24606         calling a varargs method.       
24608 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
24610         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
24612 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
24614         * culture-info-tables.h : Reflecting the latest locale-builder that
24615           fixed empty array representation ({} to {0}).
24617 2004-06-07  Jackson Harper  <jackson@ximian.com>
24619         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
24620         looking up extra gac paths. This allows MONO_GAC_PATH to act
24621         exactly like a prefix.
24622         
24623 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
24625         * reflection.c (mono_reflection_type_from_name): Make a copy of the
24626         type name before modifying it. Fixes #59405.
24628 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
24630         * culture-info.h: added fields for "all datetime patterns".
24631         * locales.c: (  ves_icall_System_Globalization_CultureInfo
24632           _construct_datetime_format ()): fill xxx_patterns fields.
24633         * object.h: added fields for "all datetime patterns" to
24634           MonoDateTimeFormatInfo.
24635         * culture-info-tables.h: reflecting locale-builder updates.
24637 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
24639         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
24640         the event has no add and remove methods. Fixes #59629.
24642 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
24644         * object.c: Fixed possible integer overflow when allocating large
24645         strings.
24647 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
24649         * culture-info-tables.h: reflecting locale-builder updates.
24651 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
24653         * culture-info-tables.h: reflecting locale-builder updates.
24655 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
24657         * culture-info-tables.h: reflecting locale-builder updates.
24659 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
24661         * threads.c: Made Thread.Sleep abortable.
24663 2004-06-02  Martin Baulig  <martin@ximian.com>
24665         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
24667         * debug-mono-symfile.h: Bumped symbol file version number to 37.
24669 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
24671         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
24673 2004-05-30  Jackson Harper  <jackson@ximian.com>
24675         * reflection.c: Do not hardcode assembly versions or public key
24676         tokens anymore. All of this except the corlib section was dead
24677         code anyways.
24678         
24679 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
24681         * object.c (mono_runtime_invoke_array): Automatically create boxed
24682         objects for byref valuetypes if needed. Fixes #59300.
24683         
24684         * object.c (mono_method_return_message_restore): Handle 
24685         MONO_TYPE_OBJECT as well.
24687 2004-05-28  Jackson Harper  <jackson@ximian.com>
24689         * reflection.c: The modified type encoding was causing build
24690         problems. Reverted for now.
24691         
24692 2004-05-28  Jackson Harper  <jackson@ximian.com>
24694         * reflection.c/h: Take an assembly ref so that we dont create
24695         fully qualified names when encoding types in the same assembly as
24696         the custom attribute being emitted.
24697         * appdomain.c: Increment version number.
24698         
24699 2004-05-26  Duncan Mak  <duncan@ximian.com>
24701         * icall.c
24702         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
24703         Set the full version number (major, minor, build, revision).
24705 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
24707         * marshal.c (emit_struct_conv): increment src/dst after blit
24708         (mono_marshal_get_managed_wrapper,
24709         mono_marshal_get_native_wrapper): make sure we have marshalling
24710         info before marshalling params (info computation affects
24711         blittable)
24713         * class.c (class_compute_field_layout): correctly deal with
24714         blittable
24715         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
24716         value types (as per what windows dows by default)
24717         (mono_class_setup_mono_type): System.ValueType is blittable
24718         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
24719         blittable
24721         * marshal.c (mono_marshal_load_type_info): flag types  as
24722         non-blittable if the native layout doesn't match the managed
24723         layout
24725 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24727         * appdomain.c: don't add stuff in the private search path that is
24728         above the application base. If application base is not set, there's
24729         no private search path.
24731 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
24733         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
24734         byref struct arguments in native->managed marshalling.
24736 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
24738         * marshal.c (mono_marshal_get_runtime_invoke): correctly
24739         cache methods using signature (special case for methods
24740         that are value type or string class)
24741         
24742         * image.c (mono_image_close): clean up allocated GSList's
24743         in runtime_invoke_cache.
24745 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24747         * mono-config.c: set the correct path for mono_cfg_dir on windows when
24748         there's no MONO_CFG_DIR environment variable defined.
24750 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24752         * threads.c: windows version must be >= 0x0500 to include OpenThread.
24754 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
24756         * threadpool.c: Really wait for 500ms after the async call, even if the wait
24757           is interrumped.
24758         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
24759           before waiting for it, and call CloseHandle after the wait to unref it.
24760           This will make sure that handles are not disposed too early.
24762 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24764         * appdomain.c:
24765         * appdomain.h:
24766         * icall.c: removed
24767         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
24768         needed now.
24770         * object.c: se the application_base only for the domain that runs
24771         Main. Fixes bug #59216,
24773 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24775         * appdomain.c:
24776         * object.c: only the domain in which Main is run have
24777         SetupInformation.ConfigurationFile set, so moved a few lines from
24778         appdomain.c to object.c.
24780 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24782         * appdomain.c: we tried to load [name].(dll|exe), but according
24783         to bug #57710, we must also try [culture]/[name].(dll|exe) and
24784         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
24785         There's a test case attached to bug #58922.
24787 2004-05-27  Dick Porter  <dick@ximian.com>
24789         * icall.c:
24790         * file-io.c: Implemented icalls for locking and unlocking regions
24791         in a file.
24792         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
24793         FALSE on error (fixes both compiler warning and real bug.)
24795 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
24797         * culture-info-tables.h: reflecting locale-builder updates.
24799           (Added missing ChangeLog entry for 05/26)
24801 2004-05-27  Jackson Harper  <jackson@ximian.com>
24803         * locales.c: Fix some cut and paste errors.
24804         
24805 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24807         * mono-config.c: set the correct path for config. directory on windows.
24809 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
24811         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
24812           on win32.
24814 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
24816         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
24817         from pinvoke functions.
24818         
24819         * marshal.c (mono_ftnptr_to_delegate): Implement this.
24821 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
24823         * culture-info-tables.h: reflecting locale-builder updates.
24825 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
24827         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
24828         #59086.
24830 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
24832         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
24833         * icall.c: Modified icalls for RNG.
24834         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
24835         Windows (CryptoAPI).
24837 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
24839         * locales.c: Fix build.
24841 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
24843         * culture-info-tables.h: reflecting locale-builder updates.
24845 2004-05-25  Jackson Harper  <jackson@ximian.com>
24847         * locales.c: When creating the current culture use the $LANGs
24848         specific culture. So DateTimeFormat and NumberFormat entries are created.
24849         
24850 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
24852         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
24853         a char array as parameter.
24855 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
24857         * image.c: In mono_image_open(), always use an absolute path name to
24858           look for already loaded images.
24860 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
24862         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
24863         missing in the windows build (like older cygwin include files).
24865 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
24867         * icall.c: Fixed check for possible integer overflow in Buffer_
24868         BlockCopy icall. Replaced comments style // by /* */.
24870 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
24872         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
24873         
24874         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
24875         check after MONO_VTADDR. Fixes pinvoke2.exe.
24877         * marshal.h marshal.c metadata.h: Add beginnings of support for
24878         ftnptr -> delegate marshalling.
24880 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
24882         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
24883         * threads.c: Fix warnings.
24885 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
24887         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
24888         * icall.c: Registered icalls for Suspend and Resume.
24889         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
24890           Thread.Abort.
24891         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
24892         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
24893         * process.c: Use WaitForSingleObjectEx.
24894         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
24895           checkpoints.
24896         * threads.c, threads.h: Make use of new Ex wait methods. Improved
24897           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
24898           for Suspend and Resume. Added new mono_thread_stop, used for stoping
24899           background threads. Added basic support for Abort in Windows.
24900           Start new threads using a managed delegate invoke wrapper. This wrapper
24901           has an interruption checkpoint that is needed since an interruption
24902           can be requested before the thread leaves the unmanaged code that starts 
24903           the thread.
24904         * marshal.c: Added interruption checkpoint after every native call, and
24905           also before managed calls for wrappers called from unmanaged code to
24906           go into managed code.
24907         * object.h: Added new field in MonoThread to keep track of interruption
24908           requests.
24910 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
24912         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
24913         calls.
24915 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24917         * appdomain.c:
24918         * assembly.c:
24919         * gc.c:
24920         * locales.c:
24921         * mono-config.c:
24922         * rand.c: getenv -> g_getenv (windows!)
24924         * process.c: complete_path is also used on non-windows platforms.
24926 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24928         * icall.c: new signature for Process_Start.
24930         * process.[ch]: new signature for Process_Start. If we're on windows
24931         and UseShellExecute is false, we have to search for the program by
24932         ourselves if we don't get a full path.
24934 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
24936         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
24937         marshalling and call CleanUpNativeData if needed. Fixes #58646.
24939 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24941         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
24942         Fixes bug #58373.
24944 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24946         * process.c: use double quotes to quote program name and arguments on
24947         windows. Fixes bug #58575.
24949 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
24951         * file-io.c: don't return "." and ".." when using windows Find*File.
24953 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
24955         * marshal.c: Don't pass wrappers to message init because method 
24956         addressed used to lookup metadata. part of remoting[2|3] fix.
24958 2004-05-15  Jackson Harper  <jackson@ximian.com>
24960         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
24961         path is essentially the same as MONO_PATH except that it points to
24962         GACs instead of lib directories.
24963         * loader.h: The user gac is gone so we dont need function to
24964         enable/disable it.
24965         * mono-config.c: user gac option is now gone.
24966         
24967 2004-05-15  Jackson Harper  <jackson@ximian.com>
24969         * culture-info.h: Make defines more consistent, add calendar data
24970         to the culture info table.
24971         * culture-info-tables.h: Add basic calendar data. Basically
24972         everyone gets default gregorian until all the data is
24973         updated.
24974         * locales.c: Use the new consistent defines. Set calendar data for
24975         culture info objects.
24976         * object.h: add a field for calendar data to CultureInfo
24977         
24978 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
24980         * image.c: image->runtime_invoke_cache is keyed on signatures now.
24981         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
24982         a signature.
24983         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
24984         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
24985         an extra param that is the pointer of the method to invoke. The IL for
24986         the invoke method is no longer specific to the method, but to the
24987         signature of the method. Thus, we can share the same code for multiple
24988         methods. This reduces the number of methods that have to be compiled.
24990 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
24992         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
24994         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
24996         * icall.c: Optimize Buffer.BlockCopy.
24998 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25000         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
25001         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
25002         quote). Changed them to "MMMM yyyy".
25004 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
25006         * rand.c
25007         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
25009 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
25011         * reflection.h: Updated after changes to managed structures.
25013         * appdomain.c: Bump corlib version.
25015 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25017         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
25018         windows.
25020 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25022         * Makefile.am: link to ../os/libmonoos.la on windows.
25024         * assembly.c:
25025                 -If MONO_DEBUG, warn about non-existing directories in
25026                 MONO_PATH.
25027                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
25028                 compile time variable.
25029                 -Removed init_default_path and call mono_set_rootdir from
25030                 libmonoos.a instead (windows only).
25032         * assembly.h: declare mono_assembly_getrootdir().
25034         * domain.c:
25035         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
25037         * loader.c: s/getenv/g_getenv/
25039 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
25041         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
25043         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
25045         * metadata.h: Add new marshalling conversions.
25047         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
25048         function.
25050         * reflection.c (mono_reflection_get_type): Lookup the type in all
25051         modules of a multi-module assembly. Fixes #58291.
25053 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
25055         * threads.c: Before aborting a background, set the StopRequested
25056         state.  This avoids throwing the Abort exception.
25057         In mono_thread_manage, don't continue with the shutdown until all
25058         aborted threads have actually stopped.
25060 2004-05-10  Jackson Harper  <jackson@ximian.com>
25062         * locales.c: Remove the modifier from culture names.
25063         
25064 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25066         * Makefile.am: monosn is not installed any more. It has been deprecated
25067         in favor of sn.
25069 2004-05-07  Jackson Harper  <jackson@ximian.com>
25071         * locales.c
25072         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
25073         Fix array construction, add bailout if the length is 0.
25075 2004-05-07  Dick Porter  <dick@ximian.com>
25077         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
25078         machine doesn't have a DNS entry.  Patch by Urs Muff
25079         (umuff@quark.com), fixes bug 57928.
25081 2004-05-06  Jackson Harper  <jackson@ximian.com>
25083         * reflection.c: Handle null PublicTokens properly. alloc mem for
25084         assembly names culture so we dont crash when freeing it.
25085         
25086 2004-05-06  Jackson Harper  <jackson@ximian.com>
25088         * assembly.c: Check the usergac when loading with partial names.
25089         
25090 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
25092         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
25093         does nothing for now (not required for Linux/Windows) but the class
25094         library can call it (and a newer or modified runtime could need it).
25095         * icall.c: Registred icall.
25097 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25099         * loader.c: prints a message on module loading error we set MONO_DEBUG
25100         environment variable.
25102 2004-05-05  Jackson Harper  <jackson@ximian.com>
25104         * appdomain.c: Handle PublicKeyToken=null properly.
25105         
25106 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
25108         * environment.c|h: Added icall ves_icall_System_Environment_
25109         GetOSVersionString to get the current OS version as a string.
25110         * icall.c: Registred icall.
25112 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
25114         * object.c: in mono_object_get_virtual_method(), take into account that
25115         non-virtual methods don't have a slot in the vtable. Check needed when
25116         the object is a proxy.
25118 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
25120         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
25121         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
25123         * object.c (mono_class_compute_gc_descriptor): Fix warning.
25125         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
25126         passed when a valuetype is expected.
25128         * object.c (mono_unhandled_exception): Only set the exit code if the
25129         exception happens in the main thread. Fixes thread5.exe.
25131         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
25132         invalid names. Fixes #58047.
25134 2004-05-03  Jackson Harper  <jackson@ximian.com>
25136         * assembly.c: This line was committed accidently and is unneeded.
25137         
25138 2004-05-03  Jackson Harper  <jackson@ximian.com>
25140         * icall.c: Add new icall for Assembly::LoadWithPartialName
25141         * assembly.c/.h: new function that probes the GAC to load partial
25142         assembly names by Paolo Molaro.
25143         
25144 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25146         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
25147         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
25148         (type_get_fully_qualified_name): Added PublicKeyToken when building a
25149         full type name.
25151 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25153         * appdomain.c: fixed check for 'neutral' culture and removed warning.
25154         * reflection.c: fix bug when parsing a full type name and Version is not
25155         the last thing in the string.
25157 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
25159         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
25160         crashes when it is freed.
25162 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25164         * assembly.c: print the compat warning to stderr.
25166 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
25168         * assembly.c (mono_assembly_load_references): Add a compatibility
25169         hack to run old applications that might be still referencing the
25170         3300-based assemblies, only do this for System.xxx.
25172 2004-05-01  Jackson Harper  <jackson@ximian.com>
25174         * appdomain.c: If the culture is neutral we set it to "".
25175         
25176 2004-04-29  Jackson Harper  <jackson@ximian.com>
25178         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
25180 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
25182         * string-icalls.c: added low overhead function for copying chars
25183         * icall.c: added needed icall for the above function
25185 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25187         * icall.c: fix return value of get_global_assembly_cache.  Implemented
25188         Environment.GetLogicalDrives.
25190 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
25192         * rand.c: try and talk to egd or prngd
25193         for random bytes if opening devices fail.
25195 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
25197         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
25198         alignment for the type using the native alignment of its members 
25199         instead of using klass->min_align.
25201         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
25203 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25205         * file-io.c:
25206         * socket-io.c: added check for sys/aio.h.
25208 2004-04-28  Dick Porter  <dick@ximian.com>
25210         * threads.c: Don't abort a thread thats already aborting, when
25211         terminating everything.
25213 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25215         * icall.c: added 2 new async calls for Socket.
25217         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
25218         IO on *nix systems.
25220         * threadpool.c: removed unused variable.
25222 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
25224         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
25226 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
25228         * locales.c: put back string_invariant_tolower () and
25229         string_invariant_toupper ().
25231 2004-04-26 David Waite <mass@akuma.org>
25233         * file-io.h:
25234         * socket-io.h:
25235         * threads.h:
25236         * unicode.h: remove comma from end of enumeration declarations
25238 2004-04-26 David Waite <mass@akuma.org>
25240         * debug-mono-symfile.h:
25241         * decimal.c:
25242         * mono_debug.h:
25243         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
25246 2004-04-26  Jackson Harper  <jackson@ximian.com>
25248         * appdomain.c: Increment version number.
25249         
25250 2004-04-26  Jackson Harper  <jackson@ximian.com>
25252         * appdomain.c: Set assembly references public token value when
25253         PublicKeyToken is specified, not the hash_value. Free public token
25254         values when free assembly name data. Previously the public key
25255         token was hex decoded, however we are using hex encoded public key
25256         tokens, so this is not neccasary.
25257         * assembly.c: Lookup assemblies in the gac if their public token
25258         value is set. Add function to allow enabling user gac
25259         lookups. Specify whether or not the assembly was loaded from the
25260         GAC. Compare full assembly names when checking the cache for
25261         assemblies (Temporarily disabled see comment in code). Remove
25262         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
25263         specifies trace-loader they get extra info to stdout on the
25264         loading of assemblies.
25265         * image.h: Add a field for an assembly references public token
25266         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
25267         whether an assembly has been loaded from the GAC.
25268         * image.c: Remove a corlib -> mscorlib name mapping.
25269         * loader.h: Add function to enable/disable the user gac.
25270         * mono-config.c: Check if the usergac is enabled in the config
25271         file.
25272         * icall.c: New icall to determine whether or not an assembly has
25273         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
25274         * tabldefs.h: Add constant for assemblyref flag that specifies a
25275         full public key is used instead of a public token.
25276         * reflection.c: Remove mscorlib -> corlib mappings. Set
25277         PublicTokenValue instead of hash value. This value is a hex
25278         string so it does not need to be expanded.
25280 2004-04-26  Martin Baulig  <martin@ximian.com>
25282         * mono-debug-debugger.c (mono_debugger_initialize): Set
25283         `mono_debugger_initialized' before calling mono_debug_lock().
25285 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
25287         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
25288           InternalToUpper/InternalToLower.
25289         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
25290           removed invariant culture shortcut.  This is now done in managed code.
25291         * locales.c: (string_invariant_toupper/tolower) removed.
25293 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25295         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
25296         Added Poll internal call.
25298         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
25299         call for Poll. Select was too heavy for polling a single socket.
25301         * threadpool.[ch]: added mono_threadpool_cleanup.
25302         * threads.c: use it. Don't use Thread_Abort on windows.
25304 2004-04-23  Martin Baulig  <martin@ximian.com>
25306         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
25308 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
25310         * icall.c: Registred new icalls for key pair protection and added an
25311         icall for Environment.GetFolderPath on Windows.
25312         * security.c|h: Added new icalls for key pair protection.
25314 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25316         * socket-io.c: don't display the non-supported family warning for known
25317         families. Now this is not displayed on windows when checking support
25318         for IPv4/IPv6.
25320 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25322         * class.c: don't display the layout warning for static fields.
25324 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
25326         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
25327         * locales.c, locales.h: Added new icalls for culture-specific
25328         Char.ToLower and Char.ToUpper.
25330 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25332         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
25333         by David Waite.
25335 2004-04-20  Martin Baulig  <martin@ximian.com>
25337         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
25338         of the type name before passing it to mono_reflection_type_from_name().
25340 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
25342         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
25343         encodings here. Fixes #56965.
25345 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
25347         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
25348         fix test on strstr result not that I can see anything that
25349         relies on the result.
25351 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
25353         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
25354         Fixes #57081.
25356         * marshal.c (mono_marshal_get_string_encoding): New helper function.
25358         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
25359         function to determine which marshalling to use for strings. Fixes
25360         #56965.
25362         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
25364         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
25366 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
25368         * icall.c: #include mono-config.h
25370 2004-04-15  Jackson Harper  <jackson@ximian.com>
25372         * culture-info-tables.h: Fix date formats for en-US culture.
25373         
25374 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
25376         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
25377         ThreadPool.SetMinThreads.
25378         * threadpool.c: Implemented ThreadPool.GetMinThreads and
25379         ThreadPool.SetMinThreads.
25381 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
25383         * mono-config.c: also load the .config file in the directory
25384         where the assembly was found.
25386 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
25388         * assembly.c: load per-assembly config files.
25389         * icall.c: decrapified code to get the config dir and moved to
25390         mono-config.c.
25391         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
25392         per-assembly config files. When doing a dll map lookup give precedence
25393         to the per-assembly data.
25395 2004-04-14  Martin Baulig  <martin@ximian.com>
25397         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
25398         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
25399         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
25401         * mono-debugger-debugger.c: While the debugger is locked, remember
25402         whether the symbol tables have changes and send one single
25403         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
25405 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
25407         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
25409         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
25410         function.
25412         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
25413         account when marshalling string arrays. Fixes #56965.
25415 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
25417         * icall.c: Add new icalls mapping for security.
25418         * security.c|h: Add internal calls for WindowsIdentity,
25419         WindowsImpersonationContext and WindowsPrincipal.
25421 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
25423         * class.c: Added comment to ensure the System.MonoDummy class
25424         is removed when no longer necessary
25426 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
25428         * appdomain.c: Pass arguments to the bootstraping exceptions to
25429         minimize JITed methods at boot
25431         * metadata.c (mono_exception_from_name_two_strings): Allow for the
25432         second string to be null.
25434         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
25435         Change the protocol to minimize the JIT methods at startup.  Now
25436         it Returns the internal codepage, if the value of "int_code_page"
25437         is 1 at entry, and we can not compute a suitable code page
25438         number, returns the code page as a string.
25440 2004-04-13  Jackson Harper  <jackson@ximian.com>
25442         * culture-info-tables.h: Fix number of decimal digits for all
25443         english locales.
25445 2004-04-13  Jackson Harper  <jackson@ximian.com>
25447         * icall.c: Clairfy out of sync error message. It is not always
25448         your corlib that is out of sync.
25450 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
25452         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
25453         properties when only the set accessor is overriden. Fixes #55874.
25455 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
25457         * assembly.c (mono_assembly_load_references): Make this thread safe.
25458         Fixes #56327.
25460 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
25462         * monosn.c: Add missing initialization calls.
25464 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
25466         * locales.c:
25467         ves_icall_System_Globalization_CultureInfo_construct_number_format
25468         Fix g_assert so it compiles on fussier compilers re int/ptr
25469         mismatch
25471 2004-04-08  Dick Porter  <dick@ximian.com>
25473         * socket-io.h:
25474         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
25475         53992.  Also rearrange the code so that the internal calls return
25476         an error value and exceptions are thrown from managed code.
25478         * icall.c: Add type info to the socket icalls.
25480 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25482         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
25483         owes me a beer.
25485 2004-04-07  Martin Baulig  <martin@ximian.com>
25487         * class.c (mono_class_from_generic_parameter): Don't default
25488         `klass->parent' to `mono_defaults.object_type'.
25490 2004-04-07  Martin Baulig  <martin@ximian.com>
25492         * reflection.c (mono_reflection_initialize_generic_parameter): Set
25493         `param->pklass->reflection_info'.       
25495 2004-04-07  Jackson Harper  <jackson@ximian.com>
25497         * culture-info-tables.h: Fix date separator symbol.
25498         
25499 2004-04-07  Martin Baulig  <martin@ximian.com>
25501         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
25502         from System.Type to System.MonoType.
25504 2004-04-07  Martin Baulig  <martin@ximian.com>
25506         * reflection.h
25507         (MonoReflectionGenericParam): Added `has_reference_type' and
25508         `has_value_type' fields.
25510         * reflection.c (mono_image_get_generic_param_info): Encode the
25511         correct flags if we have the `class' or `struct' constraint.
25513 2004-04-07  Martin Baulig  <martin@ximian.com>
25515         * reflection.h
25516         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
25518 2004-04-07  Jackson Harper  <jackson@ximian.com>
25520         * appdomain.c: Revert extra patches, just wanted to bump the
25521         version number.
25522         
25523 2004-04-07  Jackson Harper  <jackson@ximian.com>
25525         * Makefile.am: Add culture-info private headers.
25526         * icall.c: Add new icalls for contructing locales.
25527         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
25528         * locales.h: Declare new culture info construction methods.
25529         * object.h: Add new fields used to avoid the CultureMap to
25530         MonoCultureInfo.
25531         * culture-info.h: Definition of structs used in the culture info
25532         tables.
25533         * culture-info-tables.h: Autogenerated tables that contain culture
25534         info data. This file was generated with the locale-builder tool.
25535         * appdomain.c: Incement corlib version number.
25536         
25537 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
25539         * appdomain.c: (mono_runtime_init) move mono_thread_init
25540         to before mono_object_new calls so critical sections
25541         are initialized before use.
25543 2004-04-07  Martin Baulig  <martin@ximian.com>
25545         * icall.c
25546         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
25547         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
25548         (ves_icall_MonoGenericParam_initialize): Removed.
25549         (monogenericparam_icalls): Removed.
25550         (generictypeparambuilder_icalls): Added new table for
25551         System.Reflection.Emit.GenericTypeParameterBuilder.
25553         * reflection.c
25554         (mono_reflection_define_generic_parameter): Removed.
25555         (mono_reflection_initialize_generic_parameter): This is now called
25556         from GenericTypeParameterBuilder's .ctor.
25558 2004-04-06  Martin Baulig  <martin@ximian.com>
25560         * class.c (mono_class_init): Don't inflate nested classes in a
25561         generic instance.
25562         (mono_type_get_name_recurse): Include the generic arguments for
25563         generic instances and generic type declarations.
25564         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
25565         (_mono_class_get_instantiation_name): Removed.
25566         (mono_class_create_generic): Always use `gklass->name' as our name.
25568         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
25570         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
25571         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
25572         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
25573         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
25574         closed generic methods here.
25576         * reflection.c
25577         (mono_reflection_generic_inst_get_nested_types): Removed.
25578         (inflate_mono_method): Copy the generic parameters from the
25579         MonoMethodHeader into out MonoGenericMethod.
25581 2004-04-06  Martin Baulig  <martin@ximian.com>
25583         * row-indexes.h
25584         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
25586         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
25588         * reflection.c (build_compressed_metadata): If we have any entries
25589         in the GenericParam, MethodSpec or GenericParamConstraint tables,
25590         set the header version to 1.1.
25592 2004-04-06  Martin Baulig  <martin@ximian.com>
25594         * class.c (mono_class_init): If we're a generic instance,
25595         initialize our nested classes, too.
25596         (_mono_class_get_instantiation_name): Deal with the new `!%d'
25597         suffix. 
25599 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25601         * process.c: quote the argument passed to the shell on windows.
25603 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
25605         * threads.c (mono_alloc_special_static_data): Allow this to be
25606         called during startup.
25608 2004-04-02  Martin Baulig  <martin@ximian.com>
25610         * icall.c
25611         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
25613 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
25615         * icall.c: Fix build.
25617 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
25619         * Makefile.am: Added security.c|h.
25620         * icall.c: Added icall for get_UserName;
25621         * security.c: New file for security related icalls. Added function
25622         get_UserName for System.Environment (fix #56144).
25623         * security.h: New. Header file for security.c
25625 2004-04-02  Dick Porter  <dick@ximian.com>
25627         * icall.c: Deleted the icalls that were obsoleted some time ago
25628         by the ICU string code, and which were mixed into the icall
25629         rearranging.  Fixes bug 55969.
25631         * string-icalls.h: 
25632         * string-icalls.c: Deleted the code that those icalls reference.
25634 2004-04-01  Martin Baulig  <martin@ximian.com>
25636         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
25638         * class.c (mono_class_from_generic_parameter): Don't set 
25639         TYPE_ATTRIBUTE_INTERFACE.
25640         (my_mono_class_from_generic_parameter): Likewise.
25642 2004-04-01  Martin Baulig  <martin@ximian.com>
25644         * loader.c (find_method): Added an optional `MonoClass *ic'
25645         argument to search in a specific interface.
25646         (mono_get_method_constrained): New public function.
25648 2004-04-01  Martin Baulig  <martin@ximian.com>
25650         * reflection.c (mono_image_get_generic_field_token): Use the
25651         `handleref' cache here.
25653 2004-04-01  Martin Baulig  <martin@ximian.com>
25655         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
25657         * reflection.c (create_generic_typespec): Use the `typespec' hash
25658         here, not the `typeref' one.    
25660 2004-04-01  Martin Baulig  <martin@ximian.com>
25662         * class.c (mono_class_inflate_generic_type): Moved the
25663         functionality into a new static inflate_generic_type() which
25664         returns NULL if it didn't do anything.  Only increment the
25665         `mono_stats.inflated_type_count' if we actually inflated
25666         something.
25667         (mono_class_get_full): Check the classes type to see whether we
25668         need to inflate it; also inflate MONO_TYPE_(M)VAR.
25670 2004-04-01  Jackson Harper  <jackson@ximian.com>
25672         * reflection.c: Set culture for assembly references.
25673         
25674 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
25676         * reflection.[ch], icall.[ch], Fix support for pinning variables.
25678 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25680         * assembly.c:
25681         (do_mono_assembly_open): the critical section also covers
25682         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
25684 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25686         * threads.c:
25687         (mono_manage_threads): abort the background threads when finishing.
25688         Fixes bug #47232.
25690 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25692         * gc.c: only close the done_event handle if there was no timeout.
25693         C-ified comments.
25695 2004-03-30  Martin Baulig  <martin@ximian.com>
25697         * icall.c (icall_entries): It's called "System.Activator", not
25698         "System.Activation".    
25700 2004-03-30  Martin Baulig  <martin@ximian.com>
25702         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
25703         (mono_class_create_from_typespec): Likewise.
25705 2004-03-30  Martin Baulig  <martin@ximian.com>
25707         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
25708         `has_ctor_constraint' and `initialized'.
25710 2004-03-30  Martin Baulig  <martin@ximian.com>
25712         * reflection.c (encode_new_constraint): New static function to add
25713         the constructor constraint attribute to a type parameter.
25714         (encode_constraints): Call encode_new_constraint() if necessary.
25716         * reflection.h
25717         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
25719         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
25720         
25721 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
25723         * reflection.c, icall.c: add support for pinning variables. 
25725 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
25727         * marshal.c (mono_marshal_get_managed_wrapper):
25728         init bool local with zero rather than null.
25730 2004-03-29  Martin Baulig  <martin@ximian.com>
25732         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
25733         the "official" behavior here.
25734         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
25736 2004-03-29  Martin Baulig  <martin@ximian.com>
25738         * icall.c: Reflect latest API changes.
25740 2004-03-29  Martin Baulig  <martin@ximian.com>
25742         * loader.c (mono_get_method_from_token): Also call
25743         mono_metadata_load_generic_params () for abstract and interface
25744         methods; replace the type arguments in the method signature with
25745         the ones which are loaded from the metadata.
25747 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
25749         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
25750         of the lock is not the current thread. MS.NET don't do it, in spite of
25751         what the documentation says. See bug #56157.
25753 2004-03-28  Martin Baulig  <martin@ximian.com>
25755         * class.c (mono_class_init): Don't call init_properties() and
25756         init_events() for generic instances; set `prop->parent' when
25757         inflating properties.
25759         * reflection.c (mono_generic_inst_get_object): Call
25760         `mono_class_init (ginst->klass)'.
25761         (mono_type_get_object): Only create a MonoGenericInst if your
25762         generic type is a TypeBuilder.
25763         (do_mono_reflection_bind_generic_parameters): Only set
25764         `ginst->is_dynamic' if our generic type is a TypeBuilder.
25766 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
25768         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
25769         Fixes #56091.
25771 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25773         * icall.c: added Kill_internal icall.
25774         * process.[ch]: added Kill_internal icall.
25776 2004-03-25  Martin Baulig  <martin@ximian.com>
25778         * class.h (MonoStats): Added `generic_instance_count',
25779         `inflated_method_count', `inflated_type_count' and
25780         `generics_metadata_size'.       
25782 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25784         * reflection.c: no warnings now.
25786 2004-03-25  Martin Baulig  <martin@ximian.com>
25788         * class.c (mono_class_get_full): New public function; does a
25789         mono_class_get(), but also takes a `MonoGenericContext *'.
25791         * loader.c (mono_field_from_memberref): Renamed to
25792         `field_from_memberref', made static and added `MonoGenericContext *'
25793         argument.
25794         (mono_field_from_token): Added `MonoGenericInst *' argument.
25795         (method_from_memberef): Likewise.
25796         (mono_get_method_from_token): Likewise.
25797         (mono_get_method_full): New public function; does a
25798         mono_get_method(), but also takes a `MonoGenericContext *'.
25800         * verify.c (mono_method_verify): Get the method's generic context
25801         and pass it to mono_field_from_token(), mono_get_method_full() and
25802         mono_class_get_full().
25804 2004-03-25  Martin Baulig  <martin@ximian.com>
25806         * class.c (mono_class_inflate_generic_type): Take a
25807         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
25808         `MonoGenericMethod *'.
25810 2004-03-25  Martin Baulig  <martin@ximian.com>
25812         * loader.h (MonoMethodInflated): Store the MonoGenericContext
25813         instead of the MonoGenericMethod here.
25815 2004-03-25  Martin Baulig  <martin@ximian.com>
25817         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
25818         each time we create a new MonoGenericInst, we also create a new
25819         context which points back to us.
25821         * class.c (inflate_method): Use `ginst->context' instead of
25822         creating a new context.
25824         * loader.c (method_from_memberref): Use
25825         `klass->generic_inst->context' instead of creating a new context.
25827 2004-03-25  Martin Baulig  <martin@ximian.com>
25829         * class.h (MonoGenericContext): New struct.
25830         (MonoGenericMethod): Removed `generic_inst'.
25832         * class.c (mono_class_inflate_generic_method): Take a
25833         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
25835 2004-03-25  Martin Baulig  <martin@ximian.com>
25837         * loader.h (MonoMethodInflated): New typedef.
25839         * metadata.h (MonoMethodSignature): Removed `gen_method', make
25840         `generic_param_count' consume just 30 bits, added `is_inflated'
25841         and `has_type_parameters' flags (one bit each).
25843         * class.c (mono_class_inflate_generic_method): Create a
25844         MonoMethodInflated instead of a MonoMethodNormal and set
25845         `is_inflated' in the method signature.
25847         * class.h (MonoGenericMethod): Removed `generic_method'.
25849 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
25851         * image.c: Make sure the name of a MonoImage is always an absolute path.
25852           This fixes bug #54415.
25854 2004-03-24  Martin Baulig  <martin@ximian.com>
25856         * class.c (mono_class_setup_vtable): If we're a generic instance,
25857         use our generic type's vtable size.
25859 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
25861         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
25862         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
25863         problems.
25865 2004-03-23  Martin Baulig  <martin@ximian.com>
25867         * class.h (MonoDynamicGenericInst): Added `int count_events' and
25868         `MonoEvent *events'.
25870         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
25871         (typebuilder_icalls): Added "get_event_info"; calls
25872         mono_reflection_event_builder_get_event_info(). 
25874         * reflection.c (mono_reflection_generic_inst_initialize): Added
25875         `MonoArray *events'.
25876         (mono_reflection_event_builder_get_event_info): New function.
25878 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
25880         * object.h: add mono_type_initialization_init
25882         * object.c (mono_runtime_class_init): 
25883         implement class constructor synchronization rules
25884         to cope with threading issues.  
25885         add mono_type_initialization_init
25887         * appdomain.c (mono_runtime_init): call 
25888         mono_type_initialization_init
25890         * class.h: removing initializing field from MonoVTable
25892 2004-03-23  Martin Baulig  <martin@ximian.com>
25894         * class.c (my_mono_class_from_generic_parameter): Use
25895         `param->name' if it's not NULL. 
25897 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
25899         * class.c: do not insert non-virtual methods in the vtable.
25900         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
25901         that means the method is non-virtual. This never would have
25902         happened before.
25904 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
25906         * profiler.c: Added lock for accessing coverage_hash.
25908 2004-03-22  Martin Baulig  <martin@ximian.com>
25910         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
25911         `method->method->signature->generic_param_count != 0' to make it
25912         work for interface methods.
25914 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25916         * process.c: quote the string passed to the shell using g_shell_quote.
25918 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25920         * threads.c:
25921         (mono_threads_manage): don't remove the finalizer thread and self
25922         from the threads hash table so that mono_thread_manage can be called
25923         more than once.
25925 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25927         * process.c: quote the arguments when UseShellExecute is true. Fixes
25928         bug #55790.
25930 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25932         * threads.c: set mono_thread_detach as a cleanup routine for every
25933         thread. This way it's always executed upon thread termination, either
25934         aborted or finished normally. No more xsp hangs!
25936 2004-03-17  Martin Baulig  <martin@ximian.com>
25938         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
25939         `int count_nested' and a `MonoType **nested'.
25941         * reflection.c (mono_reflection_bind_generic_parameters): Moved
25942         most of the functionality into a new static
25943         do_mono_reflection_bind_generic_parameters() and don't take a
25944         `MonoType *nested_in' argument any more.  Don't compute nested
25945         types here.
25946         (mono_reflection_generic_inst_get_nested_types): New public method
25947         to get nested types.
25949         * class.c (mono_class_create_generic): Set `klass->nested_in' if
25950         we're a nested class.
25952         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
25953         mono_reflection_generic_inst_get_nested_types() to compute the
25954         nested types.
25956 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
25958         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
25959         descriptive error message under windows.
25960         
25961 2004-03-17  Martin Baulig  <martin@ximian.com>
25963         * class.c (dup_type): Added `const MonoType *original' argument;
25964         copy the attrs from the original type.
25966 2004-03-17  Martin Baulig  <martin@ximian.com>
25968         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
25969         `m->generic_inst_cache' here.
25971 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
25973         * exception.h exception.c: Add stack_overflow_exception.
25975 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25977         * threadpool.c:
25978         (overlapped_callback): call SetEvent *after* invoking the callback.
25979         No need to call CloseHandle.
25981 2004-03-16  Martin Baulig  <martin@ximian.com>
25983         * reflection.c (mono_image_get_fieldref_token): Take a
25984         `MonoReflectionField *' instead of a `MonoClassField *' and a
25985         `MonoClass *'; store the `MonoReflectionField *' in the hash.
25987 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25989         * appdomain.c: don't add the culture to the filename we're looking for
25990         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
25992 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
25994         * locales.c: don't ignore symbols when doing case insensitive compares.
25995         Thanks Dick! Fixes bug #54046.
25997         * threads.c: surround 'threads' usage with enter/leave in
25998         mono_thread_manage.
26000 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
26002         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
26003         implicitly marshalled as [Out]. Fixes #55450.
26005         (mono_marshal_get_runtime_invoke): Zero out the result if there is
26006         an exception.
26008 2004-03-16  Martin Baulig  <martin@ximian.com>
26010         * class.c (mono_class_from_generic_parameter): Use the actual
26011         parameter name. 
26013 2004-03-16  Martin Baulig  <martin@ximian.com>
26015         * reflection.c (type_get_signature_size): New static function.
26016         Compues the size of the type in a method signature.
26017         (method_get_signature_size): New static function; calls
26018         type_get_signature_size() to compute the actual size of the
26019         method's signature.
26020         (method_encode_signature): Use method_get_signature_size() to get
26021         the signature's size rather than using `nparams * 10'.
26023 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26025         * file-io.h: define here WapiOverlapped on windows. I don't want the
26026         regular OVERLAPPED one.
26028         * file-io.c:
26029         * threadpool.c: somehow, BindIoCompletionCallback is not found.
26030         Disabling AIO on windows.
26032 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26034         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
26035         bug #55385.
26037 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26039         * appdomain.c: upgraded corlib version.
26041         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
26042         and BeginWrite. Allow opening files for asynchrnous operations.
26044         * file-io.h: new struct that maps FileStreamAsyncResult.
26045         * icall.c: added new icalls.
26046         * process.[ch]: support setting child process environment variables
26047         and use the SHELL or COMSPEC when UseShellExecute is true.
26049         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
26050         callback for async. IO is here and also BindHandle.
26052         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
26053         from here.
26055 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
26057         * reflection.c (create_custom_attr): Allow len == 0.
26059         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
26060         computation on big-endian machines.
26062 2004-03-13  Martin Baulig  <martin@ximian.com>
26064         * class.h (MonoGenericInst): Added `int count_ifaces'.
26066         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
26067         `ginst->count_ifaces' instead `klass->interface_count' since we
26068         may get called before the vtable is created.
26070         * loader.c (mono_method_get_param_names): If we're a generic
26071         instance, return and don't initialize the class.
26073         * reflection.c (mono_reflection_setup_generic_class): Don't call
26074         ensure_runtime_vtable().
26075         (mono_reflection_bind_generic_parameters): Set
26076         `ginst->count_ifaces'.
26078 2004-03-11  Jackson Harper <jackson@ximian.com>
26080         * icall.c:
26081         * unicode.c:
26082         * unicode.h: Remove unused System.Char icalls.
26083         
26084 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
26086         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
26087         code when we P/Invoke the first library in Windows.Forms, instead
26088         of when we first open the assembly.
26090         * assembly.c: Drop the lookup from here.
26092 2004-03-10  Martin Baulig  <martin@ximian.com>
26094         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
26095         class for properties, fields and events.  Finally fixes #54945.
26097 2004-03-10  Martin Baulig  <martin@ximian.com>
26099         * metadata.c (mono_metadata_class_equal): New static function;
26100         checks whether two generic instances or two generic parameters are
26101         equal.
26102         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
26103         compare classes.        
26105 2004-03-10  Martin Baulig  <martin@ximian.com>
26107         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
26109         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
26110         argument and write it into the `reflection_info' field.
26112         * icall.c
26113         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
26114         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
26116 2004-03-09  Jackson Harper  <jackson@ximian.com>
26118         * char-conversions.h: use 8 bits for numeric data its all we need
26119         * icall.c: numeric data is only 8 bits now.
26121 2004-03-09  Martin Baulig  <martin@ximian.com>
26123         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
26125         * class.c (init_properties, init_events): Initialize the new
26126         `parent' field.
26128         * reflection.c (typebuilder_setup_properties): Likewise.
26129         (typebuilder_setup_events): Likewise.
26131         * reflection.h (MonoEventInfo): Replaced `parent with
26132         `declaring_type' and `reflected_type'.
26134         * icall.c (ves_icall_get_property_info): Distinguish between
26135         declaring and reflected type.
26136         (ves_icall_get_event_info): Likewise.
26138 2004-03-09  Martin Baulig  <martin@ximian.com>
26140         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
26141         (ves_icall_Type_GetField): Correctly set field->klass.
26143 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
26145         * loader.h: Fix warning.
26147 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
26149         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
26150         library routine if present.  Notice that it will still continue
26151         executing even if its missing, for those working on the Gtk#
26152         edition of Windows.Forms.
26154         * assembly.c (do_mono_assembly_open): If loading the
26155         System.Windows.Forms call mono_loader_wini_init.
26157 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
26159         * class.h: Added MonoRemoteClass struct.
26160         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
26161         function for MonoStrings.
26162         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
26163         Added internal call for getting the proxy type.
26164         * marshal.c: Get the type of transparent proxies from its remote_class.
26165         Added methods that generate the IL for type checks and casts:
26166         mono_marshal_get_isinst, mono_marshal_get_castclass, 
26167         mono_marshal_get_proxy_cancast.
26168         * marshal.h: Declaration of the previous new methods.
26169         * object.c: Added new moethods for creating and updating MonoRemoteClass
26170         instances: mono_remote_class, mono_upgrade_remote_class, 
26171         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
26172         * verify.c: FIx transparent_proxy_fields layout.
26173         * appdomain.c: Bump corlib version.
26175 2004-03-04  Jackson Harper  <jackson@ximian.com>
26177         * icall.c: Add icall to access char conversion tables.
26178         * char-conversions.h: Character conversion tables.
26179         * Makefile.am: Add char-conversions.h private header file.
26180         
26181 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
26183         * appdomain.c (unload_thread_main): Increase unloading timeout to
26184         10 sec as a temporary workaround for Nant problems.
26186 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
26188         * gc.c: Add checks for GC_enable and GC_disable.
26190         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
26191         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
26192         (bug #54988).
26193         
26194 2004-02-27  Martin Baulig  <martin@ximian.com>
26196         * reflection.c (mono_reflection_bind_generic_parameters): Take a
26197         `MonoReflectionType *' instead of a `MonoType *'.
26199 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
26201         * gc.c (run_finalize): Avoid finalizing the object representing the
26202         finalizer thread.
26203         (finalizer_thread): Fix warning.
26205 2004-02-25  Martin Baulig  <martin@ximian.com>
26207         * class.c (_mono_class_get_instantiation_name): Added `int offset'
26208         argument for nested types.
26209         (mono_class_create_generic): Added support for nested generictypes.
26211         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
26212         `GList *nested'.
26214         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
26216         * reflection.c (method_encode_signature): Increase the minimum
26217         value of `size' from 10 to 11.
26218         (mono_reflection_bind_generic_parameters): Take `int type_argc'
26219         and `MonoType **types' arguments instead of the `MonoArray
26220         *types'; added `MonoType *nested_in'.  Recursively instantiate
26221         nested classes. 
26223 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
26225         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
26226         stack_overflow_ex members which are used by exception handling.
26228         * appdomain.c (mono_runtime_init): Initialize the new members.
26230         * gc.c (mono_gc_enable): New helper function.
26231         * gc.c (mono_gc_disable): New helper function.
26233 2004-02-23  Martin Baulig  <martin@ximian.com>
26235         * icall.c: I must have been really stupid - make it actually work
26236         this time ;-)
26238 2004-02-23  Martin Baulig  <martin@ximian.com>
26240         * loader.c (method_from_memberref): Only inflate the method if
26241         it's in another klass.
26243 2004-02-23  Martin Baulig  <martin@ximian.com>
26245         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
26246         (mono_class_init): If we're a generic instance and an interface,
26247         compute `class->interface_id'; also create `class->interfaces'
26248         here and inflate them.
26250         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
26251         `ginst->is_open'.
26252         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
26254         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
26256 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
26258         * reflection.c (method_encode_code): Improved the error message
26259         generated by the exception.
26261 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26263         * icall.c: Martin did not do what he said in the ChangeLog for
26264         2004-02-18, but put back the changes for properties and events.
26265         Commenting those changes out again and adding comment to bug #54518.
26266         
26267         * process.c: removed warning.
26269 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
26271         * marshal.c (emit_struct_conv): Print an error message instead of
26272         asserting when a type does not have the StructLayout attribute.
26274 2004-02-20  Martin Baulig  <martin@ximian.com>
26276         * reflection.c (mono_type_get_object): Also use the cache for
26277         generic instances.
26278         (mono_reflection_bind_generic_parameters): Always compute
26279         `ginst->ifaces'.        
26281 2004-02-20  Martin Baulig  <martin@ximian.com>
26283         * class.h (MonoGenericMethod): Removed `klass'.
26285         * class.c (mono_class_inflate_generic_method): Added `MonoClass
26286         *klass' argument.
26288 2004-02-20  Martin Baulig  <martin@ximian.com>
26290         * reflection.c (method_encode_methodspec): Actually use the
26291         uninflated signature for the memberref.
26293 2004-02-20  Martin Baulig  <martin@ximian.com>
26295         * class.h (MonoGenericMethod): Removed `declaring'.
26297         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
26298         is NULL, compute it here.
26300 2004-02-20  Martin Baulig  <martin@ximian.com>
26302         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
26304         * metadata.c (mono_metadata_generic_inst_hash): New method.
26305         (mono_metadata_generic_inst_equal): New method.
26307         * reflection.c (mono_reflection_bind_generic_parameters): Use the
26308         `klass->image->generic_inst_cache' cache to avoid creating
26309         duplicate MonoGenericInst's.
26311         * class.c (mono_class_inflate_generic_type): Use the cache.
26313 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
26315         * object.c: fixed gc descriptor calculation for embedded valuetypes.
26317 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26319         * icall.c: added Socket.WSAIoctl icall.
26321         * socket-io.[ch]: implemented
26322         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
26324 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
26326         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
26328 2004-02-18  Urs C Muff  <umuff@quark.com>
26330         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
26331         this work on PPC and other big-endian architectures.
26333         * debug-mono-symfile.h: Prepended the names of all the `guint32'
26334         fields with an underscore to make sure they're only accessed by
26335         the read32() macro.
26337 2004-02-18  Martin Baulig  <martin@ximian.com>
26339         * icall.c: Put the klass->refclass changes back for methods and
26340         fields, but not for properties and events.  We're currently not
26341         distinguishing between DeclaringType and ReflectedType for
26342         properties and events, that's what caused the regressions.
26344 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26346         * object.c:
26347         (mono_async_result_new): the handle can be NULL.
26349         * threadpool.c: Use an event instead of a semaphore, don't initialize
26350         it until needed. This saves quite a few semaphores from being created
26351         when using the threadpool.
26353 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
26355         * object.c (mono_string_is_interned_lookup): Fix interning of long
26356         strings. Fixes #54473.
26358         * domain.c (ldstr_equal): Optimize if the two strings are equal.
26360         * icall.c: Revert the klass->refclass changes since they introduce
26361         regressions (bug #54518).
26363 2004-02-18  Martin Baulig  <martin@ximian.com>
26365         * class.c (mono_class_init): If we're a generic instance and don't
26366         come from a TypeBuilder, inflate our members here.
26367         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
26368         (mono_class_create_generic): New public method.
26369         (mono_class_initialize_generic): Removed.
26370         (get_instantiation_name): Renamed to
26371         _mono_class_get_instantiation_name() and made it public.
26373 2004-02-18  Martin Baulig  <martin@ximian.com>
26375         * class.c (mono_class_inflate_generic_type): Clear the new
26376         instance's `nginst->klass' when inflating a generic instance.
26377         (mono_class_is_subclass_of): Added (basic) support for generic
26378         instances.
26380 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
26382         * appdomain.h, domain.c: use a MonoCodeManager instead of a
26383         MonoMempool to hold compiled native code.
26385 2004-02-17  Martin Baulig  <martin@ximian.com>
26387         * class.h (MonoDynamicGenericInst): Added `count_properties' and
26388         `properties'.
26390         * reflection.c (mono_reflection_generic_inst_initialize): Added
26391         `MonoArray *properties' argument.
26393         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
26395 2004-02-17  Martin Baulig  <martin@ximian.com>
26397         * icall.c (ves_icall_Type_GetFields): Renamed to
26398         ves_icall_Type_GetFields_internal() and added a
26399         `MonoReflectionType *rtype' argument; pass it to
26400         mono_field_get_object() to set the field's "reflected" type.
26401         (ves_icall_Type_GetConstructors): Likewise.
26402         (ves_icall_Type_GetEvents): Likewise.
26403         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
26404         argument; pass it to mono_method_get_object() to set the method's
26405         "reflected" type.       
26407 2004-02-17  Martin Baulig  <martin@ximian.com>
26409         * class.h (MonoDynamicGenericInst): New type.
26410         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
26412         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
26413         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
26414         (ves_icall_MonoGenericInst_GetFields): New interncall.
26416         * class.c (mono_class_from_generic): Don't call
26417         mono_class_initialize_generic() if this is a dynamic instance;
26418         ie. it's being created from a TypeBuilder.
26419         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
26420         `class->byval_arg.type'.
26422         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
26423         to `inflate_method' and made static.
26424         (mono_reflection_inflate_field): Removed.
26425         (mono_reflection_generic_inst_initialize): New public method.
26427         * reflection.h (MonoReflectionGenericInst): Removed `methods',
26428         `ctors' and `fields'; added `initialized'.
26430 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
26432         * debug-helpers.c (mono_method_full_name): Fix output for empty
26433         namespaces.
26435 2004-02-12  Martin Baulig  <martin@ximian.com>
26437         * class.h (MonoClassField): Added `MonoType *generic_type'.
26439         * reflection.c (mono_image_get_fieldref_token): Added support for
26440         instantiated generic types.
26441         (field_encode_inflated_field): Removed.
26442         (mono_image_get_inflated_field_token): Removed.
26443         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
26445         * reflection.h (MonoReflectionInflatedField): Removed.
26447 2004-02-12  Martin Baulig  <martin@ximian.com>
26449         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
26450         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
26452         * reflection.c (mono_image_get_methodspec_token): Take a
26453         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
26454         (mono_image_create_token): Check whether we have a
26455         `method->signature->gen_method' and call
26456         mono_image_get_methodspec_token() if appropriate.
26457         (inflated_method_get_object): Removed.
26458         (mono_reflection_bind_generic_method_parameters): Return a
26459         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
26460         (mono_reflection_inflate_method_or_ctor): Likewise.
26462         * reflection.h (MonoReflectionInflatedMethod): Removed.
26464 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
26466         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
26467         for custom valuetype marshalling.
26469         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
26471 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26473         * icall.c: fixed WSAGetLastError_internal name.
26475 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
26477         * threads.c (mono_thread_attach): Allow this to be called multiple
26478         times for a thread.
26479         
26480         * threads.c (build_wait_tids): Do not wait for ourselves.
26482         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
26483         appdomain list is empty.
26485         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
26486         memory returned by mono_string_builder_to_utf16, since it points into
26487         managed memory. Thanks to Bernie Solomon for noticing this.
26489         * icall.c: Add AppDomainSetup icalls.
26491         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
26493         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
26494         types.
26496         * reflection.c (reflection_methodbuilder_to_mono_method): Save
26497         custom attributes to the method_aux struct. Also fix array indexes etc.
26499         * loader.c (mono_method_get_param_names): Make dynamic case work again.
26500         
26501 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
26503         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
26504         (both static and runtime) and reduce startup time.
26506 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
26508         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
26509         AsAny marshalling conversion instead of crashing.
26511         * marshal.c: Fix warnings.
26513 2004-02-09  Martin Baulig  <martin@ximian.com>
26515         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
26517         * reflection.h (MonoReflectionInflatedMethod): Removed the
26518         `declaring' field, it's now in the unmanaged MonoGenericMethod.
26520         * reflection.c (method_encode_methodspec): Removed the `method'
26521         argument; we get it from `gmethod->declaring'.
26522         (inflated_method_get_object): Removed the `declaring' argument.
26524 2004-02-09  Martin Baulig  <martin@ximian.com>
26526         * class.h (MonoGenericMethod): New type.
26527         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
26528         `generic_method'.
26530         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
26531         a `MonoGenericMethod *gen_method' one.
26533         * class.c (mono_class_inflate_generic_type): Take an additional
26534         `MonoGenericMethod * argument.  This is only non-NULL if we're
26535         inflating types for a generic method.   
26536         (mono_class_inflate_generic_signature): Renamed to
26537         inflate_generic_signature() and made static; take a
26538         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
26539         (inflate_generic_header): Take a `MonoGenericMethod *' argument
26540         instead of a `MonoGenericInst *' one.
26541         (mono_class_inflate_generic_method): Likewise.
26543         * reflection.c (encode_generic_method_sig): Take a
26544         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
26545         (method_encode_methodspec): Likewise.
26546         (inflated_method_get_object): Likewise. 
26548         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
26549         field with a `MonoGenericMethod *gmethod' one.  
26551 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
26553         * class.h (mono_class_has_parent): add parens to expansion
26554         so you can ! this.
26556 2004-02-08  Martin Baulig  <martin@ximian.com>
26558         * image.h (MonoImage): Removed `generics_cache'.
26560         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
26561         instead of a `MonoType *' argument; removed the `inflate_methods'
26562         argument.  Don't inflate methods here.
26564         * loader.c (find_method): If it's a generic instance, call
26565         mono_class_init() on the `sclass->generic_inst->generic_type'.
26567         * metadata.c (mono_type_size): Make this work on uninitialized
26568         generic instances; call it on the `ginst->generic_type's class.
26570         * reflection.c (mono_reflection_bind_generic_parameters): Call
26571         mono_class_from_generic() to create the `ginst->klass'.
26573 2004-02-08  Martin Baulig  <martin@ximian.com>
26575         * class.h (MonoClass): Changed type of `generic_inst' from
26576         `MonoType *' to `MonoGenericInst *'.
26578 2004-02-08  Martin Baulig  <martin@ximian.com>
26580         * icall.c (ves_icall_Type_BindGenericParameters): Just call
26581         mono_type_get_object(), this is now creating a `MonoGenericInst'
26582         for MONO_TYPE_GENERICINST.
26583         (ves_icall_MonoGenericInst_GetParentType): Likewise.
26584         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
26586         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
26587         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
26588         (inflated_method_get_object): Added `MonoClass *refclass' argument.
26589         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
26590         and reflected type.
26592         * reflection.h (MonoReflectionInflatedMethod): Removed
26593         `declaring_type' and `reflected_type'.
26595 2004-02-08  Martin Baulig  <martin@ximian.com>
26597         * class.h (MonoGenericInst): Added `MonoType *parent' and
26598         `MonoType **ifaces'.
26600         * reflection.h (MonoReflectionGenericInst): Removed `klass',
26601         `parent' and `interfaces'.
26603         * reflection.c (mono_reflection_bind_generic_parameters): Take a
26604         `MonoType *' argument and return a `MonoType *'.
26606         * icall.c
26607         (ves_icall_MonoGenericInst_GetParentType): New interncall.
26608         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
26610 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
26612         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
26613         valuetype marshalling.
26615 2004-02-06  Martin Baulig  <martin@ximian.com>
26617         * class.c
26618         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
26619         (my_mono_class_from_generic_parameter): Likewise.
26621 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
26623         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
26624         contents of the symbol files lazily.
26626         * object.h (MonoThread): Add 'name' and 'name_len' fields.
26628         * threads.h threads.c icall.c: New icalls for getting and setting the
26629         threads name.
26631 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
26633         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
26634         Raise an exception when the domain is not found.
26636 2004-02-03  Martin Baulig  <martin@ximian.com>
26638         * reflection.c (mono_image_get_methodspec_token): Use the
26639         uninflated signature; fixes gen-33.
26641 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
26643         * gc.c threads.c: Make the finalizer thread a normal managed thread so
26644         the finalizer code can use thread functionality.
26646         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
26647         the finalizer thread.
26649         * threads.c: Make some functions more robust.
26651         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
26653         * metadata.h: Add new marshalling conventions.
26655         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
26656         stringbuilder marshalling. Fixes #53700.
26658         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
26660         * reflection.c (mono_image_get_type_info): Save declarative security
26661         info.
26663         * reflection.c (mono_image_get_field_info): Handle uninitialized 
26664         unmanaged fields as well.
26666         * appdomain.c: Bump corlib version.
26668 2004-02-01  Martin Baulig  <martin@ximian.com>
26670         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
26671         method type arguments.  
26673 2004-01-30  Duncan Mak  <duncan@ximian.com>
26675         * marshal.h: Add prototype for
26676         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
26677         and
26678         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
26679         fix the build.
26681 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
26683         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
26684         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
26686 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
26688         * marshal.c (mono_marshal_get_native_wrapper): Add support for
26689         custom marshalling of valuetypes.
26691         * marshal.c: Fix some warnings.
26693 2004-01-29  Martin Baulig  <martin@ximian.com>
26695         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
26696         for generic method parameters.
26698         * reflection.c (method_encode_methodspec): Write the uninflated
26699         signature into the methodspec table.
26700         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
26701         is always the uninflated method.
26702         (reflection_methodbuilder_to_mono_method): Copy the generic
26703         parameters from the MethodBuilder into `header->gen_params'.
26705 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
26707         * class.c (mono_class_from_generic_parameter): Fix warning.
26709 2004-01-27  Martin Baulig  <martin@ximian.com>
26711         * class.c (mono_class_from_generic_parameter): Don't create
26712         `klass->methods' here.  
26714 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
26716         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
26717         extension since it does not work with libraries named lib<FOO>.dll.so.
26719 2004-01-25  Martin Baulig  <martin@ximian.com>
26721         * class.c (mono_class_inflate_generic_type): Added support for
26722         MONO_TYPE_GENERICINST.
26724         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
26725         inflate methods on open constructed types.      
26727 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26729         * object.c: fire ProcessExit event in the root AppDomain after running
26730         Main. Fixes bug #53299.
26732 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
26734         * socket-io.c: include the new socket-wrappers.h header.
26735         Use the wrappers instead of the unix socket functions to make the code
26736         more clear.
26738 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
26740         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
26742         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
26743         Fixes #22532.
26745 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
26747         * reflection.c (mono_image_create_pefile): Handle the case when the
26748         entry point is not a MethodBuilder.
26750         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
26751         field to ReflectionMethod since it is not allways a builder.
26753         * reflection.c (type_get_fully_qualified_name): New helper function to
26754         return the fully qualified name of a type.
26756         * reflection.c (encode_marshal_blob): Always emit the fully qualified
26757         type name for custom marshallers.
26759         * reflection.c (mono_marshal_spec_from_builder): Ditto.
26761         * class.c (mono_class_setup_vtable): If a parent class already 
26762         implements an interface, use the implementing methods from that class.
26763         Fixes #53148.
26765 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26767         * threadpool.c: just return instead of ExitThread to allow for thread
26768         clean up earlier.
26770 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
26772         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
26773         when closing resource modules.
26775         * reflection.c (mono_image_create_pefile): Handle the case when the
26776         entry point is not a MethodBuilder.
26778         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
26779         field to ReflectionMethod since it is not allways a builder.
26781 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
26783         * marshal.c (mono_marshal_get_managed_wrapper): 
26784         mono_marshal_alloc takes native int so CONV_I
26785         the arg for 64bits.
26787 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
26789         * reflection.c (fixup_cattrs): New function to fixup the methoddef
26790         tokens in the cattr table. Fixes #53108.
26792 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26794         * loader.c: don't trim ".dll" before looking up in the config file.
26795         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
26797 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
26799         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
26800         Return the module which contains the resource as well.
26801         (ves_icall_System_Reflection_Module_Close): New icall.
26803         * appdomain.c: Bump corlib version number.
26805         * image.c (mono_image_addref): New public function.
26807         * assembly.c: Call mono_image_addref.
26809         * reflection.c (mono_module_get_object): Increase reference count of 
26810         the image.
26812         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
26813         Fixes #22532.
26815         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
26816         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
26817         proper exceptions on DllImport problems.
26819 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
26821         * class.c, metadata.c: eliminate CSIZE macro.
26823 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
26825         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
26826         * object.h: Added async_callback field in MonoAsyncResult.
26827         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
26828         * verify.c: Added async_callback in MonoAsyncResult layout.
26830 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
26832         * reflection.c (mono_reflection_get_custom_attrs): Add support
26833         for Modules.
26835 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
26837         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
26838         marshalling.
26839         (mono_marshal_method_from_wrapper): Add null pointer check.
26841 2004-01-16  Martin Baulig  <martin@ximian.com>
26843         * debug-mono-symfile.h: Set version number to 36 and reflect
26844         latest symbol writer changes.
26846 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
26848         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
26849         multi-dimensional arrays.
26850         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
26851         (mono_class_from_mono_type): Use bounded_array_class_get.
26852         
26853         * class.c (mono_bounded_array_class_get): New function which takes
26854         a 'bounded' bool argument to distinguish vectors from one dimensional
26855         arrays.
26857         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
26858         bounded_array_class_get if the array has bounds.
26860         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
26861         Search modules loaded using AssemblyBuilder:AddModule as well.
26863 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26865         * appdomain.c: increased corlib version.
26866         * filewatcher.c: removed g_print.
26867         * icall.c:
26868         (get_property_info): only allocate what is actually requested.
26869         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
26871 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26873         * Makefile.am: added filewatcher.[ch]
26874         * filewatcher.[ch]: FileSystemWatcher runtime support.
26875         * icall.c: added new FSW icalls.
26877 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
26879         * string-icalls.c: fix stringbuilder regression as suggested by
26880         Iain McCoy <iain@mccoy.id.au>.
26882 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
26884         * process.c (process_read_stringtable_block): Recognize '007f' as
26885         a language neutral stringtable block.
26887 2004-01-12  Patrik Torstensson
26889         * object.h (MonoStringBuilder) : Changed layout to support our
26890         new stringbuilder class.
26891         * marshal.c: Change marshalling to support the new layout of 
26892         string builder.
26893         * appdomain.c: increased version number because new layout of
26894         string builder.
26896 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
26898         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
26899         assembly name as an string instead of an AssemblyName, since it is
26900         easier to extract info from it.
26902         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
26903         the culture subdirectories too. Fixes #52231.
26905 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26907         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
26908         It takes 2 new parameters with an optional name for the method to look
26909         for and case ignoring info.
26911         * threadpool.c: removed unused variable.
26913 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26915         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
26916         It takes 2 new parameters with an optional name for the property to look
26917         for and case ignoring info.
26918         Fixes bug #52753.
26920 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
26922         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
26923         Fix #52451.
26925 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26927         * appdomain.c:
26928         * assembly.c: escape the uri before passing it to g_filename_from_uri.
26929         Fixes bug #52630.
26931 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
26933         * reflection.c: Add support for more than one unmanaged resource.
26935         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
26936         in field->def_value, as done in all other cases.
26938         * reflection.c (mono_reflection_get_custom_attrs): Add support for
26939         TypeBuilders.
26941         * reflection.c (mono_reflection_create_runtime_class): Remove 
26942         errorneous assignment to klass->element_class, since it is already
26943         done in mono_reflection_setup_internal_class.
26945 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26947         * gc.c: added missing LeaveCriticalSection.
26948         * icall.c: indented a couple of lines.
26949         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
26950         if we call EndInvoke inside a callback. Fixes bug #52601.
26952 2004-01-07  Martin Baulig  <martin@ximian.com>
26954         * mono-debug-debugger.h
26955         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
26957 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
26959         * appdomain.c: Use messages in NotImplementedException.
26961         * exception.c (mono_get_exception_not_implemented): Now this takes
26962         a message argument.
26964         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
26965         exception instead of g_asserting an aborting when something is not
26966         implemented.
26968         Add some inline docs.
26970 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
26972         * reflection.h: Update after changes to object layout.
26974         * reflection.c: Implement saving of unmanaged aka win32 resources.
26976         * appdomain.c: Bump version number.
26978         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
26979         Handle missing domains gracefully.
26981 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
26983         * file-io.c : On Windows, there are much more invalid_path_chars.
26985 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
26987         * class.h, object.c: prepare for GetType () speedup.
26989 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
26991         * profiler.c: workaround for --profile null reference exception on
26992           cygwin. Patch by Patrik Torstensson.
26994 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
26996         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
26997         make work for unaligned access.
26999 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
27001         * class.c: small cleanup (class->fields [i] -> field).
27002         * image.c: check address of metadata is valid.
27004 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
27006         * assembly.h assembly.c (mono_assembly_loaded): New public function to
27007         search the list of loaded assemblies.
27009         * reflection.c (mono_reflection_type_from_name): Use 
27010         mono_assembly_loaded instead of mono_image_loaded.
27012         * reflection.c: Fix warnings.
27014 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
27016         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
27017         is dynamic. This is needed since an assembly can contain both dynamic and
27018         non-dynamic images.
27020         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
27021         assembly->dynamic.
27023         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
27025         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
27026         to store modules loaded using AddModule.
27028         * reflection.c (mono_image_fill_file_table): Generalize this so it works
27029         on Modules.
27031         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
27033         * reflection.c (mono_image_fill_export_table_from_module): New function to
27034         fill out the EXPORTEDTYPES table from a module.
27036         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
27037         into a separate function. Also handle loaded non-dynamic modules.
27039         * reflection.c (mono_image_basic_init): Fix memory allocation.
27041         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27043         * assembly.c (mono_assembly_load_references): Make this public.
27045 2003-12-19  Martin Baulig  <martin@ximian.com>
27047         * class.c (mono_class_initialize_generic): Made this static, take
27048         a `MonoGenericInst *' instead of a `MonoClass *'.
27049         (mono_class_from_generic): Call mono_class_initialize_generic()
27050         unless we're already initialized or being called from
27051         do_mono_metadata_parse_generic_inst().
27053         * class.h (MonoGenericInst): Added `initialized' and
27054         `init_pending' flags.
27056         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
27057         `mono_class_init (gklass)' or mono_class_initialize_generic()
27058         here; set `generic_inst->init_pending' while parsing the
27059         `type_argv'.
27061 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
27063         * locales.c: include string.h for memxxx prototypes
27065 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
27067         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
27068         constructor when accessing literal fields.
27070 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
27072         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
27074         * reflection.c (assembly_add_resource_manifest): New function to fill
27075         the MANIFESTRESOURCE table.
27077         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
27079         * reflection.h: Update to changes in class layout.
27081         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
27082         Reenable call to mono_runtime_is_shutting_down ().
27084         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
27085         determine if the runtime is shutting down.
27087 2003-12-16  Jackson Harper <jackson@ximian.com>
27089         * icall.c: comment out call to mono_runtime_is_shutting_down to
27090         fix build.
27091         
27092 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
27094         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
27095         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
27097 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
27099         * reflection.c: move definition of swap_with_size
27100         to before its first call
27102 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
27104         * appdomain.c (mono_runtime_is_shutting_down): New public function.
27106         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
27107         icall.
27109         * object.c: Fix warnings.
27111         * icall.c (ves_icall_Type_Get...): Only consider inherited static
27112         members if FlattenHierarchy is set.
27114         * reflection.c (mono_image_add_decl_security): New function to emit
27115         declarative security.
27117         * reflection.h reflection.c: Add support for declarative security.
27119         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
27120         
27121 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
27123         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
27124         
27125         * appdomain.c verify.c: Moved corlib version checking into its own
27126         function in appdomain.c since it needs to create vtables etc.
27128 2003-12-13  Patrik Torstensson <p@rxc.se>
27130         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
27131         instead of unwrapped server.
27133 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
27135         * verify.c (check_corlib): Fix field index.
27137 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
27139         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
27140         GetGacPath icall.
27142 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
27144         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
27145         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
27146         cope with sizeof(size_t) != sizeof(guint32).
27148 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27150         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
27151         in case of failure.
27153 2003-12-10  Mark Crichton <crichton@gimp.org>
27155         * icall.c: removed the GetNonZeroBytes.  We now handle this case
27156         in managed code.
27158         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
27160 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
27162         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
27163         marked as deleted.
27165 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
27167         * verify.c (check_corlib): Handle the case when the version field is 
27168         initialized by a static constructor.
27170 2003-12-08  Patrik Torstensson  <p@rxc.se>
27172     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
27174 2003-12-08  Martin Baulig  <martin@ximian.com>
27176         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
27177         a MonoReflectionGenericParameter, also take the parameter index
27178         and name as arguments.
27179         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
27180         (ves_icall_MonoGenericParam_initialize): New interncall.
27181         (ves_icall_Type_make_byref_type): New interncall.
27183         * reflection.h (MonoReflectionGenericParam): Derive from
27184         MonoReflectionType, not just from MonoObject.  Added `refobj' and
27185         `index' fields.
27187         * reflection.c (mono_reflection_define_generic_parameter): Create
27188         and return a new MonoReflectionGenericParam; don't initialize the
27189         constraints here.
27190         (mono_reflection_initialize_generic_parameter): New public method;
27191         initializes the constraints and creates the `param->pklass'.
27193 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
27195         * reflection.h reflection.c: Use the new fields 'num_types', 
27196         'num_fields' and 'num_methods' to track the number of types etc.
27198         * verify.c (check_corlib): Check corlib version number.
27200 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
27202         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
27203         function works on all methods.
27205 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
27207         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
27208         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
27209         the custom_type_info flag of the transparent proxy.
27210         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
27211         objects that supports IRemotingTypeInfo.
27212         * object.h: Added custom_type_info field in transparent proxy.
27214 2003-12-06  Martin Baulig  <martin@ximian.com>
27216         * class.c (mono_class_create_from_generic): Removed.
27217         (mono_class_from_generic): Check `ginst->klass' before doing
27218         anything else.  This is important to fully support "recursive"
27219         generic types.
27221         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
27222         empty `generic_inst->klass' before doing anything else.
27224 2003-12-06  Dick Porter  <dick@ximian.com>
27226         * verify.c: 
27227         * object.h:
27228         * icall.c:
27229         * locales.c: Use C structs to access class fields.  Don't do a
27230         conversion between MonoString and UChar because both are
27231         platform-endian UTF-16.  Compare now takes startindex and count
27232         parameters.  Add a char overload for IndexOf.  Speed up the
27233         invariant string IndexOf.
27235 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
27237         * Makefile.am (monosn_LDADD): Fix parallel build.
27239 2003-12-04  Martin Baulig  <martin@ximian.com>
27241         * icall.c
27242         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
27243         (ves_icall_Type_make_array_type): New interncall.       
27245 2003-12-04  Martin Baulig  <martin@ximian.com>
27247         * locales.c: also change it in the !HAVE_ICU case.
27249 2003-12-04  Dick Porter  <dick@ximian.com>
27251         * icall.c:
27252         * locales.c: construct_compareinfo is now in CompareInfo, not
27253         CultureInfo.
27255 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
27257         * image.c (mono_image_load_file_for_image): Cache loaded images in the
27258         image->files array.
27260         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
27261         table as well.
27263         * assembly.c (mono_assembly_load_references): Only load references
27264         once.
27266         * class.c (mono_class_from_name): Avoid linear search of the 
27267         EXPORTEDTYPE table.
27269         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
27271 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
27273         * image.h (MonoImage): Add 'field_cache' field.
27275         * loader.c (mono_field_from_token): Cache field lookups.
27276         
27277         * reflection.c (mono_module_get_object): Fix name property.
27279         * icall.c (ves_icall_get_enum_info): Update after changes to 
27280         mono_metadata_get_constant_index ().
27282         * icall.c: Get rid of get_type_info icall, use a separate icall for
27283         each type property to avoid needless memory allocations. Fixes #51514.
27285         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
27286         to avoid needless binary searches.
27288         * class.c (class_compute_field_layout): Move the initialization of
27289         field->def_value to mono_class_vtable ().
27291         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
27292         non-corlib types.
27294         * object.c (mono_object_allocate): Make it inline.
27296         * object.c (mono_object_allocate_spec): Make it inline.
27297         
27298 2003-12-02  Dick Porter  <dick@ximian.com>
27300         * locales.c (create_NumberFormat): NumberFormatInfo construction.
27301         Patch by Mohammad DAMT (mdamt@cdl2000.com).
27303 2003-12-01  Dick Porter  <dick@ximian.com>
27305         * threads.c: Fix signature and call in CreateMutex and
27306         CreateEvent.
27308 2003-12-01  Dick Porter  <dick@ximian.com>
27310         * icall.c: 
27311         * locales.c: Implement string compares and searching
27313         * object.h: Add extra Thread field
27315 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
27317         * reflection.c (fixup_method): Add support for MonoCMethod.
27319 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
27321         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
27323         * reflection.c (assembly_name_to_aname): Allow extra characters in
27324         assembly names. Fixes #51468.
27326 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
27328         * exception.c (mono_exception_from_name_domain): New helper function.
27330         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
27331         exception object in the correct domain.
27333         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
27334         formatting + make a copy a the input data.
27336         * loader.c (mono_get_method_from_token): Methods which contain
27337         native code do not have entries in the ImplMap.
27339         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
27340         Thanks to Gonzalo for spotting this.
27341         
27342         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
27343         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
27345         * assembly.h (mono_assembly_load_from): Split the second part of 
27346         assembly loading into a new public function.
27348         * exception.h (mono_get_exception_bad_image_format): New function.
27350 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
27352         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
27353         Enumerate all modules inside a dynamic assembly. Fixes #51293.
27354         
27355         * icall.c: Add new icall for creating dynamic methods.
27357         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
27359         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
27361         * reflection.c (mono_reflection_create_dynamic_method): New icall to
27362         create a dynamic method.
27364         * reflection.c (resolve_object): New helper function.
27366         * reflection.c: Generalize ReflectionMethodBuilder and the functions
27367         which manipulate it so they can also work on dynamic methods.
27369         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
27370         creating the MonoReflectionMethodAux structure if it is not needed.
27371         
27372         * reflection.h verify.c: Update after changes to object layout.
27374         * reflection.c (method_builder_encode_signature): Fix compilation on
27375         gcc 2.95.x.
27377 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
27379         * appdomain.h: Added support for context static fields. Added static_data
27380           field to MonoAppContext and renamed thread_static_fields to a more
27381           generic special_static_fields in MonoAppDomain, since it can now contain
27382           context static fields.
27383         * domain.c: Updated hashtable name.
27384         * object.c: Replaced field_is_thread_static() for a more generic
27385           field_is_special_static() which also checks for context static attribute.
27386           In mono_class_vtable(), added support for static context fields.
27387         * threads.c: Changed methods that manage thread static fields to more
27388           generic methods so they can be reused both for thread and context static
27389           data.
27390         * threads.h: Declared some new methods.
27392 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
27394         * reflection.h: Update after changes to the managed types.
27396         * reflection.c (encode_custom_modifiers): New helper function.
27398         * reflection.c (method_encode_signature): Emit custom modifiers.
27400         * reflection.c (field_encode_signature): Emit custom modifiers.
27402 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
27404         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
27406         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
27407         implementation.
27409         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
27410         icall.
27412         * object.c (mono_field_get_value_object): New function.
27414         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
27415         specific.
27417 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
27419         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
27420         return a preallocated out-of-memory exception instance.
27422         * object.c (out_of_memory): Use the new function.
27424         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
27425         flag is before the custom modifiers. Fixes #49802.
27427 2003-11-16  Martin Baulig  <martin@ximian.com>
27429         * class.c (mono_class_is_open_constructed_type): Implemented the
27430         MONO_TYPE_GENERICINST case.
27432 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
27434         * assembly.c (mono_assembly_fill_assembly_name): New function to
27435         fill out the MonoAssemblyName structure.
27436         (mono_assembly_open): Use the new function.
27438         * icall.c (fill_reflection_assembly_name): New helper function.
27440         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
27441         new function.
27443         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
27445 2003-11-15  Martin Baulig  <martin@ximian.com>
27447         * class.c (mono_class_is_open_constructed_type): New public
27448         function; checks whether a type is an open constructed type,
27449         ie. whether it still contains type parameters.
27450         (mono_class_inflate_generic_type): If we're a type parameter and
27451         the inflated type is also a MONO_TYPE_(M)VAR, return the original
27452         type.
27454         * class.h (MonoGenericInst): Added `guint32 is_open'.
27456         * loader.c (method_from_methodspec): Check whether we're an open
27457         or closed constructed type and set `ginst->is_open'.
27459         * reflection.c (mono_reflection_bind_generic_parameters): Check
27460         whether we're an open or closed constructed type and set
27461         `ginst->is_open'.
27462         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
27463         from open constructed types.
27465 2003-11-15  Martin Baulig  <martin@ximian.com>
27467         * reflection.c (mono_reflection_bind_generic_parameters): If we're
27468         a generic instance (instead of a generic type declaration) with
27469         unbound generic parameters, bind them to our actual types.
27471 2003-11-14  Martin Baulig  <martin@ximian.com>
27473         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
27475         * reflection.c (mono_reflection_bind_generic_parameters): If we're
27476         an interface type, populate `res->interfaces' with instantiated
27477         versions of all the interfaces we inherit.
27479 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
27481         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
27482         when MONO_PATH is set but doesn't contain the install dir.
27484 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27486         * icall.c:
27487         (ves_icall_Type_GetInterfaces): don't return an interface twice when
27488         it's also implemented in base classes. Fixes bug #50927.
27490 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
27492         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
27493         if this method is called from a finalizer. Fixes #50913.
27495 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
27497         * threads.c: Implement VolatileRead/VolatileWrite
27499         * icall.c: Add new icalls for VolatileRead/VolatileWrite
27501 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
27503         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
27504         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
27505         2.95.3.
27507         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
27508         from Peter Ross (pro@missioncriticalit.com).
27509         
27510 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
27512         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
27514 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
27516         * assembly.c (mono_assembly_load_references): Disable check because it
27517         triggers on older corlibs which lots of people have.
27519 2003-11-12  Jackson Harper  <jackson@ximian.com>
27521         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
27522         load corlib.dll if mscorlib.dll is not found.
27523         * assembly.h: Remove corlib name define.
27524         * class.c:
27525         * domain.c:
27526         * image.c: Change corlib name to mscorlib.
27527         
27528 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
27530         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
27532 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
27534         * appdomain.h: Added loader_optimization here to sync with the C#
27535         code, and add disallow_binding_redirects field.
27537 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
27539         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
27541         * reflection.c (mono_image_build_metadata): Fix crash on modules
27542         with no types.
27544         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
27546         * icall.c (ves_icall_get_method_info): Return callingConvention as
27547         well.
27549         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
27550         namespaces from the EXPORTEDTYPE table as well.
27552         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
27553         from all modules inside the assembly.
27554         
27555 2003-11-11  Martin Baulig  <martin@ximian.com>
27557         * reflection.c (mono_reflection_bind_generic_parameters): Make
27558         this work for interfaces.
27560 2003-11-11  Martin Baulig  <martin@ximian.com>
27562         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
27564 2003-11-11  Martin Baulig  <martin@ximian.com>
27566         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
27567         "MonoInflatedMethod" and "MonoInflatedCtor".
27569 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
27571         * reflection.c (resolution_scope_from_image): Use the assembly table
27572         from the manifest module, since other modules don't have it.
27574         * debug-helpers.c (mono_type_full_name): New helper function.
27576         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
27578         * image.c (mono_image_load_file_for_image): New public function which
27579         is a replacement for the load_file_for_image in class.c.
27581         * assembly.c (mono_assembly_load_module): A wrapper for the function
27582         above which does assembly association and reference loading too.
27584         * class.c (mono_class_from_name): Call mono_assembly_load_module.
27586 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27588         * appdomain.c: not all of the attributes for the full assembly name
27589         are required and the order doesn't matter. Fixes bug #50787.
27591 2003-11-10  Dick Porter  <dick@ximian.com>
27593         * locales.c: Use platform-endian UTF16
27595 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
27597         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
27598         
27599 2003-11-10  Martin Baulig  <martin@ximian.com>
27601         * metadata.c
27602         (mono_metadata_load_generic_params): Make this actually work.
27604         * reflection.c (mono_reflection_bind_generic_parameters): If our
27605         parent is a generic instance, pass all the `types' to it, no
27606         matter whether it has the same number of type parameters or not.
27608 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
27610         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
27612         * assembly.c (mono_assembly_load_references): Move the image<->assembly
27613         assignment code to this function so it gets called recursively for all
27614         modules.
27616         * image.c (load_modules): Remove the assembly assignment since it is
27617         now done by mono_assembly_load_references.
27618         
27619         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
27620         Add 'module' argument.
27621         (mono_module_get_types): New helper function.
27622         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
27624 2003-11-08  Martin Baulig  <martin@ximian.com>
27626         * class.c (mono_class_inflate_generic_method): Interface method
27627         don't have a header.
27629         * reflection.c (mono_image_get_methodspec_token): Take an
27630         additional `MonoGenericInst *' argument instead of reading it from
27631         the header; this is necessary to support interfaces.
27632         (mono_image_create_token): Pass the `MonoGenericInst *' from the
27633         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
27634         (inflated_method_get_object): Take an additional `MonoGenericInst *'
27635         argument.
27637         * reflection.h (MonoReflectionInflatedMethod): Added
27638         `MonoGenericInst *ginst'.
27640 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
27642         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
27644 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
27646         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
27648 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
27650         * reflection.c 
27651         (reflection_methodbuilder_from_method_builder):
27652         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
27653         initialize a ReflectionMethodBuilder structure.
27654         (mono_image_get_methodbuilder_token):
27655         (mono_image_get_ctorbuilder_token): New functions to emit memberref
27656         tokens which point to types in another module inside the same assembly.
27658         * reflection.c: Use the new helper functions.
27659         
27660         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
27662         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
27663         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
27665         * reflection.c (resolution_scope_from_image): Emit a moduleref if
27666         neccesary.
27668         * reflection.c (mono_image_build_metadata): Emit metadata only for the
27669         current module. Emit the manifest only for the main module.
27671         * reflection.c (mono_image_create_token): Add assertion when a 
27672         memberref needs to be created.
27674         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
27676         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
27677         larger buffer for the custom attribute blob. Fixes #50637.
27678         
27679 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
27681         * threadpool.c: notify listener on async processing handles after
27682         invoking the async callback. Thanks to Zoltan.
27684 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
27686         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
27687         avoid code duplication.
27689         * reflection.h (MonoDynamicImage): New type which is currently unused,
27690         but will be used through the ref.emit code in place of 
27691         MonoDynamicAssembly.
27693         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
27694         object layout.
27696         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
27697         a MonoDynamicImage instead of just a MonoImage.
27698         
27699         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
27700         icalls to ModuleBuilder but keep their semantics, so they will work
27701         with moduleb->assemblyb. This will change later.
27702         
27703 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
27705         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
27706         object layout.
27708         * reflection.c (mono_image_build_metadata): Avoid creation of a default
27709         main module, since it is now done by the managed code.
27711 2003-11-03  Martin Baulig  <martin@ximian.com>
27713         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
27714         `ginst->klass' here.
27715         (method_encode_methodspec): Don't use the `ginst->generic_method's
27716         klass if it's a generic instance, use `ginst->klass' in this case.
27718 2003-11-03  Martin Baulig  <martin@ximian.com>
27720         * reflection.c (mono_image_get_generic_method_param_info):
27721         Removed, use mono_image_get_generic_param_info() instead.
27722         (mono_image_get_type_info): Write the GenericParam table before
27723         the Method table.  This is neccessary because in the GenericParam
27724         table, type parameters of the class (ie. '!0' etc.) must come
27725         before the ones from its generic methods (ie. '!!0' etc).
27727 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
27729         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
27731 2003-11-02  Martin Baulig  <martin@ximian.com>
27733         * reflection.c (create_generic_typespec): Take a
27734         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
27735         the generic parameters from it.
27737 2003-11-02  Martin Baulig  <martin@ximian.com>
27739         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
27740         instead of a `MonoClassField *' since we just need the type.
27741         (create_generic_typespec): New static function.  Creates a
27742         TypeSpec token for a generic type declaration.
27743         (mono_image_get_generic_field_token): New static function.
27744         (mono_image_create_token): If we're a FieldBuilder in a generic
27745         type declaration, call mono_image_get_generic_field_token() to get
27746         the token.
27748 2003-11-02  Martin Baulig  <martin@ximian.com>
27750         * reflection.h
27751         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
27752         `MonoReflectionGenericInst *declaring_type' and
27753         `MonoReflectionGenericInst *reflected_type' fields.
27755         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
27756         `MonoReflectionGenericInst *declaring_type' and a
27757         `MonoReflectionGenericInst *reflected_type' argument instead of a
27758         single `MonoReflectionGenericInst *type' one.  Set
27759         `res->declaring_type' and `res->reflected_type' from them.
27760         (mono_reflection_inflate_field): Likewise.      
27762 2003-11-02  Martin Baulig  <martin@ximian.com>
27764         * class.c (mono_class_setup_vtable): Don't store generic methods
27765         in the vtable.  
27767 2003-11-02  Martin Baulig  <martin@ximian.com>
27769         * reflection.h (MonoReflectionGenericInst): Added
27770         `MonoReflectionType *declaring_type'.
27772         * reflection.c (mono_reflection_bind_generic_parameters): Use
27773         `if (tb->parent)' instead of `klass->parent'.
27775 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
27777         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
27778         with an empty ASSEMBLY table.
27780         * reflection.c (mono_image_build_metadata): Avoid using the same loop
27781         variable in the inner and outer loops.
27783 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
27785         * metadata.h (mono_metadata_make_token): Put parentheses around macro
27786         argument.
27788         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
27789         
27790         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
27791         icalls. Instead, do everything in managed code. This is needed since
27792         it is hard to restore the original domain etc. in unmanaged code in the
27793         presence of undeniable exceptions.
27795         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
27796         New icalls to push and pop appdomain refs.
27798 2003-10-31  Martin Baulig  <martin@ximian.com>
27800         * class.c (inflate_generic_type): Renamed to
27801         mono_class_inflate_generic_type() and made it public.
27803         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
27804         New interncall.
27806         * loader.c (mono_field_from_memberref): Also set the retklass for
27807         typespecs.
27809         * fielder.c (mono_image_get_inflated_field_token): New static
27810         method; creates a metadata token for an inflated field.
27811         (mono_image_create_token, fixup_method): Added support for
27812         "MonoInflatedField".
27813         (fieldbuilder_to_mono_class_field): New static function.
27814         (mono_reflection_inflate_field): New public function.
27816         * reflection.h
27817         (MonoReflectionGenericInst): Added `MonoArray *fields'.
27818         (MonoReflectionInflatedField): New typedef.     
27820 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
27822         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
27823         for Solaris and other platforms without s6_addr16
27825 2003-10-30  Martin Baulig  <martin@ximian.com>
27827         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
27828         argument instead of two.
27829         (mono_class_inflate_generic_signature): Likewise.
27830         (inflate_generic_header): Likewise.
27831         (mono_class_inflate_generic_method): Likewise.  In addition, if
27832         `ginst->klass' is set, it becomes the new `method->klass'.
27834         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
27835         field.
27837         * reflection.c (encode_generic_method_sig): Write a 0xa as the
27838         first byte. [FIXME]
27839         (method_encode_methodspec): If we have generic parameters, create
27840         a MethodSpec instead of a MethodRef.
27841         (fixup_method): Added support for "MonoInflatedMethod" and
27842         "MonoInflatedCtor".
27843         (mono_image_create_token): Added support for "MonoInflatedMethod"
27844         and "MonoInflatedCtor".
27845         (inflated_method_get_object): New static function; returns a
27846         managed "System.Reflection.MonoInflatedMethod" object.
27847         (mono_reflection_bind_generic_method_parameters): Return a
27848         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
27849         (mono_reflection_inflate_method_or_ctor): Likewise.
27850         (mono_image_get_generic_method_param_info): Initialize unused
27851         fields to zero.
27852         (mono_image_get_generic_param_info): Likewise.
27854         * reflection.h (MonoReflectionInflatedMethod): New public
27855         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
27856         "S.R.MonoInflatedCtor" classes.
27858         * loader.c (method_from_memberref): If we're a TypeSpec and it
27859         resolves to a generic instance, inflate the method.
27861 2003-10-28  Dick Porter  <dick@ximian.com>
27863         * object.c (mono_runtime_run_main): Convert command-line arguments
27864         into utf8, falling back to the user's locale encoding to do so.
27866 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
27868         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
27869         at this time.
27871         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
27873         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
27874         up icalls at method definition time. Partially fixes #33569.
27876 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
27878         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
27879         marshalling of arrays. Fixes #50116.
27881         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
27883         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
27884         points to a vtable in the dying appdomain.
27886         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
27887         listeners into unmanaged code inside the lock.
27889         * object.c (mono_class_vtable): Turn off typed allocation in non-root
27890         domains and add some comments.
27892 2003-10-25  Martin Baulig  <martin@ximian.com>
27894         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
27896         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
27898         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
27899         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
27900         currently parsing.  Create the generic class and store it in
27901         `generic_inst->klass' before parsing the type arguments.  This is
27902         required to support "recursive" definitions; see mcs/tests/gen-23.cs
27903         for an example.
27904         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
27905         to support recursive typespec entries.
27907         * class.c (mono_class_setup_parent): If our parent is a generic
27908         instance, we may get called before it has its name set.
27909         (mono_class_from_generic): Splitted into
27910         mono_class_create_from_generic() and mono_class_initialize_generic().
27912 2003-10-25  Martin Baulig  <martin@ximian.com>
27914         * icall.c (ves_icall_Type_BindGenericParameters): Return a
27915         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
27916         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
27917         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
27919         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
27920         (create_typespec): Likewise.
27921         (mono_reflection_bind_generic_parameters): Return a
27922         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
27923         (mono_reflection_inflate_method_or_ctor): New public function.
27925         * reflection.h (MonoReflectionGenericInst): New typedef.        
27927 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
27929         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
27930         inside the domain lock. Fixes #49993.
27931         
27932         * object.c (mono_class_vtable): When typed allocation is used, 
27933         allocate vtables in the GC heap instead of in the mempool, since the
27934         vtables contain GC descriptors which are used by the collector even
27935         after the domain owning the mempool is unloaded.
27937         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
27939         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
27940         reflect what it does. Also invalidate mempools instead of freeing
27941         them if a define is set.
27943         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
27944         of the appdomain.
27945         
27946         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
27947         hold the finalizable objects in this domain.
27949         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
27950         appdomain.
27952         * appdomain.c (mono_domain_set): New function to set the current
27953         appdomain, but only if it is not being unloaded.
27955         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
27956         appdomain which is being unloaded.
27957         
27958         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
27959         unloading of the root appdomain.
27961         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
27962         icall to execute a method in another appdomain. Intended as a 
27963         replacement for InternalSetDomain, which can confuse the code 
27964         generation in the JIT.
27966         * appdomain.c (mono_domain_is_unloading): New function to determine
27967         whenever an appdomain is unloading.
27969         * appdomain.c (mono_domain_unload): New function to correctly unload
27970         an appdomain.
27972         * assembly.c (mono_assembly_load_references): Check that an assembly
27973         does not references itself.
27975         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
27976         domain manually, it asks the finalizer thread to do it, then waits for
27977         the result. Also added a timeout.
27979         * icall.c: Register the new icalls.
27981         * threads.h threads.c: Export the mono_gc_stop_world and 
27982         mono_gc_start_world functions.
27983         
27984         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
27985         function to fill out the mempool with 0x2a.
27987 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
27989         * reflection.h (MonoReflectionMethodAux): New structure to store
27990         information which is rarely used, thus is not in the MonoMethod
27991         structure.
27993         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
27994         store the aux info.
27996         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
27997         and marshalling info into the aux structure.
27999         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
28000         from the aux structure.
28002         * loader.c (mono_method_get_param_names): Retrieve the param names from
28003         the aux structure.
28004         
28005 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
28007         * exception.h exception.c: Add AppDomainUnloadedException && fix 
28008         warning.
28010 2003-10-21  Dick Porter  <dick@ximian.com>
28012         * socket-io.c
28013         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
28014         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
28016 2003-10-21  Martin Baulig  <martin@ximian.com>
28018         * reflection.c (mono_reflection_bind_generic_parameters):
28019         `klass->parent' is NULL for interfaces.
28021 2003-10-21  Martin Baulig  <martin@ximian.com>
28023         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28025 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
28027         * exception.c (mono_exception_from_name_msg): New helper function for
28028         creating exceptions and initializing their message field.
28030         * exception.c: Simplify functions using the new helper.
28032         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
28033         New function.
28035         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
28036         mono_raise_exception, since otherwise gcc doesn't generate the function
28037         epilog for raise_exception, confusing the stack unwinding in the JIT.
28038         Fixes #45043.
28040         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
28041         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
28042         Fixes #49499.
28044 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28046         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
28047         utf8.
28049 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
28051         * icall.c: Removed GetUninitializedObject method because
28052           AllocateUninitializedClassInstance does the same.
28054 2003-10-18  Martin Baulig  <martin@ximian.com>
28056         * class.c (inflate_generic_signature): Renamed to
28057         mono_class_inflate_generic_signature() and made it public.
28058         (my_mono_class_from_generic_parameter): New static function; if we
28059         don't already have the generic parameter's MonoClass, create a
28060         very simple one which is just used internally in the runtime and
28061         not passed back to managed code.
28063         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
28065         * metadata.h (MonoMethodSignature): Moved the
28066         `MonoGenericParam *gen_params' to the MonoMethodHeader.
28067         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
28069         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
28070         ves_icall_MonoMethod_GetGenericArguments(); this is now an
28071         interncall on the MonoMethod class, not on MethodInfo.
28072         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
28073         calling mono_reflection_bind_generic_method_parameters() directly.
28075         * loader.c (mono_method_get_signature): If this is a MethodSpec;
28076         return the already computed `method->signature'.
28077         (method_from_methodspec): New static function to load a method
28078         from a MethodSpec entry.
28079         (mono_get_method_from_token): Call the new method_from_methodspec()
28080         for MethodSpec tokens.  
28081         (mono_get_method_from_token): If we're a generic method, load the
28082         type parameters.
28084         * reflection.c (mono_image_get_memberref_token): Allow
28085         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
28086         table.
28087         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
28088         (mono_image_create_token): First check whether it's a generic
28089         method (so we'd need to create a MethodSpec), then do the other
28090         two alternatives.
28091         (mono_reflection_bind_generic_method_parameters): Return a
28092         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
28093         called directly from the interncall.
28095 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
28097         * reflection.c (load_public_key): Move loading of the public key
28098         into managed code.
28100         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
28102         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
28103         fields.
28105         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
28106         culture, hash_alg and public_key. Fixes #49555.
28108 2003-10-17  Martin Baulig  <martin@ximian.com>
28110         * class.h (MonoGenericInst): Moved this declaration here and added
28111         `MonoMethod *generic_method'.
28113         * icall.c
28114         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
28115         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
28117         * metadata.c (mono_metadata_type_equal): Two types of
28118         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
28119         index; ie. don't compare the address of the `MonoGenericParam'
28120         structure.
28121         (mono_metadata_load_generic_params): Removed the `MonoMethod
28122         *method' argument.
28124         * metadata.h (MonoGenericInst): Moved declaration to class.h.
28125         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
28127         * reflection.c (method_encode_signature): Encode the number of
28128         generic parameters.
28129         (encode_generic_method_sig): New static function.
28130         (method_encode_methodspec): New static function; creates an entry
28131         in the MethodSpec table for a generic method.
28132         (mono_image_get_methodspec_token): New static function.
28133         (mono_image_create_token): Call mono_image_get_methodspec_token()
28134         for generic methods.
28135         (mono_reflection_bind_generic_method_parameters): New public
28136         function.  Instantiates a generic method.
28138 2003-10-16  Martin Baulig  <martin@ximian.com>
28140         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
28141         *gen_params' here from MonoMethodHeader.
28143         * metadata.c (mono_metadata_parse_method_signature): If we have
28144         generic parameters, initialize `method->gen_params' and then set
28145         the correct `type->data.generic_param' in all the parameters.
28147 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
28149         * threads.c (mono_threads_get_default_stacksize): New function to 
28150         return the default stacksize.
28152         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
28153         termination of the finalizer thread, since the previous method had
28154         race conditions. Fixes #49628.
28156         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
28157         as for the other managed threads.
28159 2003-10-16  Martin Baulig  <martin@ximian.com>
28161         * class.c (inflate_generic_signature): Copy `generic_param_count'
28162         and `gen_params'.
28164         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
28165         New interncall.
28167         * metadata.c (mono_metadata_parse_method_signature): Actually set
28168         the `method->generic_param_count' here.
28169         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
28171 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
28173         * object.h: Add a new field to TypedRef to simplify the implementation
28174         of the REFANY opcodes in the JIT.
28176         * icall.c: Make use of the new field.
28178         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
28179         dynamically.
28181 2003-10-15  Martin Baulig  <martin@ximian.com>
28183         * class.c (mono_class_from_gen_param): Renamed to
28184         mono_class_from_generic_parameter() and moved most of the
28185         functionality from mono_reflection_define_generic_parameter()
28186         here; ie. we create a "real" class here.
28187         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
28188         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
28189         previously been called.
28191         * class.h (MonoGenericParam): Moved the declaration of this struct
28192         here from metadata.h and added `MonoMethod *method'.
28194         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
28195         interncall.
28197         * loader.c (mono_get_method_from_token): If we have any generic
28198         parameters, call mono_metadata_load_generic_params() to read them
28199         from the MONO_TABLE_GENERICPAR.
28201         * metadata.c (mono_metadata_load_generic_params): Added
28202         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
28204         * metadata.h (MonoMethodSignature): Replaced
28205         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
28206         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
28208         * reflection.c (mono_reflection_define_generic_parameter): Moved
28209         most of the functionality into the new
28210         mono_class_from_generic_parameter(); set the `method' field if
28211         we're a method parameter.       
28213 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
28215         * marshal.c (emit_struct_conv): if native size is 0
28216         emit no code.
28218 2003-10-14  Martin Baulig  <martin@ximian.com>
28220         * icall.c: The generics API has changed in the spec since it was
28221         added to System.Type; these modifications make it match the spec
28222         again.
28223         (ves_icall_Type_GetGenericParameters): Renamed to
28224         `ves_icall_Type_GetGenericArguments'.
28225         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
28226         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
28227         `ves_icall_MonoType_get_HasGenericArguments'.
28228         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
28229         `ves_icall_MonoType_get_IsGenericParameter'.
28230         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
28231         this is no interncall anymore.
28232         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
28233         `ves_icall_TypeBuilder_get_IsGenericParameter'.
28235 2003-10-14  Martin Baulig  <martin@ximian.com>
28237         * reflection.c (mono_reflection_bind_generic_parameters): Also
28238         inflate generic methods if we're reading the class from IL.
28240 2003-10-13  Martin Baulig  <martin@ximian.com>
28242         * reflection.c (mono_reflection_define_generic_parameter): This
28243         method isn't called directly from the icall anymore; take a
28244         `MonoReflectionAssemblyBuilder *' so we can use this for type and
28245         method generic parameters.
28246         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
28247         (method_builder_encode_signature): Encode generic parameters.
28248         (mono_image_get_method_info): Write generic params to the
28249         MONO_TABLE_GENERICPARAM table.
28251         * reflection.h (MonoReflectionMethodBuilder): Added
28252         `MonoArray *generic_params'.
28254         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
28256         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
28257         wrapper for mono_reflection_define_generic_parameter().
28258         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
28260 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
28262         * marshal.h: Add missing function to fix build.
28264         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
28265         the SetLastError pinvoke attribute.
28267         * marshal.c (mono_marshal_set_last_error): New helper function called
28268         by the generated code.
28269         
28270         * marshal.c (mono_mb_emit_branch): New helper function.
28272         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
28274         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
28275         classes as parameters and return values of delegates. Fixes #29256. 
28277 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
28279         * locales.c: use gint32 in non HAVE_ICU case
28281 2003-10-11  Martin Baulig  <martin@ximian.com>
28283         * mono-debug.c (mono_debug_add_method): Added a workaround for
28284         bug #48591.
28286 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
28288         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
28289         delegates passed to native code must use the STDCALL calling 
28290         convention. Fixes #35987.
28292 2003-10-10  Martin Baulig  <martin@ximian.com>
28294         * class.c (inflate_generic_type): If we're inflating for a generic
28295         type instance (and not for a generic method), return
28296         MONO_TYPE_MVAR unchanged.
28298 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28300         * string-icalls.c: Join ignores null strings in the source array.
28301         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
28302         * threads.c: GetAvailableTheads is slightly more accurate.
28304 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
28306         * threads.h threads.c : add mono_threads_set_default_stacksize
28307         and pass default to CreateThread calls.
28309 2003-10-09  Dick Porter  <dick@ximian.com>
28311         * icall.c:
28312         * locales.h:
28313         * locales.c: Internal calls for constructing CultureInfo and
28314         related objects from libicu (if its available.)
28316 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
28318         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
28320 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28322         * threadpool.c: added an argument to async_invoke_thread that is the
28323         item to process, pass the MonoAsyncResult to the thread start function
28324         when creating a new thread. This way we don't need to acquire any lock
28325         when we're creating a new thread. Readded a semaphore for faster
28326         response times (instead of that Sleep i added).
28328 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
28330         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
28331         get daylight change dates better on Windows, fix handling
28332         of platforms without tm_gmtoff.
28334 2003-10-06  Martin Baulig  <martin@ximian.com>
28336         * class.c (inflate_generic_method): Renamed to
28337         mono_class_inflate_generic_method() and made public.
28338         (mono_class_init): Don't inflate the generic methods here.
28339         (mono_class_from_generic): Added `gboolean inflate_methods'
28340         argument.  Inflate the methods here.
28342         * loader.c (mono_method_get_param_names): Ignore instances of
28343         generic types for the moment.
28345         * reflection.c (fixup_method): Added support for inflated methods.
28346         (mono_image_create_token): Use mono_image_get_methodref_token()
28347         for inflated methods.
28348         (mono_custom_attrs_from_param): Ignore instances of generic types
28349         for the moment.
28350         (mono_reflection_bind_generic_parameters): New public function.
28351         Moved all the functionality from
28352         ves_icall_Type_BindGenericParameters() here and added support for
28353         dynamic types.
28354         (mono_reflection_define_generic_parameter): Initialize
28355         `klass->methods' here.
28357         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
28358         functionality into mono_reflection_define_generic_parameter().
28359         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
28360         TypeBuilder, return that TypeBuilder.
28362 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28364         * appdomain.c: removed mono_delegate_semaphore.
28366         * threadpool.c:
28367         (mono_thread_pool_add): moved hash table creation inside and the thread 
28368         creation outside of the critical region.
28369         (mono_thread_pool_finish): removed obsolete code.
28370         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
28371         continue or exit the thread depending on the queue.
28373 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
28375         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
28376         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
28377         handle more bool marshalling options
28379 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
28381         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
28382         arrays of structs. Also add a more descriptive error message when
28383         a structure member is marshalled as LPArray.
28385 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
28387         * marshal.c (mono_marshal_get_native_wrapper): Add support for
28388         marshalling arrays of complex types. Fixes #29098. Also remove an
28389         usused and incomplete function.
28391 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
28393         * gc.c: report heap_size - free_bytes as total memory allocated
28394         (bug#49362).
28396 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
28398         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
28399         fix timezone handling problems on Windows.
28400         
28401         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
28402         asserts when the year is outside the range handled by ms the functions.
28404         * class.c (setup_interface_offsets): If the class is an interface,
28405         fill out its interface_offsets slot.
28407 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28409         * threadpool.c: mark threadpool threads as background.
28411 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
28413         * decimal.c - define DECINLINE to nothing if not using GCC
28415 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
28417         * assembly.c: More refcount fixes.
28419 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28421         * string-icalls.c: if we're not trimming, return the same string.
28422         When not splitting, don't create a new string.
28424 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28426         * image.c:
28427         (mono_image_open): increment the ref_count inside the critical section.
28429 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
28431         * image.c (mono_image_open): Fix reference counting bug.
28433 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
28435         * marshal.c (mono_marshal_type_size) struct alignment changed for 
28436         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
28437         64bits. Avoid leak in mono_marshal_get_native_wrapper when
28438         mono_lookup_pinvoke_call throws.        
28440 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
28442         * reflection.c (mono_reflection_parse_type): Fix #49114.
28444         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
28445         temporary workaround for cygwin header problem.
28447         * object.c (mono_object_isinst): Synchronize this with the code
28448         generated by the JIT for casts.
28450 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
28452         * reflection.c (encode_type): Fix #38332.
28454 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
28456         * marshal.c (mono_marshal_method_from_wrapper): New function to return
28457         the original method from the wrapper method.
28459 2003-09-25  Martin Baulig  <martin@ximian.com>
28461         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
28462         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
28463         (ves_icall_Type_get_IsGenericInstance): New interncall.
28465 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
28467         * object.c: fix cast warning in big endian code.
28469 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
28471         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
28472         
28473 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28475         * assembly.c: don't call check_env from mono_assembly_load. It's
28476         already done once in mono_assemblies_init and may cause headaches when
28477         multiple threads are loading assemblies.
28479 2003-09-19  Martin Baulig  <martin@ximian.com>
28481         * reflection.c (mono_reflection_define_generic_parameter): Don't
28482         allocate `klass->methods', set `klass->flags' to
28483         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
28485 2003-09-18  Martin Baulig  <martin@ximian.com>
28487         * class.c (mono_class_init): Don't create `class->methods' if it's
28488         already initialized.
28490         * metadata.c (mono_metadata_load_generic_params): Make this
28491         actually work.
28493         * reflection.c (mono_reflection_define_generic_parameter): Set
28494         parent class and interfaces from the constraints.
28496         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
28497         to keep this struct in sync with the declaration in TypeBuilder.cs.
28499 2003-09-17  Martin Baulig  <martin@ximian.com>
28501         * metadata.h (MonoType): Replaced the data's `int type_param'
28502         field with `MonoGenericParam *generic_param'.
28503         (MonoGenericParam): Added `MonoClass *klass'.
28505         * class.c (mono_class_from_gen_param): Removed the
28506         `MonoImage *image' and `int type_num' arguments.
28508         * metadata.c (mono_metadata_parse_generic_param): New static
28509         method; creates a MonoGenericParam which just contains the index.
28510         (do_mono_metadata_parse_type): Call
28511         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
28512         MONO_TYPE_MVAR.
28514         * reflection.c (mono_image_typedef_or_ref): Generic type
28515         parameters may be in the same assembly, but never use a typedef
28516         for them.
28517         (mono_reflection_define_generic_parameter): We're now creating a
28518         "real" class for the type parameter; it's now safe to call
28519         mono_class_from_mono_type() on the class'es type, it'll do the
28520         right thing.
28522 2003-09-16  Martin Baulig  <martin@ximian.com>
28524         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
28525         `symfile->range_entry_size' and `symfile->class_entry_size' here;
28526         the `symfile' data structure must be fully initialized before it
28527         gets added to the table.
28529 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
28531         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
28533         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
28534         class init trampolines.
28536 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
28538         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
28539         to the built-in profiler to turn off time and allocation profiling
28540         respectively.
28542 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
28544         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
28545         g_direct_equal.
28547         * debug-helpers.c (mono_method_full_name): Print the wrapper type
28548         in human readable form.
28550 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
28552         * reflection.c icall.c: Fixed warnings.
28554         * image.c (load_class_names): Use a temporary hash table to hold the
28555         namespaces in order to avoid doing many string comparisons.
28557         * image.h: Fix typo.
28559         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
28560         Pass NULL instead of g_direct_equal to the GHashTable constructor 
28561         since the NULL case is short-circuited inside g_hash_table_lookup, 
28562         leading to better performance.  
28564         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
28565         obtain the first custom attribute for a given index. Depends on the
28566         CustomAttribute table being sorted by the parent field.
28568         * reflection.c (mono_custom_attrs_from_index): Use the new function 
28569         for better performance.
28571 2003-09-07  Martin Baulig  <martin@ximian.com>
28573         * class.c (mono_class_init): If we're a generic instance, inflate
28574         all our methods instead of loading them from the image.
28575         (mono_class_from_generic): Set `class->methods = gklass->methods'.
28577 2003-09-07  Martin Baulig  <martin@ximian.com>
28579         * mono-debug-debugger.c: Added support for constructors.
28581 2003-09-06  Martin Baulig  <martin@ximian.com>
28583         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
28584         New interncall.
28586         * reflection.c (mono_reflection_setup_generic_class): Call
28587         ensure_runtime_vtable() to create the vtable.
28589 2003-09-05  Martin Baulig  <martin@ximian.com>
28591         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
28592         MONO_TYPE_MVAR.
28594 2003-09-04  Martin Baulig  <martin@ximian.com>
28596         * reflection.c (mono_reflection_define_generic_parameter): Generic
28597         parameters start with zero.
28599 2003-09-04  Martin Baulig  <martin@ximian.com>
28601         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
28603         * reflection.h (MonoReflectionGenericParam): New typedef.
28604         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
28605         the generic parameters from the managed TypeBuilder.
28607         * reflection.c (mono_reflection_define_generic_parameter): New function.
28608         (mono_reflection_create_runtime_class): Encode generic parameters.
28609         (mono_reflection_setup_generic_class): New function; this is
28610         called after adding adding all generic params to the TypeBuilder.
28611         (encode_type): Added MONO_TYPE_VAR.
28613 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
28615         * class.h class.c (mono_class_needs_cctor_run): Moved this method
28616         here from the JIT.
28618         * assembly.h assembly.c: Moved the AOT loading code into an assembly
28619         load hook.
28621 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
28623         * reflection.h reflection.c class.h class.c: Delete duplicate 
28624         definition of mono_type_get_name () from reflection.c and export the
28625         one in class.c.
28627         * class.c: Class loading fixes from Bernie Solomon 
28628         (bernard@ugsolutions.com).
28630         * reflection.c: Endianness fixes from Bernie Solomon 
28631         (bernard@ugsolutions.com).
28632         
28633 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
28635         * assembly.h assembly.c: Define a file format version for AOT
28636         libraries.
28637         
28638         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
28640         * appdomain.h (MonoJitInfo): New field to determine whenever the
28641         code is domain neutral.
28642         
28643 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
28645         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
28647 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
28649         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
28650         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
28651         Avoid caching the result since strings must be domain specific. Fixes
28652         #48050.
28654 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
28656         * marshal.c (mono_marshal_init): Make this callable multiple times
28657         since it is hard to find a correct place to call it.
28659         * object.c (mono_runtime_class_init): Execute static constructors in
28660         the correct appdomain.
28662         * image.c (build_guid_table): Handle the case when multiple images have
28663         the same GUID.
28665 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28667         * icall.c: added a couple of icalls for System.Web.
28669 2003-08-28  Martin Baulig  <martin@ximian.com>
28671         * icall.c (ves_icall_Type_BindGenericParameters): Use
28672         `klass->generic_inst' instead of `&klass->byval_arg' in the
28673         mono_type_get_object() call.  The returned type must be
28674         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
28676 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
28678         * NOTES: New file.
28680         * object.c (mono_class_proxy_vtable): Make it thread safe.
28682         * pedump.c: Fix warning.
28684         * object.c appdomain.h: Get rid of metadata_section. 
28685         It is no longer needed and it was causing deadlocks with domain->lock.
28687         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
28689 2003-08-26  Martin Baulig  <martin@ximian.com>
28691         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
28693 2003-08-26  Martin Baulig  <martin@ximian.com>
28695         * pedump.c (main): Call mono_metadata_init(),
28696         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
28697         and mono_loader_init().
28699 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
28701         * loader.h: Add missing include to fix build.
28703         * image.h: mono_image_load_references is no more.
28705         * assembly.c: Reworked assembly loading to make it really thread safe.
28706         After these changes, the assembly returned by mono_assembly_open is
28707         fully initialized, i.e. all its references assemblies are loaded.
28709         * assembly.c (mono_image_load_references): Renamed to 
28710         mono_assembly_load_references, and made private, since clients no
28711         longer need to call it.
28713         * class.c: Removed calls to mono_assembly_load_references, since it was
28714         a source of deadlocks.
28716         * loader.h loader.c class.h class.c: Protect data structures using a 
28717         new lock, the loader lock.
28719         * class.c (mono_class_setup_vtable): Create temporary hash tables and
28720         GPtrArrays only when needed.
28722         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
28723         into empty structures by mcs. Fixes pinvoke7.cs.
28724         
28725         * domain.c (mono_init): Call a new initialization function.
28727         * appdomain.c (mono_runtime_init): Call the new initializer function
28728         of the marshal module.
28730         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
28731         inserted into empty structures by mcs. Fixes pinvoke7.cs.
28733         * marshal.h marshal.c: Added locks around the wrapper caches to make
28734         this module thread safe.
28736         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
28737         this argument. Fixes pinvoke1.exe.
28739 2003-08-25  Lluis Sanchez <lluis@ximian.com>
28741         * object.h: Added call_type field to MonoMethodMessage and the corresponding
28742         enumeration of values. Removed fields to store remote call output values in
28743         MonoAsyncResult. Not needed any more.
28744         * object.c: Initialize call_type and async_result fields in mono_message_init.
28745         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
28746         dispatching the message.
28747         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
28748         async call to finish. To do it use a message with EndInvoke call type.
28750 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
28752         * loader.h loader.c (mono_method_hash_marhal_info): New function which
28753         determines whenever a method has marshalling info.
28755 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28757         * assembly.c: fix the build on windows.
28759 2003-08-22 Lluis Sanchez <lluis@ximian.com>
28761         * object.cs: Fixed bug #47785.
28763 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
28765         * string-icalls.c (StringReplace): If their are no occurances of
28766         the old string found return a reference to the supplied
28767         string. This saves some memory and matches MS behavoir.
28768         
28769 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28771         * socket-io.c: fixed compilation for systems that define AF_INET6
28772         and don't define SOL_IP/SOL_IPV6.
28774 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
28776         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
28777         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
28779         * rawbuffer.c rawbuffer.h: Make this module thread safe.
28781         * domain.c: Make this module thread safe.
28783         * domain.c (mono_init): Call new initialization function.
28785         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
28786         reference types too. Fixes #38812.
28788         * image.c (mono_image_init): Fixed warnings.
28790         * class.c (mono_class_from_typeref): Handle assembly load failure
28791         correctly.
28793         * appdomain.c (add_assemblies_to_domain): Handle the case when
28794         the references of an assembly are not yet loaded.
28796         * metadata.c image.c assembly.c: Moved initialization of global
28797         variables to a separate function called at startup since lazy 
28798         initialization of these variables is not thread safe.
28799         
28800         * image.c assembly.c: Made this module thread safe by adding locks in 
28801         the appropriate places.
28803         * domain.c (mono_init): Call the new initialization functions of the
28804         three modules.
28806 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
28808         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
28809           make a direct call. It is proxy's work to make the call asynchronous.
28810           mono_delegate_end_invoke(): If the targe is a proxy, just collect
28811           the return values.
28812         * object.cs: mono_method_call_message_new(): read AsyncResult and
28813           state object from parameters list, if this info is requested.
28814         * object.h: Added fields to store remote call output values in
28815           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
28817 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
28819         * object.h: add needed fields to MonoThread.
28820         * threads.c, threads.h: allow registering a function to cleanup data
28821         allocated per thread by the JIT.
28823 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
28825         * loader.h: portability fix by Bernie Solomon
28826         * <bernard@ugsolutions.com>.
28828 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
28830         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
28831         return a MonoArray. This simplifies the code and also ensures that
28832         the cache allways contains an object reference as a value.
28834         * icall.c (ves_icall_get_parameter_info): Simplified using the new
28835         function.
28837 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28839         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
28840         fixes a problem with byte ordering when getting the address family for
28841         a socket.
28843 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
28845         * .cvsignore: Added monosn.
28847         * reflection.h reflection.c loader.c: Added support for parameter
28848         marshalling to dynamically created types. Fixes #47295.
28850 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
28852         * rand.c: remove useless warnings.
28854 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
28856         * class.c: implemented ldtoken for methods and fieldrefs.
28858 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28860         * threadpool.c: when mono_async_invoke was called, no one took care of
28861         monitoring the queue. So if the method invoked took some time and we
28862         got new async invoke requests after 500 ms (the thread created waited
28863         that long in WaitForSingleObject), the new async invoke was not called
28864         until the previous one finished.
28866         This is fixed now. Thanks to Totte for helping with it.
28868 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28870         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
28872 2003-08-11  Martin Baulig  <martin@ximian.com>
28874         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
28876 2003-08-06  Martin Baulig  <martin@ximian.com>
28878         * mono-debug-debugger.c: Added support for static fields,
28879         properties and methods.
28881 2003-08-06  Martin Baulig  <martin@ximian.com>
28883         * mono-debug-debugger.c: Don't store the MonoString's vtable to
28884         make this work for applications with multiple application domains.
28886 2003-08-04  Martin Baulig  <martin@ximian.com>
28888         * mono-debug-debugger.c: Completely reworked the type support; the
28889         most important thing is that we're now just using one single
28890         `MonoType' instance per type.
28892 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
28894         * mono-endian.h, mono-endian.c, icall.c: Added icall
28895         ves_icall_System_Double_AssertEndianity to assert double word endianity
28896         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
28898 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
28900         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
28901         support, icalls and fixes.
28903 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
28905         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
28906         classes that are a punctuation character in .NET is not the same a
28907         g_unichar_ispunct.
28909 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
28911         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
28913 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
28915         * icall.c: Add new MemCopy internalcall.
28916         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
28917         Simplified code; It is not necessary to handle all the cases here,
28918         as the C# code takes care of it.  Only handle the case of the name
28919         resource embedded into the assembly.
28921         Changed signature to return the data pointer and the size of the
28922         data. 
28924 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
28926         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
28927         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
28929 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
28931         * socket-io.c: ignore EINTR error in select.
28933 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
28935         * class.h, class.c: removed unused subclasses field in MonoClass.
28937 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
28939         * icall.c: improve fix of get_base_definition(). If the parent class
28940           doesn't have the mehod, look at the parent of the parent.
28941         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
28942           to check if a parameter is an in or out parameter
28943           (PARAM_ATTRIBUTE_IN is not set by default).
28944           mono_method_return_message_restore(): Use mono_class_value_size to
28945           get the size of a value type. mono_type_stack_size (parameterType)
28946           does not return the correct value if parameterType is byRef.
28947           mono_load_remote_field(), mono_load_remote_field_new(),
28948           mono_store_remote_field(), mono_store_remote_field_new():
28949           raise exception if the remote call returns an exception.
28951 2003-07-28  Martin Baulig  <martin@ximian.com>
28953         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
28954         method.  This is a wrapper around mono_runtime_invoke() which
28955         boxes the instance object if neccessary.
28957 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
28959         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
28960         metadata.h, row-indexes.h, verify.c: first cut of generics support.
28962 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
28964         * icall.c: disable mcs bug workaround.
28966 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
28968         * object.c (mono_runtime_class_init): Take the metadata_section
28969         mutex before obtaining the domain mutex.
28971         * appdomain.h: Added definition of metadata_section mutex here. 
28973         * object.c: define metadata_mutex here.
28975 2003-07-24  Ravi Pratap  <ravi@ximian.com>
28977         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
28978         fixed.
28980 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
28982         * reflection.c: Fix bug #46669
28984 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28986         * exception.c:
28987         * exception.h:
28988         * icall.c:
28989         * object.h: fill in the type name for TypeLoadException.
28991 2003-07-23  Ravi Pratap  <ravi@ximian.com>
28993         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
28994         relationship between TypeBuilders while compiling corlib) and bug
28995         45993 (Array types returned from the runtime while compiling
28996         corlib were from the loaded corlib).
28998 2003-07-22  Martin Baulig  <martin@ximian.com>
29000         * mono-debug-debugger.c: Reworked the type support a bit more;
29001         distinguish between types and classes.
29003 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
29005         * icall.c: add IsArrayImpl icall.
29007 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
29009         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
29010         initializing real_size only once. Also fix bug #46602.
29012 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
29014         * object.c: Renamed mono_metadata_section to metadata_section.
29016 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
29018         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
29019           empty array if the type is an array. Fixed.
29020           ves_icall_MonoMethod_get_base_definition: if the base method
29021           is abstract, get the MethodInfo from the list of methods of
29022           the class.
29023         * reflection.c: ParameterInfo.PositionImpl should be zero-based
29024           and it was 1-based. Fixed in mono_param_get_objects.
29026 2003-07-20  Martin Baulig  <martin@ximian.com>
29028         * mono-debug.h: Set version number to 31.
29029         (mono_debug_init): Added `MonoDomain *' argument.
29031         * mono-debug-debugger.c: Reworked the type support; explicitly
29032         tell the debugger about builtin types; pass the `klass' address to
29033         the debugger.
29035 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
29037         * image.c: Allow new metadata tables to be loaded without a
29038         warning. Also update the warning message to give the new constant value.
29039                 
29040 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
29042         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
29043         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
29044         array type representation changes.
29046 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
29048         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
29049         on Environment.Exit () call.
29051 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
29053         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
29054         requires a matching corlib.
29056 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
29058         * Changelog: My editor decided to add a CR to each line. Sorry about that.
29059           Committed again without the CRs.
29060         
29061 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
29063         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
29064           getting it from the "this" socket instance. Did not work
29065           if the socket is a subclass of Socket.
29066           Also fixed bug #35371.
29068 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
29070         * metadata.c: fixed size for TypedByRef.
29071         * loader.c: when searching for a method, consider the vararg amrker.
29072         * unicode.c, decimal.c: constify some arrays.
29074 2003-07-15  Dick Porter  <dick@ximian.com>
29076         * socket-io.c: Fixed compilation for gcc < 3.2.
29078         Fixed compilation for machines that don't have AF_INET6 (thanks to
29079         Bernie Solomon <bernard@ugsolutions.com> for that part.)
29081         Fixed compile warnings.
29082         
29083         Fixed formatting and line endings.
29085 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
29087         * socket-io.h:
29088         * socket-io.c: Added IPv6 support.
29090 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
29092         * class.c (mono_class_is_assignable_from): New function to implement
29093         the is_assignable_from logic. Used by mono_object_isinst, 
29094         Type::IsAssignableFrom () and the interpreter.
29096         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
29097         Object, even interfaces.
29098         
29099         * object.c (mono_object_isinst): Implement in terms of 
29100         is_assignable_from.
29102         * icall.c (ves_icall_type_is_assignable_from): New icall.
29104 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
29106         * domain.c (foreach_domain): fix compiler warning.
29108 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
29110         * image.c (load_metadata_ptrs): use g_strndup because strndup is
29111         not available on all plattforms
29113 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
29115         * image.h image.c: Store the metadata version string in MonoImage.
29116         * icall.c: New icall to retrieve the image version.
29117         * reflection.c (create_dynamic_image): Fill in the image version field
29118         * reflection.c (build_compressed_metadata): Use the image version
29119         from the image structure.
29121 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29123         * appdomain.c: modified comment.
29124         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
29125         That will be its last iteration when mono_gc_cleanup is called from
29126         mono_runtime_cleanup and before the domain is unloaded.
29128         Fixes bug #45962.
29130 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
29132         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
29133         attributes.
29135 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29137         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
29138         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
29139         Bernie Solomon <bernard@ugsolutions.com>.
29141 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
29143         * object.c, object.h: provide mono_object_new_fast() for faster
29144         allocation in some special cases.
29146 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
29148         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
29149         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
29151 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
29153         * threadpool.c: fix leaks.
29155 2003-07-01  Dick Porter  <dick@ximian.com>
29157         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
29158         using MonoGHashTables.  Fixes threadpool bug posted to list.
29160 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
29162         * image.h, image.c: added support to load an assembly from a byte array.
29163         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
29164         assembly bundle support.
29166 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
29168         * threadpool.c (mono_thread_pool_add): keep a reference to the
29169         AsyncResult to prevent GC
29171 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
29173         * class.c: leak fix.
29175 2003-06-25  Dick Porter  <dick@ximian.com>
29177         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
29178         for the async object, the WaitHandle object will close the handle.
29179         Fixes bug 45321.
29181 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
29183         * class.c: in mono_array_class_get (), lookup from the hash with the
29184         same type we insert: this works around a bug in
29185         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
29186         lluis. The real fix will have to wait for after the release.
29188 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
29190         * icall.c: fix memory leak when getting type members.
29192 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
29194         * reflection.c: added more pubtoken special cases.
29196 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
29198         * class.c: handle field offset correctly when class size
29199         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
29201 2003-06-20  Martin Baulig  <martin@ximian.com>
29203         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
29204         *image' field.
29206 2003-06-20  Martin Baulig  <martin@ximian.com>
29208         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
29210 2003-06-20  Martin Baulig  <martin@ximian.com>
29212         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
29213         just distinguish between variables in registers and variables at
29214         an offset relative to a register.
29216 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29218         * icall.c: #ifdef out latest changes until mcs is fixed.
29220 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29222         * icall.c: return members in metadata order.
29224 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
29226         * icall.c: avoid infinite loop in GetTimeZoneData.
29228 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
29230         * icall.c: added Marshal.Prelink/All icalls.
29232 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
29234         * object.c, object.h: fix warnings and do some overflow checking
29235         when creating arrays.
29237 2003-06-17  Dick Porter  <dick@ximian.com>
29239         * file-io.h:
29240         * file-io.c: File attributes need to be tweaked slightly when
29241         passed from the managed to the w32 world.
29243 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
29244         * profiler.h profiler-private.h profiler.c: Rework last patch
29245         based on suggestion by Paolo.
29246         
29247 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
29249         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
29250         instruction level coverage data collection.
29251         * profiler.h profiler.c (: Added new callback function which can be
29252         used by the profiler to limit which functions should have coverage
29253         instrumentation.
29254         * profiler.c (mono_profiler_load): Call g_module_build_path to
29255         generate the file name of the profiler library.
29257 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
29259         * profiler.c, profiler.h, profiler-private.h: added basic block 
29260         coverage profiling API.
29262 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
29264         * reflection.c (mono_reflection_create_runtime_class): Add support
29265         for events in dynamically generated code.
29267         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
29268         not allocated.
29270 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
29272         * icall.c: when getting timezone info, return reasonable values if we
29273         can't get the actual data.
29275 2003-06-14  Dick Porter  <dick@ximian.com>
29277         * threads.c (start_wrapper): Remove the reference to the thread
29278         object in the TLS data, so the thread object can be finalized.
29279         This won't be reached if the thread threw an uncaught exception,
29280         so those thread handles will stay referenced :-( (This is due to
29281         missing support for scanning thread-specific data in the Boehm GC
29282         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
29284 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
29286         * reflection.c: ensure streams and tables are first allocated with
29287         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
29289 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
29291         * icall.c: fixed GetElementType for byrefs (bug# 44792).
29293 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
29295         * reflection.c (mono_reflection_create_runtime_class): Add support for
29296         properties to dynamically created classes.
29297         * reflection.c: Fix a few places where non-MonoObjects were inserted
29298         into the tokens hashtable.
29300 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
29302         * object.c: some support to handle out of memory exceptions.
29304 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
29306         * marshal.c (mono_marshal_get_native_wrapper): support reference
29307         return types
29309 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
29311         * object.h, object.c: more portability stuff from Bernie Solomon.
29312         Unexport mono_object_allocate(). Added mono_object_unbox ().
29313         Set exitcode when an unhandled exception is thrown.
29315 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
29317         * marshal.c (mono_marshal_get_native_wrapper): use custom
29318         marshaler for return types.
29320 2003-06-10  Dick Porter  <dick@ximian.com>
29322         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
29323         ip_mreq is available
29325 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
29327         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
29328         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
29329         by Bernie Solomon <bernard@ugsolutions.com>.
29331 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
29333         * gc.c (mono_gc_init): Avoid error message on shutdown when
29334         GC_DONT_GC=1 is used.
29336         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
29337         New icall to return the GUID of a module.
29339 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
29341         * class.c: ensure instance size always includes the parent's size
29342         even whem class size is set explicitly (fixes bug#44294).
29344 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
29346         * profiler.h, profiler.c: made the simple profiler thread-safe,
29347         get more accurate timing info. Allow the loading of an
29348         externally-developed profiler module.
29350 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
29352         * marshal.c (mono_marshal_get_native_wrapper): improved
29353         class/byref arguments.
29354         (mono_marshal_get_native_wrapper): better string marshaling support.
29356 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
29358         * class.c: ensure .pack and .size are handled correctly and
29359         simplified layout of static fields.
29361 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
29363         * appdomain.c
29364         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
29366         * loader.c (mono_lookup_pinvoke_call): look for modules in the
29367         current directory (fix bug 44008)
29369 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
29371         * marshal.c (mono_marshal_get_native_wrapper): started support for
29372         custom marshalers.
29373         (mono_delegate_to_ftnptr): consider marshalling specifications
29375 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
29377         * reflection.c, reflection.h: emit custom marshal info.
29379 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29381         * object.c: free the GError.
29382         * icall.c: added CloseEvent_internal.
29383         * threads.[ch]:
29384         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
29385         call.
29387 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
29389         * loader.c (mono_method_get_signature): Add support for dynamic
29390         assemblies.
29392 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
29394         * reflection.c: fixed bug #43905.
29396 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
29398         * class.c, domain.c, icall.c, metadata.h, object.h: support for
29399         handling TypedReference and ArgIterator.
29400         * loader.c, loader.h: added function to get signature at call site.
29402 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
29404         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
29405         data readonly. Buglets and warning fixes. Some MethodSpec support.
29407 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
29409         * class.h, class.c, object.c: remove relative numbering support.
29411 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
29413         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
29414         free the string, until we get a chance to fix Gtk#
29416 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29418         * marshal.c: revert last patch.
29420 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
29422         * icall.c: updates for new mono_class_vtable() not calling
29423         the type constructor anymore.
29425 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
29427         * object.h, object.c: separate vtable creation from type
29428         initialization. Make running the .cctor thread safe.
29430 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
29432         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
29434 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
29436         * loader.c (mono_get_method): consider calling convention
29438 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
29440         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
29441         to return the invisible global type for a module.
29443         * reflection.c (mono_image_build_metadata): Emit global fields too.
29445 2003-05-20  Peter Williams  <peterw@ximian.com>
29447         * loader.c (mono_lookup_internal_call): Add a few newlines.
29449 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
29451         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
29452         literal strings.
29454         * appdomain.c (set_domain_search_path): Recalculate search path when
29455         AppDomainSetup.PrivateBinPath changes.
29457         * object.c (mono_class_compute_gc_descriptor): It turns out some
29458         parts of the class libs (like System.Thread) holds pointers to
29459         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
29460         to treat native int a pointer type here.
29461         
29462 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
29464         * appdomain.h, domain.c: add hashtable for jump target resolution.
29466 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
29468         * reflection.h reflection.c icall.c: Added new icalls 
29469         GetManifestResourceInfoInternal, GetModulesInternal and support
29470         infrastructure.
29472 2003-05-16  Dick Porter  <dick@ximian.com>
29474         * icall.c:
29475         * file-io.h:
29476         * file-io.c: Implement System.IO.MonoIO::GetTempPath
29478 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
29480         * object.c: mono_store_remote_field: little fix to previous patch.
29482 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
29484         * class.c: add constructors to array classes.
29485         * icall.c: special case array construction for InternalInvoke (),
29487 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
29489         * class.h class.c reflection.c object.c: Added support for field
29490         defaults in dynamically generated classes.
29492 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
29494         * reflection.c: properly encode charset for ddlimport.
29496 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
29498         * threads.c: allow compiling without GC.
29500 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
29502         * appdomain.h, object.c, object.h, threads.c, threads.h: added
29503         handling of thread static data.
29505 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
29507         * reflection.h, reflection.c: added mono_custom_attrs_free ().
29509 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
29511         * class.c (mono_array_class_get): always set the serializable flags
29512         (mono_array_class_get): always set the SEALED attribute for array types
29514 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
29516         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
29517         attributes (fix for bug 42021).
29519 2003-05-12  Dick Porter  <dick@ximian.com>
29521         * gc.c: Don't run finalizers when the finalizer thread is
29522         finishing up, because the default domain has already been
29523         destroyed.
29525 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
29527         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
29528         value is null, we should throw an exception.   This is slightly
29529         different than the other conventions used for the constructor.
29531 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29533         * socket-io.c: fixed windows build.
29535 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29537         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
29539 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
29541         * object.c (mono_string_new_wrapper): Compatibility fix for MS
29542         compilers.
29544 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
29546         * class.c (mono_class_layout_fields): Add experimental GC aware
29547         auto layout facility. Requires class library changes to work correctly.
29549         (mono_class_setup_vtable): Avoid overriding explicit interface
29550         method implementations. Fixes iface3.exe test.
29552         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
29553         object reference.
29554         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
29555         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
29557         * metadata.h: Add new type classification macro which determines
29558         whenever the type holds an object reference.
29560 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
29562         * marshal.c (mono_marshal_get_native_wrapper): cleanups
29564 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
29566         * gc.c (finalizer_thread): Work around a GC bug.
29568 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
29570         * marshal.c (emit_struct_conv): allow unions
29572         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
29574 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
29576         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
29578 2003-05-06  Martin Baulig  <martin@ximian.com>
29580         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
29582 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29584         * socket-io.c:
29585         (Select_internal): allow NULLs, don't create arrays if not needed.
29586         Coupled with Socket.cs changes.
29588         * threadpool.c:
29589         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
29590         register a finalizer for it that will close the semaphore handle. This
29591         fixes the leak and make Lupus' test run with > 4080 loops.
29593 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
29595         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
29596         Jerome Laban (bug #42287)
29598 2003-05-02  Martin Baulig  <martin@ximian.com>
29600         * debug-mono-symfile.h
29601         (MonoSymbolFile): Moved declaration into mono-debug.h.
29602         (MonoDebugMethodJitInfo): Likewise.
29603         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
29604         argument.
29605         (_mono_debug_address_from_il_offset): Take a
29606         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
29608         * mono-debug.h
29609         (MonoDebugDomainData): New struct.
29610         (mono_debug_get_domain_data): New function.
29611         (mono_debug_add_method): Take an additional `MonoDomain *'
29612         argument.
29613         (mono_debug_source_location_from_address): Likewise.
29614         (mono_debug_il_offset_from_address): Likewise.
29615         (mono_debug_address_from_il_offset): Likewise.
29617 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
29619         * reflection.c: one more check for null type in custom attrs.
29621 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29623         * reflection.c: avoid warning (comparison is always false due to limited
29624         range of data type).
29626 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29628         * icall.c: throw an exception in Type.GetField if the argument 'name'
29629         is NULL.
29631 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
29633         * reflection.c: fixed handling of enums in named arguments to custom
29634         attributes (bug #42123).
29636 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
29638         * reflection.c: use the right array element type and handle
29639         a null for a Type argument, too.
29641 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
29643         * reflection.c: handle arrays as arguments to custom attributes.
29645 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
29647         * reflection.c: handle a string value in a custom attr
29648         ctor that takes an object.
29650 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
29652         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
29653         (fix bug #42063)
29655 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
29657         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
29659 2003-04-27  Martin Baulig  <martin@ximian.com>
29661         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
29662         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
29663         MONO_DEBUGGER_EVENT_BREAKPOINT.
29664         (mono_breakpoint_trampoline_code): Removed.
29665         (mono_debugger_event_handler): The last argument is now a
29666         `guint32'.
29667         (mono_debugger_insert_breakpoint_full): Removed the
29668         `use_trampoline' argument.
29669         (mono_debugger_method_has_breakpoint): Likewise.
29670         (mono_debugger_trampoline_breakpoint_callback): Renamed to
29671         mono_debugger_breakpoint_callback(); take the method and
29672         breakpoint number as arguments.
29674 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
29676         * metadata.c: fix off by one when loading parameters attributes.
29678 2003-04-24  Martin Baulig  <martin@ximian.com>
29680         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
29682 2003-04-24  Martin Baulig  <martin@ximian.com>
29684         * mono-debug-debugger.c: Moved all code which interacts with the
29685         Mono Debugger here.
29687         * debug-mono-symfile.c: This code now just deals with the symbol
29688         file itself, the debugger code is now in mono-debug-debugger.c.
29690 2003-04-23  Martin Baulig  <martin@ximian.com>
29692         * mono-debug.c (mono_debug_source_location_from_il_offset):
29693         New method; like mono_debug_source_location_from_address(), but
29694         takes an IL offset instead of a machine address.
29696 2003-04-23  Martin Baulig  <martin@ximian.com>
29698         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
29699         `line' field; this is now computed by the debugger.
29701 2003-04-23  Martin Baulig  <martin@ximian.com>
29703         * mono-debug.[ch]: New files.  This is the new debugging interface.
29705         * mono-debug-debugger.[ch]: New files.  Moved all code which
29706         interacts with the Mono Debugger here.
29708 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
29710         * domain.c (mono_init): initialize mono_defaults.monitor_class
29712 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
29714         * reflection.c (method_encode_code): Add a spicy exception to help
29715         future compiler authors.
29717 2003-04-21  Martin Baulig  <martin@ximian.com>
29719         * icall.c
29720         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
29721         Make this work with relative pathnames; g_filename_to_uri() needs
29722         an absolute filename.
29724 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
29726         * icall.c: Track name changes in Object and ValueType.
29728 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
29730         * metadata.c (mono_type_stack_size): size should be a multiple of
29731         sizeof (gpointer)
29733 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29735         * gc.c:
29736         (internal_domain_finalize): moved into mono_domain_finalize. No need
29737         to create another thread because the finalizers will be run in the
29738         finalizer thread.
29739         
29740         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
29741         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
29742         to be run (MS does this too).
29744 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
29746         * object.c (mono_class_compute_gc_descriptor): Update comment.
29748         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
29750         * image.h: Add synchronized wrapper cache.
29752         * image.c (do_mono_image_open): Initialize cache.
29754         * reflection.c (create_dynamic_mono_image): Initialize cache.
29756 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29758         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
29759         ves_icall_System_Buffer_ByteLengthInternal.
29761 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
29763         * reflection.c: setup klass->nested_in earlier. Allow
29764         a dash in the assembly name.
29766 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
29768         * metadata.c (mono_type_to_unmanaged): dont access
29769         type->data.klass for MONO_TYPE_OBJECT
29770         (mono_type_to_unmanaged): consider System.Delegate class
29772 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
29774         * class.c: just setup supertypes in the proper place instead of
29775         initializing the full element class for arrays.
29777 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
29779         * class.c: ensure the element class of arrays is initialized.
29780         Setup the supertype info for array classes, too.
29782 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
29784         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
29786 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29788         * Makefile.am: re-added -m option when running cygpath. This way,
29789         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
29790         separator.
29791         * mono-config.c: same codepath for locating mono config file for WIN32
29792         and the rest.
29793         * assembly.c: if mono_assembly_setrootdir is called, don't override
29794         the value set.
29796 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29798         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
29799         MONO_ASSEMBLIES variable.
29801 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
29803         * icall.c: added Assembly::GetNamespaces() icall.
29805 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29807         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
29809 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
29811         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
29812         * object.c: fixed bug in the construction of vtable for proxies
29814 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
29816         * object.c (mono_array_new): Mark mono_array_new as an icall.
29818 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29820         * class.c: fixed test for public method when overriding interfaces.
29821         Closes bug #40970.
29823 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
29825         * appdomain.h, domain.c: added mono_domain_foreach() to
29826         be able to access the currently loaded appdomains.
29827         * object.c: make string interning work across sppdomains.
29828         Mark some functions for use as icalls.
29830 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
29832         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
29834         * reflection.h reflection.c: Allocate long living data using 
29835         GC_MALLOC_ATOMIC so the collector does not need to scan it.
29837         * reflection.c: Double the allocation size in streams instead of
29838         increasing it, to prevent unneccesary copying on large assemblies.
29839         
29840         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
29841         creation if the assembly does not have the Run flag set.
29843 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
29845         * class.h: avoid the C++ keywords in header files (Jerome Laban
29846         spotted and fixed this).
29848 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29850         * object.c:
29851         (mono_unhandled_exception): fill in the arguments for the
29852         UnhandledException event. Only trigger that event for the default
29853         domain (as MS does).
29855 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
29857         * object.c: Improve typed allocation stuff based on suggestions from
29858         Paolo. Also turn it on if the GC library supports it.
29860 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
29862         * object.c object.h class.h: Added experimental typed allocation
29863         facility using the interfaces in gc_gcj.h.
29865         * os/gc_wrapper.h: Added new include files.
29866         
29867 2003-04-03  Martin Baulig  <martin@ximian.com>
29869         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
29870         which is not yet enabled by default.
29872         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
29873         functions.
29874         (mono_gc_lock, mono_gc_unlock): New static functions.
29876         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
29877         functions; stop/start the world for the garbage collector.  This
29878         is using the windows API; we need to complete the SuspendThread()/
29879         ResumeThread() implementation in the io-layer to make this work on Unix.
29880         (mono_gc_push_all_stacks): New public function; tells the garbage
29881         collector about the stack pointers from all managed threads.
29883 2003-04-03  Martin Baulig  <martin@ximian.com>
29885         * object.h (MonoThread): Added `gpointer stack_ptr'.
29887         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
29889 2003-04-03  Martin Baulig  <martin@ximian.com>
29891         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
29893 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
29895         * reflection.c (typebuilder_setup_fields): Initialize field.first and
29896         field.last.
29898 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
29900         * loader.c (mono_lookup_internal_call): Report the corlib that is
29901         out of sync.
29903 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
29905         * icall.c (ves_icall_type_GetTypeCode): fixed check for
29906         System.DBNull (it's class not valuetype).
29908 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
29910         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
29911         if the array method was already assigned a token (fixes bug#40646).
29913 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
29915         * reflection.c (mono_reflection_get_type): Attempt type resolve even
29916         if no assembly is given.
29918 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
29920         * metadata.h: Added the new tables.
29922         * row-indexes.h: Added definitions for new tables.
29924         * metadata.c: Add schemas for new tables, and add support for
29925         computing the sizes of them.
29927         * class.c: Update for handling the new type cases.
29929 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
29931         * metadata.h (MONO_TYPE_IS_VOID): new macro
29933 2003-03-31  Martin Baulig  <martin@ximian.com>
29935         * threads.h (MonoThreadCallbacks): Added `thread_created'.
29937         * threads.c (mono_thread_new_init): Call `thread_created' in the
29938         mono_thread_callbacks.
29940 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
29942         * loader.h: added marshalbyrefobject_class to mono_defaults
29943         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
29944         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
29945           generation of output parameters.
29946           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
29947         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
29948           contextbound and the target object belongs to the context of the caller.
29949         * object.h: added context and unwrapped_server variables in MonoRealProxy.
29950         * object.c: Implemented support for interfaces and abstract classes
29951           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
29952           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
29954 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
29956         * class.h class.c (mono_class_is_subclass_of): New function.
29957         
29958         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
29959         routines for most common case (calls from ArrayList::ToArray).
29961         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
29962         routine so programs which call Environment::Exit() can be profiled.
29964         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
29965         Added MONO_ARCH_SAVE_REGS.
29967         * icall.c (ves_icall_type_is_subtype_of): Use new function.
29969 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
29971         * blob.h: Add a couple of new MonoType types definitions.
29973         * tabledefs.h: Add a couple of new call convs.
29975 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
29977         * reflection.h (MonoReflectionDynamicAssembly): track changes in
29978         the layout of the class.
29980         * reflection.c (alloc_table): double the size on overflow to avoid
29981         unnecessary copying.
29983         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
29984         avoid filling out metadata tables and blobs. Also set mb->ilgen to
29985         null so it can be garbage collected.
29986         
29987 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
29989         * reflection.c (mono_reflection_get_type): Return the resolved type
29990         only if it is in the assembly we searched.
29992         * reflection.c (ensure_runtime_vtable): Initialize method slots.
29994         * class.c (mono_class_setup_vtable): Set the slot of the overriding
29995         method.
29997 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29999         * appdomain.c:
30000         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
30001         the right one is 'file:///blah', but MS allows it.
30002         * assembly.c:
30003         (mono_assembly_open): allow 'file://blah'
30005         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
30007 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
30009         * socket-io.c: fixes bug #40310.
30011 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
30013         * reflection.c (mono_reflection_parse_type): handle deeply nested
30014         types correctly.
30016         * reflection.c (mono_image_create_token): Use unique token values
30017         since they will be put into a hash table.
30019         * class.c (mono_class_setup_vtable): If a method occurs in more than
30020         one place in the vtable, and it gets overriden, then change the
30021         other occurances too.
30023         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
30024         object as return type.
30026 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30028         * icall.c: Deleted "ToString" implementation for double and float
30029         because they are full implemented in managed code.
30031 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30033         * reflection.c, reflection.h: implemented and exported functions
30034         to retrieve info about custom attributes.
30036 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30038         * appdomain.c: moved Uri handling to assembly.c
30039         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
30040         work when using a file Uri in *nix and windows.
30042         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
30043         GetReferencedAssemblies.
30045 2003-03-18  Dick Porter  <dick@ximian.com>
30047         * icall.c: Rename a couple of internal calls
30049         * threads.c: Set the thread state to Stopped when a thread exits.
30050         Fixes bug 39377.
30052 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
30054         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
30055         New icall.
30057         * object.c (mono_class_vtable): fix warning.
30059 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
30061         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
30063         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
30064         memory.
30065         (method_encode_clauses): Create exception info structures in the right
30066         order.
30067         (mono_reflection_setup_internal_class): Initialize supertypes field.
30069         * class.c object.c: Handle interfaces which implement other interfaces 
30070         correctly.
30072         * class.h class.c: Move the supertypes array initialization code into 
30073         a separate function so it can be used for dynamic types too. Also call
30074         it earlier, in mono_class_init(), since it can be used before the
30075         type is initialized.
30077 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30079         * Makefile.am:
30080         * assembly.c:
30081         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
30083         * appdomain.c:
30084         * appdomain.h:
30085         * marshal.c:
30086         * object.c: remove warnings.
30088 2003-03-13  Martin Baulig  <martin@ximian.com>
30090         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
30091         (MonoDebugLexicalBlockEntry): New types.
30093         * debug-mono-symfile.c
30094         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
30096 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30098         * process.c: ret can be any non-zero value accroding to MS doc.
30100 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
30102         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
30103         fixing a warning for a miss-used prototype, would have cause
30104         random memory corruption.
30106 2003-03-07  Martin Baulig  <martin@ximian.com>
30108         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
30109         getting really annoying ....
30111 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
30113         * reflection.c (fixup_method): added support for array methods.
30115 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
30117         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
30118         (pointed out by Michael Adams).
30120 2003-03-04  Dick Porter  <dick@ximian.com>
30122         * icall.c: Temporarily reverted the Double and Single ToString()
30123         change, because it broke nunit.
30125 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
30127         * object.h, threads.h: make include files compatible with C++
30128         (patch by Jerome Laban <jlaban@wanadoo.fr>).
30130 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30132         * icall.c: Erased ToString helper functions for Double and Single.
30133         Now, that implementations ar all in managed code (Double and Single
30134         Formatters).
30136 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
30138         * appdomain.c: Added method for initializing the default context of
30139         a domain. Added internal call for getting the default context.
30140         * appdomain.h: Added context variable in MonoDomain struct.
30141         * domain.c: mono_domain_set also sets the default context of the domain
30142         * icall.c: Mapped internal method InternalGetDefaultContext.
30143         * object.c: mono_object_get_virtual_method returns always a remoting
30144         wrapper if the object is a transparent proxy.
30145         mono_runtime_invoke_array: when creating an object by calling the
30146         constructor, if the created object is a proxy, then the constructor should
30147         be called using the a remoting wrapper.
30149 2003-03-03  Dick Porter  <dick@ximian.com>
30151         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
30152         variable so it compiles on solaris.  Problem spotted by
30153         Christopher Taylor <ct@cs.clemson.edu>
30155 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30157         * appdomain.c:
30158         (get_info_from_assembly_name): don't leak value.
30160         * icall.c:
30161         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
30162         result.
30164 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
30166         * assembly.c: export mono_image_load_references ().
30167         * class.c: handle function pointers. mono_class_from_name() now
30168         supports nested type names directly.
30170 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
30172         * reflection.h reflection.c: Encode already created dynamic methods 
30173         and fields correctly as a DEF instead of a REF.
30175         * reflection.c: Get rid of the force_ref argument to 
30176         mono_image_typedef_or_ref since it was wrong in the first place.
30178         * string-icalls.c: add error checking to string constructors according
30179         to the MSDN docs.
30181         * reflection.c: Emit types in the order their TypeBuilders were 
30182         created. Previously, a new table index was assigned to each type before
30183         the tables were emitted. This was wrong because the signature blob
30184         might already refer to a type by its original table index.
30186 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
30188         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
30189         change.
30190         
30191 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30193         * Makefile.am: make assemblies dir have \ instead of / on windows.
30195 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
30197         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
30198         iterate over the NESTEDCLASS table using a linear search since the
30199         table is not guaranteed to be sorted by the secondary key.
30201         * class.c (mono_class_create_from_typedef): fixed up call to
30202         mono_metadata_nesting_typedef.
30203         
30204 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
30206         * marshal.c (mono_string_to_byvalstr): clear the memory as
30207         suggested by Jerome Laban <jlaban@wanadoo.fr>
30209 2003-02-26  Dick Porter  <dick@ximian.com>
30211         * process.c: Cope with padding in .rsrc blocks
30213 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
30215         * metadata.h: reverted the filter_len change, it breaks reflection
30216         
30217 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
30219         * metadata.h: added a new field to store the filter_len
30220         
30222 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
30224         * reflection.c: handle custom attributes for types and members
30225         created with Reflection.Emit (bug#38422).
30227 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
30229         * reflection.c: define RTSpecialName automatically for constructors for
30230         compatibility with MS.NET.
30232         * reflection.c (mono_reflection_create_runtime_class): initialize
30233         nested_in field of dynamically created classes.
30235 2003-02-22  Martin Baulig  <martin@ximian.com>
30237         * debug-mono-symfile.h: Incremented version number.
30239 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
30241         * object.h icall.c process.c: fix warnings.
30243 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
30245         * appdomain.h appdomain.c:
30246         (mono_domain_try_type_resolve): split the 
30247         name_or_tb argument into a name and a tb argument.
30248         (mono_domain_has_type_resolve): new function to check whenever the
30249         application has registered a TypeResolve event handler.
30250         
30251         * icall.c reflection.h reflection.c: move the type resolve logic into
30252         mono_reflection_get_type () so it will be invoked when 
30253         Assembly::GetType () is called.
30255         * reflection.c:
30256         (mono_reflection_get_type): renamed to get_type_internal.
30257         (mono_reflection_get_type): fixed type name generation so it works 
30258         for nested types too.
30259         (mono_reflection_get_type): call has_type_resolve () to avoid the 
30260         costly type name generation if there is no resolve event handler.
30262 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30264         * class.c, image.c: load exported types from file references.
30266 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
30268         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
30269           used to cache the managed methods used to create proxies and make 
30270           remote invocation of methods.
30271         * class.h: Added in MonoVTable a flag to indicate that a class needs 
30272           to be remotely created.
30273         * object.c: Modified the method mono_class_vtable(). It now initializes 
30274           the remote flag of the vtable. Modified mono_object_new_specific(), 
30275           so now it checks the remote flag.
30276         * icall.c: Added a couple of internal methods, one for enabling instance 
30277           creation interception for a type, and one for creating objects bypassing
30278           the remote check.
30280 2003-02-18  Martin Baulig  <martin@ximian.com>
30282         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
30283         New interncall to get a method's metadata token.
30285         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
30286         New interncall for the debugger.
30288 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
30290         * class.c (mono_class_setup_vtable): allocate supertype array
30292 2003-02-18  Martin Baulig  <martin@ximian.com>
30294         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
30296 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30298         * reflection.c:
30299         (assembly_name_to_aname): jump over unknown properties (i've found
30300         something like: 'type, assembly, version=xxx, custom=null, public...',
30301         so now will ignore custom=null and still get the rest of the values).
30303 2003-02-17  Dick Porter  <dick@ximian.com>
30305         * threads.c: Have Thread.Start() wait for a semaphore to signal
30306         that the thread has set up all its local data.  This fixes bug
30307         34323, where Abort() raced the new thread's TLS data.
30309         Also removes the handle_store() call from start_wrapper, because
30310         threads are now always created suspended and there is no longer a
30311         race between the parent and child threads to store the info.
30313 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
30315         * image.c: explain the #- heap issue in a message, hopefully
30316         avoiding FAQs on mono-list.
30318 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30320         * icall.c:
30321         (GetEntryAssembly): if the domain has not invoked
30322         AppDomain.ExecuteAssembly yet, return the assembly of the default
30323         AppDomain.
30325 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
30327         * class.c (mono_ldtoken): make it work in dynamic assemblies.
30329 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
30331         * metadata.c, reflection.c: simple speedup to type hash
30332         and equals code.
30334 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
30336         * image.c, image.h, class.c, assembly.c: move module loading
30337         to MonoImage. When loading metadata, consider alignemnet from
30338         the start of metadata, not from the metadata address in memory.
30340 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
30342         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
30343         AssemblyBuilder objects. Factored out custom attribute creation into
30344         a separate function.
30345         (create_custom_attr): new function to create custom attributes.
30347 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
30349         * Makefile.am: Got tired of typing the full pathname to pedump.
30350         Until there is another option, am installing this.
30352 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
30354         * class.c (class_compute_field_layout): always set field->parent 
30355         (mono_ldtoken): use mono_defaults.fieldhandle_class;
30357 2003-02-11  Dick Porter  <dick@ximian.com>
30359         * threads-types.h:
30360         * monitor.c: Rewrote Monitor, making lock much faster and
30361         Pulse/Wait work as specified.  Also uses much fewer handles, and only
30362         creates them as needed.
30364         * exception.c: Added SynchronizationLockException
30366         * threads.c: Deleted old Monitor implementation.  The new one is
30367         in a new file.
30369 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
30371         * class.c: handled TypedReference type code. Set the correct size for
30372         class data. Setup interface_offsets for interface classes, too.
30374 2003-02-09  Martin Baulig  <martin@ximian.com>
30376         * debug-mono-symfile.h: Reflect latest symbol writer changes.
30378 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
30380         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
30381         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
30382         * object.c: fixed mono_object_get_virtual_method () for interfaces.
30383         * verify.c: check for code that runs after the end of the method.
30385 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
30387         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
30388         "System.Math::Round2".
30389         * sysmath.h: Added Floor, Round and Round2 definitions.
30390         * sysmath.c: Modified certain functions that were not 100% compliant
30391         with MS.NET (math precision) and added the implementation of Floor,
30392         Round and Round2.
30394 2003-02-07  Martin Baulig  <martin@ximian.com>
30396         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
30398 2003-02-07  Martin Baulig  <martin@ximian.com>
30400         * debug-mono-symfile.c: Reflected latest symwriter changes.
30401         (mono_debug_create_mono_symbol_file): Removed.
30402         (mono_debug_open_mono_symbol_file): Take an argument which
30403         specifies whether to create a dynamic symbol file.
30405 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
30407         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
30409 2003-02-05  Martin Baulig  <martin@ximian.com>
30411         * reflection.c (mono_image_build_metadata): Make this public,
30412         protect it against being called multiple times, don't create
30413         resources and don't build the compressed metadata here.
30414         (mono_image_create_pefile): Do this here.
30416         * icall.c
30417         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
30419 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30421         * socket-io.c: fixed bug #36322.
30423 2003-02-06  Piers Haken <piersh@friskit.com>
30425         * appdomain.[ch]:
30426         * class.h:
30427         * debug-mono-symfile.c:
30428         * icall.c:
30429         * loader.c:
30430         * mono-config.c:
30431         * monosn.c:
30432         * reflection.c:
30433         * socket-io.c: warning cleanups
30435 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
30437         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
30438         function. works like remoting invoke, but does a check for the Proxy first.
30440 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
30442         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
30444 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
30446         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
30447         array of pointers.
30448         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
30449         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
30451         * object.c (mono_store_remote_field_new): used by the new jit
30452         instead of mono_store_remote_field
30453         (mono_load_remote_field_new): used by the new jit
30454         instead of mono_load_remote_field
30456 2003-02-05  Patrik Torstensson
30458         * appdomain.c: changed unload to take the domain id instead
30459         of domain
30460         
30461         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
30464 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30466         * appdomain.c: don't look for assemblies in ApplicationBase if
30467         PrivateBinPathProbe is set.
30469 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30471         * object.c: make the first argument in main_args contain the absolute
30472         path to the assembly. Fixes bug #37511.
30474 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30476         * icall.c: get correct UTC offset for countries not using daylight
30477         time saving. Fixes bug #30030.
30479 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30481         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
30482         and 1 are the family).
30484 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
30486         * icall.c (ves_icall_InternalExecute): removed wrong assertion
30488         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
30490 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
30492         * reflection.c: added support for SignatureHelper tokens, which is
30493         needed by the Calli opcode.
30495         * reflection.h: track changes to SignatureHelper class.
30497         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
30499 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30501         * appdomain.c: fixed loading assemblies from PrivateBinPath.
30503 2003-02-03  Patrik Torstensson
30504         * appdomain.[c|h], domain.c : 
30505          - Added support for getting a domain via domain id
30506          - Support for setting and getting domain from System.AppDomain 
30507            (used in cross appdomain channel)
30508          - Added support for get/set for a MonoAppContext on a thread 
30509            (Context class in System.Runtime.Remoting.Contexts),
30510          - Removed hack in Get/SetData and ExecuteAssembly.
30511         
30512         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
30513         the managed world to get control when a proxy is created.
30515         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
30516         
30517 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
30519         * icall.c
30520         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
30521         Populate the codebase field as well.
30523 2003-02-02  Martin Baulig  <martin@ximian.com>
30525         * debug-mono-symfile.c
30526         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
30527         (mono_debug_symfile_add_method): Allow interncalls.
30529 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30531         * icall.c: throw parse exception if strtod fails or the string is empty.
30533 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
30535         * marshal.c: handle object type separately from defined
30536         class types.
30538 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
30540         * marshal.c: handle NATIVE_LPSTR for strings when it's
30541         explicitly specified.
30543 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
30545         * reflection.c, reflection.h, icall.c: setup the reflection
30546         handle cache for ModuleBuilders and AssemblyBuilders.
30548 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
30550         * reflection.c (reflection_methodbuilder_to_mono_method): set
30551         pinvoke flag
30553 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30555         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
30557 2003-01-29  Dick Porter  <dick@ximian.com>
30559         * threads.c: No need for the fake_thread kludge now that Thread
30560         doesn't run a class constructor
30561         
30562 2003-01-29  Dick Porter  <dick@ximian.com>
30564         * threads.c: Use g_direct_hash instead of the rather bogus
30565         g_int_hash
30567 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
30569         * marshal.c (mono_marshal_get_native_wrapper): add check for null
30570         (fix pinvoke12.exe)
30571         (mono_marshal_get_struct_to_ptr): generate valid IL code
30572         (mono_marshal_get_ptr_to_struct): generate valid IL code
30573         (*): correctly set sig->pinvoke, we need to memdup the signature
30574         to do that
30576 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
30578         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
30579         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
30581 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
30583         * profiler.c: provide more callers information.
30585 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
30587         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
30589         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
30591         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
30593 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30595         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
30596         exception instead of going into an infinite loop on dates which it 
30597         can't yet handle.
30599         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
30600         out-of-range exception if needed.
30602         * class.c (mono_class_setup_vtable): allow a virtual method to provide
30603         an implementation for an interface method and to override an inherited
30604         method at the same time. 
30605         Imagine a scenario when a virtual method is used to override a
30606         virtual abstract method in a parent class, and this same method 
30607         provides an implementation for an method inherited from an interface. 
30608         In this case, the interface resolution code will set im->slot, which 
30609         means that the virtual method override pass will skip this method 
30610         which means a pointer to the abstract method inherited from the parent
30611         will remain in the vtable of this non-abstract class.
30613         * class.c: (mono_class_setup_vtable): continue search for a real 
30614         method if only an abstract method is found.     
30616 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
30618         * reflection.c: add size to encoding for ByValStr and ByValArray
30619         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
30621 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30623         * class.c (mono_class_setup_vtable): pass the override info as an
30624         argument.
30626         * class.c (mono_class_setup_vtable): set the slot of overriding methods
30627         correctly.
30628         
30629         * reflection.c (ensure_runtime_vtable); add support for method 
30630         overrides.
30631         
30632 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30634         * reflection.c (resolution_scope_from_image): Hack to work to work with
30635         dynamic assemblies.
30637         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
30638         added a 'force_ref' argument to force this function to allways return 
30639         a TypeRef. This is needed by mono_image_get_memberref_token ().
30640         
30641 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30643         * reflection.c (mono_image_get_type_info): interfaces really don't have
30644         a parent.
30646         * reflection.c (mono_image_basic_init): fill out missing fields of
30647         image structure.
30649         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
30650         dynamic assemblies. This is required so dynamic assemblies show up in
30651         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
30652         Type::GetType() etc. This is consistent with MS behaviour.
30654         * image.c image.h reflection.c: add newly created classes to the name 
30655         cache so mono_class_get () will find them.      
30657 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
30659         First part of changes to get IKVM.NET running under mono.
30660         
30661         * appdomain.h, appdomain.c: added new function 
30662         mono_domain_try_type_resolve() which will emit TypeResolve events. 
30663         This function will call AppDomain::DoTypeResolve to do the actual work.
30665         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
30666         moved existing code dealing with dynamic tokens to a new function 
30667         called mono_reflection_lookup_dynamic_token (). This function will 
30668         raise TypeResolve events when appropriate. Since reflection.c is not 
30669         part of libmetadata, a new hook function called 
30670         mono_lookup_dynamic_token() is added to class.c which will call this.
30672         * assembly.h assembly.c: make the invoke_load_hook function public,
30673         so it can be called for dynamic assemblies.
30675         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
30677         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
30678         type isn't found.
30680         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
30681         MonoGHashTable, since it contains pointers to objects which the GC 
30682         needs to track.
30684         * assembly.c (search_loaded): remove unused variable.
30685         
30686 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
30688         * object.c: fixed issue exposed by gcc-generated IL programs
30689         that use RVA data for pointers.
30691 2003-01-25  Martin Baulig  <martin@ximian.com>
30693         * threads.c (start_wrapper): Moved the initialization of
30694         `start_func' above the mono_new_thread_init() call to which we
30695         pass it as argument.
30697 2003-01-24  Martin Baulig  <martin@ximian.com>
30699         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
30700         the MonoThread pointer.
30702 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
30704         * icall.c: Rename `PowImpl' to Pow.
30706 2003-01-23  Dick Porter  <dick@ximian.com>
30708         * threads.c (start_wrapper): Create a Thread object if needed, so
30709         the Main() thread can do the class initialisation in a subthread
30710         that has been set up to allow managed code execution.
30712         Pass the thread ID instead of the MonoThread pointer to the thread
30713         start and attach callbacks.  This change is required, because the
30714         jit thread start callback must be called _before_ the Thread
30715         object can be created.
30716         
30717         (mono_thread_init): Removed much object creation code that is no
30718         longer needed.  No managed code is called from here now.
30720         * object.c (mono_runtime_exec_managed_code): Create a subthread
30721         for Main, and call back to the runtime to use it.
30722         Set the exit code when Main exits.
30724         * gc.c: Make sure domain finalisation happens in a subthread.
30725         Re-enable threaded GC, fixing bug 31333 (again).
30727         * environment.c: System.Environment internall calls (so far just
30728         ExitCode is here, the others are still in icall.c)
30730         * appdomain.c (mono_runtime_cleanup): All threads running managed
30731         code should have finished before mono_runtime_cleanup() is
30732         reached, so no need to clean up threads.
30734 2003-01-22  Martin Baulig  <martin@ximian.com>
30736         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
30737         `gpointer func' arguments.      
30738         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
30739         but added `MonoThread *thread' argument.
30740         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
30742         * threads.c (mono_new_thread_init): Added `gpointer func' argument
30743         and pass it to the mono_thread_start_cb callback.
30744         (mono_install_thread_callbacks): New public function to install a
30745         set of callbacks which are set by the debugger.
30746         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
30748 2003-01-22  Martin Baulig  <martin@ximian.com>
30750         * Makefile.am: Install debug-mono-symfile.h.
30752 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
30754         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
30756 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
30758         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
30759         * class.c (mono_ptr_class_get): correctly set access levels of pointers
30760         (mono_array_class_get): correctly set access levels of arrays
30762 2003-01-20      Patrik Torstensson
30763         * image.h (MonoAssemblyName): changed major, minor, build, revision
30764         from signed to unsigned.
30766 2003-01-20  sean kasun <skasun@azstarnet.com>
30768         * reflection.c (load_cattr_value): Now this handles
30769         MONO_TYPE_SZARRAY.  Fixes bug #35629
30771 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
30773         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
30774         integer value
30776 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30778         * decimal.c: fixed bug #26056.
30780 2003-01-17  Martin Baulig  <martin@ximian.com>
30782         * gc.c: Raise an ExecutionEngineException instead of using g_error().
30784 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30786         * exception.[ch]:
30787         (mono_get_exception_type_initialization): new function.
30789         * object.c: throw a TypeInitializationException when an exception is
30790         thrown invoking the class constructor.
30792 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30794         * reflection.c: fixed attribute reading.
30796 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30798         * icall.c:
30799         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
30800         provided, look for the type in the calling assembly and then in
30801         mscorlib; if the assembly name is provided, only try that one.
30803 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
30805         * object.c: register the vtable before there is a chance it's
30806         queried again recursively.
30808 2003-01-13  Duncan Mak  <duncan@ximian.com>
30810         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
30811         gc-internal.h. 
30812         
30813 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
30815         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
30817 2003-01-11  Martin Baulig  <martin@ximian.com>
30819         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
30820         this to 20 for the release.
30822 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
30824         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
30826         * loader.c (mono_method_get_marshal_info): bug fix
30828         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
30829         structures with explicit layout
30831 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
30833         * profiler.c: made the output more readable (and sorted). 
30834         Added caller information for the allocation profiler.
30836 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
30838         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
30840 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30842         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
30843         to get value types.
30844         
30845 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
30847         * object.c, profiler.h, profiler.c, profiler-private.h:
30848         Added object allocation profiler.
30850 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
30852         * reflection.h, reflection.c: handle global methods.
30853         Compress blob entries.
30855 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
30857         * marshal.c: fix compilation.
30859 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
30861         * loader.c (mono_method_get_marshal_info): impl.
30863         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
30865 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30867         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
30868         for reference types.
30870 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
30872         * loader.c: fixed off by one error in loaded parameter names.
30874 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
30876         * marshal.c (mono_marshal_get_icall_wrapper): like
30877         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
30878         instead of a MonoMethod.
30880 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30882         * decimal.c: fixed bug #36537.
30884 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
30886         * marshal.c: throw a missing method exception if a
30887         P/Invoke method is not found.
30889 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
30891         * icall.c: allow a null this for constructors.
30893 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
30895         * icall.c: raise the proper exceptions if the arguments to the
30896         internal Invoke are incorrect.
30898 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
30900         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
30902 2003-01-03  Martin Baulig  <martin@ximian.com>
30904         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
30906 2002-12-31  Martin Baulig  <martin@ximian.com>
30908         * debug-mono-symfile.c: Completely rewrote the type section.
30909         Instead of using individual malloc()ed fields, we use one big
30910         continuous memory area and offsets into this area.
30911         See the comments in the source code for details.
30913 2002-12-30  Martin Baulig  <martin@ximian.com>
30915         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
30917 2002-12-30  Martin Baulig  <martin@ximian.com>
30919         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
30920         line number table in this data blob instead of using an external
30921         pointer.
30923 2002-12-28  Martin Baulig  <martin@ximian.com>
30925         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
30927 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
30929         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
30930         as a boxed return type.
30932 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
30934         * appdomain.c
30935         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
30936         g_build_filename to properly get separators on the filename created.
30938         * object.h: Small change, introduce MonoMarshalByRefObject to
30939         track the layout of that structure in the C# universe as we make
30940         changes there.
30942 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
30944         * object.c: removed assert to allow static fields on interfaces.
30945         * loader.c: a TypeSpec may be used for any type, not just arrays.
30947 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
30949         * class.c, class.h: added mono_class_array_element_size ().
30950         Ignore static methods in interfaces.
30952 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30954         * threads.c: fixed the build under cygwin.
30956 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
30958         * reflection.c: handle nullref constants. Allocate keys for
30959         reflection handles with the GC.
30961 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
30963         * threads.c, threads.h: added mono_thread_get_abort_signal()
30964         to get a suitable signal for thread abort.
30966 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
30968         * metadata.c: fix handling of ExportedType table.
30970 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30972         * icall.c: added WriteWindowsDebugString internal call.
30974 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30976         * reflection.h: added fields to match C# implementation.
30978 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30980         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
30982 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
30984         * gc.h, gc-internal.h: Rename header for GC internal calls to
30985         gc-internal.h from gc.h as to not clash with Boehm GC having its
30986         header installed as <gc.h> in outside include paths.
30987         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
30988         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
30990 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30992         * icall.c: assign minor, build and revision in FillName.
30994 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
30996         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
30997         Added support for running code generated by Reflection.Emit.
30999 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31001         * appdomain.c: check for NULL argument in LoadFrom.
31003 2002-12-10  Dick Porter  <dick@ximian.com>
31005         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
31007 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31009         * appdomain.c: fix buglet when building exe file name.  Handle full
31010         assembly name (needed after latest changes to AssemblyName).
31011         * image.c:
31012         (mono_image_close): free some hashtables.
31014 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
31016         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
31017         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
31018         on some systems (redhat 7.3) 
31020 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
31022         * threads.c: delete the critical section of a sync block,
31023         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
31025 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
31027         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
31029 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31031         * appdomain.[ch]: handle the assembly preload event to try loading the
31032         assemblies using the paths we have in the current domain.
31034         * assembly.[ch]: created an assembly preload hook that is called to try
31035         loading the assembly by other means that the ones provided here.
31037         * domain.c: initialize the domain search path.
31039         From now on, assemblies (TODO: except corlib and System) are loaded
31040         according to these rules when using mono_assembly_load ():
31042                 1. It tries to load the assembly from the ApplicationBase
31043                 of the current domain appending .dll and .exe (TODO: have to
31044                 try loading from name/name.dll and name/name.exe).
31046                 2. It tries the search path specified in PrivateBinPath for the
31047                 current domain (if any).
31049                 3. Previous behavior.
31051 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
31053         * icall.c: implemented GetInterfaceMap() related icall.
31054         * domain.c, loader.h: load MethodInfo in mono_defaults.
31056 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
31058         * gc.c: disable the finalizer thread for now, untill all the issues
31059         with it are resolved.
31061 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
31063         * string-icalls.c: handle embedded nulls in string ctor when the
31064         length is specified.
31066 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
31068         * class.c: look for explicit interface implementation in parent
31069         classes, too.
31071 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
31073         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
31075 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
31077         * gc.c: protect handles with a critical section.
31079 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31081         * icall.c:
31082         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
31083         parameters. If no assembly specified, try getting the type from all
31084         the assemblies in the current domain, else, load the assembly and get
31085         the type from it.
31087 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31089         * marshal.c: applied patch from Aleksey Demakov that fixes
31090         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
31092 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31094         * icall.c: fixed get_location.
31096 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
31098         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
31099         declarations to make it work with older gcc. 
31101         * loader.c (mono_get_method): set signature->pinvoke for native calls
31103 2002-11-20  Dick Porter  <dick@ximian.com>
31105         * threads.c (mono_thread_init): Set the main thread's handle
31107 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
31109         * gc.c: allow compilation without GC support. Changed to match the
31110         mono coding style.
31112 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
31114         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
31116 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
31118         * reflection.c: set a public key token on the core assemblies.
31120 2002-11-18  Dick Porter  <dick@ximian.com>
31122         * threads.c: Split out some thread initialisation so that other
31123         files can set the start callback function.
31125         * gc.c: Run finalisers in a separate thread, to avoid stack
31126         overflow.  Fixes bug 31333.
31128         * appdomain.c: Set up GC finalisation thread.
31130         * reflection.c: 
31131         * object.c: 
31132         * domain.c: Use gc.h macros for GC_malloc
31133         
31134 2002-11-15  Dick Porter  <dick@ximian.com>
31136         * threadpool.c: 
31137         * threads.c:
31138         * appdomain.c: Removed mono_runtime_init_with_attach(),
31139         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
31140         merging the extra parameter with the existing function.  Removed
31141         unneeded code in mono_thread_attach().
31143 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
31145         * image.c (mono_image_loaded_by_guid): a method to get loaded
31146         images by guid. 
31147         (load_metadata_ptrs): we store the guid as string.
31149 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
31151         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
31153         * metadata.c (mono_guid_to_string): imported method form Zoltan
31154         Varga (slightly modified)
31156         * assembly.c (mono_assembly_open): load precompiled code
31158         * loader.h (MonoMethod): we store the method token for use in the
31159         aot compiler. 
31161 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31163         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
31164         the hook function called when an assembly is loaded.
31165         
31166         * domain.c: Modified file.
31167         (mono_domain_assembly_load): removed hash table insertion of assemblies.
31169         Fixes bug #33196.
31171 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
31173         * reflection.c: Map PEFileKind to the value expected by the WinNT
31174         image loader. 
31176 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31178         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
31179         Read until the buffer is filled completely.
31181 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31183         * icall.c: implemented MonoType.InternalGetEvent ().
31185 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31187         * appdomain.c: implemented InitAppDomainSetup. Delayed
31188         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
31189         the entry_assembly.
31191         * assembly.c: base_dir is now an absolute path ending with
31192         G_DIR_SEPARATOR.
31194         * icall.c: modified get_location according to the above changes.
31196         * object.c: init AppDomain.SetupInformation for the default domain after
31197         we have the entry assembly.
31199         * domain.c: when unloading a domain, setup = NULL.
31201 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
31203         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
31205 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
31207         * object.h, object.c: introduced mono_object_get_virtual_method ()
31208         to lookup the method invoked on an object when a callvirt is done on
31209         a method.
31210         * icall.c: make MethodInfo::Invoke() always do a virtual call.
31212 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31214         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
31215         current domain when loaded an assembly and failed to load it.
31217         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
31219 2002-10-31  Dick Porter  <dick@ximian.com>
31221         * icall.c: 
31222         * file-io.h: 
31223         * file-io.c: Return the error status in a parameter, as the
31224         GetLastError() value has long since been blown away if we try and
31225         look it up in a subsequent internal call invocation.  Delete the
31226         GetLastError() internal call, because it's useless.
31228 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
31230         * class.[ch]: added cast_class to fix bug 29517
31232 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
31234         * marshal.c: create valid IL code in the filter clause:
31235         the new JIT is less forgiving:-)
31237 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31239         * icall.c: removed get_property internal call.
31241 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
31243         * appdomain.h domain.c: Added an ID to appdomains.
31244         
31245         * threads.c threads.h icall.c: Implement icall
31246         Thread:GetDomainID(), and remove unused icall 
31247         CurrentThreadDomain_internal.
31249 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31251         * icall.c: Don't recurse through the base types in GetConstructor.
31252         Fixes bug #32063. 
31254 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
31256         * mempool.h, mempool.c: added mono_mempool_empty() and
31257         mono_mempool_stats().
31259 2002-10-23  Dick Porter  <dick@ximian.com>
31261         * file-io.c: 
31262         * file-io.h: 
31263         * icall.c: Added MonoIO.GetFileType internal call
31265 2002-10-17  Dick Porter  <dick@ximian.com>
31267         * appdomain.c (mono_runtime_cleanup): Don't signal the async
31268         delegate semaphore before waiting for all threads to finish,
31269         because new threads can also call async delegates.  Fixes bug
31270         32004.
31272         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
31273         of 3 seconds, in case another async job is queued.  (This part is
31274         needed because the bug fix reintroduced the 3s exit lag.)  This
31275         makes the mono_runtime_shutdown flag superfluous.
31277 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
31279         * reflection.c: include ehader size in method section headers.
31280         Really check for suplicated modules entries.
31282 2002-10-17  Martin Baulig  <martin@gnome.org>
31284         * debug-mono-symfile.c: Added back support for locals.
31286 2002-10-14  Martin Baulig  <martin@gnome.org>
31288         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
31289         MONO_TYPE_VOID.
31291 2002-10-14  Martin Baulig  <martin@gnome.org>
31293         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
31294         mono_class_get() instead of looking in the class cache. 
31296 2002-10-13  Martin Baulig  <martin@gnome.org>
31298         * debug-mono-symfile.c: Set version number to 28, include the
31299         signature in method names.
31301 2002-10-13  Martin Baulig  <martin@gnome.org>
31303         * debug-mono-symfile.h: Set version number to 27.
31305 2002-10-11  Martin Baulig  <martin@gnome.org>
31307         * gc.c: Don't register/unregister NULL pointers as disappearing links.
31309 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
31311         * metadata.c, metadata.h: added helper function to allocate signatures.
31313 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31315         * icall.c: added internal call to get the location of machine.config.
31317 2002-10-08  Martin Baulig  <martin@gnome.org>
31319         * debug-mono-symfile.c: Ignore classes with a pending init for the
31320         moment.
31322 2002-10-03  Dick Porter  <dick@ximian.com>
31324         * threads.c: Freebsd pthread_t is a pointer
31326 2002-10-03  Dick Porter  <dick@ximian.com>
31328         * socket-io.c: Implemented GetHostName_internal
31330 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31332         * mono-config.c:
31333         (mono_config_parse_file): don't leak the text.
31335 2002-10-02  Martin Baulig  <martin@gnome.org>
31337         * debug-mono-symfile.c: Added support for methods.
31339 2002-10-01  Martin Baulig  <martin@gnome.org>
31341         * debug-mono-symfile.c: Don't emit methods and line numbers for
31342         the dynamic symbol file, just write the type table.  We can easily
31343         have an external helper program which creates a symbol file for an
31344         IL file.        
31346 2002-10-01  Dick Porter  <dick@ximian.com>
31348         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
31349         Only add the handle to the cleanup array when we're about to
31350         launch the thread.  Bug 31425 deadlocked when the test was run on
31351         mono under w32.
31353 2002-10-01  Martin Baulig  <martin@gnome.org>
31355         * debug-mono-symfile.c: Added support for properties.
31357 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
31359         * reflection.c: unaligned store fix from Mark Crichton
31360         <crichton@gimp.org>.
31362 2002-09-27  Martin Baulig  <martin@gnome.org>
31364         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
31365         New interncall.
31367 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
31369         * assembly.h, assembly.c: use a sane API to hook into the assembly
31370         loading process instead of a useless special-purpouse hack
31371         (ngen needs a hook, too, for example).
31373 2002-09-27  Dick Porter  <dick@ximian.com>
31375         * threads.c (mono_thread_init): Call GetCurrentProcess() so
31376         io-layer can set up some process handle info.  Not needed on w32,
31377         but doesn't hurt either.
31379         * process.c: Pass the program name in the second parameter to
31380         CreateProcess, so the path is searched.  Include the working
31381         directory. Implemented process name, process enumeration, and some
31382         process detail internal calls.
31383         
31384         * icall.c: Added internal calls for process lookup, and some
31385         process details
31387 2002-09-26  Martin Baulig  <martin@gnome.org>
31389         * assembly.c (mono_install_open_assembly_hook): New global
31390         function to install a function to be invoked each time a new
31391         assembly is loaded.
31392         (mono_assembly_open): Run this callback function if set.
31394         * debug-mono-symfile.c: Put back line numbers for the dynamic
31395         symbol file and also record the .il file as source file.  This
31396         allows us to install the temporary symbol file as `file.dbg' just
31397         like a compiler-generated one.
31399 2002-09-26  Nick Zigarovich <nick@chemlab.org>
31401         * Corrected typo in gc.c (BOHEM vs BOEHM).
31403 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31405         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
31406         GetProperties. Also avoid calling g_slist_length in GetProperties and
31407         GetMethods.
31409 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
31411         * reflection.c: avoid unaligned stores (bug spotted by
31412         Mark Crichton  <crichton@gimp.org>).
31414 2002-09-25  Martin Baulig  <martin@gnome.org>
31416         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
31417         instead of guint64 for addresses and added prologue/epilogue info.
31419 2002-09-25  Martin Baulig  <martin@gnome.org>
31421         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
31422         store line number info.  For the dynamic symbol file, we only need
31423         to provide the JIT generated dynamic line number info for the dynamic
31424         symbol file.
31426 2002-09-25  Martin Baulig  <martin@gnome.org>
31428         * debug-mono-symfile.h: Incremented version number.
31430 2002-09-24  Martin Baulig  <martin@gnome.org>
31432         * class.c (mono_debugger_class_init_func): New global function
31433         pointer variable.
31434         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
31435         call it.
31437         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
31438         function.  This is called via the mono_debugger_class_init_func
31439         hook to add all types to the dynamic type table.
31440         (ves_icall_MonoDebugger_GetType): New interncall to get a class
31441         from its metadata token.
31443         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
31444         New interncall for the debugger.
31446 2002-09-24  Nick Drochak <ndrochak@gol.com>
31448         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
31449         before using it in case it is null.
31450         
31451 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
31453         * metadata.c: allow custom modifiers in local var signatures
31454         (bug spotted by Zoltan Varga).
31456 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
31458         * class.c: deal with the <Module> class that may have a NULL vtable.
31459         Eliminate warnings.
31461 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
31463         * image.c, image.h: more strong name helpers.
31464         * monosn.c: more work: convert pem keys to cryptoapi format.
31466 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
31468         * string-icalls.c: speedup IndexOf.
31470 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
31472         * icall.c: updates from Zoltan.2.Varga@nokia.com.
31474 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
31476         * icall.c: cleanup: use mono_object_domain ().
31478 2002-09-23  Martin Baulig  <martin@gnome.org>
31480         * debug-mono-symfile.c: Improved type support.
31482 2002-09-22  Martin Baulig  <martin@gnome.org>
31484         * debug-mono-symfile.c: Added support for reference types and strings.
31486 2002-09-22  Martin Baulig  <martin@gnome.org>
31488         * debug-mono-symfile.c: Started to work on the type table.
31490 2002-09-21  Martin Baulig  <martin@gnome.org>
31492         * debug-mono-symfile.c: Largely reworked the symbol table format.
31493         The symbol table is now incrementally updated each time a new
31494         method is added.  We're now also using our own magic and version
31495         so that you don't need to recompile all your classes if the
31496         dynamic table changes.
31497         (mono_debug_update_mono_symbol_file): Removed.
31498         (mono_debug_symfile_add_method): New function to add a method.
31500 2002-09-21  Martin Baulig  <martin@gnome.org>
31502         * icall.c
31503         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
31504         New interncall.
31506         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
31507         New interncall to get a method from its metadata token.
31509 2002-09-21  Martin Baulig  <martin@gnome.org>
31511         * debug-mono-symfile.c: Create type table.
31513 2002-09-20  Martin Baulig  <martin@gnome.org>
31515         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
31517 2002-09-20  Martin Baulig  <martin@gnome.org>
31519         * debug-mono-symfile.c: Provide information about params and locals.
31521 2002-09-20  Martin Baulig  <martin@gnome.org>
31523         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
31524         New interncall.
31526         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
31527         interncall to get a method from its metadata token.
31529 2002-09-20  Martin Baulig  <martin@gnome.org>
31531         * debug-mono-symfile.c: Added a few checks for method->header
31532         being non-NULL.  This should never happen, but for the moment
31533         let's use a g_warning() rather than a g_assert().
31535 2002-09-19  Mark Crichton  <crichton@gimp.org>
31537         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
31538         even if support for it isn't present.  Added an #ifdef to fix this.
31540         * socket-io.c: Added checks back for Solaris support.
31542 2002-09-19  Martin Baulig  <martin@gnome.org>
31544         * debug-mono-symfile.c (read_string, write_string): Reflect latest
31545         changes in the symbol file format.
31547 2002-09-18  Martin Baulig  <martin@gnome.org>
31549         * debug-mono-symfile.c: Set version number to 21.
31551 2002-09-18  Dick Porter  <dick@ximian.com>
31553         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
31554         on netbsd.  Fixes bug 30051.
31556 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31558         * reflection.c:
31559         (set_version_from_string): little fix.
31561 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
31563         * monosn.c, Makefile.am: added strong name utility.
31564         * reflection.h, reflection.c: implemented delayed signing,
31565         locale, version and hash id assembly attributes.
31567 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
31569         * loader.c, metadata.c: load param attributes in signatures.
31571 2002-09-16  Martin Baulig  <martin@gnome.org>
31573         * debug-mono-symfile.c: Added string table with all method names.
31575 2002-09-14  Martin Baulig  <martin@gnome.org>
31577         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
31578         fast method lookup.
31580 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
31582         * reflection.c: record the public key token of referenced assemblies.
31584 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
31586         * image.c, image.h: added functions to get the strong name and the
31587         public key of an assembly.
31588         * pedump.c: use them.
31590 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
31592         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
31594 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
31596         * marshal.c (mono_marshal_get_managed_wrapper): Added
31597         MONO_TYPE_BOOLEAN 
31599 2002-09-11  Martin Baulig  <martin@gnome.org>
31601         * gc.c: Call GC_unregister_disappearing_link() on all links when
31602         finalizing them, this is necessary to aviod a crash in boehm's
31603         finalize handler.
31605 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
31607         * gc.c: handle GetTarget for finalized objects spotted and fixed by
31608         nick@chemlab.org.
31610 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
31612         * icall.c: implemented MonoType::Module.
31613         * reflection.c, reflection.h: mono_module_get_object () from
31614         Tomi Pakarinen <tomi.pakarinen@welho.com>.
31616 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
31618         * icall.c: ignore overridden methods in GetMethods ().
31619         Fix for FieldInfo::SetValue().
31620         * object.c: handle float/double in runtime invoke.
31622 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
31624         * object.c: allow a constructor to be called again on an object.
31626 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
31628         * class.h, class.c: move field layout code to it's own function and
31629         export it. Get an interface id earlier. Move fields in MonoClass
31630         so they are more cache friendly and align the bitfields.
31631         * loader.c: temporary handle get_param_names() for a runtime method.
31632         * reflection.c, reflection.h: more code to handle runtime creation of
31633         types.
31635 2002-09-09  Martin Baulig  <martin@gnome.org>
31637         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
31638         signature with the pinvoke field being set for the actual call.
31640 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
31642         * icall.c: removed some unused icalls. Start of map of glib charsets
31643         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
31645 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
31647         * debug-helpers.c: break infinite loop (found and fixed by
31648         Holger Arnold <harnold@gmx.de>).
31650 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
31652         * icall.c: target may be null in create_delegate.
31654 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
31656         * marshal.c: handle a boolean return type.
31658 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
31660         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
31662 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
31664         * gc.c: fix weakreferences.
31666 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
31668         * icall.c: added icall to get default codepage.
31670 2002-09-03  Dick Porter  <dick@ximian.com>
31672         * threads.h: 
31673         * threads.c: Use MonoThread instead of MonoObject where
31674         apropriate.
31676         Store running thread objects in a hash table, so that we have all
31677         the info to hand when waiting for them to finish
31678         (means we don't need OpenThread() any more, so mingw builds should
31679         be fully functional again.)
31681         * verify.c:
31682         * object.h: Added thread ID to MonoThread
31684 2002-09-03  Martin Baulig  <martin@gnome.org>
31686         * icall.c (System.Reflection.Assembly::get_location): New interncall.
31688 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31690         * icall.c: fixed leak in get_temp_path. Thanks lupus.
31692 2002-09-03  Martin Baulig  <martin@gnome.org>
31694         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
31695         argument to store the end address of the disassembled instruction.
31697         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
31698         here from debug-symfile.h.
31699         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
31700         JIT into this struct.
31701         (MonoSymbolFile): Added `char *image_file' field.
31702         (MonoDebugGetMethodFunc): Removed.
31703         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
31704         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
31705         (mono_debug_find_method): New method.
31707         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
31708         create a full symbol file.
31709         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
31710         and static symbol files.
31711         (mono_debug_find_method): The symbol file keeps an internal method hash,
31712         call this to get a MonoDebugMethodInfo from a MonoMethod.
31714         * debug-symfile.[ch]: Removed.
31716 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
31718         * image.c (do_mono_image_open): Remove linker version check.
31720 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
31722         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
31723         wrappers for instance methods.
31724         
31725 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31727         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
31729 2002-08-28  Dick Porter  <dick@ximian.com>
31731         * Makefile.am: Export HOST_CC for w32 builds
31733 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
31735         * file-io.c process.c: MonoString are null terminated, no
31736         need for mono_string_to_utf16() anymore.
31738 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
31740         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
31742 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
31744         * icall.c, reflection.h: speedup System.MonoType.
31746 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
31748         * reflection.c: allow null as the value of a string argument in
31749         custom attributes constructors.
31751 2002-08-27  Martin Baulig  <martin@gnome.org>
31753         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
31754         `trampoline_address' field.
31756 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
31758         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
31759         check (fixes bug #29486) 
31761 2002-08-27  Martin Baulig  <martin@gnome.org>
31763         * debug-mono-symfile.c: Changed the file format in a way that allows us
31764         open it read-only and to use a specially malloced area for all the
31765         dynamic data.  We can now also generate a symbol file on-the-fly if we're
31766         debugging IL code and there is no MCS generated symbol file for it.
31768 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
31770         * object.c: added a define for a good string and array
31771         creation speedup (not enabled by default because we need to deal with
31772         the synch stuff).
31774 2002-08-26  Martin Baulig  <martin@gnome.org>
31776         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
31777         function to create a dynamic symbol file.  This is used by the
31778         debugger to create a symbol file for IL code on-the-fly.
31780 2002-08-26  Martin Baulig  <martin@gnome.org>
31782         * loader.c (mono_lookup_pinvoke_call): Include the error message
31783         from g_module_error() in the error message.
31785 2002-08-24  Martin Baulig  <martin@gnome.org>
31787         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
31788         function to update the symbol file.  The symbol file is mmap()ed
31789         writable, but private.  This allows us to install the symbol file
31790         together with the assembly.
31792 2002-08-24  Martin Baulig  <martin@gnome.org>
31794         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
31795         but they can read the new symbol file format which mcs is now creating.
31797         * debug-symfile.c (mono_debug_find_source_location): Moved to
31798         debug-mono-symfile.c; this is now operating on the new symbol file.
31800 2002-08-23  Martin Baulig  <martin@gnome.org>
31802         * debug-helpers.c (mono_method_desc_from_method): New function to get
31803         a MonoMethodDesc from a MonoMethod.
31805 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
31807         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
31808         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
31810 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
31812         * string-icalls.[ch]: make helper methods static.
31814 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31816         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
31817         types to it and to SetValueInternal.
31819         * object.c: Moved handle_enum label to its proper place. This was the
31820         f... bug! ;-)
31822         This time i compiled mcs and gtk-sharp and they both work.
31824 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31826         * icall.c: reverted partially my previous patch until 
31827         object.c:set_value handles enums correcly.
31829 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31831         * icall.c:
31832         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
31833         (ves_icall_System_Environment_get_MachineName): removed warning when
31834         compiling under cygwin.
31836 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
31838         * object.c: fixed field_get_value() for reference types.
31840 2002-08-22  Dick Porter  <dick@ximian.com>
31842         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
31843         Don't free a buffer while it's still needed.  Patch from Jonathan
31844         Liger <Jonathan.liger@wanadoo.fr>
31846 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
31848         * icall.c (ves_icall_System_Environment_get_Platform): Add new
31849         internal call.
31851 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
31853         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
31854         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
31856         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
31857         we call unmanaged code which throws exceptions.
31859 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
31861         * appdomain.h: added per-domain entry_assembly.
31862         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
31863         arguments.
31864         * icall.c: Assembly::GetEntryAssembly icall.
31865         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
31866         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
31868 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
31870         * appdomain.h, gc.c: added mono_domain_finalize ().
31872 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31874         * object.c:
31875         (mono_print_unhandled_exception): changed g_warning by g_printerr
31876         because g_log has a 1024 characters limit (yeah, i got a big stack
31877         trace). Don't print exception name, that should be in ToString 
31878         returned string.
31880 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31882         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
31883         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
31885 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31887         * object.c:
31888         (mono_print_unhandled_exception): after previous commit, i realized
31889         that MS calls ToString on the exception. I changed this function to
31890         do that. This way we get stack_trace for free.
31892 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31894         * object.c:
31895         (mono_print_unhandled_exception): invoke Message property instead of
31896         getting 'message' field from Exception. Don't allocate memory for
31897         'trace' and 'message' if not needed.
31899 2002-08-18  Dick Porter  <dick@ximian.com>
31901         * unicode.c: Fix asserts to match Encoder.cs checks
31903 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
31905         * marshal.c: fix unaligned store issue and a few wrong
31906         opcode argument types.
31908 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
31910         * icall.c: added GetUninitializedObjectInternal internal call.
31912 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
31914         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
31915         to the right domain.
31917 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
31919         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
31921         * class.c (class_compute_field_layout): set blittable to false for Strings
31923         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
31925 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
31927         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
31928         first chunk of code to create types at runtime. Code to
31929         handle ReflectedType/DeclaringType. Make reflection handles
31930         domain specific.
31932 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
31934         * class.c: set correct name in arrays.
31936 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
31938         * appdomain.c (mono_domain_transfer_object): make it work with
31939         valuetypes. bug fixes.
31941 2002-08-12  Dick Porter  <dick@ximian.com>
31943         * object.h: Rename some parameters to avoid c++ keywords (Patch
31944         from Joseph Wenninger <kde@jowenn.at>)
31946 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
31948         * icall.c: added icall to implement Assembly.GetFile*.
31950 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
31952         * reflection.h, reflection.c: code to embed managed resources.
31954 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
31956         * class.c: move all the type size stuff into
31957         class_compute_field_layout().
31959 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
31961         * class.c: ensure enums have always the correct instance size.
31962         * unicode.c: remove wrong assert.
31964 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
31966         * assembly.c: fix mem corruption issue.
31967         * image.h, image.c: added mono_image_get_resource () to access
31968         managed resources.
31969         * icall.c: implemented Assembly.EntryPoint property and some
31970         Managed Resources related internalcalls.
31973 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
31975         * image.c, image.h: impemented mono_image_get_entry_point ().
31976         * appdomain.c: use mono_image_get_entry_point.
31978 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
31980         * reflection.c: support the object type argument when loading
31981         custom attributes.
31983 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
31985         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
31986         String as return type.
31988 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
31990         * reflection.c: fix encoding of named args for custom attrs to match
31991         the ms implementation. Read them back when instantiating custom
31992         attributes.
31994 2002-08-02  Radek Doulik  <rodo@ximian.com>
31996         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
31997         by Dietmar as quick fix
31998         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
31999         16 as stack size, used on more places as quick fix before Dietmar
32000         will fix it properly
32002 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
32004         * object.h, object.c: added accessors for fields and properties.
32006 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
32008         * class.c, class.h: made mono_class_get_field_from_name ()
32009         loop on parent types.
32010         Added mono_class_get_property_from_name ().
32012 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32014         * class.c, class.h: move the code to setup the type vtable in its own
32015         function so that it can be reused also for types created at runtime.
32016         Eliminate the "class" identifier from the header file.
32017         * reflection.c: setup the vtable for enums so that we can create
32018         objects for use in SetConstant ().
32020 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
32022         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
32023         instead of the delegate itself as this pointer (bug #28383)
32025 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
32027         * marshal.c (mono_marshal_get_managed_wrapper): added return type
32028         conversions.
32030 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32032         * loader.c: don't set the pinvoke bit on icalls.
32034 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
32036         * debug-helpers.c (mono_method_full_name): only print a number to
32037         indicate wrapper type (so that the output is more readable in traces).
32039 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
32041         * class.c (mono_class_init): include method override patch from Paolo
32043 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
32045         * icall.c: fixed GetTypeCode().
32047 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
32049         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
32050         use real delegate invoke function to make it work with multicast
32051         delegates (fix bug# 28291).
32053 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32055         * object.c: load constant strings.
32057 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32059         * reflection.c: no magic numbers.
32060         * tabledefs.h: security action enum.
32062 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
32064         * assembly.c: fix possible memory corruption.
32066 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32068         * reflection.h, reflection.c: added support for linking resources.
32069         * verify.c: check we have an updated corlib.
32071 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
32073         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
32074         string arrays.
32075         (mono_marshal_string_array): null terminate unmanaged string arrays.
32076         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
32078 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32080         * icall.c: Type.GetType () can now return also types from the
32081         calling assembly.
32083 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
32085         * loader.h, loader.c: stack walking support.
32086         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
32087         GetCallingAssembly.
32089 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
32091         * marshal.c: added optimisations for blittable types 
32093         * class.c (mono_array_class_get): do not set blittable attribute on arrays
32094         (mono_class_setup_mono_type): set blittable attribute for single
32095         and double.
32097         * marshal.c (mono_string_utf8_to_builder): impl.
32098         (mono_string_builder_to_utf8): impl.
32099         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
32101 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
32103         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
32104         (mono_marshal_get_managed_wrapper): impl. byref types
32106 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32108         * icall.c:
32109         (search_method): don't display debug message. 
32111 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
32113         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
32115 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
32117         * appdomain.c: set the missing filename when throwing exception.
32119 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
32121         * metadata.c (mono_type_size): code cleanup
32122         (mono_type_stack_size): removed some test code
32124 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
32126         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
32127         mono_get_exception_file_not_found now.
32129         * exception.c (mono_exception_from_name_two_strings): New version
32130         that will call a constructor with two string arguments. 
32131         (mono_get_exception_file_not_found): New helper routine, used to
32132         report file-not-found errors.
32134 2002-07-20  Dick Porter  <dick@ximian.com>
32136         * process.h:
32137         * process.c: Pass file handles to CreateProcess
32138         
32139         * icall.c:
32140         * file-io.h:
32141         * file-io.c: Implemented CreatePipe
32143 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
32145         * metadata.c (mono_get_param_info): set alignment for value types
32147 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32149         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
32150         Constify mono_domain_assembly_open().
32151         * loader.c: handle null namespace in icalls.
32153 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
32155         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
32156         (emit_str_to_ptr_conv): marshal object as structs
32158         * metadata.c (mono_type_to_unmanaged): marshal object as structs
32160         * marshal.c (mono_marshal_get_runtime_invoke): support value types
32162 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
32164         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
32165         (mono_marshal_get_native_wrapper): we an now return value types
32167 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32169         * verify.c: more checks implemented.
32171 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
32173         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
32174         (fix bug #27695)
32175         (mono_marshal_get_native_wrapper): allow byref arguments
32176         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
32177         impl. PtrToStringXXX methods
32178         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
32179         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
32180         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
32181         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
32182         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
32184 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32186         * reflection.c: fix buglet in parsing an assembly name.
32188 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
32190         * marshal.c (emit_ptr_to_str_conv): first impl.
32192 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
32194         * object.c, class.h: cache the vtable in the class as suggested by
32195         vargaz@freemail.hu (Zoltan Varga).
32197 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32199         * class.h, loader.c: added mono_field_from_token().
32200         * verify.c: first cut of type checking code.
32202 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
32204         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
32206 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
32208         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
32209         (fix bug #27782)
32210         (mono_marshal_get_remoting_invoke): impl.
32211         (mono_delegate_begin_invoke): impl.
32212         (mono_mb_emit_save_args): impl.
32213         (mono_delegate_end_invoke): impl.
32214         (mono_marshal_get_delegate_begin_invoke):
32215         (mono_marshal_get_delegate_end_invoke):
32216         (mono_marshal_get_delegate_invoke): generate a special name for
32217         those methods (including the signature) and associate them whith
32218         the delegate class. 
32220 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
32222         * reflection.[ch]: 
32223         (mono_reflection_type_from_name): now it has a MonoImage parameter
32224         which is used as the default image to search the type in. If the image
32225         is NULL or getting the type from it fails, it defaults to corlib.
32227         * icall.c: changed 1 call to mono_reflection_type_from_name to match
32228         new parameter.
32230 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32232         * reflection.c: update the parameter table index.
32234 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32236         * domain.c: don't include the mark byte in the string hash.
32238 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32240         * icall.cs: icall for Type.GetTypeCode ().
32241         * verify: a couple of fixes and disabled local initialization checks.
32243 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
32245         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
32247         * debug-helpers.c (mono_method_full_name): print the type of the
32248         runtime wrapper
32250         * metadata.c (mono_signature_hash): a hash function for signatures
32251         (mono_signature_hash): better hash algorithm
32253         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
32255         * debug-helpers.c (mono_method_full_name): this can now generate
32256         method names with signatures
32258         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
32259         method dont have this pointers.
32261 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
32263         * reflection.c: fixup typebuilder tokens.
32264         * image.c: fix buglet.
32265         * marshal.h: remove whitespace.
32266         * metadata.h, metadata.c: reinstate code that was removed.
32267         * verify.c: handle catch directives and fix another couple of bugs.
32269 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
32271         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
32272         (mono_marshal_get_native_wrapper): make it comp. with the old code
32273         (mono_marshal_get_native_wrapper): support boolean
32274         (mono_marshal_get_managed_wrapper): support more types
32276 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
32278         * class.c (class_compute_field_layout): compute class->blittable attribute.
32280 2002-07-09  Dick Porter  <dick@ximian.com>
32282         * threads.c: Make the thread cleaning up cope with threads that
32283         call ExitThread()
32285 2002-07-08  Radek Doulik  <rodo@ximian.com>
32287         * reflection.c (method_encode_code): use non-translated values to
32288         compute finally_start, this fixes exception handling on ppc, yay!
32290         * decimal.h (struct signscale): fix endianess
32292 2002-07-07  Radek Doulik  <rodo@ximian.com>
32294         * reflection.c: swap box_val and not val
32296 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
32298         * reflection.c, reflection.h: handle full assembly info in type name.
32299         Handle Type arguments when loading custom attributes.
32300         * icall.c: updated to use new mono_reflection_type_from_name () method.
32302 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32304         * loader.c:
32305         (method_from_memberref): also print assembly name when method not found.
32307 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32309         * icall.c:
32310         (ves_icall_TypeGetProperties): fixed bug #27473. 
32312 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32314         * reflection.c: display image name and token when cannot find the
32315         .ctor for an attribute.
32317 2002-07-05  Martin Baulig  <martin@gnome.org>
32319         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
32321 2002-07-04  Dick Porter  <dick@ximian.com>
32323         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
32324         compile on mingw.  This will cause mingw builds to not wait for
32325         subthreads to terminate after the main thread does.  I've lodged a
32326         bug with the mingw developers for them to wrap OpenThread().
32328 2002-07-03  Dick Porter  <dick@ximian.com>
32330         * threads.c: Store thread IDs instead of handles, because
32331         GetCurrentThread() returns a pseudohandle and therefore stores
32332         useless values.  mono_thread_cleanup() continues checking the
32333         array of threads until it is empty, to cope with subthreads
32334         spawning new threads after the main thread has finished.
32336         * profiler.h:
32337         * profiler.c:
32338         * profiler-private.h: Pass the thread ID to thread profiler
32339         functions, instead of a handle
32341 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
32343         * verify.c: fixes to make it more usable.
32344         * pedump.c: added --verify code to verify IL code in an assembly.
32346 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32348         * reflection.c: turn errors into warnings to allow compiling corlib.
32350 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
32352         * reflection.c: add special cases to compile corlib.
32354 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32356         * reflection.c: handle properties with only a set method.
32358 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32360         * opcodes.h: add enum with opcodes in opval order.
32362 2002-07-01  Dick Porter  <dick@ximian.com>
32363         
32364         * object.h:
32365         * object.c (mono_runtime_run_main): Removed unneeded argument
32367 2002-06-28  Martin Baulig  <martin@gnome.org>
32369         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
32371 2002-06-27  Dick Porter  <dick@ximian.com>
32373         * threads.c: Store the handle in both the parent thread and in the
32374         subthread, to minimise the time between starting a new thread and
32375         storing its ID.
32377 2002-06-26  Dick Porter  <dick@ximian.com>
32379         * appdomain.c (mono_runtime_cleanup): Close the socket library
32380         after all the threads have finished, not before
32382 2002-06-26  Martin Baulig  <martin@gnome.org>
32384         * debug-symfile.c (mono_debug_find_source_location): Added
32385         `guint32 *line_number' argument.  If it's not NULL, store the line number
32386         there and return the file name without the line number.
32388 2002-06-25  Dick Porter  <dick@ximian.com>
32390         * icall.c:
32391         * process.h:
32392         * process.c: Process forking and other support functions
32394 2002-06-25  Dick Porter  <dick@ximian.com>
32396         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
32397         things dont happen when the image is closed.
32398         (mono_image_lookup_resource): Walk the resource section looking
32399         for a particular entry
32401         * cil-coff.h: PE resource section decoding
32403 2002-06-25  Dick Porter  <dick@ximian.com>
32404         
32405         * assembly.h:
32406         * assembly.c: 
32407         (mono_assembly_foreach): Accessor functions to walk the list of
32408         loaded assemblies
32409         (mono_assembly_set_main):
32410         (mono_assembly_get_main): Process methods need to know which
32411         assembly is the "main" one
32413         * object.c (mono_runtime_run_main): Record the main assembly
32415         * debug-helpers.c: Fix typo
32417 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
32419         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
32420         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
32422 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
32424         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
32426 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
32428         * image.c (do_mono_image_open): Initialize reference count,
32429         otherwise we leak the MonoImage.
32431 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32433         * reflection.c: small tweak to handle self-hosting.
32435 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
32437         * reflection.c: fix type name parse code.
32439 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32441         * reflection.c: break out of the loop.
32442         * image.c: special case corlib.
32444 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32446         * reflection.c: add all the custom attrs at the end to ensure the
32447         ctors have been properly initialized when the attributes are defined
32448         in the current assembly.
32450 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32452         * reflection.c: handle correctly multiple-nested types.
32454 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
32456         * row-indexes.h: fix typos.
32457         * reflection.c: adjust for typos and fix method_def_or_ref
32458         encoding in MethodImpl table.
32460 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
32462         * reflection.c: fix entry point patching (thanks Serge!).
32464 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
32466         * verify.c: add check for System.Exception
32468 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
32470         * image.c, class.c: minifix for code just c&p'ed.
32471         * reflection.c: warning fix.
32472         * object.h, loader.h, domain.c: load also StringBuilder.
32474 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
32476         * marshal.h, marshal.c: some support code to handle complex marshaling.
32478 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32480         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
32481         Better signatures with vtable error dump.
32483 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
32485         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
32487 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
32489         * icall.c (ves_icall_Type_GetField): impl.
32491 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32493         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
32494         to retrieve a marshal description blob for a field or param.
32496 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
32498         * reflection.h, reflection.c: change order of nested type emission
32499         to avoid table corruption. The NestedTypes table is sorted.
32500         * icall.c: change order of GetConstructor results to workaround mcs bug.
32502 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
32504         * reflection.h, reflection.c: handle field and param marshal
32505         information.
32507 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32509         * icall.c, marshal.c marshal.h: more Marshal class implementation.
32511 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32513         * reflection.c: fix call convention.
32515 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32517         * reflection.h, reflection.c: mono_image_get_memberref_token()
32518         takes a type instead of a class, now. Added
32519         mono_image_get_array_token() to create tokens for the special
32520         multi-dim array methods.
32522 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32524         * assembly.c: handle modules (no assembly table). Split
32525         loading references in its own function.
32526         * class.c: handle moduleref resolution scope.
32527         * image.c, image.h: cache module name in image.
32529 2002-06-07  Martin Baulig  <martin@gnome.org>
32531         * reflection.c (mono_image_get_type_info): Only add a class layout entry
32532         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
32534 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
32536         * icall.c: more signature fixes that used uint instead of int.
32538 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32540         * reflection.c: fixed signature of field refs.
32542 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32544         * class.c, reflection.c: handle typerefs of nested types
32545         (both on read and when writing files).
32547 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
32549         * icall.c: fix method signatures that tried to workaround the previous
32550         typo, d'oh!
32552 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
32554         * debug-helpers.c: fix typo.
32556 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
32558         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
32559         rewrote the PE/COFF writing code (our programs are understood by the
32560         ms runtime, now).
32562 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
32564         * gc.c, gc.h, icall.c: weakreference support.
32566 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
32568         * Makefile.am, mono-config.c: use $(sysconfdir).
32570 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
32572         * icall.c: changed default precision of Double.ToString() to 15.
32573         Fixed memory leak. Unified with Single.ToString.
32575 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
32577         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
32579 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
32581         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
32582         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
32583         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
32584         and myself.
32586 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32588         * debug-symfile.c, sysmath.c: yet more compilation fixes.
32590 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
32592         * reflection.c, socket-io.c: more compilation fixes.
32594 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32596         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
32597         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
32598         unicode.c: warning and compiler compatibility fixes.
32600 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32602         * class.h, metadata.c: fixed warnings/compilation errors.
32604 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
32606         * Makefile.am, mono-config.c, mono-config.h: configuration file
32607         support routines.
32608         * loader.c, loader.h: make Dll mapping configurable at runtime in the
32609         config file. Export methods to insert and lookup mappings.
32611 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
32613         * reflection.c: handle types and boxed objects in custom attr
32614         constructors.
32616 2002-05-30  Martin Baulig  <martin@gnome.org>
32618         * debug-symfile.c
32619         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
32621 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
32623         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
32624         to lookup the implmap row for a P/Invoke method.
32625         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
32626         P/Invoke method from the runtime on an as needed basis.
32628 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
32630         * metadata.c (mono_metadata_parse_signature): impl.
32632 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32634         * class.c: handle .pack directive.
32636 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
32638         * object.c: initialize static fields with RVA data.
32640 2002-05-25  Martin Baulig  <martin@gnome.org>
32642         * debug-symfile.c
32643         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
32645 2002-05-24  Martin Baulig  <martin@gnome.org>
32647         * debug-symfile.c
32648         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
32649         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
32650         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
32652 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
32654         * object.c: special case string ctros in invoke.
32655         * gc.c: silly whitespace changes.
32657 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
32659         * threadpool.[ch]: impl. a threadpool that can
32660         be used by mint and mono.
32662 2002-05-22  Martin Baulig  <martin@gnome.org>
32664         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
32665         The first argument is now a `MonoReflectionModuleBuilder *', the return
32666         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
32667         `methods' field to get the method builder.  The `token' argument is the
32668         unfixed token.
32670         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
32671         invalid characters instead of g_assert_not_reached()ing.  This seems
32672         to be the behaviour of mscorlib.
32674 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
32676         * object.c (mono_runtime_invoke_array): applied patch from Rachel
32677         Hestilow to fix bug #25104
32679 2002-05-21  Martin Baulig  <martin@gnome.org>
32681         * debug-symfile.c (mono_debug_find_source_location): New function.
32682         Looks up an IL offset in the line number table and returns the source
32683         location as a string.
32685 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32687         * icall.c:
32688         (mono_double_ToStringImpl): changed %f by %g until we have something
32689         better.
32691 2002-05-21  Nick Drochak  <ndrochak@gol.com>
32693         * icall.c : Use different name for Math.Pow's icall.  Needed to check
32694         parameters first in C#.
32696 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32698         * icall.c, reflection.h: added icall to get info about an event.
32700 2002-05-20  Radek Doulik  <rodo@ximian.com>
32702         * object.c (mono_value_box): don't use memcpy for boxing on BIG
32703         endian
32704         (mono_value_box): don't use memcpy for small sizes on
32705         architectures with unaligned access
32707 2002-05-20  Martin Baulig  <martin@gnome.org>
32709         * reflection.c (mono_reflection_setup_internal_class): Don't crash
32710         if `tb->parent == NULL'.
32711         (mono_reflection_create_internal_class): New function.  This is
32712         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
32713         for enum types.
32715         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
32716         New interncall.
32718 2002-05-19  Martin Baulig  <martin@gnome.org>
32720         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
32721         argument to get the length, don't default to the array length.
32723 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
32725         * assembly.c (mono_assembly_setrootdir): New function used to
32726         override the MONO_ASSEMBLIES directory.
32728 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
32730         * icall.c: ValueType_GetHashCode() initialize local var.
32732 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
32734         * reflection.c: sort custom attributes table.
32736 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32738         * reflection.c: support named args in custom attributes (write support).
32740 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
32742         * reflection.c: fix finally position calculation.
32744 2002-05-15  Radek Doulik  <rodo@ximian.com>
32746         * reflection.c: fixed endianess at many places
32748         * icall.c (ves_icall_InitializeArray): comment out debug msg
32750 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
32752         * object.c (mono_unhandled_exception): new function to handle
32753         unhandled exceptions.
32754         (mono_unhandled_exception): call the UnhandledException event.
32755         (mono_runtime_delegate_invoke): impl.
32757 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
32759         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
32760         returns the RVA, not the direct pointer to the data. Handle the case
32761         when the class size is fixed.
32763 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
32765         * reflection.c: fix some endianess issues.
32767 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
32769         * object.c (mono_runtime_invoke): is now able to catch exceptions.
32771         * threads.c (mono_thread_init): added a callback which is invoked
32772         at thread start.
32774 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
32775         
32776         * icall.c: make GetHashCode return non-negative values.
32778 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
32780         * object.c, icall.c, gc.c: revert to address-based hashcode.
32782 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
32784         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
32786 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
32788         * icall.c, class.c: special case <Module>.
32790 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
32792         * icall.c: fix bug in GetNow().
32794 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
32796         * object.c (mono_runtime_class_init): make sure that we call all
32797         static class constructors.
32799 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
32801         * reflection.c: sort methodsemantics table.
32803 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
32805         * reflection.h, reflection.c: honour init locals setting.
32807 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
32809         * icall.c: copied Double ToStringImpl for Single ToStringImpl
32811 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
32813         * reflection.c: support ContructorBuilders in attribute blob creation.
32815 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
32817         * reflection.c: some changes to build a binary that can be run
32818         directly in windows.
32820 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
32822         * loader.c: print a big message when an icall can't be found.
32824 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32826         * string-icalls.c: fix bug 24248.
32828 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
32830         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
32831         icall.c, reflection.h: separate assembly loading by pathname and by
32832         assembly name. Use the MONO_PATH env var to search for assemblies.
32834 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
32836         * assembly.c, image.h: add some support for assemblies
32837         with multiple modules.
32838         * class.c, class.h: export mono_class_from_typeref().
32839         * loader.c: remove duplicated code and use mono_class_from_typeref(),
32840         instead.
32842 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32844         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
32845         documentation says (the ECMA one is correct).
32847 2002-05-02  Dick Porter  <dick@ximian.com>
32849         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
32850         Don't name the synchronisation mutex.
32852 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
32854         * rand.c
32855         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
32856         Make the prototypes match.
32857         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
32858         Same.
32860         * icall.c
32861         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
32862         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
32863         all systems have tm.tm_zone, so use strftime() with %Z to print
32864         the timezone abreviation into a temp string.
32866         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
32867         rather than mono_array_addr() on a MonoString on Big Endian
32868         machines.
32870 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
32872         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
32873         fix bug 24041
32875 2002-04-30  Dick Porter  <dick@ximian.com>
32877         * socket-io.c: Cope with SOCKET being an integer rather than a
32878         pointer now.
32880         * threads.c: Added Thread_free_internal, to deal with thread
32881         handle cleanup.  Moved calls to handle_store() and handle_remove()
32882         to start_wrapper(), so each can only be called once.  Allocate
32883         synchronisation blocks with GC_malloc(), and use GC finalisation
32884         to close the handles.
32886         * icall.c: added System.Threading.Thread::Thread_free_internal
32888 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32890         * icall.c: support Environment.Exit, CommandLineArgs().
32892 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
32894         * object.c, object.h: added mono_runtime_run_main () and
32895         mono_runtime_get_main_args () for use in System.Environment.
32897 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
32899         * gc.c: fix thinko, enable actual finalization since the jit is now
32900         fixed.
32902 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
32904         * gc.c, object.c: take into account that an object may be offset wrt the address
32905         returned by GC_malloc().
32907 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
32909         * image.c: handle files without entries in the assembly table (modules).
32911 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
32913         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
32914         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
32915         allowed to be null when it's System.Object class setup.
32917 2002-04-27  Martin Baulig  <martin@gnome.org>
32919         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
32920         if `tb->parent == NULL' rather than crashing.
32922 2002-04-28  Nick Drochak  <ndrochak@gol.com>
32924         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
32925         calling acos() where asin() should have been called.
32927 2002-04-26  Martin Baulig  <martin@gnome.org>
32929         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
32930         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
32931         there's a subdirectory called `System', but we don't want to read that
32932         subdirectory as an assembly.
32934 2002-04-25  Martin Baulig  <martin@gnome.org>
32936         * debug-symfile.c: Reflect latest MonoString changes.
32938 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
32940         * rand.c, rand.h: instance method icalls need to have an explicit
32941         this pointer as first argument in the C implementation.
32943 2002-04-25  Nick Drochak <ndrochak@gol.com>
32945         * icall.c: Fix typo in map for GetNonZeroBytes
32947 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
32949         * string-icalls.c : String does now passes unit tests without any 
32950         errors, the following changes has been made:
32951         
32952         Implemented replace methods.
32953         Renaming of methods to (try) follow the standard.
32954         Fixed compare ordinal
32955         Made all memory allocated directly to function instead of via icall function.
32956         Small performance fix in is_in_array function
32957                         
32958  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
32960         c (mono_string_Internal_ctor_charp_int_int):
32961         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
32962         sindex < 0, throw ArgumentOutOfRangeException instead of
32963         ArgumentNullException.
32965         Added new check for length == 0, however
32966         I need to make it return String.Empty from the C code.
32967         
32968         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
32969         that calculate the length for us here.
32970         
32971         (mono_string_Internal_ctor_sbytep_int_int): Replaced
32972         mono_string_new_utf16 with mono_string_new, since value is utf8.
32974 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
32976         * object.c: register the object for finalization if needed.
32977         Allocate one more char in the string for the terminating 0 char.
32979 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
32981         * class.c, class.h, image.c: check if a type implemenst a destructor.
32982         Use the proper key for array class lookups.
32983         * icall.c: register the icalls in the System.GC class.
32984         * gc.c, gc.h: GC-related functions and icalls.
32986 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
32988         * icall.c:
32989         * socket-io.c:
32990         * unicode.c: free some strings gotten from mono_string_to_utf8 and
32991         changed a couple of free () by g_free ().
32993         * decimal.c: one-liner in the comments for decimal2string ().
32995 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
32997         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
32999 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
33001         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
33002         * object.c (mono_runtime_invoke_array) : handle null in params
33004 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33006         * string-icalls.c: fixed bug in split (one off bug)
33008 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33010         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
33011         * icalls.c: added String::Equals as internal method
33013 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
33015         * threads.c: fixed bug in the double interlocked functions
33017 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
33019         * threads.c: implemented all of the new interlocked icalls.
33020         * string-icalls.c: fix a bug in insert.
33021         * icalls.c: added the icalls for interlocked, removed old string functions.
33022         
33023 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33025         * loader.c: fix off-by-one error when reading argument names.
33027 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33029         * profiler.c: win32 counter implementation (untested).
33030         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
33031         (the latter needs testing and more complete impl. from win32 folks).
33033 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
33035         * object.c: mono_array_new_full workaround mono_array_class_get
33036         problem.
33038 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33040         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
33041         * object.h (mono_string_chars): Changed casting type.
33043 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33045         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
33046                            method signatures to use gunichar2 instead of gint16.
33048 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
33050         * object.h, object.c: domain-specific versions of mono_object_new and
33051         mono_array_new.
33053 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
33055         * object.c: changed String layout
33057         * string-icalls.c (mono_string_Internal_ctor_chara): added
33058         internal string constructors.
33060 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
33062         * threads.c: pass 'this' to the thread start routine.
33064 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33066         * string-icalls.c: fix IndexOf and LastIndexOf. Now
33067         InternalCompareStr don't call twice mono_string_cmp_char for the last
33068         character. Improved performance in mono_string_cmp_char.
33070 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
33072         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
33073         code into its own library: libmonoruntime.
33075 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
33077         * object.h, object.c: changed array format so that szarrays do not
33078         require a bounds structure.
33079         * icall.c, appdomain.c: support for new szarray format.
33081 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
33083         * metadata.c: compare also the retuns type when comparing signatures:
33084         we didn't do this as an optimization since really overloaded methods
33085         must differ also in the arguments, but this doesn't work with
33086         low-level IL code (or when using explicit conversion operators: see
33087         bug#23498 for an example).
33089 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
33091         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
33093 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
33095         * icall.c: make MonoType::GetElementType its own icall.
33097 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
33099         * icall.c: remove MonoMethod_get_Name().
33100         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
33101         object.
33103 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33105         * string-icalls.c: optimized a few methods.
33107 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
33109         * icall.c: added all new string internal calls
33110         * string-icalls.c: added, new string internal call implementation.
33111         * object.c: added mono_string_new_size for allocating a string a size
33113 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
33115         * object.c (mono_object_isinst): use the same code as in the
33116         optimized x86 version.
33118 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
33120         * profiler.c: TSC-based timer code (faster and more accurate).
33121         Not hooked up in configure, yet (set USE_X86TSC to 1).
33123 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
33125         * profiler.c, profiler.h: track time spent compiling methods.
33126         * threads.c: track thread creation/destruction.
33128 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
33130         * profiler.c, profiler.h, profiler-private.h: profiling interface
33131         and sample implementation. Moved here so that it can be used also by
33132         the jit.
33134 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
33136         * reflection.c, reflection.h: keep types and other handles separate in
33137         the hash tables for referred tokens. Add guid for modules.
33139 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
33141         * assembly.c: fix bugs found with valgrind.
33142         * metadata.h, metadata.c: added mono_metadata_guid_heap().
33144 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
33146         * threads: added icall support for getting current domain for
33147                    the thread.
33149 2002-04-13  Martin Baulig  <martin@gnome.org>
33151         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
33152         (MonoDebugVarInfo): Added `index' field for register based addresses.
33153         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
33154         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
33155         `MonoDebugVarInfo *params' and `guint32 this_offset' with
33156         `MonoDebugVarInfo *this_var'.
33158         * debug-symfile.c (relocate_variable): New static function to write
33159         a location description for a local variable or method parameter.
33161 2002-04-12  Martin Baulig  <martin@gnome.org>
33163         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
33164         stack offset and begin/end scope address of a local variable.
33165         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
33166         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
33167         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
33169         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
33170         Added new relocation types for start/end scope of a local variable.
33172 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
33174         * object.h: add mono_object_domain() macro.
33175         * reflection.c: handle typespecs.
33176         * icall.c: MonoMethod::get_Name() implementation.
33178 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33180         * icall.c: String::GetHashCode() icall implementation.
33182 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33184         * icall.c: String::IndexOfAny icall.
33185         * object.c, object.h: make array->max_length more useful.
33186         Intrduced mono_object_class() and mono_string_length() macros.
33188 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33190         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
33191         instead of g_unichar_isdigit.
33193 2002-04-11  Nick Drochak  <ndrochak@gol.com>
33195         * icall.c: Implement a simple Double.ToString().
33197 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
33199         * appdomain.h: only io-layer.h is supposed to be included.
33200         * icall.c: explicitly import environ. Fix warning.
33202 2002-04-10  Nick Drochak  <ndrochak@gol.com>
33204         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
33205                 return true even if it's not Daylight Savings time.
33206                 Only return false for the case where the function isn't
33207                 implemented for a plaform (read Windows).
33209 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
33211         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
33212         data with a mutex.
33214 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
33216         * mempool.c (mono_mempool_alloc): only use g_malloc when
33217         absolutely necessary.
33219 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
33221         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
33223         * class.c (mono_class_vtable): use domain mempool to allocate vtable
33224         (mono_class_proxy_vtable): use domain mempool
33226 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
33228         * appdomain.h, appdomain.c: split initialization that requires the
33229         execution engine support into mono_runtime_init().
33231 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
33233         * class.c (mono_class_init): don't include vtable inside MonoClass
33234         to save some memory, gather some statistics.
33235         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
33237 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33239         * icall.c: internalcall implementation for ValueType.Equals().
33241 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
33243         * object.c (mono_message_init): moved 
33244         (mono_runtime_exec_main): new arch. independent impl.
33245         (mono_runtime_invoke_array): new method - like
33246         mono_runtime_invoke, but you can pass an array of objects.
33247         (mono_remoting_invoke): new arch. independent impl.
33248         (mono_message_invoke): new arch. independent impl.
33249         (mono_runtime_class_init): new arch. independent impl.
33250         (mono_runtime_object_init): new arch. independent impl.
33252 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
33254         * metadata.c, object.c, reflection.c: documented the exported
33255         functions.
33257 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
33259         * icall.c: simpler code to pass the assembly builder data to corlib.
33260         Implement GetNestedTypes() internalcall.
33262 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
33264         * class.c: warn if a type can't be loaded.
33266 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
33268         * image.h: typedef MonoImageOpenStatus
33269         * types.h: removed unused file
33270         
33271 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
33273         * icall.c: Enum_ToObject accepts enum value arguments.
33275 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
33277         * class.c: move initialization of properties, events and nested
33278         classes, so that they happen for interfaces, too.
33280 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
33282         * icall.c: cleanup some ugly casts in Array_SetValue*.
33284 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
33286         * icall.c: the values array fro enums is of the correct type, now.
33287         Implement (correctly) getFullName instead of assQualifiedName for
33288         MonoType.
33289         * reflection.h, reflection.c: added mono_type_get_name ().
33291 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
33293         * assembly.c, image.h: for each MonoImage, record from wich assembly
33294         it was loaded.
33295         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
33296         Make Type.Assembly work.
33298 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
33300         * debug-symfile.h: use char* instead of gpointer to avoid
33301         unnecessary casts.
33303         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
33305         * icall.c (ves_icall_InternalExecute): impl. FielSetter
33306         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
33308 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
33310         * icall.c (mono_message_init): impl. (code cleanup)
33311         (ves_icall_InternalExecute): impl. FieldGetter
33313         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
33314         defined we call all (non-static)methods through the vtable. 
33316 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
33318         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
33319         finalizer even though the memory is still referenced (and the chunk of
33320         memory is not freed).
33322 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
33324         * assembly.c: fix brokeness.
33326 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
33328         * class.c: kill some warnings. Check explicit interface method
33329         implementation also without considering the namespace.
33330         Load also literal strings in static class data.
33332 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
33334         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
33335         (default_assembly_name_resolver): Make the resolver take the
33336         "base" directory where the assembly was originally defined, so we
33337         can load DLLs that are in the same directory as the assembly that
33338         is being referenced.
33340 2002-03-28  Dick Porter  <dick@ximian.com>
33342         * file-io.h: 
33343         * file-io.c:
33344         * socket-io.c: 
33345         * unicode.h: 
33346         * unicode.c: Warning cleanups
33348 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
33350         * object.h, reflection.h: use the correct type instead of MonoObject.
33352 2002-03-28  Martin Baulig  <martin@gnome.org>
33354         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
33355         (mono_debug_update_symbol_file): Initialize classes if necessary.
33357 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
33359         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
33360         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
33362 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
33364         * assembly.h: fix function prototype.
33365         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
33366         * mono-endian.h: use const cast.
33368 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
33370         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
33372 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
33374         * loader.c: don't assert when a typeref can't be loaded, give
33375         a chance to the runtime to trow an exception instead.
33376         * loader.h: fix warning.
33378 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
33380         * class.c (mono_class_proxy_vtable): added proxy support
33382 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
33384         * icall.c: removed last of PAL calls, added System.Environment
33385         * file-io.h, file-io.c: MonoIO implementation
33386         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
33388 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
33390         * appdomain.c: do not use the byte marker in ldstr table lookup.
33391         * debug-helpers.c: allow two ':' to separate class and method name.
33392         * object.c: allocate arrays bounds with the GC, too.
33393         * verify: add a few more checks.
33395 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
33397         * reflection.c: output also literal strings. Allocate parameter data
33398         with GC_malloc() (thanks, Martin, for catching this!).
33400 2002-03-26  Martin Baulig  <martin@gnome.org>
33402         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
33403         include the `this' offset in the `param_offsets'.
33405 2002-03-25  Martin Baulig  <martin@gnome.org>
33407         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
33408         mono_debug_get_class() function to get the classes. Added new
33409         relocation types for arrays and strings.
33410         (mono_debug_get_class): New static function to search in all
33411         referenced assemblies for a metadata token.
33413         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
33415 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
33417         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
33418         hold gc-allocated objects. Make the string heap a stream like the
33419         others. Removed duplicated code when writing stream info.
33420         Added asserts to catch possible buffer overflows. Set the sorted map
33421         for tables that need sorting. Added some documentation.
33423 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
33425         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
33426         for interned strings and vtables.
33428 2002-03-24  Martin Baulig  <martin@gnome.org>
33430         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
33431         it in the array since it was created with g_slist_prepend().
33433 2002-03-24  Martin Baulig  <martin@gnome.org>
33435         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
33436         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
33437         (mono_debug_method_from_token): Renamed to
33438         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
33439         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
33441         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
33442         relocation types.
33444         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
33446 2002-03-24  Martin Baulig  <martin@gnome.org>
33448         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
33449         (mono_debug_method_from_token): New func.
33451         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
33452         New interncall, calls mono_debug_local_type_from_signature().
33453         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
33454         calls mono_debug_method_from_token().
33456 2002-03-23  Martin Baulig  <martin@gnome.org>
33458         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
33459         specifies the number of bytes to be converted, not the array size.
33460         Return the number of chars, not the number of bytes.
33461         (ves_icall_iconv_get_chars): The `byteCount' argument
33462         specifies the number of bytes to be converted, not the array size.
33464 2002-03-23  Martin Baulig  <martin@gnome.org>
33466         * reflection.h (MonoReflectionSigHelper): New type.
33468         * reflection.c (mono_reflection_sighelper_get_signature_local),
33469         (mono_reflection_sighelper_get_signature_local): New functions.
33471         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
33472         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
33473         interncalls.
33475 2002-03-23  Martin Baulig  <martin@gnome.org>
33477         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
33478         is_writeable is set.
33479         (mono_raw_buffer_update): New function to write the modified map
33480         back to disk.
33482         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
33484         * debug-symfile.c (mono_debug_update_symbol_file): Call
33485         mono_raw_buffer_update() when done writing.
33487 2002-03-23  Martin Baulig  <martin@gnome.org>
33489         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
33491         * debug-symfile.c: Added support for arguments and local variables.
33493 2002-03-23  Dick Porter  <dick@ximian.com>
33495         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
33496         protected by ifdefs, hence breaking the w32 build.
33498 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33500         * object.c: implement is_interned() the right way.
33502 2002-03-21  Martin Baulig  <martin@gnome.org>
33504         * debug-symfile.[ch]: New files to handle debugging information
33505         files. There's also support to dynamically update these symbol
33506         files to include machine dependent information.
33508 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
33510         * threads.c (mono_thread_create): new function to create thread
33511         from C
33513 2002-03-20  Martin Baulig  <martin@gnome.org>
33515         * icall.c (ves_icall_InternalInvoke): Create a new object if the
33516         method is a constructor.
33517         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
33518         points to ves_icall_InternalInvoke().
33520 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
33522         * file-io.c: Flush shouldn't throw exceptions.
33524 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
33526         * file-io.c: FileStream flush support; FileSetLength now
33527         restores file pointer.
33529 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
33531         * class.c: set image for pointer classes.
33533 2002/03/19  Nick Drochak <ndrochak@gol.com>
33535         * sysmath.c: Forgot one.
33537 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
33539         * sysmath.c: Avoid redefining existing names.
33541 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
33543         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
33544         handled by runtime as icall rather than dllimport from libm.so
33545         * file-io.c, file-io.h: fixed handle argument type.
33547 2002-03-18  Dick Porter  <dick@ximian.com>
33549         * reflection.c (mono_image_get_type_info): rename interface to
33550         iface, because of "#define interface struct" on windows.
33552 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
33554         * class.c, class.h: rename and export mono_ptr_class_get().
33555         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
33556         * reflection.c, reflection.h, icall.c: better/saner type name
33557         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
33558         method signatures.
33560 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
33562         * class.c (mono_class_init): removed hardcoded GHC_SLOT
33564         * icall.c (ves_icall_InternalInvoke): impl.
33566 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
33568         * reflection.c: output the interface map table, too.
33570 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
33572         * class.c (class_compute_field_layout): separate computation of 
33573         static field layout
33575 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
33577         * icall.c: added System.Buffer support.
33578         * file-io.c: moved file icalls from PAL to FileStream.
33580 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
33582         * icall.c (ves_icall_System_Object_GetHashCode): impl.
33584 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
33586         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
33588 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
33590         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
33592 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
33594         * debug-helpers.{c,h}: moved here from monograph some useful functions
33595         to locate a method by name/signature in a class or image. Included
33596         also a small and flexible IL disassembler.
33598 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
33600         * reflection.c: fixup tokens in methods with small header size, too.
33602 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
33604         * object.c (mono_string_to_utf8): remove assert(!error), instead
33605         print a warning. 
33607 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
33609         * icall.c: update to the new mono_Array_class_get interface.
33611 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
33613         * appdomain.c, object.c: Boehm-GC enable.
33614         * icall.c: make get_data_chunk() support split data requests.
33615         Ensure a class is initialized in more cases. Return only the first
33616         property found in GetProperties() or the compiler gets confused. 
33617         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
33618         * reflection.h, reflection.c: add fixup mechanism for field and method
33619         tokens. Initialize assembly->typeref in a single place. Output
33620         properties after events. Support custom attributes for events, too.
33621         Typo fix for paramter custom attrs.
33623 2002-03-07  Martin Baulig  <martin@gnome.org>
33625         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
33627 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
33629         * class.c (mono_array_class_get): fix. for multi. dim. arrays
33631 2002-03-06  Martin Baulig  <martin@gnome.org>
33633         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
33634         non-zero lower bounds. See testcases #F10-#F13.
33636 2002-03-05  Martin Baulig  <martin@gnome.org>
33638         * exception.c (mono_get_exception_argument_out_of_range): New exception.
33640         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
33641         ves_icall_System_Array_GetValue(), only calculate the absolute array position
33642         here.
33643         (ves_icall_System_Array_SetValue): Likewise.
33644         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
33645         as argument and does the actual work. This function is used when copying a
33646         multi-dimensional array.
33647         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
33648         now do all the widening conversions of value types.
33649         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
33651 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33653         * class.c: remove some magic numbers and use the smbolic names,
33654         instead. Added init_events() to load event info at class init time.
33655         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
33656         and mono_metadata_methods_from_event().
33657         * reflection.h, reflection.c: added support for writing out the evnets
33658         related information.
33660 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
33662         * reflection.h, icall.c: use a different method (GetInterfaces)
33663         to gather interface info and add isbyref, isprimitive and
33664         ispointer to the ves_icall_get_type_info() return value.
33666 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
33668         * class.h: stared adding support for events.
33669         * icall.c: split find_members implementation. Added debug icall to get
33670         the address of an object.
33671         * reflection.c: handle TypeBuilders in mono_type_get_object().
33673 2002-03-01  Martin Baulig  <martin@gnome.org>
33675         * icall.c (ves_icall_System_Array_GetLength): This must throw an
33676         ArgumentOutOfRangeException(), not an ArgumentException().
33677         (ves_icall_System_Array_GetLowerBound): Likewise.
33678         (ves_icall_System_Array_GetValue): Improved argument checking.
33679         (ves_icall_System_Array_SetValue): Improved argument checking.
33681 2002-03-01  Martin Baulig  <martin@gnome.org>
33683         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
33684         called with invalid arguments rather than just dying with g_assert().
33685         (ves_icall_System_Array_SetValue): Likewise.
33686         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
33687         raise a NotImplementedException instead.
33688         (ves_icall_System_Array_GetLength): Added argument checking.
33689         (ves_icall_System_Array_GetLowerBound): Added argument checking.
33691 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
33693         * object.h (mono_assert): new macros mono_assert and
33694         mono_assert_not_reached
33696 2002-02-28  Martin Baulig  <martin@gnome.org>
33698         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
33699         and "System::String::IsInterned" to "System::String::_IsInterned".
33701 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
33703         * icall.c: remove hacks for typebuilder. Added icall to create a
33704         modified type from a tybebuilder.
33705         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
33706         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
33707         to create a backing MonoClass for a TypeBuilder.
33709 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
33711         * class.c, class.h: more refactoring of class init.
33712         Export mono_class_setup_mono_type() and mono_class_setup_parent().
33714 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
33716         * marshal.c, marshal.h: start of marshaling interface.
33718 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
33720         * icall.c: fix order in assembly qualified name icall.
33722 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
33724         * class.c: do not free str, since we store it in the hash table.
33725         * reflection.h: add label field to MonoILExceptionInfo.
33726         * reflection.c: handle references to more than one assembly. Handle
33727         case when there isn't a module created in the assembly.
33729 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
33731         * class.c: Fix typo. Start refactoring of class init code.
33733 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
33735         * appdomain.c: exit with 1 on error.
33736         * class.c: we already have the name in MonoClassField.
33737         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
33738         MonoStreamHeader instead of an offset of image->raw_metadata.
33740 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
33742         * appdomain.c (mono_init): Be even more descriptive about the error.
33744 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
33746         * appdomain.c: give the user an informative message when corlib can't
33747         be loaded.
33749 2002-02-26  Martin Baulig  <martin@gnome.org>
33751         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
33752         New icall to get the time zone data.
33754 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
33756         * reflection.c: set virtual and raw size of section correctly.
33757         * threads.c: transfer domain information to newly created threads.
33759 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
33761         * class.c: when instancing a class in a domain, load the default
33762         vaules for static fields from the constant table. Fix System.Enum to
33763         not be an enum.
33764         * icall.c: implement Object::GetType() internalcall. Implemented
33765         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
33766         Fixed checking of binding flags in find_members().
33767         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
33768         * reflection.c: handle enumerations when writing to the constant
33769         table. Use a different object cache for types.
33772 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
33774         * object.c (mono_object_isinst): fix for arrays
33776         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
33778 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
33780         * object.c: don't use mprotect ()  and fix intern pool hash table
33781         lookup for big endian systems.
33783 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
33785         * icall.c: change type_is_subtype_of () signature.
33787 2002-02-21  Mark Crichton  <crichton@gimp.org>
33789         * rand.c, rand.h: Added random number generator for
33790         System.Security.Cryptography classes.
33792         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
33794         * icall.c: Added System.Security.Cryptography calls.
33796 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
33798         * class.c, icall.c, metadata.c: better support for pointer types.
33799         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
33800         * reflection.c: Add support for getting custom attrs for properties
33801         and simplify some code.
33803 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
33805         * icall.c: change getToken () and add custom attribute GetBlob()helper
33806         method.
33807         * reflection.h: add custom attrs array to the reflection builder structures.
33808         * reflection.c: encode and emit custom attributes for all the relevant
33809         reflection objects. Cache fieldref and methodref tokens. Change
33810         mono_image_create_token() interface to take a MonoDynamicAssembly.
33811         More complete custom attributes decoder. Load custom attributes for
33812         Assembly, Field, Method and Constructor objects, too. Make the
33813         returned array an Attribute[] one, not object[]. Added
33814         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
33815         custom attribute constructor.
33817 2002-02-20  Dick Porter  <dick@ximian.com>
33819         * icall.c:
33820         * rawbuffer.c:
33821         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
33822         problem code out for now).
33824 2002-02-19  Radek Doulik  <rodo@ximian.com>
33826         * object.c (mono_ldstr): use hash table to avoid multiple swapping
33828 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
33830         * icall.c: register the GetCustomAttributes method.
33831         * object.c, object.h: add mono_string_new_len ().
33832         * reflection.h, reflection.c: added mono_runtime_invoke(),
33833         mono_install_runtime_invoke(). Added
33834         mono_reflection_get_custom_attrs () to load custom attributes and
33835         create the attribute objects.
33837 2002-02-19  Dick Porter  <dick@ximian.com>
33838         * threads-dummy-types.c:
33839         * threads-dummy-types.h:
33840         * threads-dummy.c:
33841         * threads-dummy.h:
33842         * threads-pthread-types.c:
33843         * threads-pthread-types.h:
33844         * threads-pthread.c:
33845         * threads-pthread.h:  Deleted obsolete files
33847 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
33849         * class.c (mono_class_vtable): runtime init the class when we
33850         allocate static class data.
33852         * icall.c (ves_icall_System_Array_SetValue): check for null values.
33854         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
33855         and String - but we will need generic marshalling support in the
33856         future. 
33857         (mono_init): set the domain name in a ms compatible way
33859         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
33860         String[].
33862 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
33864         * object.c (mono_array_clone): use alloca() instead of g_malloc  
33865         for sizes
33867         * appdomain.c (mono_domain_unload): impl.
33869 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
33871         * appdomain.c, object.c: fix intern pool implementation.
33872         * class.c: fix alignment code.
33874 2002-02-16  Radek Doulik  <rodo@ximian.com>
33876         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
33877         and s2 > s1, just copy lower bytes to be compatible with little
33878         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
33879         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
33881         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
33882         force big_endian to be 1 for big endian machines 
33883         (ves_icall_iconv_new_decoder): ditto
33885 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
33887         * socket-io.c (convert_sockopt_level_and_name): If the system
33888         doesn't define SOL_IP or SOL_TCP, get them by hand using
33889         getprotobyname() and caching the values (because this could be a
33890         slow operation).
33891         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
33892         Use the appropriate struct when the system does support it. Ie,
33893         not all systems have struct ip_mreqn so use struct ip_mreq when
33894         appropriate.
33896 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
33898         * reflection.c: handle finally clauses.
33900 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
33902         * socket-io.c: use g_snprintf() instead of snprintf.
33904 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
33906         * reflection.c (mono_param_get_objects): Cast second argument to
33907         mono_method_get_param_names to a const char** to silence the
33908         compiler warning.
33910         * appdomain.c (mono_domain_assembly_open): Put parens around the
33911         truth statement in the for-loop.
33913         * unicode.c (iconv_convert): Got rid of a compiler warning about
33914         int i being unused when the system has a new iconv.
33915         (iconv_get_length): Same.
33917         * image.c (load_class_names): Cast the second argument to
33918         g_hash_table_insert() to char* to hush compiler warnings about the
33919         arg being a const.
33920         (mono_image_open): Same here.
33922         * socket-io.c: Don't conditionally include sys/filio.h or
33923         sys/sockio.h here anymore since we now get them from
33924         io-layer/io-layer.h
33925         (inet_pton): If the system doesn't support inet_aton, implement
33926         using inet_addr and also #define INADDR_NONE if it isn't defined
33927         by the system.
33929 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
33931         * metadata.c, metadata.h: added function to get packing and size info
33932         of a typedef.
33933         * reflection.h, reflection.c: handle field RVA data. Save info about
33934         the table layout if needed. Assign typedef indexes to all the types
33935         before dumping the info about them to avoid forward reference problems.
33937 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
33939         * socket-io.c (convert_sockopt_level_and_name): ifdef
33940         SO_ACCEPTCONN because it is not defined on my system (old debian)
33942 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
33944         * opcode.c: use stddef.h to get NULL.
33946 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
33948         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
33949         for FIONBIO, FIONREAD and SIOCATMARK.
33950         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
33951         define INADDR_NONE and besides, inet_addr() is deprecated and
33952         should not be used. Use inet_pton() instead - it also has the
33953         added bonus that it can easily handle IPv6 addresses as well.
33954         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
33956 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
33958         * decimal.c: remove _MSC_VER conditional.
33960 2002-02-13  Dick Porter  <dick@ximian.com>
33962         * socket-io.c: 
33963         * icall.c: Internal calls for Blocking, Select, Shutdown,
33964         GetSocketOption and SetSocketOption
33966 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33968         * assembly.cs: better resolver: use it instead of some kludgy
33969         code.
33971 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
33973         * reflection.c: the best way to speed-up the compiler is to avoid
33974         infinite loops.
33976 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
33978         * class.c (mono_class_vtable): changed the object layout
33979         (obj->vtable->class). 
33980         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
33982 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
33984         * assembly.c: look for assemblies in the assembly dir, too.
33986 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
33988         * class.c: fix thinko in mono_class_from_type().
33990 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
33992         * exception.h, exception.c: added TypeLoadException.
33993         * object.h, object.c: added mono_array_clone ().
33994         * icall.c: handle throwOnError in AssemblyGetType().
33995         Added Array.Clone().
33996         * opcode.h, opcode.c: use a single value for the opcode val.
33997         Compile fix for non-gcc compilers.
33999 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
34001         * opcodes.c, opcodes.h: export interesting info about opcodes.
34003 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
34005         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
34006         icalls. 
34008         * class.c (class_compute_field_layout): set element_class for enums
34009         (mono_class_create_from_typedef): set element_class for normal classes
34011         * icall.c (ves_icall_System_Enum_get_value): impl.
34013         * class.c (mono_class_create_from_typedef): do not set valuetype
34014         flag for System.ValueType and System.Enum
34016 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
34018         * unicode.c (iconv_convert): fix big endian problem.
34020 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
34022         * class.c: add asserts if we are ever going to scribble over memory.
34023         * socket-io.c: not all systems have AF_IRDA defined.
34025 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
34027         * class.c (class_compute_field_layout): do not consider static
34028         fields to compute alignment
34030 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
34032         * appdomain.c (mono_appdomain_get): impl.
34033         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
34035 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
34037         * icall.c: ignore "file://" prefix when loading an assembly.
34039 2002-01-23  Dick Porter  <dick@ximian.com>
34041         * socket-io.c:
34042         * icall.c:
34043         * Makefile.am: Added socket support
34045 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
34047         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
34048         code back.  This should return the assemblies that are loaded by
34049         the runtime on behalf of an application domain. 
34051         The current implementation is still broken, it just returns every
34052         assembly loaded, but until we get real applications domain this
34053         will do.
34055 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
34057         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
34058         AppDomain object.
34060 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
34062         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
34063         the mono_class_from_name lookup.
34064         (ves_icall_get_parameter_info): ditto.
34065         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
34066         method.
34067         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
34069 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
34071         * class.c: load also nested classes on class init.
34072         System.ValueType instance methods gets passed boxed
34073         values, unless methods in derived classed that get a pointer to the
34074         data.
34075         * icall.c: use better name parsing code in GetType().
34076         * image.c, image.h: add mono_image_loaded ().
34077         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
34078         * reflection.c, reflection.h: added mono_reflection_parse_type().
34080 2002-01-22  Veronica De Santis <veron78@interfree.it>
34082         * icall.c : Added mapping of internal calls for Manual and Auto reset events
34083         * threads.c : Added the implementation of internal calls for events
34084         * threads.h : Added prototypes of internal calls for events
34085         
34086 2002-01-21  Radek Doulik  <rodo@ximian.com>
34088         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
34090 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
34092         * class.c (mono_class_init): set min_align to 1 (instead of 0)
34093         (mono_class_value_size): use min_align
34095 2002-01-20  Dick Porter  <dick@ximian.com>
34097         * threads.h:
34098         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
34099         so it compiles on w32.
34101 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
34103         * metadata.c (mono_type_stack_size): impl.
34105         * class.c (mono_class_get_field): impl. memberref token
34107 2002-01-16 Veronica De Santis <veron78@@interfree.it>
34109         * icall.h : Added the internal calls mapping for CreateMutex_internal
34110                     and ReleaseMutex_internal.
34111         * threads.h : Added the prototype of mutexes internal calls.
34112         * threads.c : Added the implementations of mutexes internal calls.
34114 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
34116         * metaparse.h: removed unused file.
34117         * reflection.c, reflection.h: added stream_data_align () function 
34118         to align data in streams and keep stream aligned. Add support for
34119         exception support in method headers.
34121 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
34123         * unicode.c: make iconv_convert () return the number of bytess written
34124         in the output buffer.
34126 2002-01-15  Dick Porter  <dick@ximian.com>
34127         * threads.c: Make the runtime's idea of infinite timeouts coincide
34128         with the class library's
34130         Fix a particularly egregious bug in mono_thread_cleanup(). That
34131         code was so utterly bogus it must have been written on a Monday.
34133 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
34135         * reflection.h: add subtypes field to TypeBuilder.
34136         * reflection.c: encode constants for literal fields.
34137         Handle subtypes. Fix user string token (and add a zero byte)
34138         at the end.
34139         
34140 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
34142         * class.c (mono_class_init): bug fix: assign slot numbers for
34143         abstract methods.
34145 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
34147         * reflection.c: don't try to output a code RVA for abstract methods.
34148         Small fixes for method header format. Output parameter info to the
34149         ParamDef table. Save method overriding info to MethodImpl table.
34150         Fix property support. Allow typedef.extends to be a type in the
34151         building assembly.
34152         * verify.c: fix off-by-one error.
34154 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
34156         * class.c: fix mono_class_from_mono_type () for szarray types.
34157         Remove unused cache check in mono_class_from_type_spec().
34158         * icall.c: *type_from_name () functions handle simple arrays and byref.
34159         * reflection.c: handle byref and szarray types. Handle methods without
34160         body (gets P/Invoke compilation working). Handle types and fields in
34161         get_token ().
34162         * reflection.h: add rank to MonoTypeInfo.
34164 2002-01-10  Dick Porter  <dick@ximian.com>
34166         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
34167         internal calls
34169 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
34171         * icall.c: initialize class in type_from_handle ().
34172         Loop also in parent classes for get_method ().
34173         * reflection.c: properly encode class and valuetype types.
34174         Start on encoding TypeBuilder types. Handle fieldrefs.
34175         Use correct length when registering a user string.
34176         Handle ConstructorBuilder and MonoMethod in get_token ().
34177         Make mono_type_get_object () aware of cached types.
34178         * object.c: back out change to mono_string_new ().
34180 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
34181         * object.c: mono_string_new should return a NULL when the string 
34182         passed in is NULL -- not try to deference it.
34183         
34184 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
34186         * icall.c: hack to make IsSubType work for TypeBuilders.
34187         * reflection.c: emit constructors before methods.
34188         Retrieve param names in mono_param_get_objects().
34190 2002/01/05  Nick Drochak  <ndrochak@gol.com>
34192         * Makefile.am: fix list of headers and sources so automake 1.5
34193         doesn't complain. Removed \# at end of list.
34195 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
34197         * reflection.c: get token for a method ref. Set return type of
34198         constructor to void.
34199         * loader.c: debug message.
34200         * class.c: typo fix.
34202 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
34204         * icall.c: fix array init with rank > 1. FindMembers
34205         loops in parent class as well.
34206         * image.c: do not insert nested types in name cache.
34207         * reflection.c: warning fix.
34208         * reflection.h: add override method (for interface impl).
34210 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
34212         * metadata.c: fix customattr decoding.
34214 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
34216         * rawbuffer.cs: Added native Win32 implementation, avoids using
34217         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
34219 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
34221         * class.c: make the low-level routines handle the cache.
34223 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
34225         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
34227 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
34229         * class.c: fix mono_array_element_size() for objects.
34230         * class.h, class.c: add properties to MonoClass and load them
34231         at init time.
34232         * icall.c: check with isinst() when assigning a value to an array
34233         instead of requiring the classes to match exactly.
34234         Implemented icall for System.Type::GetType().
34235         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
34236         enums. Handle bindingflags when looking for methods and fields.
34237         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
34238         and mono_metadata_methods_from_property().
34239         * reflection.h, reflection.c: added structures for propreties,
34240         parameters and enums. Implemented mono_property_get_object() and
34241         mono_param_get_objects().
34243 2001-12-18  Dick Porter  <dick@ximian.com>
34245         * file-io.c: Use mono_string_to_utf16() instead of
34246         mono_string_chars()
34248         * object.c: Added mono_string_to_utf16(), which copies the non
34249         NULL-terminated MonoString into a new double-null-terminated
34250         buffer.
34252 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
34254         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
34256 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
34258         * file-io.c: raise exceptions if handle is invalid.
34260 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
34262         * assembly.c: yet another check for mscorlib.
34263         * class.c, class.h: load nesting info for classes.
34264         * icall.c: many new functions to support the Reflection classes.
34265         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
34266         * reflection.h, reflection.c: mono_image_create_token(),
34267         mono_assembly_get_object(), mono_type_get_object(),
34268         mono_method_get_object(), mono_field_get_object(): methods to return
34269         objects that parallel the C representation of assemblies, types,
34270         methods, fields.
34272 2001-12-11  Dick Porter  <dick@ximian.com>
34274         * icall.c:
34275         * file-io.c: Internal calls for file IO.
34277 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
34279         * tabledefs.h: missing FileAttributes.
34280         * verify.h, verify.c: use is_valid_string () to simplify and check for
34281         valid strings more correctly. Fix warnings and speeling.
34282         Check more tables: Filed, File, ModuleRef, StandAloneSig.
34283         Check code: branches, maxstack, method calls.
34285 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
34287         * object.c (mono_object_allocate): removed static, so that the jit
34288         can allocate value types.
34290         * icall.c (ves_icall_System_DateTime_GetNow): impl.
34292 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
34294         * class.c: init enum types right away and register the
34295         token->MonoClass map in mono_class_create_from_typedef ().
34296         * verify.h, verify.c: first cut of the verifier.
34297         * pedump.c: add --verify switch to verify metadata tables.
34298         * tabledefs.h: add some missing enums.
34300 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
34302         * class.c (mono_install_runtime_class_init): impl.
34303         (mono_class_init): renamed mono_class_metadata_init to
34304         mono_class_init, also removed the metadata_inited flag
34306         * object.c (mono_object_isinst): use faster algorithm
34308 2001-11-30  Radek Doulik  <rodo@ximian.com>
34310         * mono-endian.h: reverted last change
34311         added function prototypes
34313         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
34314         add mono-endian.c back
34316         * mono-endian.c: returned back, as Paolo pointed out, it's needed
34317         for unaligned access, I've mistaked it with endianess. I am
34318         sorry.
34319         (mono_read16): fix reverted endianess
34320         (mono_read64): ditto
34321         (mono_read32): ditto
34323 2001-11-30  Dick Porter  <dick@ximian.com>
34325         * exception.c: Implement mono_exception_from_name()
34327 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
34329         * metadata.h, metadata.c: remove params_size and locals_size and their
34330         calculation from the metadata code: they are only usefult to the
34331         interp.
34333 2001-11-29  Radek Doulik  <rodo@ximian.com>
34335         * object.c (mono_ldstr): swap bytes here, it's probably not the
34336         best place, but works for me now, I'll redo it once I know mono
34337         better, also note that I add PROT_WRITE and don't reset back, also
34338         note that it's only affects big endians, so x86 should be OK
34340         * mono-endian.h (read16): use just glib macros for both endians
34342         * mono-endian.c: removed as glib macros are used in in
34343         mono-endian.h so we don't need to care about endianess for read
34344         macros as glib does that for us already
34346 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
34348         * class.h, class.h: take minimum alignment into consideration so
34349         that the fields of a class remain aligned also when in an array.
34351 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
34353         * loader.h, loader.c: add mono_method_get_param_names().
34354         * class.c: 0-init class fields.
34356 2001-11-26  Dick Porter  <dick@ximian.com>
34358         * icall.c:
34359         * threads-types.h:
34360         * threads.c: New file that handles System.Threading on all platforms
34362         * object.c: 
34363         * object.h: Remove the synchronisation struct from MonoObject,
34364         replace it with a pointer that gets initialised on demand
34366         * Makefile.am: Replace all the system-specific threading code with
34367         a single file that uses the new wrapper library
34369 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
34371         * class.c, class.h: add mono_install_trampoline() so that the runtime
34372         can register a function to create a trampoline: removes the ugly
34373         requirement that a runtime needed to export arch_create_jit_trampoline.
34374         * object.h, object.c: added mono_install_handler() so that the runtime
34375         can install an handler for exceptions generated in C code (with
34376         mono_raise_exception()). Added C struct for System.Delegate.
34377         * pedump.c: removed arch_create_jit_trampoline.
34378         * reflection.c: some cleanups to allow registering user strings and
34379         later getting a token for methodrefs and fieldrefs before the assembly
34380         is built.
34381         * row-indexes.h: updates and fixes from the new ECMA specs.
34383 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
34385         * class.h, class.c: add enum_basetype field to MonoClass.
34386         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
34387         to get index in the constant table reated to a field, param or
34388         property.
34389         * reflection.h, reflection.c: handle constructors. Set public-key and
34390         version number of the built assembly to 0.
34391         * row-indexes.h: update from new ECMA spec.
34393 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
34395         * class.h, class.c: add a max_interface_id to MonoClass.
34396         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
34397         since it's used to do that. Added mono_type_type_from_obj().
34398         Make GetType() return NULL instead of segfaulting if the type was not
34399         found. Handle simple arrays in assQualifiedName.
34400         * object.h: add a struct to represent an Exception.
34401         * reflection.c: output call convention in method signature.
34402         Add code to support P/Invoke methods and fixed offsets for fields.
34404 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
34406         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
34407         the value.
34408         * icall.c: use mono_array_addr instead of array->vector: fixes the
34409         reflection image writing.
34410         * reflection.c: init call convention byte to 0 in method signature.
34411         Encode the property signature. Don't output property-related methods
34412         twice. Really process the properties for a type (don't cast a field to
34413         a property, my mom always told me that).
34414         Fix 64 bit issues in pointer alignment in a different and more
34415         readable way.
34417 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
34419         * loader.h: Removed type class from MonoDefaults, added monotype
34421         * loader.c: Loaded MonoType, removed loading of Type
34423         * icall.c (my_mono_new_object): Now returns a System.MonoType,
34424         and fills in System.Type._impl with a RuntimeTypeHandle rather
34425         than the actual MonoClass *
34427         (ves_icall_type_from_handle): change from type_class to
34428         monotype_class
34430         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
34431         implemented
34433         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
34434         implemented
34436         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
34438         (ves_icall_System_Reflection_Assembly_GetType): implemented
34440         (ves_icall_System_MonoType_assQualifiedName): implemented
34442         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
34444 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
34446         * assembly.c (mono_assembly_open): Implement a cache for the
34447         assemblies. 
34449         (mono_assembly_close): only destroy the assembly when the last
34450         reference is gone.
34451         
34452 2001-11-09  Dick Porter  <dick@ximian.com>
34454         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
34456 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
34458         * class.c (mono_class_metadata_init): bug fix: compute the right slot
34460 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
34462         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
34463         from Martin Weindel.
34464         * object.h: add mono_string_chars ().
34466 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
34468         * reflection.c (build_compressed_metadata): Eliminates warnings
34469         and uses 64-bit clean code.
34471         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
34472         (mono_type_equal): Change signature to eliminate warnings.
34474 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
34476         * icall.c, loader.c: remove the internalcall array constructors.
34477         Changes to match the new MonoArray structure.
34478         * object.h, object.c: an array object doesn't allocate an extra
34479         vector. Add mono_array_new_full () to create jagged arrays easily.
34481 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
34483         * metadata.h, metadata.c: add mono_metadata_field_info () to
34484         retreive all the info about a field from vairous tables.
34485         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
34486         * class.h, class.c: augment MonoClassField with more info.
34487         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
34488         policy and load a field's RVA if needed.
34490 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
34492         * class.c (mono_class_metadata_init): create a trampoline for all
34493         virtual functions instead of actually compiling them.
34495 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
34497         * class.h, class.c: include name in MonoClassField.
34498         * class.c: fix fundamental type of System.Object and System.String.
34499         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
34500         tokens in ldtoken.
34501         * icall.c: remove internalcalls for the Reflection stuff that is now
34502         done in C# code.
34503         * loader.c: mono_field_from_memberref () implementation.
34504         * mono-endian.c: thinko (s/struct/union/g).
34505         * object.c, object.h: make the mono_string_* prototypes actually use
34506         MonoString instead of MonoObject.
34507         * reflection.c, reflection.h: updates for changes in the reflection
34508         code in corlib: we use C structures that map to the actual C# classes.
34509         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
34510         fat method header if needed and use the info from the ILGenerator for
34511         methods. Handle fields in types. Misc fixes.
34513 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
34515         * class.c (mono_class_metadata_init): bug fix: always allocate
34516         space for static class data
34518 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
34520         * class.c (mono_compute_relative_numbering): use relative
34521         numbering to support fast runtime type checks.
34523 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
34525         * class.c (mono_class_create_from_typeref): added debugging output
34526         to print class name when MonoDummy is returned instead of real class
34528 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
34530         * class.c (mono_class_metadata_init): interface offset table now
34531         contains pointers into the vtable - this is more efficient for the jit
34533 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
34535         * class.c (mono_class_metadata_init): use a temporary vtable (the
34536         old algorithm only worked for the interpreter, but not for the jit)
34538 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
34540         * loader.c (method_from_memberref): use mono_class_get to get the
34541         class of an array instead of using System.Array directly.
34542         (mono_get_method): also add MEMBERREF methods to the method cache
34543         which usefull for arrays.
34545 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
34547         * pedump.c (arch_compile_method): added to compute vtable entry
34549         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
34550         number of interfaces.
34551         
34552         * class.h: merged MonoArrayClass into MonoClass
34554         * class.c (mono_class_create_from_typedef): compute the vtable size and
34555         allocate space to include the vtable inside MonoClass
34556         (mono_class_metadata_init): initialize the vtable
34558 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
34560         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
34561         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
34562         * image.c: endian fixes by Laurent Rioux.
34563         * object.h, object.c: rename MonoStringObject to MonoString and
34564         MonoArrayObject to MonoArray. Change some function names to conform to
34565         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
34566         guint16* as first argument, so don't use char*.
34567         Provide macros to do the interesting things on arrays in a portable way.
34568         * threads-pthread.c: updates for the API changes and #include <sched.h>
34569         (required for sched_yield()).
34570         * icall.c: updates for the API changes above.
34571         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
34572         platforms that need them.
34574 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
34576         * class.c: set the correct type for all the fundamental
34577         type when loading the class.
34579 2001-10-05  Dick Porter  <dick@ximian.com>
34581         * threads-pthread.c (pthread_mutex_timedlock): Simple
34582         compatibility version for C libraries that lack this call.
34584 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
34586         * class.c: MonoTypes stored in MonoClass are stored as
34587         fundamental MonoTypes when the class represents a
34588         fundamental type (System.Int32, ...).
34589         The TypeHandle return by ldtoken is a MonoType*.
34590         * icall.c: ves_icall_get_data_chunk () write out all the
34591         PE/COFF stuff. Implement ves_icall_define_method (),
34592         ves_icall_set_method_body (), ves_icall_type_from_handle ().
34593         * image.c: properly skip unknown streams.
34594         * loader.h, loader.c: add type_class to mono_defaults.
34595         * metadata.c, metadata.h: export compute_size () as
34596         mono_metadata_compute_size () with a better interface.
34597         Typo and C&P fixes.
34598         * pedump.c: don't try to print the entry point RVA if there is no entry point.
34599         * reflection.c, reflection.h: many cleanups, fixes, output method
34600         signatures and headers, typedef and typeref info, compress the metadata
34601         tables, output all the heap streams, cli header etc.
34602         * row-indexes.h: typo fixes.
34604 2001-10-04  Dick Porter  <dick@ximian.com>
34606         * object.h: Add a synchronisation mutex struct to MonoObject
34608         * object.c (mono_new_object): Initialise the object
34609         synchronisation mutexes
34611         * icall.c: System.Threading.Monitor internal calls
34612         
34613         * threads-pthread.h:
34614         * threads-pthread.c: System.Threading.Monitor internal calls
34616         * threads-types.h: New file, includes the system-specific thread
34617         structures
34618         
34619         * threads-pthread-types.h:
34620         * threads-pthread-types.c: New files, handle pthread-specific
34621         synchronisation types
34623         * threads-dummy-types.h: 
34624         * threads-dummy-types.c: New files of dummy support for
34625         thread-specific types
34627         * metadata.c:
34628         * image.c:
34629         * pedump.c: include mono-endian.h not endian.h
34630         
34631         * Makefile.am: More threads files.
34632         Name mono-endian.h not endian.h
34634 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
34636         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
34637         stuff and implement a few more bits.
34638         * icall.c: a field needs to be dereferenced twice. Do not use the same
34639         name for two variables in the same scope.
34640         * image.c, image.h: cleanups.
34642 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
34644         * class.c (mono_class_metadata_init): bug fix: compute the right size
34646 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
34648         * icall.c: implemented some of the Reflection internalcalls.
34649         * image.c, image.h: start writing out the PE/COFF image.
34650         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
34651         that does the reverse than decode_blob_size ().
34652         * object.c: use mono_metadata_encode_value (). Move here
34653         temporary implementation of mono_string_to_utf8 ().
34654         * rawbuffer.c: make malloc_map static.
34656 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
34658         * metadata.c: fix type comparison for arrays.
34659         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
34660         Added a couple of new classes to monodefaults.
34661         * icall.c: added a couple of Reflection-related internalcalls.
34662         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
34663         Added a byval_arg MonoType to MonoClass.
34665 2001-09-28  Dick Porter  <dick@ximian.com>
34667         * icall.c:
34668         * threads-pthread.h: 
34669         * threads-pthread.c: Implemented internal calls for
34670         LocalDataStoreSlot operations.  Applied mutexes around all shared
34671         data.  Reworked the thread creation and Start() operations to
34672         avoid a race condition.
34673         
34674         * threads-dummy.h:
34675         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
34677 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
34679         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
34681 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
34683         * class.c, loader.c: warn and return NULL instead of erroring out.
34684         * icall.c: added System.AppDomain::getCurDomain().
34685         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
34687 2001-09-25  Dick Porter  <dick@ximian.com>
34689         * threads-pthread.h:
34690         * threads-pthread.c: Implemented timed thread joining and added
34691         System.Threading.Thread::Join_internal internal call
34693         * icall.c: Added System.Threading.Thread::Join_internal internal call
34695         * threads-dummy.h:
34696         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
34698 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
34700         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
34701         mono_string_intern () to implement the semantics of the ldstr opcode
34702         and the interning of System.Strings.
34703         * icall.c: provide hooks to make String::IsIntern and String::Intern
34704         internalcalls.
34706 2001-09-23  Dick Porter  <dick@ximian.com>
34708         * threads-dummy.c: 
34709         * threads-dummy.h: New files of dummy threading routines
34711         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
34712         support code based on system specifics
34714         Rename PTHREAD_LIBS to THREAD_LIBS
34715         
34716 2001-09-23  Dick Porter  <dick@ximian.com>
34718         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
34719         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
34720         internal calls.
34721         (mono_thread_init): Set up a Thread object instance to return when
34722         the main thread calls Thread.CurrentThread
34723         (mono_thread_cleanup): Wait for all subthreads to exit
34725         * icall.c: New internal calls for System.Threading.Thread::Sleep
34726         (including Schedule) and CurrentThread
34728         * threads.h: New file, to insulate thread-specific stuff from the
34729         rest of the code
34731 2001-09-21  Dick Porter  <dick@ximian.com>
34733         * threads-pthread.h: 
34734         * threads-pthread.c: New file, for handling pthreads-style
34735         threading support.  Start() now starts a new thread and executes
34736         the ThreadStart delegate instance.
34738         * icall.c: Added the internalcall for
34739         System.Threading.Thread::Start_internal
34741         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
34743 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
34745         * loader.c: work around the different signatures for delegates
34746         constructors csc generates in compiled code vs the ones compiled in mscorlib.
34748 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
34750         * class.h, class.c: add mono_class_get_field_from_name ().
34751         * *: Fix C comments and other ANSI C issues.
34753 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
34755         * endian.h, assembly.c: fix some endianness issues.
34757 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
34759         * loader.h, load.c: add delegate_class to mono_defaults.
34760         Handle runtime provided methods in mono_get_method ().
34762 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
34764         * loader.c (mono_get_method): use pinvoke for internal call
34766         * icall.c: use pinvoke for internal call
34768         * loader.c (method_from_memberref): set the method name
34770 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
34772         * metadata.c: help the compiler generate better code for
34773         mono_class_from_mono_type ().
34775 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
34777         * class.c (mono_class_metadata_init): delayed computing of the
34778         class size to mono_class_metadata_init ()
34780 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
34782         * class.c, class.h: add an interfaces member to MonoClass.
34783         * image.c, image.h: add assembly_name field to MonoImage
34784         from the assembly table.
34785         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
34787 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
34789         * class.c: Handle Array in mono_class_from_mono_type ().
34790         * metadata.c, pedump.c: some endian fixes.
34792 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
34794         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
34795         * metadata.c: fix small problem introduced with the latest commit.
34797 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
34799         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
34800         We don't need a MonoMetadata pointer anymore to compare signatures in
34801         mono_metadata_signature_equal (), update callers.
34802         Reduced memory usage an number of allocations for MonoMethodHeader and
34803         MonoMethodSignature.
34805 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
34807         * metadata.c: added compare for szarray.
34809 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
34811         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
34812         and add a couple more types to it and mono_defaults. Give an hint on
34813         classes that need implementing in our corlib and are referenced
34814         in mscorlib.
34816 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
34818         * class.h, class.c: keep track if a class is also an Enum.
34819         * loader.c: Implement a couple more types for use in libffi
34820         marshalling. Gives better diagnostics when failing to dlopen
34821         a library. Set method->klass for P/Invoke methods, too.
34823 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
34825         * class.c, class.h: add a MonoType this_arg to MonoClass that
34826         represents a pointer to an object of the class' type that
34827         can be used by the interpreter and later the type cache.
34828         Add best guess alignment info for valuetype objects.
34830 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
34832         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
34833         into MonoType: one less level of indirection and allocation and
34834         simplifies quite a bit of code. Added cache for MonoTypes that are
34835         used frequently, so that we don't need to allocate them all the time.
34837 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
34839         * class.c (mono_class_create_from_typedef): System.Enum is also a
34840         value type, although it does not derive from System.ValueType
34841         (maybe a bug in the ms compiler?)
34843         * metadata.c (mono_type_size): return the right size for value types
34845         * loader.c (mono_get_method): only initialize method header if not abstract
34847         * class.c (mono_class_from_mono_type): use mono_default values. 
34849 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
34851         * *: use MonoClass pointers instead of <type_tokens>
34852         
34853         * class.h: new flag: metadata_inited.
34855         * class.c (mono_class_metadata_init): impl.
34856         (mono_class_instance_size): impl.
34857         (mono_class_data_size): impl.
34859 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
34861         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
34862         MonoClass now has the name and name_space fields. 
34863         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
34864         mono_get_method () takes and optional MonoClass as argument.
34865         Removed mono_typedef_from_name() and added mono_class_token_from_name()
34866         instead that takes advantage of a map from class names to typedef
34867         tokens in MonoImage.
34869 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
34871         * metadata.c: zero is not a valid alignment boundary.
34872         Merge MONO_TYPE_VOID in default decoding code.
34874 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
34876         * image.h: merged MonoMetadata into MonoImage
34878         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
34879         identify the type of elements.
34881 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
34883         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
34884         * cil-coff.h: split MonoMSDOSHeader and add size info.
34885         * image.c: add some consistency checks.
34886         * metadata.c: fix row size computation: one programmer
34887         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
34888         add explanation for the locator routine.
34889         Fix decoding of size in method header.
34890         
34891 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
34893         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
34894         (g_concat_dir_and_file): Bring g_concat_dir_and_file
34895         function from gnome-libs.  This uses the right path separator
34896         based on the OS, and also works around a bug in some systems where
34897         a double slash is not allowed. 
34898         (default_assembly_name_resolver): Use g_concat_dir_and_file
34899         (mono_assembly_open): ditto.
34901 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
34903         * metadata.c (mono_metadata_signature_equal): impl.
34905         * *: void is now a realy MonoType (instead of using NULL)
34906         
34907         * metadata.c (do_mono_metadata_parse_type): use
34908         mono_metadata_parse_type to parse void value.
34910 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
34912         * metadata.c, metadata.h: in the signature and method header store
34913         only the space required for holding the loca vars and incoming arguments.
34915 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
34917         * metadata.c (do_mono_metadata_parse_type): treat void like any
34918         other type (instead of assigning NULL);
34920 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
34922         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
34924 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
34926         * image.c (do_mono_image_open): added a cache for arrays.
34928 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
34930         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
34931         decode a single column from a row in a metadata table and changes
34932         to take advantage of it in the typedef locator (gives a nice speed up).
34933         Store offset info for function params.
34935 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
34937         * image.h (MONO_IMAGE_IS_CORLIB): removed 
34939 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
34941         * assembly.c: how could mono_assembly_close () had ever worked?
34942         * metadata.c, metadata.h: provide offset info for local vars.
34943         Implement mono_type_size () to take care of alignment as well
34944         as size (it was mono_field_type_size in cli/class.c before).
34946 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
34948         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
34950         * assembly.h (CORLIB_NAME): set to corlib.dll
34952         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
34954 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
34956         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
34957         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
34958         tokentype.h: massive namespace cleanup.
34960 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
34962         * metadata.h, metadata.c: decode exception clauses when parsing method header.
34964 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
34966         * metadata.c (mono_metadata_free_type): added check for type !=
34967         NULL (void) before calling mono_metadata_free_type()
34969 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
34971         * metadata.h, row_indexes.h: added header with enumerations to use
34972         to index in the columns from tables in metadata and to decode coded
34973         tokens: we should start using this instead of embedding magic numbers
34974         all over the code.
34976 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
34978         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
34979         Move metadata_t info from cli_image_info_t to MonoImage, where
34980         it's easily accessible. Changed all the uses accordingly.
34981         Added the method and class caches to MonoImage.
34982         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
34983         and mono_metadata_decode_value () signature to be more consistent
34984         with the other parse functions (and simplify code). Taken advantage
34985         of zero-length array allocation with GCC. Removed reduntant (and
34986         wrong) MonoFieldType struct and use MonoParam instead. Changed
34987         mono_metadata_parse_field_type () to use common code for parsing.
34988         Added mono_metadata_typedef_from_field () and
34989         mono_metadata_typedef_from_method () to lookup a typedef index from a
34990         field or method token.
34991         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
34993 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
34995         * metadata.c (mono_metadata_parse_field_type): Implement. 
34996         (do_mono_metadata_parse_type): Split engine from
34997         mono_metadata_parse_type, so that we can create smaller structures
34998         for things that just have one pointer to the MonoType (look at
34999         the MonoFieldType)
35001 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
35003         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
35004         as Jan Gray found out, it is incorrect. 
35006 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
35008         * assembly.c: Implement asssembly loading.  This loads an image
35009         and loads all the referenced assemblies.  Come to think of it, we
35010         could always do lazy loading of the assemblies. 
35012         * image.c (mono_image_open): Keep loaded images in a hashtable.
35014         * image.h (MonoImage): Add reference count.
35016 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
35018         * assembly.c (mono_assembly_open): Keep track of the file name in
35019         case the assembly has no ASSEMBLY table.
35021         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
35022         from get.c here.
35024 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
35026         * metadata.c, metadata.h: decode local vars in method header
35027         parse function. Change callers accordingly.
35029 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
35031         * metadata.h, cil-coff.h: protect against multiple inclusion.
35032         Added some new structures to hold information decoded from metadata:
35033         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
35034         and relevant decoding/free functions.
35035         * metadata.c: implement decoding functions. Add warning for out of bounds
35036         index in mono_metadata_locate(). Implement mono_get_method () to retreive
35037         all the info about a method signature and invocation. Remove check on
35038         uninitialized local var in parse_mh() and fix memory leak.
35040 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
35042         * metadata.h: More macros.
35044         * tokentype.h: New file.
35046 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
35048         * assembly.c: added a consistency check and initialize
35049         some structures with g_new0().
35050         * metadata.c: fixed a couple more bugs in table size computation
35051         and add other checks for out-of bound access to metadata.
35053 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
35055         * metatada.c: fix bugs computing table sizes. Spew a
35056         warning when index in string heap is out of bounds.
35058 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
35060         * metadata.h: Add a couple of macros to manipulate tokens. 
35062 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
35064         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
35065         cli_section_tables).
35067 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
35069         * metadata.c (mono_metadata_user_string): New function, provides
35070         access to the UserString heap. 
35072 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
35074         * metadata.c: Add inline documentation.
35076 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
35078         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
35079         files. 
35081 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
35083         * typeattr.h: New file, TypeAttribute flags. 
35085 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
35087         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
35088         mono_assembly_ensure_section): Section loading code.
35089         (load_section_tables): Load the sections.
35091         * mono/metadata/metadata.c (mono_metadata_locate_token,
35092         mono_metadata_locate): Functions to locate the information
35093         definition given a token or a table and an index.
35094         (mono_metadata_compute_table_bases): New.
35095         (compute_size): New function to compute the sizes of the various
35096         tables.
35098         * mono/metadata/metadata.h: Finish listing the different index
35099         types. 
35101         * mono/metadata/pedump.c: Improve to dump new information.
35103 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
35105         * mono/metadata/metadata.c: Entered all the tables matching
35106         Beta2. 
35108         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2